The branch, master has been updated
       via  67e578a Allow "security = share" with SMB2. We already handle this 
in smb2/smb2_server.c
      from  bb358ec From Metze - make sure we're using the same string length 
for the hash.

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


- Log -----------------------------------------------------------------
commit 67e578ab5aa604cc409480479c2f2b3bc9a969da
Author: Jeremy Allison <j...@samba.org>
Date:   Wed Jan 26 10:50:44 2011 -0800

    Allow "security = share" with SMB2. We already handle this in 
smb2/smb2_server.c
    
    Autobuild-User: Jeremy Allison <j...@samba.org>
    Autobuild-Date: Wed Jan 26 20:37:29 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/smbd/process.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 4a93e7f..12ea28a 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -2915,7 +2915,6 @@ void smbd_process(struct smbd_server_connection *sconn)
        int ret;
 
        if (lp_maxprotocol() == PROTOCOL_SMB2 &&
-           lp_security() != SEC_SHARE &&
            !lp_async_smb_echo_handler()) {
                /*
                 * We're not making the desion here,


-- 
Samba Shared Repository

Reply via email to