diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-01-20 18:40:43 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-01-20 18:40:43 +0000 |
commit | 43160f58a87d901d8335b873712028c399dd9bc4 (patch) | |
tree | bde6b7cace496965166955915f258d79bb54eaae /net/samba3/files/patch-libaddns__dnsgss.c | |
parent | Chase Aster's main tarball. No change. (diff) |
Upgrade port to the 3.0.34 version. Major enhancements included in Samba:
o Fix update of machine account passwords.
o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
o Fix Winbind crashes.
o Correctly detect if the current dc is the closest one.
o Add saf_join_store() function to memorize the dc used at join time.
This avoids problems caused by replication delays shortly after domain
joins.
o Fix write list in setups using "security = share".
Notes
Notes:
svn path=/head/; revision=226550
Diffstat (limited to 'net/samba3/files/patch-libaddns__dnsgss.c')
-rw-r--r-- | net/samba3/files/patch-libaddns__dnsgss.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/samba3/files/patch-libaddns__dnsgss.c b/net/samba3/files/patch-libaddns__dnsgss.c index 7d0bae94fc7e..c10d4ca34559 100644 --- a/net/samba3/files/patch-libaddns__dnsgss.c +++ b/net/samba3/files/patch-libaddns__dnsgss.c @@ -1,8 +1,6 @@ -Index: libaddns/dnsgss.c -=================================================================== ---- libaddns/dnsgss.c (revision 25080) -+++ libaddns/dnsgss.c (working copy) -@@ -219,11 +219,8 @@ DNS_ERROR dns_negotiate_sec_ctx( const c +--- ./libaddns/dnsgss.c.orig 2009-01-19 10:40:09.000000000 +0000 ++++ ./libaddns/dnsgss.c 2009-01-20 15:50:59.000000000 +0000 +@@ -221,11 +221,8 @@ gss_name_t targ_name; @@ -15,7 +13,7 @@ Index: libaddns/dnsgss.c TALLOC_CTX *mem_ctx; -@@ -247,23 +244,13 @@ DNS_ERROR dns_negotiate_sec_ctx( const c +@@ -249,23 +246,13 @@ goto error; } @@ -41,7 +39,7 @@ Index: libaddns/dnsgss.c err = ERROR_DNS_GSS_ERROR; goto error; } -@@ -273,11 +260,6 @@ DNS_ERROR dns_negotiate_sec_ctx( const c +@@ -275,11 +262,6 @@ gss_release_name( &minor, &targ_name ); |