From 76b0db153dfdbbc5df4afda594bc4f3ba262e9a1 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 22 Apr 2008 15:19:29 +0200 Subject: WHATSNEW.txt: Update list of changes. Karolin (This used to be commit d2cb298a469b00cb5f8e15a3185a4a5d51e1b9ec) --- WHATSNEW.txt | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ed3052f4fc..001f0f8d70 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -220,6 +220,12 @@ o Michael Adam o Jeremy Allison * BUG 5311: Fix IPv6 issue with hosts allow/deny settings. + * BUG 5372: Fix client timeouts in large CUPS installations. + * Fix problem with nmbd not waiting until interfaces come up. + * Fix S3 to pass the test_raw_oplock_exclusive3 test. + * Fix MSDFS bug breaking MS clients in some cases by ensuring + the target host is ourselves. + * Rewrite the wrap checks to deal with gcc 4.x optimisations. o Kai Blin @@ -255,6 +261,10 @@ o Guenther Deschner * Add various new calls to libnetapi. +o Björn Jacke + * Add AC_TRY_RUN_STRICT support for Sun Studio compiler. + + o Volker Lendecke * Add support for async SMB requests. * Add transactions to the dbwrap API. @@ -270,18 +280,18 @@ o Volker Lendecke * BUG 5307: Fix notify changes. * BUG 5317: Fix debug output in domain_client_validate. * BUG 5338: Fix format string issue in rpcclient. - * Convert account_pol.tdb and share_info.tdb to dbwrap - * Protect group_mapping.tdb ops with transactions - * BUG 5366: "passwd program" should work on Solaris 10 again now - * A level 25 setuserinfo does change the pwdlastset, fixes XP joins - * BUG 5350: A Samba DC trusting NT4 should do an anon session setup - * BUG 5375: Fix a segfault with "security=share" and [in]valid users - * Fix printing from DOS clients -- introduced by inbuf/outbuf rewrite - * Fix wbinfo -a trusted\\user%password on a Samba DC with trusts - * BUG 5341: Fix async smbclient get command on Solaris - * Make winbind use NetSamLogonEx when possible - * Merge fixes in the 3-0-ctdb cluster code - * Fix a segfault in snprintf replacement code + * Convert account_pol.tdb and share_info.tdb to dbwrap. + * Protect group_mapping.tdb ops with transactions. + * BUG 5366: "passwd program" should work on Solaris 10 again now. + * A level 25 setuserinfo does change the pwdlastset, fixes XP joins. + * BUG 5350: A Samba DC trusting NT4 should do an anon session setup. + * BUG 5375: Fix a segfault with "security=share" and [in]valid users. + * Fix printing from DOS clients -- introduced by inbuf/outbuf rewrite. + * Fix wbinfo -a trusted\\user%password on a Samba DC with trusts. + * BUG 5341: Fix async smbclient get command on Solaris. + * Make winbind use NetSamLogonEx when possible. + * Merge fixes in the 3-0-ctdb cluster code. + * Fix a segfault in snprintf replacement code. o Derrell Lipman -- cgit