]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CIFS] SessionSetup cleanup part 2
authorSteve French <sfrench@us.ibm.com>
Tue, 14 Feb 2006 01:36:20 +0000 (01:36 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 14 Feb 2006 01:36:20 +0000 (01:36 +0000)
commit5815449d1bfcb22f74b0e36a8b0631d6584cb7fc
treec97d3456c9df46ab3e73d8b0e9197d4dc1034697
parentb580513e841d81eebf0d7b02f412be0882c2ce5f
[CIFS] SessionSetup cleanup part 2

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>
fs/cifs/Makefile
fs/cifs/cifsencrypt.c
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/ntlmssp.c [new file with mode: 0644]