aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2006-09-30 23:13:01 -0400
committerSteve French <sfrench@us.ibm.com>2006-09-30 23:13:01 -0400
commit18f75ca0dc0d5b6a2ec15d89d517b3c67e0f1c87 (patch)
tree295dfa75b515a83f3e0b0fbd7d4256e2d8498418 /fs/cifs/cifssmb.c
parentde7ed55dbb2f2c44be669d56c4adf28cbffb26ce (diff)
[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/cifssmb.c')
-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 {
59} protocols[] = { 59} protocols[] = {
60#ifdef CONFIG_CIFS_WEAK_PW_HASH 60#ifdef CONFIG_CIFS_WEAK_PW_HASH
61 {LANMAN_PROT, "\2LM1.2X002"}, 61 {LANMAN_PROT, "\2LM1.2X002"},
62 {LANMAN2_PROT, "\2LANMAN2.1"},
62#endif /* weak password hashing for legacy clients */ 63#endif /* weak password hashing for legacy clients */
63 {CIFS_PROT, "\2NT LM 0.12"}, 64 {CIFS_PROT, "\2NT LM 0.12"},
64 {BAD_PROT, "\2"} 65 {BAD_PROT, "\2"}