s3:smbd: return DELETE_PENDING on path based operations on streams, when the main...
[samba.git] / WHATSNEW.txt
index c4d70e9a57f780d1404475f1e89dc9230172af61..a9c4b6fceb660721583aeeccfc53ec4aa7bb17ec 100644 (file)
@@ -31,9 +31,15 @@ o   Jeremy Allison <jra@samba.org>
     * BUG 5797: Fix moving of readonly files.
     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
+    * BUG 5826: Fix truncated filenames when accessing old servers.
     * Fix rename_open_files.
     * Restructure VFS SMB traffic analyzer VFS module.
     * Correctly fix smbclient to terminate on eof from server.
+    * Unify access checks for lsa server functions.
+    * Remove the requirement for ldap call made as root.
+    * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
+    * Fix net rpc vampire, based on an *amazing* piece of debugging work by
+      "Cooper S. Blake" <the_analogkid@yahoo.com>.
 
 
 o   Gerald (Jerry) Carter <jerry@samba.org>
@@ -44,6 +50,11 @@ o   Gerald (Jerry) Carter <jerry@samba.org>
 o   Guenther Deschner <gd@samba.org>
     * Fix duplicate installation of cifs.upcall.
     * Fix _srvsvc_NetShareAdd segfault.
+    * Ensure consistency when reporting password complexity.
+    * Fix _lsa_GetUserName.
+    * Fix access check in _samr_QuerySecurity().
+    * _samr_DeleteUser needs to wipe out the user_handle on success.
+    * NetGroupEnum_r needs to handle servers with no groups.
 
 
 o   Holger Hetterich <hhetter@novell.com>
@@ -56,7 +67,9 @@ o   Jeff Layton <jlayton@redhat.com>
 
 
 o   Volker Lendecke <vl@samba.org>
-    * BUG 5691: SIGBUS und Solaris.
+    * BUG 5691: Fig smbd panic on Solaris.
+    * BUG 5778: Check if strlcpy and strlcat are already defined.
+    * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
     * Fix a potential NULL deref in found by the IBM Checker.
     * Fix an uninitialized variable found by the IBM Checker.
     * Fix an unlikely memleak found by the IBM Checker.
@@ -77,6 +90,10 @@ o   Tim Prouty <tim.prouty@isilon.com>
     * Fix several build warnings.
 
 
+o   Andreas Schneider <mail@cynapses.org>
+    * Delete the krb5 ccname variable from the PAM environment if set.
+
+
 o   Andrew Tridgell <tridge@samba.org>
     * Fix segfault on startup with trusted domains.
     * Re-add "winbind:ignore domains" parameter.