WHATSNEW: Add some WHATSNEW improvements.
authorKarolin Seeger <kseeger@samba.org>
Thu, 30 Apr 2009 07:27:43 +0000 (09:27 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 30 Apr 2009 07:53:01 +0000 (09:53 +0200)
Karolin
(cherry picked from commit b59f79fd262b9dbb97db90e8cafe7642fd6b6317)

WHATSNEW.txt

index 14c4f532d572e970dd3963ecb2c9759778266d65..09cd9a8df1210038c13a2e5450f6659fac2144b6 100644 (file)
@@ -30,6 +30,7 @@ o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
 o Samba3 and Samba4 do now share a common tevent library.
 o The code has been cleaned up and the major basic interfaces are shared with
   Samba4 now.
+o An asynchronous API has been added.
 
 
 General Changes
@@ -95,6 +96,8 @@ interfaces now. That is why the libraries were moved to the toplevel directory.
 That is one of the first steps to share code and minimize the gap between
 these two versions.
 
+An asynchronous API has been added.
+
 
 ######################################################################
 Changes
@@ -105,6 +108,7 @@ smb.conf changes
 
    Parameter Name                      Description     Default
    --------------                      -----------     -------
+
    access based share enum            New             No
    dedicated keytab file              New             ""
    kerberos method                    New             default
@@ -117,7 +121,63 @@ smb.conf changes
 New [sub]commands
 -----------------
 
-   net eventlog
+   net eventlog                Tool to import/dump/export native win32 eventlog files.
+
+
+New configure options
+---------------------
+
+--enable-external-libtalloc    Enable external talloc
+--enable-merged-build          Build Samba 4 as well
+--enable-gnutls                        Turn on gnutls support
+--with-statedir=DIR            Where to put persistent state files
+--with-cachedir=DIR            Where to put temporary cache files
+--with-ncalprcdir=DIR          Where to put ncalrpc sockets
+--with-selftest-shrdir=DIR     The share directory that make test will be run
+                               against
+--with-selftest-custom-conf=PATH
+                               An optional custom smb.conf that is included in
+                               the server smb.conf during make test
+--with-wbclient                        Use external wbclient
+--with-included-popt           Use bundled popt library, not from system
+--with-libiconv=BASEDIR                Use libiconv in BASEDIR/lib and BASEDIR/include
+--with-sqlite3                 SQLITE3 backend support
+--with-pthreads                        Include pthreads
+--with-setproctitle            Search for setproctitle support
+
+
+Commit Highlights
+=================
+
+
+o   Steven Danneman <steven.danneman@isilon.com>
+    * Change the way smbd handles untrusted domain names given during user
+      authentication.
+
+
+o   Guenther Deschner <gd@samba.org>
+    * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
+      and spoolss by autogenerated code based on PIDL.
+    * Fix several printing issues and improve support for printer change
+      notificiations.
+    * Add 'net eventlog'.
+
+
+o   Volker Lendecke <vl@samba.org>
+    * Add asynchronous API.
+
+
+o   Stefan Metzmacher <metze@samba.org>
+    * Make Samba3 and Samba4 share a tevent library.
+
+
+o   Dan Sledz <dsledz@isilon.com>
+    * Add two new parameters to control how we verify kerberos tickets.
+
+
+o   Jelmer Vernooij <jelmer@samba.org>
+    * Make merged build possible.
+    * Move common libraries to the shared lib/ directory.
 
 
 ######################################################################