Samba 3.3.4 Available for Download
=============================
Release Notes for Samba 3.3.4
April, 29 2009
=============================
This is the latest bugfix release of the Samba 3.3 series.
Major enhancements in Samba 3.3.4 include:
o Fix domain logins for WinXP clients pre SP3 (bug #6263).
o Fix samr_OpenDomain access checks (bug #6089).
o Fix usrmgr.exe creating a user (bug #6243).
######################################################################
Changes
#######
Changes since 3.3.3:
--------------------
o Michael Adam
* net conf: Save share name as given, not as lower case only.
* Prevent creation of registry keys containing the '/' character.
o Jeremy Allison
* BUG 6089: Fix samr_OpenDomain access checks.
* BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
"msdfs root" set to "yes".
* BUG 6279: Fix Winbind crash.
* Allow pdbedit to change a user rid/sid.
* When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
* Don't access a freed structure when logging off and re-using a vuid.
o Guenther Deschner
* BUG 5329: Add "net rpc service delete/create".
* BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
freed.
* BUG 6263: Fix domain logins for WinXP clients pre SP3.
* BUG 6286: Call init function for builtin idmap modules before probing for
them as shared modules.
* Try to to fix password_expired flag handling.
* Make sure to grey out change fields in the netdomjoin-gui when not
running as root.
o Jim McDonough
* Don't look up local user for remote changes, even when root.
o Volker Lendecke
* BUG 6243: Fix usrmgr.exe creating a user.
* Use procid_str in debug messages for better cluster-debuggability.
* Use cluster-aware procid_is_me instead of comparing pids.
* Fix smbd crash for close_on_completion.
* Fix a memleak in an unlikely error path in change_notify_create().
* Do not use the file system GET_REAL_FILENAME for mangled names.
o Stefan Metzmacher
* Fix a crash bug if we timeout in net rpc trustdom list.
* Add '--request-timeout' option to net.
o Martin Schwenke
* In net_conf_import, start a transaction when importing a single share.
o Simo Sorce
* Fix writing of roaming profiles with "profile acls" set to "yes".