From: Günther Deschner Date: Sat, 12 Apr 2008 16:26:37 +0000 (+0200) Subject: Fill in WHATSNEW.txt for pre3. X-Git-Tag: samba-3.3.0pre1~2725 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf638d97d7668292ef9abf890eebc402645b8327;p=thirdparty%2Fsamba.git Fill in WHATSNEW.txt for pre3. Guenther --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index be420b953aa..3721aec6f77 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -35,6 +35,8 @@ Major enhancements in Samba 3.2.0 include: o Expansion of nested domain groups via NSS calls. o Support for Active Directory LDAP Signing policy. o New LGPL Winbind client library (libwbclient.so). + o Support for establishing interdomain trust relationships with + Windows 2008. Joining: o New NetApi library for domain join related queries (libnetapi.so) @@ -46,6 +48,7 @@ Major enhancements in Samba 3.2.0 include: Users & Groups: o New ldb backend for local group mapping tables o Raised level of security defaults for authentication operations. + o New NetApi library for user account related queries. Documentation: @@ -237,6 +240,19 @@ o Guenther Deschner * Fix the build of cifs.spnego. * Migration of the SRVSVC client and server DCE/RPC code to IDL based structures and autogenerated code + * Fix Kerberos session setup with Vista SP1 (ignore PAC type 12) + * Fix support for vampire of lockout policies and + for storing dialin/terminal server settings. + * Fix remote join/unjoin server implementation. + * BUG 5328: Fix netlogon credential chain with Windows 2008 + (this also fixes joining Windows 2008 with rpc methods). + * Various fixes for establishing and validating interdomain trust + relationships with Windows 2008. + * Use IDL for storing domain controller information in dsgetdcname. + * Re-arranged internal structure of libnetapi. + * Add support for domain\dcname syntax in libnetjoin. + * Add support for browsing/joining OUs in netdomjoin-gui. + * Add various new calls to libnetapi. o Volker Lendecke