[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Tue Oct 9 01:35:45 MDT 2012


The branch, v3-6-test has been updated
       via  1bc9a20 Correct fix for bug #9222 - smbd ignores the "server signing = no" setting for SMB2.
      from  aecb5a6 s3fs-printing: Fix RAW printing for normal users.

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


- Log -----------------------------------------------------------------
commit 1bc9a208337b50e5ee566060799b3b17d8ed95e3
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Oct 3 12:58:00 2012 -0700

    Correct fix for bug #9222 - smbd ignores the "server signing = no" setting for SMB2.
    
    Signing cannot be disabled for SMB2 by design, so fix the documentation
    instead.
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Wed Oct  3 23:47:23 CEST 2012 on sn-devel-104
    (cherry picked from commit fe38a93c71d0adc0be1d43b438ac3b54eaf4ba53)

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

Summary of changes:
 docs-xml/smbdotconf/security/serversigning.xml |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/security/serversigning.xml b/docs-xml/smbdotconf/security/serversigning.xml
index ea21a2c..0aced5d 100644
--- a/docs-xml/smbdotconf/security/serversigning.xml
+++ b/docs-xml/smbdotconf/security/serversigning.xml
@@ -5,14 +5,19 @@
 		 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
 
-    <para>This controls whether the client is allowed or required to use SMB signing. Possible values 
-    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
-    and <emphasis>disabled</emphasis>. 
+    <para>This controls whether the client is allowed or required to use SMB1 and SMB2 signing. Possible values
+    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
+    and <emphasis>disabled</emphasis>.
     </para>
 
-    <para>When set to auto, SMB signing is offered, but not enforced. 
-    When set to mandatory, SMB signing is required and if set 
-	to disabled, SMB signing is not offered either.</para>
+    <para>When set to auto, SMB1 signing is offered, but not enforced.
+    When set to mandatory, SMB1 signing is required and if set
+    to disabled, SMB signing is not offered either.</para>
+
+    <para>For the SMB2 protocol, by design, signing cannot be disabled. In the case
+    where SMB2 is negotiated, if this parameter is set to <emphasis>disabled</emphasis>,
+    it will be treated as <emphasis>auto</emphasis>. Setting it to <emphasis>mandatory</emphasis>
+    will still require SMB2 clients to use signing.</para>
 </description>
 
 <value type="default">Disabled</value>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list