diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-06 20:18:43 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-06 20:18:43 -0400 |
commit | 5bafd76593f060540acbea3b61e3087e009aa269 (patch) | |
tree | b5baf62243810b7aa36619a8cf64ab24d82952fb /fs/cifs/CHANGES | |
parent | a8ee03441f66e0674e641c0cbe1a9534cdee968f (diff) |
[CIFS] Add support for readdir to legacy servers
Fixes oops to OS/2 on ls and removes redundant NTCreateX calls to servers
which do not support NT SMBs. Key operations to OS/2 work.
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, 4 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index b878dfcff0f0..7e0058bc3dd9 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,6 +2,10 @@ Version 1.44 | |||
2 | ------------ | 2 | ------------ |
3 | Rewritten sessionsetup support, including support for legacy SMB | 3 | Rewritten sessionsetup support, including support for legacy SMB |
4 | session setup needed for OS/2 and older servers such as Windows 95 and 98. | 4 | 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 | ||
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 | ||
8 | (instead use legacy equivalents from LANMAN dialect). | ||
5 | 9 | ||
6 | Version 1.43 | 10 | Version 1.43 |
7 | ------------ | 11 | ------------ |