1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Fill in WHATSNEW.txt for pre3.

Guenther
(This used to be commit bf638d97d7668292ef9abf890eebc402645b8327)
This commit is contained in:
Günther Deschner 2008-04-12 18:26:37 +02:00
parent 8a94886aab
commit e0cff1817a

View File

@ -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 <gd@samba.org>
* 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 <vl@samba.org>