rerun 'make idl'
[metze/samba/wb-ndr.git] / WHATSNEW.txt
index 001f0f8d70f881e22182d6290321b601f702e1bc..a20738b3973fe2c07def79110cebfef6fcce633c 100644 (file)
@@ -1,9 +1,9 @@
                    =================================
-                   Release Notes for Samba 3.2.0pre3
-                               Apr 25, 2008
+                   Release Notes for Samba 3.2.0rc1
+                               May 23, 2008
                    =================================
 
-This is the third preview release of Samba 3.2.0.  This is *not*
+This is the first release candidate of Samba 3.2.0.  This is *not*
 intended for production environments and is designed for testing
 purposes only.  Please report any defects via the Samba bug reporting
 system at https://bugzilla.samba.org/.
@@ -88,9 +88,18 @@ Registry Configuration Backend
 ==============================
 
 Samba is now able to use a registry based configuration backed to
-supplement smb.conf setting.  This feature may be enabled by setting
-"config backend = registry" and "registry shares = yes" in the [global]
-section of smb.conf and may be managed using the "net conf" command.
+supplement smb.conf settings.  This feature may be enabled by setting
+"config backend = registry" in the [global] section of smb.conf for a
+registry only configuration, or by specifying "include = registry" to
+include global options from registry for a mixed setup.
+
+The new parameter "registry shares = yes" in the [global] section of
+smb.conf can be used to activate share definitions from registry.
+These shares are loaded on demand by the server. Registry shares are
+automatically activated by the global registry options above.
+
+The configuration stored in registry can be conveniently managed using
+the "net conf" command.
 
 More information may be obtained from the smb.conf(5) and net(8) man
 pages.
@@ -175,6 +184,7 @@ smb.conf changes
 
     Parameter Name                      Description     Default
     --------------                      -----------     -------
+    administrative share               New             No
     client lanman auth                 Changed Default No
     client ldap sasl wrapping          New             plain
     client plaintext auth              Changed Default No
@@ -183,7 +193,6 @@ smb.conf changes
     config backend                     New             file
     ctdb socket                                New             ""
     debug class                                New             No
-    administrative share               New             No
     lanman auth                                Changed Default No
     ldap debug level                   New             0
     ldap debug threshold               New             10
@@ -195,6 +204,17 @@ smb.conf changes
     winbind expand groups              New             1
     winbind rpc only                   New             No
 
+    New special meaning of "include = registry".
+
+
+Changes since 3.2.0pre3:
+-----------------------
+
+
+o   Steven Danneman <sdanneman@sd-ubuntu.(none)>
+    * Bug 5419: Fix memory leak in ads_do_search_all_args() when enumerating 
+      1000s of entries 
+
 
 Changes since 3.2.0pre2:
 -----------------------
@@ -209,13 +229,25 @@ o   Michael Adam <obnox@samba.org>
     * Fix %I macro expansion for IPv4 mapped IPv6 addresses.
     * Convert registry.tdb to use dbwrap and fix memleaks.
     * Several make test fixes and improvements.
+    * Several libreplace extensions and fixes (portet from v4-0-test).
     * Rename libnet_conf to libsmbconf and introduce backend abstraction layer.
     * Add text backend to libsmbconf, based on params.c.
     * Fix handling of includes in registry libsmbconf backend.
     * Fix net conf import by reading from text backend.
     * Add a "net registry" command to locally access the registry.
+    * Add getvalue subcommand to "net rpc registry".
     * Add testsuites for libsmbconf and "net registry".
     * Fix Coverity IDs 517, 536, 545.
+    * Remove unneeded REGISTRY_HOOKS layer from reghook cache
+      to allow plugging one backend to multiple keys more easily.
+    * Add smbconf_init dispatcher taking source strings like "backend:path"
+    * Fix handling of dangling parameters (without share) in libsmbconf.
+    * Introduce special meaning of "include = registry" to complement
+      the registry-only configuration of "config backend = registry".
+    * Enhance error propagation by making several registry functions
+      return WERROR.
+    * Fix loading of registry shares in smbd by fixing the token.
+    * Fix a segfault in tdb_wrap_log().
 
 
 o   Jeremy Allison <jra@samba.org>
@@ -292,6 +324,7 @@ o   Volker Lendecke <vl@samba.org>
     * Make winbind use NetSamLogonEx when possible.
     * Merge fixes in the 3-0-ctdb cluster code.
     * Fix a segfault in snprintf replacement code.
+    * Fix a regression for wbinfo --group-info if winbind separator is set
 
 
 o   Derrell Lipman <derrell@samba.org>