From 7aeeac3d25a6f71b7bdd588c941a9aecafa0ceaf Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 14 Sep 2012 09:47:47 +0200 Subject: [PATCH] WHATSNEW: Add changes since 3.6.7. Karolin (cherry picked from commit 34476abd44cb0b7c806b671727b3b814928202e1) --- WHATSNEW.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 05de570591c..643f617253b 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -14,6 +14,68 @@ Changes since 3.6.7: -------------------- o Jeremy Allison + * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens. + * BUG 9098: Fix refreshing of Kerberos tickets in Winbind. + * BUG 9124: Fix setting of "inherited" bit on inherited ACE's. + + +o Christian Ambach + * BUG 9137: Make 'smbclient allinfo' show the snapshot list. + + +o Andrew Bartlett + * BUG 9066: "Domain Users" incorrectly added as additional group on domain + members. + * BUG 9067: Use correct RID for "Domain Guests" primary group. + + +o David Binderman + * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c. + + +o David Disseldorp + * BUG 9123: Fix lprng job tracking errors. + + +o Salvador I. Gonzalez + * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000 + clients. + + +o Hargagan + * BUG 9085: Fix NMB registration for a duplicate workstation. + + +o Björn Jacke + * BUG 9037: Open and netbsd have the md5 symbols in libc. + * BUG 9144: Fix nfs quota support with Linux nfs4 mounts. + + +o Volker Lendecke + * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on + T4 (sun4v) systems on Solaris 10. + * BUG 9058: Backport FSCTL codes from master. + * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by + close. + * BUG 9150: Valid open requests can cause smbd assert due to incorrect + oplock handling on delete requests. + + +o Herb Lewis + * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes + and NDR parsing errors. + + +o Stefan Metzmacher + * BUG 9058: Fix segfault in smbstatus. + + +o Andreas Schneider + * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal + symbols. + * BUG 9112: Fix flooding the logs with records we don't find in pcap. + * BUG 9122: Initialize the print backend after we setup winreg. + * BUG 9135: Fix Winbind panic if we couldn't find the domain. ###################################################################### -- 2.11.4.GIT