[SCM] Samba Shared Repository - branch v3-4-stable updated - release-4-0-0alpha7-842-g2118880

Karolin Seeger kseeger at samba.org
Thu Apr 30 07:53:15 GMT 2009


The branch, v3-4-stable has been updated
       via  21188807b56319b3eca0d410d3859fa5cdbede54 (commit)
       via  c21b12544c7b62a220f9b8fdb1a77bcc0585ed4e (commit)
      from  f2db08fca586f626646653855171c45c30be7933 (commit)

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


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

    WHATSNEW: Add new net service subcommands to the WHATSNEW.
    
    Karolin
    (cherry picked from commit b7c4a63d034f8c33b3a4857cae41270bd55e270f)

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

    WHATSNEW: Add some WHATSNEW improvements.
    
    Karolin
    (cherry picked from commit b59f79fd262b9dbb97db90e8cafe7642fd6b6317)

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

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


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 14c4f53..64ffe3f 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,69 @@ smb.conf changes
 New [sub]commands
 -----------------
 
-   net eventlog
+   net eventlog			Import/dump/export native win32 eventlog files.
+   net rpc service create	Create a new service.
+   net rpc service delete	Delete an existing service.
+
+
+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   Danny Tylman <danny.tylman at insightix.com>
+    * Add 'net rpc service' subcommands 'create' and 'delete'.
+
+
+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