summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-03-26 14:02:48 +0100
committerKarolin Seeger <kseeger@samba.org>2008-03-26 14:03:28 +0100
commit7d2e3aacd922c920326c23cd53997bb3d0c9230e (patch)
tree719d0045c625cff613f4bbc70bbd21a5c66d2d51 /WHATSNEW.txt
parentf4e1e23e2fb1239036e9035fdf26ac694fbd0b0b (diff)
downloadsamba-7d2e3aacd922c920326c23cd53997bb3d0c9230e.tar.gz
samba-7d2e3aacd922c920326c23cd53997bb3d0c9230e.tar.bz2
samba-7d2e3aacd922c920326c23cd53997bb3d0c9230e.zip
WHATSNEW: Start to add changes since 3.2.0pre2.
Karolin (This used to be commit 2b18b4d02aaf5d64fbcd0d60d4da1bd4837f6220)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt64
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:
-----------------------