[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-844-gb59f79f

Karolin Seeger kseeger at samba.org
Thu Apr 30 07:28:19 GMT 2009


The branch, v3-4-test has been updated
       via  b59f79fd262b9dbb97db90e8cafe7642fd6b6317 (commit)
      from  83c7d8697a8df92ff1592af9c382f483354eeb0f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit b59f79fd262b9dbb97db90e8cafe7642fd6b6317
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Apr 30 09:27:43 2009 +0200

    WHATSNEW: Add some WHATSNEW improvements.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 14c4f53..09cd9a8 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 at isilon.com>
+    * Change the way smbd handles untrusted domain names given during user
+      authentication.
+
+
+o   Guenther Deschner <gd at 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 at samba.org>
+    * Add asynchronous API.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Make Samba3 and Samba4 share a tevent library.
+
+
+o   Dan Sledz <dsledz at isilon.com>
+    * Add two new parameters to control how we verify kerberos tickets.
+
+
+o   Jelmer Vernooij <jelmer at samba.org>
+    * Make merged build possible.
+    * Move common libraries to the shared lib/ directory.
 
 
 ######################################################################


-- 
Samba Shared Repository


More information about the samba-cvs mailing list