From 48d0ae00fa449a8368310b5edac708e8a3b97a3c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 28 Apr 2009 08:45:27 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.3.3. Karolin --- WHATSNEW.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8d9c04ae5c2..ec9eee2df88 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ============================= Release Notes for Samba 3.3.4 - April, 22 2009 + April, 29 2009 ============================= @@ -31,6 +31,7 @@ o Jeremy Allison * BUG 6089: Fix samr_OpenDomain access checks. * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". + * BUG 6279: Fix Winbind crash. * Allow pdbedit to change a user rid/sid. * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid. * Don't access a freed structure when logging off and re-using a vuid. @@ -41,6 +42,8 @@ o Günther Deschner * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before freed. * BUG 6263: Fix domain logins for WinXP clients pre SP3. + * BUG 6286: Call init function for builtin idmap modules before probing for + them as shared modules. * Try to to fix password_expired flag handling. * Make sure to grey out change fields in the netdomjoin-gui when not running as root. @@ -56,12 +59,22 @@ o Volker Lendecke * Use cluster-aware procid_is_me instead of comparing pids. * Fix smbd crash for close_on_completion. * Fix a memleak in an unlikely error path in change_notify_create(). + * Do not use the file system GET_REAL_FILENAME for mangled names. + + +o Stefan Metzmacher + * Fix a crash bug if we timeout in net rpc trustdom list. + * Add '--request-timeout' option to net. o Martin Schwenke * In net_conf_import, start a transaction when importing a single share. +o Simo Sorce + * Fix writing of roaming profiles with "profile acls" set to "yes". + + ###################################################################### Reporting bugs & Development Discussion ####################################### -- 2.11.4.GIT