summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-bn
diff options
context:
space:
mode:
authortron <tron>2007-02-11 18:39:04 +0000
committertron <tron>2007-02-11 18:39:04 +0000
commita6d3b459168921e1acfb8f66adab08e09207a8cd (patch)
treedfa196e32c66dbcdac447c8b8932d56ab419f4ed /net/samba/patches/patch-bn
parent93e90740920716211477ba3e2cfb95bcc433df16 (diff)
downloadpkgsrc-a6d3b459168921e1acfb8f66adab08e09207a8cd.tar.gz
Update "samba" package to version 3.0.24.
Major changes since version 3.0.22: - CVE-2007-0452 (Potential Denial of Service bug in smbd) - CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind NSS library on Solaris) - CVE-2007-0454 (Format string bug in afsacl.so VFS plugin) - Stability fixes for winbindd - Portability fixes on FreeBSD and Solaris operating systems. - Authentication failures in pam_winbind when the AD domain policy is set to not expire passwords. - Authorization failures when using smb.conf options such as "valid users" with the smbpasswd passdb backend. - Ambiguity with unqualified names in smb.conf parameters such as "force user" and "valid users". - Errors in 'net ads join' caused by bad IP address in the list of domain controllers. - SMB signing errors in the client and server code. - Domain join failures when using smbpasswd on a Samba PDC. - Failure to strip the domain name from groups when 'winbind use default domain = yes' - Failure in pam_winbind to correctly parse arguments. - Bad token creation of local users on member servers not running winbindd. - Failure to add users or groups to ACLs using the Windows object picker. - Failure in file serving code when 'kernel oplocks = yes'. - New "createupn" option to "net ads join" - Rewritten Kerberos keytab generation when 'use kerberos keytab = yes' - Improved 'make test' - New offline mode in winbindd. - New Kerberos support for pam_winbind.so. - New handling of unmapped users and groups. - New non-root share management tools. - Improved support for local and BUILTIN groups. - Winbind IDMAP integration with RFC2307 schema objects supported by Windows 2003 R2. - Rewritten 'net ads join' to mimic Windows XP without requiring administrative rights to join a domain.
Diffstat (limited to 'net/samba/patches/patch-bn')
-rw-r--r--net/samba/patches/patch-bn20
1 files changed, 10 insertions, 10 deletions
diff --git a/net/samba/patches/patch-bn b/net/samba/patches/patch-bn
index 3a6e3ec875b..604ed821876 100644
--- a/net/samba/patches/patch-bn
+++ b/net/samba/patches/patch-bn
@@ -1,11 +1,11 @@
-$NetBSD: patch-bn,v 1.1 2005/11/14 08:05:28 jlam Exp $
+$NetBSD: patch-bn,v 1.2 2007/02/11 18:39:04 tron Exp $
---- include/dynconfig.h.orig 2005-10-12 13:03:39.000000000 -0400
-+++ include/dynconfig.h
-@@ -34,5 +34,6 @@ extern pstring dyn_LIBDIR;
- extern const fstring dyn_SHLIBEXT;
- extern const pstring dyn_LOCKDIR;
- extern const pstring dyn_PIDDIR;
-+extern const pstring dyn_STATEDIR;
- extern const pstring dyn_SMB_PASSWD_FILE;
- extern const pstring dyn_PRIVATE_DIR;
+--- include/dynconfig.h.orig 2007-02-04 18:59:23.000000000 +0000
++++ include/dynconfig.h 2007-02-11 17:52:33.000000000 +0000
+@@ -34,5 +34,6 @@
+ extern fstring dyn_SHLIBEXT;
+ extern pstring dyn_LOCKDIR;
+ extern pstring dyn_PIDDIR;
++extern pstring dyn_STATEDIR;
+ extern pstring dyn_SMB_PASSWD_FILE;
+ extern pstring dyn_PRIVATE_DIR;