summaryrefslogtreecommitdiff
path: root/net/samba33/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-02 14:56:22 +0000
committertaca <taca@pkgsrc.org>2010-03-02 14:56:22 +0000
commit1219b49472e7357c0aa6cf048b15b006e86f0d4c (patch)
tree1717b95f4d4b97980ccaa555edc6689015bb420c /net/samba33/patches
parent16bb06c3836ad2c93b88b150ec5ca14a5809b715 (diff)
downloadpkgsrc-1219b49472e7357c0aa6cf048b15b006e86f0d4c.tar.gz
Update samba33 pacakge to 3.3.11.
Changes since 3.3.10 -------------------- o Jeremy Allison <jra@samba.org> * BUG 6557: Fix vfs_full_audit. * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments. * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls. * BUG 7067: Fix failing of smbd to respond to a read or a write caused by Linux asynchronous IO (aio). * BUG 7072: Fix unlocking of accounts from ldap. * BUG 7104: "wide links" and "unix extensions" are incompatible. * BUG 7122: Fix reading of large browselist. * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'. * BUG 7155: Valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash". o Gunther Deschner <gd@samba.org> * BUG 7043: Fix crash bug in "SMBC_parse_path". o Volker Lendecke <vl@samba.org> * BUG 5626: Fix build on AIX. * BUG 5885: Fix bogus ip address in SWAT. * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS server. o Stefan Metzmacher <metze@samba.org> * BUG 7098: Fix results of 'smbclient -L' with a large browse list. * BUG 7170: Fix handling of external domains in setups with one way trusts. o William Jojo <w.jojo@hvcc.edu> * BUG 7052: Fix DFS on AIX (maybe others). o Bo Yang <boyang@samba.org> * BUG 7106: Fix malformed require_membership_of_sid.
Diffstat (limited to 'net/samba33/patches')
-rw-r--r--net/samba33/patches/patch-aa12
-rw-r--r--net/samba33/patches/patch-aq13
2 files changed, 8 insertions, 17 deletions
diff --git a/net/samba33/patches/patch-aa b/net/samba33/patches/patch-aa
index 8c99a442050..77a8c3a6e0c 100644
--- a/net/samba33/patches/patch-aa
+++ b/net/samba33/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/02/16 16:24:15 taca Exp $
+$NetBSD: patch-aa,v 1.2 2010/03/02 14:56:22 taca Exp $
---- ../docs/manpages/smb.conf.5.orig 2010-01-14 10:18:02.000000000 +0000
+--- ../docs/manpages/smb.conf.5.orig 2010-02-22 15:53:37.000000000 +0000
+++ ../docs/manpages/smb.conf.5
-@@ -6955,6 +6955,15 @@ Example:
- \fI\fIpasswd chat\fR\fR\fI = \fR\fI"*Enter NEW password*" %n\en "*Reenter NEW password*" %n\en "*Password changed*"\fR\fI \fR
+@@ -7441,6 +7441,15 @@ Example:
+ \fI\fIpasswd chat\fR\fR\fI = \fR\fI\FC"*Enter NEW password*" %n\en "*Reenter NEW password*" %n\en "*Password changed*"\F[]\fR\fI \fR
.RE
+passwd expand gecos (G)
@@ -18,8 +18,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2010/02/16 16:24:15 taca Exp $
passwd program (G)
.\" passwd program
.PP
-@@ -9003,6 +9012,15 @@ Default:
- \fI\fIstat cache\fR\fR\fI = \fR\fIyes\fR\fI \fR
+@@ -9587,6 +9596,15 @@ Default:
+ \fI\fIstat cache\fR\fR\fI = \fR\fI\FCyes\F[]\fR\fI \fR
.RE
+state directory (G)
diff --git a/net/samba33/patches/patch-aq b/net/samba33/patches/patch-aq
index 0dd75460d6b..ac460555ccd 100644
--- a/net/samba33/patches/patch-aq
+++ b/net/samba33/patches/patch-aq
@@ -1,11 +1,11 @@
-$NetBSD: patch-aq,v 1.1.1.1 2010/02/16 16:24:16 taca Exp $
+$NetBSD: patch-aq,v 1.2 2010/03/02 14:56:22 taca Exp $
Add support for:
passwd expand gecos
state directory
---- param/loadparm.c.orig 2010-01-14 10:12:10.000000000 +0000
+--- param/loadparm.c.orig 2010-02-25 09:46:35.000000000 +0000
+++ param/loadparm.c
@@ -121,6 +121,7 @@ struct global {
char *szDeletePrinterCommand;
@@ -23,15 +23,6 @@ Add support for:
bool bTimestampLogs;
bool bNTSmbSupport;
bool bNTPipeSupport;
-@@ -589,7 +591,7 @@ static struct service sDefault = {
- True, /* bLevel2OpLocks */
- False, /* bOnlyUser */
- True, /* bMangledNames */
-- True, /* bWidelinks */
-+ False, /* bWidelinks */
- True, /* bSymlinks */
- False, /* bSyncAlways */
- False, /* bStrictAllocate */
@@ -1248,6 +1250,15 @@ static struct parm_struct parm_table[] =
.flags = FLAG_ADVANCED,
},