diff options
| author | Tim Bishop <tdb@FreeBSD.org> | 2007-06-05 10:55:06 +0000 |
|---|---|---|
| committer | Tim Bishop <tdb@FreeBSD.org> | 2007-06-05 10:55:06 +0000 |
| commit | c89e412277cdc50c394570dcc004ee3de96c8de5 (patch) | |
| tree | 0257f96fa5822a7ea0de0e1e267ed038d02e03f0 /net/samba3/files/patch-client_client.c | |
| parent | - Fix typos in pkg-descr (diff) | |
- Update to 3.0.25a.
Major bug fixes included in Samba 3.0.25a are:
o Missing supplementary Unix group membership when using "force
group".
o Premature expiration of domain user passwords when using a
Samba domain controller.
o Failure to open the Windows object picker against a server
configured to use "security = domain".
* Authentication failures when using security = server.
Plus additional local fixes.
PR: ports/113358
Submitted by: maintainer
Diffstat (limited to 'net/samba3/files/patch-client_client.c')
| -rw-r--r-- | net/samba3/files/patch-client_client.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/samba3/files/patch-client_client.c b/net/samba3/files/patch-client_client.c new file mode 100644 index 000000000000..59428ccd00a9 --- /dev/null +++ b/net/samba3/files/patch-client_client.c @@ -0,0 +1,20 @@ +--- client/client.c.orig Tue Jun 5 02:42:29 2007 ++++ client/client.c Tue Jun 5 02:54:19 2007 +@@ -2443,7 +2443,7 @@ + break; + case SMB_POSIX_ACL_GROUP: + uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+2); +- d_printf("group:%u", uorg); ++ d_printf("group:%u:", uorg); + break; + case SMB_POSIX_ACL_MASK: + d_printf("mask::"); +@@ -2480,7 +2480,7 @@ + break; + case SMB_POSIX_ACL_GROUP: + uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+2); +- d_printf("default:group:%u", uorg); ++ d_printf("default:group:%u:", uorg); + break; + case SMB_POSIX_ACL_MASK: + d_printf("default:mask::"); |
