Update WHATSNEW entry for pre3
authorVolker Lendecke <vl@samba.org>
Sun, 13 Apr 2008 10:20:22 +0000 (12:20 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 13 Apr 2008 10:20:58 +0000 (12:20 +0200)
(This used to be commit 81f34489f7923db1141175b8b6bcc8594c6b2ee0)

WHATSNEW.txt

index 3721aec6f77f8ef0d18ac59cf27d80cf58b3644a..bcd1e05d4dc5cee17a3b266dfda2322cfb735b0a 100644 (file)
@@ -262,6 +262,7 @@ o   Volker Lendecke <vl@samba.org>
     * Change default bufsize to 512k.
     * Fix Coverity IDs 473, 481, 506, 507, 525, 526, 527, 528, 529, 530, 537,
       538, 547, 548, 551, 552, 553, 554, 555, 557, 558, 559, 563, 564, 567.
+      ... and half a ton more
     * Fix some warnings in the tsmsm module.
     * Fix warnings.
     * BUG 4901: Fix "ldap passwd sync = only".
@@ -269,6 +270,18 @@ o   Volker Lendecke <vl@samba.org>
     * BUG 5307: Fix notify changes.
     * BUG 5317: Fix debug output in domain_client_validate.
     * BUG 5338: Fix format string issue in rpcclient.
+    * Convert account_pol.tdb and share_info.tdb to dbwrap
+    * Protect group_mapping.tdb ops with transactions
+    * BUG 5366: "passwd program" should work on Solaris 10 again now
+    * A level 25 setuserinfo does change the pwdlastset, fixes XP joins
+    * BUG 5350: A Samba DC trusting NT4 should do an anon session setup
+    * BUG 5375: Fix a segfault with "security=share" and [in]valid users
+    * Fix printing from DOS clients -- introduced by inbuf/outbuf rewrite
+    * Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
+    * BUG 5341: Fix async smbclient get command on Solaris
+    * Make winbind use NetSamLogonEx when possible
+    * Merge fixes in the 3-0-ctdb cluster code
+    * Fix a segfault in snprintf replacement code
 
 
 o   Derrell Lipman <derrell@samba.org>