aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2006-10-01 03:13:01 +0000
committerSteve French <sfrench@us.ibm.com>2006-10-01 03:13:01 +0000
commit18f75ca0dc0d5b6a2ec15d89d517b3c67e0f1c87 (patch)
tree295dfa75b515a83f3e0b0fbd7d4256e2d8498418 /fs/cifs
parent[CIFS] Make use of newer QFSInfo dependent on capability bit instead of (diff)
downloadlinux-dev-18f75ca0dc0d5b6a2ec15d89d517b3c67e0f1c87.tar.xz
linux-dev-18f75ca0dc0d5b6a2ec15d89d517b3c67e0f1c87.zip
[CIFS] Allow LANMAN21 support even in both POSIX non-POSIX path
Signed-off-by: Guenter Kukkukk <linux@kukkukk.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifssmb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
index f2fa05bbcb47..75f060328e29 100644
--- a/fs/cifs/cifssmb.c
+++ b/fs/cifs/cifssmb.c
@@ -59,6 +59,7 @@ static struct {
} protocols[] = {
#ifdef CONFIG_CIFS_WEAK_PW_HASH
{LANMAN_PROT, "\2LM1.2X002"},
+ {LANMAN2_PROT, "\2LANMAN2.1"},
#endif /* weak password hashing for legacy clients */
{CIFS_PROT, "\2NT LM 0.12"},
{BAD_PROT, "\2"}