OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1326-g7532b05

Gerrit Code Review gerrit@openafs.org
Sat, 25 Jun 2011 09:54:37 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7532b05221caf2c382d9e8c9ca5af4a284566920
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jun 23 23:49:32 2011 -0400

    Windows: Fix SMB_COM_NEGOTIATE for MS11-043
    
    MS11-043 adds response validation for SMB_COM_NEGOTIATE messages
    received by the SMB Redirector.  OpenAFS failed to properly specify
    a Challenge and DomainName in the response when the security mode
    is SMB_AUTH_NONE (or share with password).  This patchset corrects
    smb_ReceiveNegotiate() so that it adheres to the protocol specification.
    
    FIXES 130033
    
    Change-Id: I3dc6e571326c7259a39d30bd80b5986ff35c743c
    Reviewed-on: http://gerrit.openafs.org/4886
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/smb.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository