aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/ntlmssp.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-04-22[CIFS] Readdir fixes to allow search to start at arbitrary positionSteve French1-0/+14
in directory Also includes first part of fix to compensate for servers which forget to return . and .. as well as updates to changelog and cifs readme. Signed-off-by: Steve French <sfrench@us.ibm.com>
2006-02-26[CIFS] Free small buffers earlier so we exceed the cifsSteve French1-2/+1
small req buffer pool less often. Signed-off-by: Steve French <sfrench@us.ibm.com>
2006-02-14[CIFS] SessionSetup cleanup part 2Steve French1-0/+130
The cifs session setup code has three cases, and a fourth for backlevel LANMAN2 style session setup needed to be added. This new session setup implmentation will eventually replace the other three and should be easier to read while fixing a few minor problems (not setting the LARGE READ/WRITEX flags when NTLMSSP was negotiated for example) and adding support for NTLMv2 (which will be added with the next patch. In the meantime, this code is marked in an CONFIG_CIFS_EXPERIMENTAL block and will not be turned on by default until it is tested against more server types. Signed-off-by: Steve French <sfrench@us.ibm.com>