summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-09-08 15:44:07 +0200
committerKarolin Seeger <kseeger@samba.org>2008-09-11 15:02:06 +0200
commitec4833039932f19b483466deaab08ba6c1e8acee (patch)
tree294afdf5567e21e21314f486604f8ff0ac342b0e /WHATSNEW.txt
parent08721d60543cbab1403ca76bb0ee77ed9ef57dff (diff)
downloadsamba-ec4833039932f19b483466deaab08ba6c1e8acee.tar.gz
WHATSNEW: Add changes since 3.3.0pre1.
Karolin (cherry picked from commit 4df7f57b612a361b56a40b2591ac8b1d9c899d8c)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt53
1 files changed, 51 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 798ae250b7a..b05e72c4d2b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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:
------------------