diff options
-rw-r--r-- | WHATSNEW.txt | 64 |
1 files changed, 64 insertions, 0 deletions
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 <obnox@samba.org> + * 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 <jra@samba.org> + * BUG 5311: Fix IPv6 issue with hosts allow/deny settings. + + +o Kai Blin <kai@samba.org> + * BUG 4235: Prevent ntlm_auth from sending BH responses without a message. + * Fix one BH message. + + +o Gerald (Jerry) Carter <jerry@samba.org> + * 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 <gd@samba.org> + * 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 <vl@samba.org> + * 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 <derrell@samba.org> + * Check for NULL pointers before dereferencing them. + * Fix use of AuthDataWithContext capability. + + +o Karolin Seeger <kseeger@samba.org> + * Fix usage message for "net idmap dump". + + +o Andrew Tridgell <tridge@samba.org> + * Suppress superfluous message. + + +o Marc VanHeyningen <marc.vanheyningen@isilon.com> + * Coverity fixes. + + Changes since 3.2.0pre1: ----------------------- |