summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-06-07 20:12:24 +0200
committerKarolin Seeger <kseeger@samba.org>2011-06-07 20:13:47 +0200
commit314f161c00cfe3957f10b0f6f24adab737dfbe88 (patch)
treef1064b61f09f593f579209a480a02f93427be94f
parent058d671a24af3f3da409b810fa2f525656369b4c (diff)
downloadsamba-3.6.0rc2.tar.gz
WHATSNEW: Update changes since rc1.samba-3.6.0rc2
Karolin (cherry picked from commit 8db38ec99bcecd80b892f26cf676acb13292c20e)
-rw-r--r--WHATSNEW.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ec1d3faa460..c3c514c9167 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -255,6 +255,10 @@ o Andreas Schneider <asn@samba.org>
Changes since 3.6.0rc1
----------------------
+o Michael Adam <obnox@samba.org>
+ * BUG 8200: Add support for multiple writeable ldap idmap domains.
+
+
o Jeremy Allison <jra@samba.org>
* BUG 6911: Fix Kerberos authentication from Vista to Samba.
* BUG 7054: Fix X account flag when "pwdlastset" is "0".
@@ -266,9 +270,11 @@ o Jeremy Allison <jra@samba.org>
* BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
* BUG 8157: Fix parsing a cups printcap file.
* BUG 8163: Fix our asn.1 parser to handle negative numbers.
+ * BUG 8175: Fix smbd deadlock.
* BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
separate functions.
* BUG 8197: Winbind does not properly detect when a DC connection is dead.
+ * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
o Christian Ambach <ambi@samba.org>