diff options
author | Karolin Seeger <kseeger@samba.org> | 2011-06-05 21:10:53 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2011-06-14 12:58:56 +0200 |
commit | adb63408a8077725cc9e9b0ebf86d80efbb84e75 (patch) | |
tree | f5d8ed8be71c1709e70737b980bd3fcfb11b40e7 | |
parent | 9225920bdff24b4a0b0f53f27616d069ba2081da (diff) | |
download | samba-adb63408a8077725cc9e9b0ebf86d80efbb84e75.tar.gz samba-adb63408a8077725cc9e9b0ebf86d80efbb84e75.tar.xz samba-adb63408a8077725cc9e9b0ebf86d80efbb84e75.zip |
WHATSNEW: Add more changes since 3.5.8.
Karolin
(cherry picked from commit 7e307ac32ca074e47e27229fcef894343ec0f9c9)
-rw-r--r-- | WHATSNEW.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d18ef549251..209cc63af49 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -14,14 +14,24 @@ Changes since 3.5.8: -------------------- o Jeremy Allison <jra@samba.org> + * BUG 6911: Kerberos authentication from Vista to Samba fails when security + blob size is greater than 16 kB. * BUG 7080: Quota only shown when logged as root. + * BUG 7528: Fix Solaris with NIS autohome. * BUG 7987: ACL can get lost when files are being renamed. * BUG 7996: sgid bit lost on folder rename. * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or workgroup is configured. * BUG 8072: Fix panic in create_file_acl_common. + * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS + setups. + * BUG 8083: "inherit owner = yes" doesn't interact correctly with + vfs_acl_xattr or vfs_acl_tdb module. * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input blobs are null. + * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open. + * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload(). + * BUG 8163: Fix our asn.1 parser to handle negative numbers. o Christian Ambach <ambi@samba.org> @@ -32,6 +42,10 @@ o Christian Ambach <ambi@samba.org> global setting to a per share setting. +o Andrew Bartlett <abartlet@samba.org> + * BUG 7893: Don't ever ask for machine$ principals as a target. + + o Björn Baumbach <bb@sernet.de> * BUG 8074: Fix debug message. @@ -45,14 +59,26 @@ o Marc A. Dahlhaus <mad@wol.de> o Günther Deschner <gd@samba.org> + * BUG 7993: Make sure we don't crash when publishing a single printer. * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code. + * BUG 8132: Fix filling printers location field when using CUPS. + + +o David Disseldorp <ddiss@suse.de> + * BUG 7836: Make newly added printers visible to clients. + * BUG 7994: Use printcap IDL for IPC. o Björn Jacke <bj@sernet.de> + * BUG 7825: Fix GNU ld version detection with old gcc releases. * BUG 8033: Add explicit configure option whether to enable dmapi support or not. +o Sergey Korsak <skif@1plus1.net> + * BUG 8099: setpwent() actually does endpwent() on FreeBSD. + + o Volker Lendecke <vl@samba.org> * BUG 8009: Fix getting username in 'net rap session'. * BUG 8011: Fix memory corruption in shadow_copy2. @@ -60,6 +86,7 @@ o Volker Lendecke <vl@samba.org> * BUG 8042: File creation on OS/X. * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints. * BUG 8066: Fix wrong output in 'smbget'. + * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode. o Nikolay Martynov <mar.kolya@gmail.com> @@ -67,6 +94,11 @@ o Nikolay Martynov <mar.kolya@gmail.com> correctly. +o Jim McDonough <jmcd@samba.org> + * BUG 6364: Pull realm from supplied username on libnet join. + * BUG 8166: Don't lockout users when offline. + + o Stefan Metzmacher <metze@samba.org> * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file. @@ -75,6 +107,10 @@ o Larry Reid <lcreid@jadesystems.ca> * BUG 8055: Can't see Parts of DFS CIFS share. +o Simo Sorce <idra@samba.org> + * BUG 7610: winbindd_cache.tdb grows too large when scaled. + + o Martin Vogt <martin.vogt@itwm.fraunhofer.de> * BUG 6762: Fix ctdb on gpfs error with MS Office. |