summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-12 18:26:37 +0200
committerGünther Deschner <gd@samba.org>2008-04-12 18:26:37 +0200
commite0cff1817a1d079dbf13ff0acbe9e411be4b76eb (patch)
tree845e77aeceb44f2294fb3d927fd5c9217a1a0ccc /WHATSNEW.txt
parent8a94886aab3722a3ab858f73566230fd5a0c2621 (diff)
downloadsamba-e0cff1817a1d079dbf13ff0acbe9e411be4b76eb.tar.gz
samba-e0cff1817a1d079dbf13ff0acbe9e411be4b76eb.tar.bz2
samba-e0cff1817a1d079dbf13ff0acbe9e411be4b76eb.zip
Fill in WHATSNEW.txt for pre3.
Guenther (This used to be commit bf638d97d7668292ef9abf890eebc402645b8327)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt16
1 files changed, 16 insertions, 0 deletions
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 <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>