From d272c6e8937ae448a19fd21b689d3ae3cb99ae26 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 26 Nov 2008 11:20:03 +0100 Subject: [PATCH] WHATSNEW: Update changes and release date. Karolin (cherry picked from commit b2b19535d5e5356ec7dcf97c2d550fdd01a02b27) --- WHATSNEW.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 12 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 76d8c340afb..2a7d1a61f87 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ================================ Release Notes for Samba 3.3.0rc1 - November, 19 2008 + November, 27 2008 ================================ This is the first release candidate of Samba 3.3.0. This is *not* @@ -173,7 +173,14 @@ Changes since 3.3.0pre2: ------------------------ o Michael Adam + * Fix eventlog crash. * Make keytab filename argument mandatory to "net rpc vampire keytab". + * Add domain prefix to username in lookup_groupmem(). + * Honour "winbind use default domain" in lookup_groupmem(). + * Sanely handle NULL domain in add_member(). + * Don't list the domain twice when expanding internal aliases. + * Prevent negative GM/ cache entries due to broken connections. + * Use the reconnect methods instead of the rpc methods directly. o Jeremy Allison @@ -182,10 +189,12 @@ o Jeremy Allison * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance. * BUG 5825: Fix account locking with an LDAP backend. * BUG 5826: Fix truncated filenames when accessing old servers. + * BUG 5873: Fix ACL inheritance. * BUG 5889: Fix "delete veto files = no". * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog list". * BUG 5900: Fix vfs_readonly. + * BUG 5903: Fix breaking of file contents in vfs_streams_xattr. * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by libnss_wins. * Correctly fix smbclient to terminate on eof from server. @@ -197,6 +206,8 @@ o Jeremy Allison "Cooper S. Blake" . * Fix memory leak in error path, spotted by Martin Zielinski . * Add vfs_acl_tdb.c module to do ACLs completely in userspace. + * Use fxattr calls whenever possible (trying to work around the strange + Linux kernel oplock bug). o Kai Blin @@ -210,6 +221,7 @@ o Gerald (Jerry) Carter o Steven Danneman * Add options to manage identity mapping entries to wbinfo and Winbind. + * Fix to allow setting of NULL DACL/SACL. o Günther Deschner @@ -220,25 +232,35 @@ o Günther Deschner * _samr_DeleteUser needs to wipe out the user_handle on success. * NetGroupEnum_r needs to handle servers with no groups. * Fix numerous netapi issues. - * Support for partial and delta netlogon replication in "net rpc vampire" - * Automatic machine password update in winbindd for member servers - * German internalization for pam_winbind - * Winbind krb5 locator plugin manpage - * New wbclient wbcLookupDomainControllerEx call + * Add support for partial and delta netlogon replication in + "net rpc vampire". + * Add automatic machine password update in Winbind for member servers. + * Add German internalization for pam_winbind. + * Add Winbind krb5 locator plugin manpage. + * Add new wbclient wbcLookupDomainControllerEx call. * Use autogenerated DCE/RPC routines for one more call on SVCCTL - named pipe + named pipe. * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP - parsing - * Fix winbind password change code for Windows 2000 DCs - * Fix PNP_HwProfInfo NDR parsing - * Added wbclient wbcLogonUser and wbcLogoffUserEx functions - * Automatic home directory creation for pam_winbind + parsing. + * Fix Winbind password change code for Windows 2000 DCs. + * Fix PNP_HwProfInfo NDR parsing. + * Add wbclient wbcLogonUser and wbcLogoffUserEx functions. + * Add automatic home directory creation for pam_winbind. + + +o Mathias Dietz + * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so. o Dina Fine * BUG 5908: Fix internal change notify on share directories. +o Nils Goroll + * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share. + * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share. + + o Jeff Layton * Have uppercase_string return success on NULL pointer in mount.cifs. * Make mount.cifs return codes match the return codes for /bin/mount. @@ -257,6 +279,7 @@ o Volker Lendecke * Fix a valgrind error in idmap_ad_sids_to_unixids(). * Make memcache_add_talloc NULL out the source pointer. * Fix memleak in memcache_add_talloc found by Martin Zielinski . + * Fix memleak in calculate_next_machine_pwd_change. o Jeff Layton @@ -267,6 +290,10 @@ o Derrell Lipman * BUG 5805: Don't close stdout when calling setup_logging multiple times. +o Stefan Metzmacher + * Return an error instead of crashing when no realm is given. + + o TAKAHASHI Motonobu * 5901: Fix default value for streams_depot location. @@ -277,12 +304,19 @@ o Tim Prouty o Andreas Schneider * Delete the krb5 ccname variable from the PAM environment if set. + * Add a function out of pam_sm_close_session to delete the credentials. o Davide Sfriso * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC. +o Dan Sledz + * Add FreeBSD configure check for backtrace_symbols. + * Allow SYSLOG_FACILITY to be modified with a new configure option called + --with-syslog-facility. + + o Joe Smith * Fix typo in source/utils/net_rap.c. @@ -293,6 +327,10 @@ o Martin Schwenke compile time rather than install time. +o Yasuma Takeda + * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista. + + o Bo Yang * Fix broken msgids in ntstatus_errors. * i18n/l10n pam_winbind -- 2.11.4.GIT