aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2009-05-04 08:37:12 +0000
committerSteve French <sfrench@us.ibm.com>2009-05-04 08:37:12 +0000
commit0b3cc858003b79b6c66ad79415ead907cbe4074e (patch)
tree88449edd4cdb48502ddd98c2c71388f99ed1b59b /fs/cifs/CHANGES
parent24d35add2bd09a427cacb7a39e14f3e47ed4d766 (diff)
downloadkernel_samsung_smdk4412-0b3cc858003b79b6c66ad79415ead907cbe4074e.zip
kernel_samsung_smdk4412-0b3cc858003b79b6c66ad79415ead907cbe4074e.tar.gz
kernel_samsung_smdk4412-0b3cc858003b79b6c66ad79415ead907cbe4074e.tar.bz2
[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>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index 43f2e0d..f20c406 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -8,7 +8,8 @@ accurately mark string length before allocating memory (which may help the
rare cases where a UTF-8 string is much larger than the UCS2 string that
we converted from). Fix endianness of the vcnum field used during
session setup to distinguish multiple mounts to same server from different
-userids.
+userids. Raw NTLMSSP fixed (it requires /proc/fs/cifs/experimental
+flag to be set to 2, and mount must enable krb5 to turn on extended security).
Version 1.57
------------