WHATSNEW: Update changes since 3.2.0.
authorKarolin Seeger <kseeger@samba.org>
Thu, 31 Jul 2008 07:39:58 +0000 (09:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 31 Jul 2008 07:41:39 +0000 (09:41 +0200)
Karolin
(cherry picked from commit b562b97872f51abe1bd2fb4d61d91c464d1d0840)

WHATSNEW.txt

index c5f8b3c646b3cb81f233f4077d3090a98e30ee53..befa12fe6201d5f1ca9f1b46931c1f7660005469 100644 (file)
@@ -44,6 +44,7 @@ o   Jeremy Allison <jra@samba.org>
       '\\' characters.
     * Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
     * Fix bug creating files using DOS clients with mixed case files.
+    * Fix uninitialized variable.
 
 
 o   Jim Brown <jim.brown@miami.edu>
@@ -51,7 +52,9 @@ o   Jim Brown <jim.brown@miami.edu>
 
 
 o   Günther Deschner <gd@samba.org>
+    * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
     * BUG 5570: Fix bogus error message during AD domain join.
+    * Fix trusted domain handling in Winbindd.
     * Fix build warning.
 
 
@@ -68,6 +71,8 @@ o   Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>
 
 o   Volker Lendecke <vl@samba.org>
     * BUG 5512: Fix alignment problems on sparc.
+    * BUG 5616: Fix share connections in setups with
+      "server signing = mandatory" or SMB signing set on the client side.
     * Fix a race condition in Winbind leading to a crash.
     * Fix a segfault in base64_encode_data_blob.
     * Fix some uninitialized variable references via ndr_print.