[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Mon Jul 2 07:16:01 MDT 2012


The branch, master has been updated
       via  0ff2fc3 WHATSNEW: mention initial support for SMB3
       via  8d80875 WHATSNEW: Mention SMB 2.1 support (reauthentication/mulit-credit) and config default
       via  86336de WHATSNEW: prepare for 4.0 beta3
      from  3f30b02 Disable selections of USE_LINUX_THREAD_CREDENTIALS until we have specific 32-bit and 64-bit versions.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0ff2fc372ad0190d7a74d961d7e303b11352253f
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 2 12:49:30 2012 +0200

    WHATSNEW: mention initial support for SMB3
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Mon Jul  2 15:15:53 CEST 2012 on sn-devel-104

commit 8d80875c4b596d9de39b92470c7fa79d500e28b7
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 2 12:14:46 2012 +0200

    WHATSNEW: Mention SMB 2.1 support (reauthentication/mulit-credit) and config default

commit 86336dec7f8f7a0e9d418f39a6790c37a59b15c6
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 2 12:12:22 2012 +0200

    WHATSNEW: prepare for 4.0 beta3

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

Summary of changes:
 WHATSNEW.txt |   48 ++++++++++++++++++------------------------------
 1 files changed, 18 insertions(+), 30 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index c4ba7f3..e1405cc 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,4 @@
-What's new in Samba 4 beta2
+What's new in Samba 4 beta3
 =============================
 
 Samba 4.0 will be the next version of the Samba suite and incorporates
@@ -11,7 +11,7 @@ and above.
 WARNINGS
 ========
 
-Samba4 beta2 is not a final Samba release, however we are now making
+Samba4 beta3 is not a final Samba release, however we are now making
 good progress towards a Samba 4.0 release, of which this is a preview.
 Be aware the this release contains the best of all of Samba's
 technology parts, both a file server (that you can reasonably expect
@@ -94,42 +94,30 @@ Python programs to interface to Samba's internals, and many tools and
 internal workings of the DC code is now implemented in python.
 
 
-CHANGES SINCE beta1
+CHANGES SINCE beta2
 =====================
 
-For a list of changes since beta1, please see the git log.
+For a list of changes since beta2, please see the git log.
 
 $ git clone git://git.samba.org/samba.git
 $ cd samba.git
-$ git log samba-4.0.0beta1..samba-4.0.0beta2
+$ git log samba-4.0.0beta2..samba-4.0.0beta3
 
 Some major user-visible changes include:
 
-The default file server for EXISTING USERS has changed to s3fs.  To
-continue to use ntvfs, you must set in your smb.conf:
-
-    server services = +smb -s3fs
-    dcerpc endpoint servers = +winreg +srvsvc
-
-samba-tool dbcheck will now upgrade older databases that are missing
-GUIDs in the schema partition.  
-
-The 'samba-tool domain samba3upgrade' command is now called
-'samba-tool domain classicupgrade' and now creates users and groups
-with the posixAccount objectClass and uidNumber and gidNumber values.
-
-The new 'idmap_ldb:use rfc2307' parameter allows these values to be
-used instead of the idmap.ldb, where found in the directory.
-
-Work has continued to make Samba more portable to a wide variety of
-Unix-like systems, and to support --without-ad-dc on systems lacking a
-modern MIT krb5.
-
-Less visible, but very importantly, the work has continued in restructuring
-the smbd file server to implement SMB3.
-
-The TDB2 database library has been changed to ntdb, but will not be
-the default db layer for the 4.0 release.  We will continue to use tdb1.
+Samba now includes support for version 2.1 of the SMB protocol,
+the SMB2 version of Windows 7 and 2008R2, including dynamic
+reauthentication and support for multi-credit (large MTU).
+Consequently, Samba negotiates SMB 2.1 by default: The value "SMB2"
+for the configuration parameter "max protocol" has been changed to
+be an alias for SMB 2.1. Previously, the default SMB2 version of
+Samba was the original version 2.0 of SMB that was shipped with
+Windows Vista and 2008.
+
+Samba now offers basic experimental support for SMB3, the next version
+of the SMB protocol (formerly known as SMB 2.2) that will be available
+with Windows 8 and Windows Server 2012. Negotiation of SMB3 can be
+activated by setting "max protocol" to "SMB3" in smb.conf.
 
 
 KNOWN ISSUES


-- 
Samba Shared Repository


More information about the samba-cvs mailing list