summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-10 21:43:27 +0000
committerGerald Carter <jerry@samba.org>2007-05-10 21:43:27 +0000
commit67f46dab64651320d09b3695dc7da6a7aa0b6cb3 (patch)
tree226a5a71aab7a20b9ce33158f0e1993692b075d8
parentdb8e37da9e971e6c5f37c67f6c28491e49058082 (diff)
downloadsamba-67f46dab64651320d09b3695dc7da6a7aa0b6cb3.tar.gz
r22782: add commits since 3.0.25rc3 to the release notes
-rw-r--r--WHATSNEW.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9bf360e84ca..7d95b25048d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -135,6 +135,64 @@ Changes since 3.0.25rc3
-----------------------
+o Jeremy Allison <jra@samba.org>
+ * Fix memory corruption bug during string processing.
+ * Instantiate idiom that malloc/tallocs of array of 0 elements
+ returns NULL.
+ * Fix marshalling bugs in samr code based on incorrect
+ assumptions.
+ * Fix DFS MS-RPC enumeration reply when we have no DFS shares.
+ * Fix memory curruption when enumerating accounts in the
+ LsaPrivilege database.
+
+
+o Gerald (Jerry) Carter <jerry@samba.org>
+ * Fix memory corruption when adding/removing members from Local
+ Groups.
+
+
+o Guenther Deschner <gd@samba.org>
+ * Prevent leaking on full NET_USER_INFO_3 structure memory on each
+ cached login.
+ * Plug memory leak in client SPNEGO session setup code.
+ * Don't clear cached U/SID and UG/SID entries when we want to
+ logon offline.
+
+
+o Steve French <sfrench@us.ibm.com>
+ * Allow prepaths in mount.cifs.
+ * Don't prompt for a password in mount.cifs when sec=none has been
+ specified.
+
+
+o Volker Lendecke <vl@samba.org>
+ * Fix memory corruption bug in string_replace().
+ * Fix valgrind error in parse_domain_user().
+ * Fix compilation of explicit --without-winbind.
+ * Fix an uninitialized variable and other compiler warnings.
+ * Fix memory leak in smbd's claim session code.
+
+
+o Stefan Metzmacher <metze@samba.org>
+ * Add AC_GNU_SOURCE macro in libreplace for systems which don't have it.
+ * Fix libreplace compiler warnings.
+
+
+o Jens Nissen <jens.nissen@gmx.net>
+ * Fix memory leak on the file/directory ACL processing code.
+
+
+o Simo Sorce <idra@samba.org>
+ * Memory allocation cleanups and sanity checks after the malloc(0)
+ == NULL crusade.
+ * Fix socket leak in idmap_ldap.c.
+ * Fix failure in "net idmap restore".
+ * Fix crash bug in idmap_ldap's get_credentials() code.
+
+
+o Alison Winters <alisonw@sgi.com>
+ * Add missing return calls in sendfilereadbraw.
+
Changes since 3.0.24
--------------------