From: Karolin Seeger Date: Thu, 23 Oct 2008 10:04:02 +0000 (+0200) Subject: WHATSNEW: Update changes since 3.2.4. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71de4d58bb2aea6a98e94055387ef6671aa64410;p=thirdparty%2Fsamba.git WHATSNEW: Update changes since 3.2.4. Karolin --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 70115947843..a9c4b6fceb6 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -36,6 +36,10 @@ o Jeremy Allison * Restructure VFS SMB traffic analyzer VFS module. * Correctly fix smbclient to terminate on eof from server. * Unify access checks for lsa server functions. + * Remove the requirement for ldap call made as root. + * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. + * Fix net rpc vampire, based on an *amazing* piece of debugging work by + "Cooper S. Blake" . o Gerald (Jerry) Carter @@ -47,6 +51,10 @@ o Guenther Deschner * Fix duplicate installation of cifs.upcall. * Fix _srvsvc_NetShareAdd segfault. * Ensure consistency when reporting password complexity. + * Fix _lsa_GetUserName. + * Fix access check in _samr_QuerySecurity(). + * _samr_DeleteUser needs to wipe out the user_handle on success. + * NetGroupEnum_r needs to handle servers with no groups. o Holger Hetterich @@ -61,6 +69,7 @@ o Jeff Layton o Volker Lendecke * BUG 5691: Fig smbd panic on Solaris. * BUG 5778: Check if strlcpy and strlcat are already defined. + * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights". * Fix a potential NULL deref in found by the IBM Checker. * Fix an uninitialized variable found by the IBM Checker. * Fix an unlikely memleak found by the IBM Checker. @@ -81,6 +90,10 @@ o Tim Prouty * Fix several build warnings. +o Andreas Schneider + * Delete the krb5 ccname variable from the PAM environment if set. + + o Andrew Tridgell * Fix segfault on startup with trusted domains. * Re-add "winbind:ignore domains" parameter.