1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

WHATSNEW: Start to add changes since 3.2.0pre2.

Karolin
(This used to be commit 2b18b4d02aaf5d64fbcd0d60d4da1bd4837f6220)
This commit is contained in:
Karolin Seeger 2008-03-26 14:02:48 +01:00
parent f4e1e23e2f
commit 7d2e3aacd9

View File

@ -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:
-----------------------