Samba 3.3.5 Available for Download
=============================
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 SAMR and LSA checks (bug #6089, #6289)
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 6089: Revert the extra SAMR and LSA checks.
* BUG 6099: Fix joining of Win7 into Samba domain.
* BUG 6289: Revert the extra SAMR and LSA checks.
* BUG 6297: Owner of sticky directory cannot delete files created by
others.
* 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.
* BUG 6465: Fix enumeration of empty aliases (ldb backend).
o Bjoern 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 Andreas Schneider
* Some man pam_winbind improvements.
o Karolin Seeger
* BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
o Marc VanHeyningen
* Zero an uninitialized array.