diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-08 01:41:32 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-08 01:41:32 -0400 |
commit | 1717ffc58850dfa9e08b4977f8d0323cb3336863 (patch) | |
tree | 6528d6d355b1288fe4831cdff59671f6536b4b2b /fs/cifs/CHANGES | |
parent | f3ffb6814408f29817fc84d40ecc9c796acaa3ab (diff) |
[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>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 7e0058bc3dd9..79a202b8f66a 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -5,7 +5,9 @@ session setup needed for OS/2 and older servers such as Windows 95 and 98. | |||
5 | Fix oops on ls to OS/2 servers. Add support for level 1 FindFirst | 5 | Fix oops on ls to OS/2 servers. Add support for level 1 FindFirst |
6 | so we can do search (ls etc.) to OS/2. Do not send NTCreateX | 6 | so we can do search (ls etc.) to OS/2. Do not send NTCreateX |
7 | or recent levels of FindFirst unless server says it supports NT SMBs | 7 | or recent levels of FindFirst unless server says it supports NT SMBs |
8 | (instead use legacy equivalents from LANMAN dialect). | 8 | (instead use legacy equivalents from LANMAN dialect). Fix to allow |
9 | NTLMv2 authentication support (now can use stronger password hashing | ||
10 | on mount if corresponding /proc/fs/cifs/SecurityFlags is set (0x4004) | ||
9 | 11 | ||
10 | Version 1.43 | 12 | Version 1.43 |
11 | ------------ | 13 | ------------ |