From: Karolin Seeger Date: Fri, 29 Feb 2008 09:44:38 +0000 (+0100) Subject: Merge commit 'origin/v3-2-test' into v3-2-stable X-Git-Tag: samba-3.2.0pre2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a390bcf9403df4cf4d5eef42b35ebccbe253882e;p=thirdparty%2Fsamba.git Merge commit 'origin/v3-2-test' into v3-2-stable Conflicts: WHATSNEW.txt --- a390bcf9403df4cf4d5eef42b35ebccbe253882e diff --cc WHATSNEW.txt index 253fe260ded,76a66b3d297..2ac227d141f --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@@ -109,16 -114,19 +114,20 @@@ smb.conf change client plaintext auth Changed Default No clustering New No cluster addresses New "" - debug class New No + config backend New file ctdb socket New "" + debug class New No + hidden New No lanman auth Changed Default No - mangle map Removed - min receive file size New 0 - open files database hash size Removed - read bmpx Removed + ldap debug level New 0 + ldap debug threshold New 10 + mangle map Removed ++ min receive file size New 0 + open files database hashsize Removed + read bmpx Removed registry shares New No - winbind expand groups New 1 - winbind rpc only New No + winbind expand groups New 1 + winbind rpc only New No Changes since 3.2.0pre1: @@@ -179,12 -210,24 +211,24 @@@ o Volker Lendecke - * Fixes for libreplace. + * Refactor Winbind internal parent-child interface tables + to achieve better unit testing support. + * Add nss_wrapper API for local Winbind unit tests. + * Networking fixes to the libreplace library. * Pidl fixes. + * Remove unused Winbind pipe calls. + * 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 client sends a valid pointer, but the server + responds with a NULL pointer (as samba-3.0.26a does for some calls). + * Change NTSTATUS 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(). o James Peach @@@ -195,6 -238,9 +239,8 @@@ o Andreas Schneider * Don't restart winbind if a corrupted tdb is found during initialization. + * Fix Windows 2008 (Longhorn) join. - * Fix crashbug in winbindd. + * Add share parameter "hidden". o Karolin Seeger