From e0cff1817a1d079dbf13ff0acbe9e411be4b76eb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 12 Apr 2008 18:26:37 +0200 Subject: Fill in WHATSNEW.txt for pre3. Guenther (This used to be commit bf638d97d7668292ef9abf890eebc402645b8327) --- WHATSNEW.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index be420b953a..3721aec6f7 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 -- cgit