================================================================ "I don''t know anything about music. In my line you don''t have to." Elvis Presley ================================================================ Release Announcements ==================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include: o Fix authentication on member servers without Winbind (bug #6650). o Nautilus fails to copy files from an SMB share (bug #6649). o Fix connections of Win98 clients (bug #6551). o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697). o Fix Winbind authentication issue (bug #6646). ###################################################################### Changes ####### Changes since 3.4.0 ------------------- o Michael Adam <obnox@samba.org> * BUG 6650: Fix authentication on member servers without Winbind. o Jeremy Allison <jra@samba.org> * BUG 6437: Make open_udp_socket() IPv6 clean. * BUG 6506: Smbd server doesn''t set EAs when a file is overwritten in NT_TRANSACT_CREATE. * BUG 6551: Fix connections of Win98 clients. * BUG 6564: SetPrinter fails (panics) as non root. * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo. * BUG 6649: Nautilus fails to copy files from an SMB share. * BUG 6651: Fix smbd SIGSEGV when breaking oplocks. * BUG 6673: Fix ''smbpasswd'' with "unix password sync = yes". o Yannick Bergeron <burgergold@hotmail.com> * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to allow AIX to call sys_getgrouplist only once. o Günther Deschner <gd@samba.org> * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation. * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2. * BUG 6680: Fix authentication failure from Windows 7 when domain joined. * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs. o Olaf Flebbe <flebbe@nix.science-computing.de> * BUG 6655: Fix ''smbcontrol smbd ping''. o Björn Jacke <bj@sernet.de> * BUG 6105: Make linking of rpcclient --as-needed safe. o Matt Kraai <mkraai@beckman.com> * BUG 6630: Fix opening of sockets on QNX. o Robert LeBlanc <robert@leblancnet.us> * BUG 6700: Use dns domain name when needing to guess server principal. o Volker Lendecke <vl@samba.org> * BUG 5886: Fix password change propagation with ldapsam. * BUG 6585: Fix unqualified "net join". * BUG 6611: Fix a valgrind error in chain_reply. * BUG 6646: Fix Winbind authentication issue. * Fix linking on Solaris. o Stefan Metzmacher <metze@samba.org> * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab. * BUG 6532: Fix the build with external talloc. * BUG 6538: Cancel all locks that are made before the first failure. * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. * BUG 6651: Fix smbd SIGSEGV when breaking oplocks. * BUG 6664: Fix truncation of the session key. o Tim Prouty <tprouty@samba.org> * BUG 6620: Fix a bug in renames of directories. o Rusty Russell <rusty@rustcorp.com.au> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas@osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra@samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva@gentoo.org> * BUG 6105: Make linking of cifs.upcall --as-needed safe. o TAKEDA Yasuma <yasuma@osstech.co.jp> * BUG 5879: Update LDAP schema for Netscape DS 5. o Bo Yang <boyang@samba.org> * BUG 6560: Fix lookupname. * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient. * BUG 6688: Fix crash in ''net usershare list''. ===============Download Details =============== The uncompressed tarballs and patch files have been signed using GnuPG (ID 6568B7EA). The source code can be downloaded from: http://download.samba.org/samba/ftp/stable The release notes are available online at: http://www.samba.org/samba/history/samba-3.4.1.html Binary packages will be made available on a volunteer basis from http://download.samba.org/samba/ftp/Binary_Packages/ Our Code, Our Bugs, Our Responsibility. (https://bugzilla.samba.org/) --Enjoy The Samba Team
Karolin Seeger
2009-Sep-09 14:29 UTC
[Samba] [Announce] Samba 3.4.1 Available for Download
================================================================ "I don't know anything about music. In my line you don't have to." Elvis Presley ================================================================ Release Announcements ==================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include: o Fix authentication on member servers without Winbind (bug #6650). o Nautilus fails to copy files from an SMB share (bug #6649). o Fix connections of Win98 clients (bug #6551). o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697). o Fix Winbind authentication issue (bug #6646). ###################################################################### Changes ####### Changes since 3.4.0 ------------------- o Michael Adam <obnox at samba.org> * BUG 6650: Fix authentication on member servers without Winbind. o Jeremy Allison <jra at samba.org> * BUG 6437: Make open_udp_socket() IPv6 clean. * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in NT_TRANSACT_CREATE. * BUG 6551: Fix connections of Win98 clients. * BUG 6564: SetPrinter fails (panics) as non root. * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo. * BUG 6649: Nautilus fails to copy files from an SMB share. * BUG 6651: Fix smbd SIGSEGV when breaking oplocks. * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes". o Yannick Bergeron <burgergold at hotmail.com> * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to allow AIX to call sys_getgrouplist only once. o G?nther Deschner <gd at samba.org> * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation. * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2. * BUG 6680: Fix authentication failure from Windows 7 when domain joined. * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs. o Olaf Flebbe <flebbe at nix.science-computing.de> * BUG 6655: Fix 'smbcontrol smbd ping'. o Bj?rn Jacke <bj at sernet.de> * BUG 6105: Make linking of rpcclient --as-needed safe. o Matt Kraai <mkraai at beckman.com> * BUG 6630: Fix opening of sockets on QNX. o Robert LeBlanc <robert at leblancnet.us> * BUG 6700: Use dns domain name when needing to guess server principal. o Volker Lendecke <vl at samba.org> * BUG 5886: Fix password change propagation with ldapsam. * BUG 6585: Fix unqualified "net join". * BUG 6611: Fix a valgrind error in chain_reply. * BUG 6646: Fix Winbind authentication issue. * Fix linking on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab. * BUG 6532: Fix the build with external talloc. * BUG 6538: Cancel all locks that are made before the first failure. * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. * BUG 6651: Fix smbd SIGSEGV when breaking oplocks. * BUG 6664: Fix truncation of the session key. o Tim Prouty <tprouty at samba.org> * BUG 6620: Fix a bug in renames of directories. o Rusty Russell <rusty at rustcorp.com.au> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of cifs.upcall --as-needed safe. o TAKEDA Yasuma <yasuma at osstech.co.jp> * BUG 5879: Update LDAP schema for Netscape DS 5. o Bo Yang <boyang at samba.org> * BUG 6560: Fix lookupname. * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient. * BUG 6688: Fix crash in 'net usershare list'. ===============Download Details =============== The uncompressed tarballs and patch files have been signed using GnuPG (ID 6568B7EA). The source code can be downloaded from: http://download.samba.org/samba/ftp/stable The release notes are available online at: http://www.samba.org/samba/history/samba-3.4.1.html Binary packages will be made available on a volunteer basis from http://download.samba.org/samba/ftp/Binary_Packages/ Our Code, Our Bugs, Our Responsibility. (https://bugzilla.samba.org/) --Enjoy The Samba Team -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.samba.org/pipermail/samba/attachments/20090909/abbee4b2/attachment.pgp>