]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: Fix SMB_COM_NEGOTIATE for MS11-043
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 24 Jun 2011 03:49:32 +0000 (23:49 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Sat, 25 Jun 2011 16:54:02 +0000 (09:54 -0700)
commit7532b05221caf2c382d9e8c9ca5af4a284566920
tree824b56d6f34fab0c91d97218e4f5b9a41faaf81f
parent358099b21c5c888c02bf3754702ae623378c507d
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