[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri Sep 6 11:42:02 MDT 2013


The branch, master has been updated
       via  81f8b9c s3: include/smb : changing smb server version
      from  5c9e10b smbd: Slightly simplify enum_file_close_fn

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


- Log -----------------------------------------------------------------
commit 81f8b9c29f317d8a6bd0354cdef9bd319118b583
Author: Shekhar Amlekar <samlekar at in.ibm.com>
Date:   Tue Jul 9 14:26:49 2013 +0530

    s3: include/smb : changing smb server version
    
    changing smb server version from 4.9 to 6.1 to
    mimic win2k8r2.
    
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Fri Sep  6 19:41:51 CEST 2013 on sn-devel-104

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

Summary of changes:
 source3/include/smb.h |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/smb.h b/source3/include/smb.h
index 8dd6555..b6b04a4 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -602,10 +602,15 @@ char *strdup(char *s);
  *  Note: In the presence of NT4.X do not set above 4.9
  *        Setting this above 4.9 can have undesired side-effects.
  *        This may change again in Samba-3.0 after further testing. JHT
+ *
+ * Version 6.1 - For older smb server versions, MMC doesn't let offline
+ *               settings to be configured during share creation. Changing
+ *               it to 6.1 to mimic Win2K8R2.
+ *
  */
  
-#define SAMBA_MAJOR_NBT_ANNOUNCE_VERSION 0x04
-#define SAMBA_MINOR_NBT_ANNOUNCE_VERSION 0x09
+#define SAMBA_MAJOR_NBT_ANNOUNCE_VERSION 0x06
+#define SAMBA_MINOR_NBT_ANNOUNCE_VERSION 0x01
 
 /* Browser Election Values */
 #define BROWSER_ELECTION_VERSION	0x010f


-- 
Samba Shared Repository


More information about the samba-cvs mailing list