Author: jerry Date: 2007-05-10 21:43:27 +0000 (Thu, 10 May 2007) New Revision: 22782
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22782 Log: add commits since 3.0.25rc3 to the release notes Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt =================================================================== --- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2007-05-10 21:16:36 UTC (rev 22781) +++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2007-05-10 21:43:27 UTC (rev 22782) @@ -135,7 +135,65 @@ ----------------------- +o Jeremy Allison <[EMAIL PROTECTED]> + * 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 <[EMAIL PROTECTED]> + * Fix memory corruption when adding/removing members from Local + Groups. + + +o Guenther Deschner <[EMAIL PROTECTED]> + * 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 <[EMAIL PROTECTED]> + * Allow prepaths in mount.cifs. + * Don't prompt for a password in mount.cifs when sec=none has been + specified. + + +o Volker Lendecke <[EMAIL PROTECTED]> + * 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 <[EMAIL PROTECTED]> + * Add AC_GNU_SOURCE macro in libreplace for systems which don't have it. + * Fix libreplace compiler warnings. + + +o Jens Nissen <[EMAIL PROTECTED]> + * Fix memory leak on the file/directory ACL processing code. + + +o Simo Sorce <[EMAIL PROTECTED]> + * 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 <[EMAIL PROTECTED]> + * Add missing return calls in sendfilereadbraw. + + Changes since 3.0.24 --------------------
