From fd0ace368cb4dc0b127a25509790baed2800febd Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 10 Jun 2009 17:16:42 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.3.4. Karolin (cherry picked from commit 95550d2e69848089172c00798b9b50ea4e56dd48) --- WHATSNEW.txt | 204 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 108 insertions(+), 96 deletions(-) rewrite WHATSNEW.txt (63%) diff --git a/WHATSNEW.txt b/WHATSNEW.txt dissimilarity index 63% index ec9eee2df88..bbfb3674cda 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,96 +1,108 @@ - ============================= - Release Notes for Samba 3.3.4 - April, 29 2009 - ============================= - - -This is the latest bugfix release of the Samba 3.3 series. - -Major enhancements in Samba 3.3.4 include: - - o Fix domain logins for WinXP clients pre SP3 (bug #6263). - o Fix samr_OpenDomain access checks (bug #6089). - o Fix usrmgr.exe creating a user (bug #6243). - - -###################################################################### -Changes -####### - - -Changes since 3.3.3: --------------------- - - -o Michael Adam - * net conf: Save share name as given, not as lower case only. - * Prevent creation of registry keys containing the '/' character. - - -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. - - -o Günther Deschner - * BUG 5329: Add "net rpc service delete/create". - * 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. - - -o Jim McDonough - * Don't look up local user for remote changes, even when root. - - -o Volker Lendecke - * BUG 6243: Fix usrmgr.exe creating a user. - * Use procid_str in debug messages for better cluster-debuggability. - * 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 -####################################### - -Please discuss this release on the samba-technical mailing list or by -joining the #samba-technical IRC channel on irc.freenode.net. - -If you do report problems then please try to send high quality -feedback. If you don't provide vital information to help us track down -the problem then you will probably be ignored. All bug reports should -be filed under the Samba 3.3 product in the project's Bugzilla -database (https://bugzilla.samba.org/). - - -====================================================================== -== Our Code, Our Bugs, Our Responsibility. -== The Samba Team -====================================================================== - + ============================= + Release Notes for Samba 3.3.5 + June, 16 2009 + ============================= + + +This is the latest bugfix release of the Samba 3.3 series. + +Major enhancements in Samba 3.3.5 include: + + o Fix posix acls when setting an ACL without explicit ACE for the + owner (bug #2346). + o Fix joining of Win7 into Samba domain (bug #6099). + o Fix joining of Win2000 SP4 clients (bug #6301). + + +###################################################################### +Changes +####### + + +Changes since 3.3.4: +-------------------- + + +o Michael Adam + * BUG 6320: Handle registry config source in file_list. + * BUG 6415: Filter out of range mappings in default idmap config in + idmap_tdb. + * BUG 6416: Filter out of range mappings in default idmap config in + idmap_tdb2. + * BUG 6417: Filter out of range mappings in default idmap config in + idmap_ldap. + * Prevent infinite include nesting. + * Mark registry shares without path unavailable. + + +o Jeremy Allison + * BUG 6099: Fix joining of Win7 into Samba domain. + * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event. + * BUG 6330: Fix DFS on AIX. + + +o Guenther Deschner + * BUG 6099: Fix joining of Win7 into Samba domain. + * BUG 6157: Fix handling of multi-value attribute "uid". + * BUG 6301: Fix joining of Win2000 SP4 clients. + * BUG 6309: Support remote unjoining of Windows 2003 or greater. + * BUG 6372: Fix usermanager only displaying 1024 groups and aliases. + + +o Björn Jacke + * Also handle DirX return codes. + + +o Volker Lendecke + * BUG 6336: Fix 'net groupmap set' segfault. + * BUG 6361: Make --rcfile work in smbget. + * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a + directory. + * BUG 6382: Fix case insensitive access to DFS links. + * BUG 6441: Fix the compile with --enable-dnssd. + * BUG 6449: 'net rap user add' crashes without -C option. + * Fix Coverity ID 897. + * Do not crash in ctdbd_traverse if ctdbd is not around. + * Fix a race condition in winbind leading to a panic. + + +o TAKAHASHI Motonobu + * BUG 5897: Fix shutdown script example in the smb.conf manpage. + + +o Stefan Metzmacher + * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the + owner. + + +o D.L. Meyer + * BUG 5832: Fix build on RHEL when ccache is not available. + + +o Karolin Seeger + * BUG 5853: Add keyutils-devel to build requires to fix build on RHEL. + + +o Marc VanHeyningen + * Zero an uninitialized array. + + +###################################################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical IRC channel on irc.freenode.net. + +If you do report problems then please try to send high quality +feedback. If you don't provide vital information to help us track down +the problem then you will probably be ignored. All bug reports should +be filed under the Samba 3.3 product in the project's Bugzilla +database (https://bugzilla.samba.org/). + + +====================================================================== +== Our Code, Our Bugs, Our Responsibility. +== The Samba Team +====================================================================== + -- 2.11.4.GIT