summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-28 09:49:59 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-28 10:02:56 +0100
commit732f69eb6b9c8e1ce962dd556dd090343bccdc27 (patch)
treec77fb69e8a6a29a758615376a6abaff9d08b5e3a /WHATSNEW.txt
parentd43aa3ee3a062dfcbab2f3429af1ce491c6c985d (diff)
downloadsamba-732f69eb6b9c8e1ce962dd556dd090343bccdc27.tar.gz
samba-732f69eb6b9c8e1ce962dd556dd090343bccdc27.tar.bz2
samba-732f69eb6b9c8e1ce962dd556dd090343bccdc27.zip
Update WHATSNEW.txt with my changes for 3.2.0pre2
metze (This used to be commit d18778f329f0c49f1250d93cf1b52603afaf15e1)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index bcdf56c166..f60aa04d54 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -127,6 +127,25 @@ o Kai Blin <kai@samba.org>
* make test now supports more extensive SPOOLSS testing using vlp.
* Correctly handle mixed-case hostnames in NTLMv2 authentication.
+o Stefan Metzmacher <metze@samba.org>
+ * Fixes for libreplace.
+ * Build fixes.
+ * Add nss_wrapper support.
+ * Start and test winbindd by 'make test'
+ * Split up child_dispatch_table into domain, idmap and locator tables
+ in winbindd.
+ * Fix for a crash bug in pidl generated client code.
+ This could have happend with [in,out,unique] pointers
+ when the clients sends a valid pointer, but the server
+ reponse with a NULL pointer (as samba-3.0.26a do for some calls).
+ * Change NTSTAUS into enum ndr_err_code in librpc/ndr.
+ * Remove unused calls in the struct based winbindd protocol.
+ * Add --configfile option to wbinfo.
+ * Convert winbind_env_set(), winbind_on() and winbind_off() into macros.
+ * Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode.
+ * Implement wbcErrorString() and wbcAuthenticateUserEx()
+ * Convert auth_winbind to use wbcAuthenticateUserEx()
+
Original 3.2.0pre1 commits:
---------------------------
o Michael Adam <obnox@samba.org>