]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] NTLMSSP reenabled after move from connect.c to sess.c
authorSteve French <sfrench@us.ibm.com>
Mon, 4 May 2009 08:37:12 +0000 (08:37 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 4 May 2009 08:37:12 +0000 (08:37 +0000)
commit19b6298d1c045c52cf260434e26413d8b0eec487
tree88449edd4cdb48502ddd98c2c71388f99ed1b59b
parent3c3a8b152e7ec7a0b343ea004e70253dd97b0bdc
[CIFS] NTLMSSP reenabled after move from connect.c to sess.c

The NTLMSSP code was removed from fs/cifs/connect.c and merged
(75% smaller, cleaner) into fs/cifs/sess.c

As with the old code it requires that cifs be built with
CONFIG_CIFS_EXPERIMENTAL, the /proc/fs/cifs/Experimental flag
must be set to 2, and mount must turn on extended security
(e.g. with sec=krb5).

Although NTLMSSP encapsulated in SPNEGO is not enabled yet,
"raw" ntlmssp is common and useful in some cases since it
offers more complete security negotiation, and is the
default way of negotiating security for many Windows systems.
SPNEGO encapsulated NTLMSSP will be able to reuse the same
code.

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/CHANGES
fs/cifs/sess.c