[CIFS] NTLMv2 support part 5
authorSteve French <sfrench@us.ibm.com>
Thu, 8 Jun 2006 05:41:32 +0000 (05:41 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 8 Jun 2006 05:41:32 +0000 (05:41 +0000)
commit1717ffc58850dfa9e08b4977f8d0323cb3336863
tree6528d6d355b1288fe4831cdff59671f6536b4b2b
parentf3ffb6814408f29817fc84d40ecc9c796acaa3ab
[CIFS] NTLMv2 support part 5

NTLMv2 authentication (stronger authentication than default NTLM) which
many servers support now works.  There was a problem with the construction
of the security blob in the older code.  Currently requires
/proc/fs/cifs/Experimental to be set to 2
and
/proc/fs/cifs/SecurityFlags to be set to 0x4004 (to require using
NTLMv2 instead of default of NTLM)

Next we will check signing to make sure optional NTLMv2 packet signing also
works.

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/CHANGES
fs/cifs/cifsencrypt.c
fs/cifs/cifsproto.h
fs/cifs/sess.c