Gerald (Jerry) Carter
2003-Feb-06 01:13 UTC
[Samba] Samba-2.2.8pre1 available on samba.org mirrors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We've just posted a preview release of Samba 2.2.8 on samba.org. This is a non-production release provided for testing only. The final 2.2.8 will only include bug fixes for the 2.2.7a release. The source code can be downloaded from : http://download.samba.org/samba/ftp/pre/ The unpcompressed tarball and patch file have been signed using GnuPG. The Samba public key is available at http://download.samba.org/samba/ftp/samba-pubkey.asc Binary packages for RedHat have been released and can be found at http://download.samba.org/samba/ftp/Binary_Packages/ Other will be available soon. The release notes follow. As always, all bugs are our responsibility. --Enjoy The Samba Team What's new in Samba 2.2.8pre1 - 3rd February 2003 ================================================ This is a non-production, preview release of the upcoming Samba 2.2.8 distribution. This preview release is for testing purposes only and should not be installed in production environments. The purpose of this preview release to make numerous bugs fixes for Samba 2.2.7a available to the Samba community. Please report testing results of this release to the Samba mailing list <samba@samba.org>. Changes since 2.2.7a - --------------------- See the cvs log for SAMBA_2_2 for more details 1) Fix seg fault in smbpasswd when specifying the new password as a command line argument 2) Correct 64-bit file sizes issues with smbtar and smbclient 3) Add batch mode option to pdbedit 4) Add protection in nmbd against malformed reply packets 5) Fix bug with sendfile profiling support in smbstatus output 6) Correct bug in "hide unreadable" smb.conf parameter that resulted in incorrect directory listings 7) Fix bug in group enumeration in winbindd 8) Correct build issues with libsmbclient on Solaris 9) Fix memory leak and bad pointer dereference in password changing code in smbd 10) Fix for changing attributes on a file truncate 11) Ensure smbd process count never gets to -1 if limiting number of processes 12) Ensure we return disk full by default on short writes 13) Don't delete jobs submitted after the lpq time 14) Fix reference count bug where smbds would not terminate with no open resources 15) Performance fix when using quota support on HP-UX 16) Fixes for --with-ldapsam * Default to port 389 when "ldap ssl != on" * add support for rebinding to the master directory server for password changes when "ldap server" points to a read-only slave 17) Add -W and -X comand line flags to smbpasswd for extracting and setting the machine/domain SID in secrets.tdb. See the smbpasswd(8) man page for details. 18) Added (c) Luke Howard to winbind_nss_solaris.c for coded obtained from PADL's nss_ldap library. 19) Fix bug in samr_dispinfo query in winbindd 20) Fix segfault in NTLMSSP password changing code for guest connections 21) Correct pstring/fstring mismatches 22) Send level II oplock break requests synchronously to prevent condition where one smbd would continually lock a share entry in locking.tdb 23) Miscellaneous cleanups for tdb error conditions and appending data in a record 24) Implement correct open file truncate semantics with DOS attributes 25) Enforce wide links = no on files as well as directories 26) Include shared library checks for Stratus VOS 27) Include support for CUPS printer classes and logging the remote client name -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE+QbaiIR7qMdg1EfYRAl1nAJ45s26WHJFawgQRe6KGeF/URSNUtQCeLwQ6 1PMOb5f+8yFQTCwbyf02Qd4=QETo -----END PGP SIGNATURE-----
Gerald (Jerry) Carter
2003-Feb-28 22:19 UTC
[Samba] Samba-2.2.8pre1 available on samba.org mirrors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We've just posted the second preview release of Samba 2.2.8 on samba.org. This is a non-production release provided for testing only. The final 2.2.8 will only include bug fixes for the 2.2.7a release. The source code can be downloaded from : http://download.samba.org/samba/ftp/pre/ The uncompressed tarball and patch file have been signed using GnuPG. The Samba public key is available at http://download.samba.org/samba/ftp/samba-pubkey.asc Binary packages for RedHat have been released and can be found at http://download.samba.org/samba/ftp/Binary_Packages/ Other will be available soon. The release notes follow. As always, all bugs are our responsibility. --Enjoy The Samba Team What's new in Samba 2.2.8pre2 - 28th February 2003 ================================================= This is a non-production, preview release of the upcoming Samba 2.2.8 distribution. This preview release is for testing purposes only and should not be installed in production environments. The purpose of this preview release to make numerous bugs fixes for Samba 2.2.7a available to the Samba community. Please report testing results of this release to the Samba mailing list <samba@samba.org>. Changes since 2.2.8pre1 - ----------------------- 1) smbumount lazy patch from Mandrake 2) Check for too many processes *before* the fork. 3) make sure we don't run over the end of 'name' in unix_convert() 4) set umask to 0 before creating socket directory. 5) Fix the LARGE_SMB_OFF_T problems and allow smbd to do the right thing in interactive mode when a log file dir is also specified. 6) Fix delete on close semantics to match W2K. 7) Correctly return access denied on share mode deny when we can't open the file. 8) Always use safe_strcpy not pstrcpy for malloc()'d strings 9) Fixes for HP-UX only having limited POSIX lock range 10) Added uid/gid caching code. Reduces load on winbindd. 11) Removed extra copy of server name in the printername field (it was mangling the the name to be \\server\\\server\printer 12) Fix dumb perror used without errno being set. 13) Do retries correctly if the connection to the DC has failed. 14) Correctly check for inet_addr fail. 15) Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. 16) Fix for missing if (setting_acls) on default perms. 17) Fix to cache the sidtype 18) fix printer settings on Solaris (big-endian) print servers. ASCII -> UNICODE conversion bug. 19) Small fix check correct error return. 20) Ensure space_avail is unsigned. 21) patch to check for a valid [f]chmod_acl function pointer before calling it. Fixes seg fault in audit VFS module 22) When checking is_locked() new WRITE locks conflict with existing READ locks even if the context is the same. 23) Merge off-by-one crash fixes from HEAD 24) Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead. 25) Merge from HEAD. Use pstrcpy not safe_strcpy. 26) Fix to allow blocking lock notification to be done rapidly (no wait for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks). 27) Doxygen cleanups for code documentation 28) limit the unix domain sockets used by winbindd by adding a "last_access" field to winbindd connections, and will close the oldest idle connection once the number of open connections goes over WINBINDD_MAX_SIMULTANEOUS_CLIENTS (defined in local.h as 200 currently) 29) Fix a couple of string handling errors in smbd/dir.c that would cause smbd to crash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE+X+BiIR7qMdg1EfYRAjC+AKC/BwKXyt/JcVGUfzsH2wJmhlWGbwCfdiXG jR8iAXP1vZUcuE7tbaEICpU=e1uE -----END PGP SIGNATURE-----