WHATSNEW: Add changes since 3.3.0pre1.
authorKarolin Seeger <kseeger@samba.org>
Mon, 8 Sep 2008 13:44:07 +0000 (15:44 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 8 Sep 2008 13:44:07 +0000 (15:44 +0200)
Karolin

WHATSNEW.txt

index bddfbb98a68d1a22939d8501a7e9fdead0cc1abe..237b7ec5bd2ea9af3069d31f9b3d8e38b8c00f67 100644 (file)
@@ -53,8 +53,7 @@ parameter, instead with "idmap backend" the default idmap backend is
 specified.
 
 Accordingly, the "idmap config <domain> : default = yes" setting is no
-longer being looked at. As another simplification, there can be only one
-allocating backend.
+longer being looked at.
 
 The alloc backend defaults to the default backend, which should be able to
 allocate IDs. In the default distribution the tdb and ldap backends can
@@ -87,6 +86,56 @@ smb.conf changes
     winbind reconnect delay            New             30
 
 
+Changes since 3.3.0pre1:
+------------------------
+
+
+o   Jeremy Allison <jra@samba.org>
+    * BUG 5729: Explicitly allow "-valid".
+    * Add st_birthtime and friends for accurate create times on *BSD
+      and MacOSX).
+    * Fix the wcache_invalidate_samlogon calls.
+    * Clarify usage of "force create mode".
+    * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
+      mappings.
+
+
+o   Steven Danneman <steven.danneman@isilon.com>
+    * Cleanup of DC enumeration in get_dcs().
+
+
+o   Günther Deschner <gd@samba.org>
+    * BUG 5710: Fix changing of machine account passwords.
+    * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+
+
+o   James Ding <ding_cc@hotmail.com>
+    * BUG 5736: Fix Winbind crash bug with trusted domains.
+
+
+o   Ephi Dror <Ephi.Dror@datadomain.com>
+    * Correct the netsamlogon_clear_cached_user function.
+
+
+o   Volker Lendecke <vl@sernet.de>
+    * Fix Coverity IDs 587 and 589.
+    * Increase the default positive idmap cache time to a week.
+    * BUG 5707: Do proper error handling if the socket is closed.
+
+
+o   Andrew Tridgell <tridge@samba.org>
+    * Fix permissions of group_mapping.ldb (CVE-2008-3789).
+    * Avoid a race condition in glibc between AIO and setresuid().
+    * Add missing become root for AIO operations.
+    * Fix an errno handling bug that could lead to an infinite loop.
+    * Fix logic of tsmsm_sendfile().
+    * Fix handling of arbitrary new PAC types.
+
+
+o   Qiao Yang <geoyang@ironport.com>
+    * Fix a memleak.
+
+
 Commit Highlights:
 ------------------