From 7d2e3aacd922c920326c23cd53997bb3d0c9230e Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 26 Mar 2008 14:02:48 +0100 Subject: WHATSNEW: Start to add changes since 3.2.0pre2. Karolin (This used to be commit 2b18b4d02aaf5d64fbcd0d60d4da1bd4837f6220) --- WHATSNEW.txt | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cdee28d6e7..1b077988a2 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -197,6 +197,70 @@ Changes since 3.2.0pre2: ----------------------- +o Michael Adam + * Fix session setup with security = share. + * Fix segfault in testparm. + * Fix several Makefile issues. + * Fix build of bin/net on Solaris. + * Reformat the parm table of loadparm to use named initializers. + * Fix %I macro expansion for IPv4 mapped IPv6 addresses. + + +o Jeremy Allison + * BUG 5311: Fix IPv6 issue with hosts allow/deny settings. + + +o Kai Blin + * BUG 4235: Prevent ntlm_auth from sending BH responses without a message. + * Fix one BH message. + + +o Gerald (Jerry) Carter + * Fix libtdb some to move back towards allowing out of tree builds. + * Ignore port when pulling IP addr from struct sockaddr_storage.. + + +o Guenther Deschner + * Fix build of pam_smbpass. + * Fix lp_load with an empty registry and "config backend = registry". + * Fix build targets for bin/net. + * Fix _dssetup_DsRoleGetPrimaryDomainInformation(). + * Fix the build of cifs.spnego. + + +o Volker Lendecke + * Add support for async SMB requests. + * Add transactions to the dbwrap API. + * Add "net idmap aclmapset". + * Change default bufsize to 512k. + * Fix Coverity IDs 473, 481, 506, 507, 525, 526, 527, 528, 529, 530, 537, + 538, 547, 548, 551, 552, 553, 554, 555, 557, 558, 559, 563, 564, 567. + * Fix some warnings in the tsmsm module. + * Fix warnings. + * BUG 4901: Fix "ldap passwd sync = only". + * BUG 5334: Fix download of empty files using smbclient. + * BUG 5307: Fix notify changes. + * BUG 5317: Fix debug output in domain_client_validate. + * BUG 5338: Fix format string issue in rpcclient. + + +o Derrell Lipman + * Check for NULL pointers before dereferencing them. + * Fix use of AuthDataWithContext capability. + + +o Karolin Seeger + * Fix usage message for "net idmap dump". + + +o Andrew Tridgell + * Suppress superfluous message. + + +o Marc VanHeyningen + * Coverity fixes. + + Changes since 3.2.0pre1: ----------------------- -- cgit