From aff7429440784c41666d978e2b74784f36f87d98 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 6 Mar 2009 09:00:58 +0100 Subject: [PATCH] s3/WHATSNEW: Update changes since 3.3.0. Karolin (cherry picked from commit ca623a7aa45b93c76e4c03ef041fb518c330ca3f) --- WHATSNEW.txt | 277 +++++++++++++++++++---------------------------------------- 1 file changed, 89 insertions(+), 188 deletions(-) rewrite WHATSNEW.txt (80%) diff --git a/WHATSNEW.txt b/WHATSNEW.txt dissimilarity index 80% index 141d76bd3d3..873c7bc6c18 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,188 +1,89 @@ - ============================= - Release Notes for Samba 3.3.1 - February, 24 2009 - ============================= - -This is the latest bugfix release release of the Samba 3.3 series. - -Major enhancements in Samba 3.3.1 include: - - * Fix net ads join when "ldap ssl = start tls" (bug #6073). - * Fix renaming/deleting of files using Windows clients (bug #6082). - * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090). - * Fix remotely adding a share via the Windows MMC. - - -###################################################################### -Changes -####### - -smb.conf changes ----------------- - - Parameter Name Description Default - -------------- ----------- ------- - ldap ssl ads New No - - -Changes since 3.3.0: --------------------- - - -o Jeremy Allison - * BUG 6082: Fix renaming/deleting of files using Windows clients. - * BUG 6069: Fix build with too many arguments. - * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink. - * BUG 6099: Try to fix domain join of Win7 Beta. - * BUG 6117: Fix core dump of pdbedit -a. - * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL - filesystem. - * Fix Coverity IDs 115, 116, 117, 602. - * Fix warning (bad handler prototype). - * Unify the detection of the timespec code in configure.in, and the - application of it in time.c. - * Correctly use chroot(). - * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered" - read from the rpc packet in spoolss is under that size. - * Backport the semantics of when to delete alternate data streams on a file - truncate. - * Fix printf warnings. - * Fix warnings on Solaris. - - -o Michael Adam - * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris. - * BUG 6073: Prevent ads_connect() from using SSL unless explicitly - requested. - * Fix 'getent passwd' to allocate new uids. - * Fix 'getent group' to allocate new gids. - * Remove check for sharename being a username in 'net conf - addshare'. - - -o Guenther Deschner - * Fix Coverity ID 848. - * Remove unused ENUM_HND from 'net'. - * Fix getform command asprintf return code in rpcclient. - * Fix memleak in get_remote_printer_publishing_data(). - * Remove duplicate prototypes for generated rpc server functions. - - -o Holger Hetterich - * Enable total anonymization in vfs_smb_traffic_analyzer. - - -o Bjoern Jacke - * Fix build with external dns_sd libraries. - * Fix configure check "sub-second timestamps without struct timespec". - * Add configure check for AIX style sub-second resolution support. - * Add configure check for Tru64 sub-second timestamp resolution. - * Add Tru64 sub-second resolution timestamp support. - * Enable IPv6 support for NetBSD and FreeBSD. - * Use correct BSD evironment variable. - - -o Guenter Kukkukk - * Don't try and delete a default ACL from a file. - - -o Volker Lendecke - * BUG 5798: CFLAGS info lost in configure. - * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880. - * Fix remotely adding a share via the Windows MMC. - * Avoid valgrind errors. - * Fix 'net rpc join' for users with the SeMachineAccountPrivilege. - * Fix resume handle for _samr_EnumDomainGroups. - * Fix a buffer handling bug when adding lots of registry keys. - * Fix a O(n^2) algorithm in regdb_fetch_keys(). - - -o Jeff Layton - * Initialize rc to 0 in main in mount.cifs. - - -o Derrell Lipman - * BUG 6069: Add a fstatvfs function for libsmbclient. - * Eliminate compiler warnings. - - -o Glenn Machin - * Don't miss an absolute pathname as a kerberos keytab path. - - -o Stefan Metzmacher - * BUG 6100: Implement _netr_LogonGetCapabilities() with - NT_STATUS_NOT_IMPLEMENTED. - * Make Samba work with older ctdb versions. - * Add S-1-22-X-Y sids to the local token. - - -o Lars Mueller - * Conditional install of the cifs.upcall man page. - * Adjust regex to match variable names including underscores. - - -o Shirish Pargaonkar - * BUG 4370: Clean-up entries in /etc/mtab after unmount. - * Add fakemount (-f) and nomtab (-n) flags to mount.cifs. - - -o Ted Percival - * Fix a crash during name resolution. - - -o Tim Prouty - * Fix "assignment discards qualifiers from pointer target type" - warnings. - * Fix SMB_VFS_RECVFILE/SENDFILE macros. - - -o Karolin Seeger - * Change "ldap ssl:ads" parameter to "ldap ssl ads". - * Add manpages for vfs_acl_xattr and vfs_acl_tdb. - - -o Dan Sledz - * Fix double free caused by incorrect talloc_steal usage. - - -o Simo Sorce - * Build ldbrename. - - -o Aravind Srinivasan - * Make nmbd check all available interfaces for WINS before failing. - - -o Miguel Suarez - * Fix compilation of vfs_default on systems that do not support utimes(). - - -o Yasuma Takeda - * BUG 5920: Fix the calculation of the memcpy length. - * BUG 6098: Fix ads_find_dc() in setups with "security = domain". - - -o Bo Yang - * Make libsmbclient work with DFS. - - -###################################################################### -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.2 + March, 09 2009 + ============================= + +This is the latest bugfix release release of the Samba 3.3 series. + +Major enhancements in Samba 3.3.2 include: + + * Fix "force group" (bug #6155). + * Fix guest authentication in setups with "security = share" and + "guest ok = yes" when Winbind is running. + * Fix corruptions of source path in tar mode of smbclient (bug #6161). + + +###################################################################### +Changes +####### + + +Changes since 3.3.1: +-------------------- + + +o Jeremy Allison + * BUG 6082: Fix renaming and deleting of directories using Windows clients. + * BUG 6154: Make ZFS honor admin users. + * BUG 6155: Fix "force group". + * BUG 6160: Fix saving of files on Samba share using MS Office 2007 + * BUG 6161: Fix corruptions of source path in tar mode of smbclient. + * Fix some NetBSD warnings. + * Fix bug in processing of open modes in POSIX open. + * Fix use of streams modules with CIFSFS client. + * Ensure ACL modules work with POSIX paths. + * Use fsp->posix_open in preference if we have it. + * Fix more POSIX path lstat calls. + + +o Steven Danneman + * Fix guest authentication in setups with "security = share" and "guest ok = + yes" when Winbind is running. + + +o Steve French + * BUG 4640: Fix guest mounts in mount.cifs. + * Fix displaying the version string properly when no other parameters passed + in in mount.cifs. + + +o Björn Jacke + * Prefer gssapi header files from subdirectory. + + +o Volker Lendecke + * BUG 6124: Fix the build on IRIX. + + +o Tim Prouty + * Fix creation of core files. + + +o Dan Sledz + * Fix first mapping of uids/gids in Winbind. + + +o Bo Yang + * Initialize the id_map status in idmap_ldap to avoid surprise. + * Fix initialization of idmap status. + + +###################################################################### +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