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

Karolin Seeger kseeger at samba.org
Tue Jun 21 11:50:14 MDT 2011


The branch, v3-5-test has been updated
       via  d42bf67 s3: Fix bug 8238 -- KB2536276 prevents access to shares
      from  08e64ab docs: fix the missing parameter description section in the smb.conf manpage

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


- Log -----------------------------------------------------------------
commit d42bf679b0807ebc47f43c62d4b883e0b5096abb
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 16 22:20:49 2011 +0200

    s3: Fix bug 8238 -- KB2536276 prevents access to shares
    
    Without this we were not sending the workgroup name in the negprot reply if
    plain text passwords are used.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index 81d29d9..51ad80d 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -382,6 +382,7 @@ static void reply_nt1(struct smb_request *req, uint16 choice)
 			reply_nterror(req, NT_STATUS_NO_MEMORY);
 			return;
 		}
+		p += ret;
 		DEBUG(3,("not using SPNEGO\n"));
 	} else {
 		DATA_BLOB spnego_blob = negprot_spnego();


-- 
Samba Shared Repository


More information about the samba-cvs mailing list