summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-04-26 19:58:48 +0200
committerKarolin Seeger <kseeger@samba.org>2011-04-26 20:13:34 +0200
commit0cfe9418ff920b8b98c8d129d7e9ce394394f22c (patch)
tree6220b6d7577b974e78ca7fb955ff06021e36d5da
parent5e6e0a4a9931cf1c1a5a83a4453de77acd11231f (diff)
downloadsamba-0cfe9418ff920b8b98c8d129d7e9ce394394f22c.tar.gz
WHATSNEW: Update changes since pre2.samba-3.6.0pre3
Karolin (cherry picked from commit 6f4ce6270bd32566d85d75f00aa966c964827cdb)
-rw-r--r--WHATSNEW.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 0c36ba20dd2..eaeba029e07 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -260,9 +260,12 @@ o Jeremy Allison <jra@samba.org>
vfs_acl_xattr or vfs_acl_tdb module.
* BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
are null.
+ * Correctly detect and deny symlinks anywhere in a path (not just the last
+ component) if "follow symlinks = no".
o Günther Deschner <gd@samba.org>
+ * BUG 8106: Fix the build of 'smbget' on HP NonStop.
* Fix timeout in rpc_pipe_open_tcp_port().
* Fix the build of "--with-profiling-data".
* Fix the AIX 5.3 build.
@@ -275,12 +278,17 @@ o Sergey Korsak <skif@1plus1.net>
o Volker Lendecke <vl@samba.org>
* BUG 8066: Fix wrong output in 'smbget'.
* Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
- 2471.
+ 2471, 2478.
* nsswitch: Add 'wbinfo --lookup-sids'.
* nsswitch: Add 'wbinfo --sids-to-unix-ids'.
* Fix smbd with the async echo responder.
* Fix the build of vfs_gpfs.c.
* Add a 10-second timeout for the 445 or netbios connection to a DC.
+ * Many pthreadpool fixes.
+
+
+o Stefan Metzmacher <metze@samba.org>
+ * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
o Rusty Russell <rusty@rustcorp.com.au>