summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-09 14:59:04 +0000
committerGerald Carter <jerry@samba.org>2006-06-09 14:59:04 +0000
commit004bfa4709ef522b05b35f1548954db380303827 (patch)
treecd0ea4f47b7e63ed5c8039ae3fe2a295057b10c0 /WHATSNEW.txt
parent40c1fd5fe6d7e853128919c5fa8633e2cc68b6c4 (diff)
downloadsamba-004bfa4709ef522b05b35f1548954db380303827.tar.gz
samba-004bfa4709ef522b05b35f1548954db380303827.tar.xz
samba-004bfa4709ef522b05b35f1548954db380303827.zip
r16124: catch a couple of fixes from Guenther
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index e65dbfa75eb..d37a40e82e8 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -65,6 +65,9 @@ o Guenther Deschner <gd@samba.org>
* Correct "net ads changetrustpw" to use the sAMAccountName.
* Fix winbindd in ADS domains by removing code using the
UPN and rely upon the sAMAccountName.
+ * Fix a eDir related memory leak.
+ * Don't try to add the sn attribute twice to an LDAP
+ inetOrgPerson + samSamAccount entry.
o Aleksey Fedoseev <fedoseev@ru.ibm.com>