From db4f7867aacf386c7c76ddcefd86e5d1e800ddbe Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 10 May 2010 14:55:44 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.4.7. Karolin (cherry picked from commit d95ce71d5f450283b0fed52dd10c3995f682a690) --- WHATSNEW.txt | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 0599a09b1c4..0e6a324e365 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -8,16 +8,92 @@ This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.8 include: -o + o Fix Winbind reconnection to it's own domain (bug #7295). + o Fix an uninitialized variable read in smbd (bug #7254). + o Fix smbd crash with CUPS printers and no [printers] share defined + (bug #7297). + o Fix NULL pointer dereference in smbd (bug #7229). Changes since 3.4.7 ------------------- +o Michael Adam + * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are + present. + + +o Jeremy Allison + * BUG 7159: Fix handling of bad server data returns in client rpc_transport. + * BUG 7255: Fix "printer admin" functionality. + * BUG 7288: Fix SMB job IDs in CUPS job names. + * BUG 7297: Fix smbd crash with CUPS printers and no [printers] share + defined. + * BUG 7310: Fix DOS attribute inconsistency with MS Office. + + +o Kai Blin + * BUG 7290: Fix core dump in 'ntlm_auth'. + + +o Günther Deschner + * BUG 6727: Fix printing issues. + * BUG 7176: Fix incorrect format of device mode strings. + * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData(). + * BUG 7277: Fix exporting printers via 'cupsaddsmb' command. + + +o Björn Jacke + * BUG 7352: Fix different definitions of TIME_T_MAX. + + +o Michael Karcher + * BUG 7269: Fix job management commands for CUPS queues. + + +o Jeff Layton + * BUG 6853: Fix race condition in mount.cifs that allows user to replace + mountpoint with a symlink. + + o Volker Lendecke + * BUG 5198: Fix parsing of the gecos field. + * BUG 5626: Fix build on AIX. + * BUG 7229: Fix NULL pointer dereference in smbd. * BUG 7254: Fix an uninitialized variable read in smbd found by Laurent Gaffié from Stratsec. + * BUG 7326: Fix writing with vfs_full_audit. + + +o Derrell Lipman + * BUG 7345: Fix incomplete description of function return values in + libsmbclient.h. + + +o Jim McDonough + * BUG 7378: Display an error on 'net conf import' failures. + + +o Roel van Meer + * BUG 6814: Fix valgrind warning. + + +o Stefan Metzmacher + * BUG 7159: Fix handling of bad server data returns in client rpc_transport. + * BUG 7170: Never mark external domains as internal. + * BUG 7295: Fix Winbind reconnection to it's own domain. + * BUG 7316: Make sure we don't try rpc requests against unaccessable + domains. + * BUG 7317: Fix problems with SIGCHLD handling in Winbind. + + +o SATOH Fumiyasu + * BUG 1206: Fix segfault in vfs_netatalk. + + +o Bo Yang + * BUG 7206: Fix duplicate signal handler. ###################################################################### -- 2.11.4.GIT