summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-04-30 09:27:43 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-30 09:53:01 +0200
commitc21b12544c7b62a220f9b8fdb1a77bcc0585ed4e (patch)
treeb8e900b6c8408e565dc34d63b9c13eb2425a4f31
parentf2db08fca586f626646653855171c45c30be7933 (diff)
downloadsamba-c21b12544c7b62a220f9b8fdb1a77bcc0585ed4e.tar.gz
WHATSNEW: Add some WHATSNEW improvements.
Karolin (cherry picked from commit b59f79fd262b9dbb97db90e8cafe7642fd6b6317)
-rw-r--r--WHATSNEW.txt62
1 files changed, 61 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 14c4f532d57..09cd9a8df12 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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.
######################################################################