summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-07-07 12:29:10 +0000
committerGerald Carter <jerry@samba.org>2006-07-07 12:29:10 +0000
commit8a3f5ba7a627c4cacbbc4dc81b3d5921e1c2ecbf (patch)
treec8cec66ca25f43958a9bac13f7949a0e71400352 /WHATSNEW.txt
parentd124769a4cfc8713f7eeb299a6db95e522ac33b3 (diff)
downloadsamba-8a3f5ba7a627c4cacbbc4dc81b3d5921e1c2ecbf.tar.gz
samba-8a3f5ba7a627c4cacbbc4dc81b3d5921e1c2ecbf.tar.xz
samba-8a3f5ba7a627c4cacbbc4dc81b3d5921e1c2ecbf.zip
r16863: Pull in a few changes from Guenther, Simo, & Volker
Update the release notes
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 3fbbedd5374..453a563fd9a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -184,24 +184,33 @@ o Gerald (Jerry) Carter <jerry@samba.org>
create an NT token for the guest account.
* BUG 3908: Fix RPC bind authentication failure which broke
user password changes.
+ * Ensure that "net ads join" reports failure correctly if
+ it cannot set the machine account password.
o Guenther Deschner <gd@samba.org>
* Fix different extended_dn handling in adssearch.pl
(Thanks to Frederic Brin at Novell).
* Fix a memleak in winbindd's credentials cache.
+ * Protect against crashes in CLDAP request processing.
+ * Remove incomplete DfsEnum() info level to avoid an smbd crash.
o Volker Lendecke <vl@samba.org>
* Fix a memleak in the server registry code for enumeration
shares.
* Fix an invalid munlock() call in winbindd's credentials cache.
+ * Fix compile warnings when passing NULL to snprintf().
o Jason Mader <jason@ncac.gwu.edu>
* Compiler warning fixes.
+o Simo Sorce <idra@samba.org>
+ * Set the correct sid type when looking up a gid.
+
+
Changes since 3.0.22
--------------------
o Jeremy Allison <jra@samba.org>