diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-27 02:28:30 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-27 02:28:30 -0400 |
commit | 750d1151a6c95ef9b9a188bb7cff6b80ee30da17 (patch) | |
tree | 1a69d1e42ffebefa13842372c97d505e37159f7e /fs/cifs/CHANGES | |
parent | 124a27fe32398a69d16bae374aeb17ad67a0ebbf (diff) |
[CIFS] Fix allocation of buffers for new session setup routine to allow
longer user and domain names and allow passing sec options on mount
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 79a202b8f66a..a61d17ed1827 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -7,7 +7,8 @@ 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). Fix to allow | 8 | (instead use legacy equivalents from LANMAN dialect). Fix to allow |
9 | NTLMv2 authentication support (now can use stronger password hashing | 9 | NTLMv2 authentication support (now can use stronger password hashing |
10 | on mount if corresponding /proc/fs/cifs/SecurityFlags is set (0x4004) | 10 | on mount if corresponding /proc/fs/cifs/SecurityFlags is set (0x4004). |
11 | Allow override of global cifs security flags on mount via "sec=" option(s). | ||
11 | 12 | ||
12 | Version 1.43 | 13 | Version 1.43 |
13 | ------------ | 14 | ------------ |