Home
last modified time | relevance | path

Searched refs:LANMAN (Results 1 – 5 of 5) sorted by relevance

/fs/cifs/
DKconfig60 bool "Support legacy servers which use weaker LANMAN security"
66 than the mechanisms used in the older LANMAN version of the
67 SMB protocol but LANMAN based authentication is needed to
71 LANMAN based servers such as OS/2 and Windows 95, but such
76 is enabled in the kernel build, LANMAN authentication will not be
77 used automatically. At runtime LANMAN mounts are disabled but
Dsess.c536 case LANMAN: in select_sectype()
540 return LANMAN; in select_sectype()
1400 case LANMAN: in select_sec()
Dcifsglob.h111 LANMAN, /* Legacy LANMAN auth */ enumerator
Dcifsfs.c341 case LANMAN: in cifs_show_security()
Dconnect.c1060 vol->sectype = LANMAN; in cifs_parse_security_flavors()
3891 (ses->sectype == LANMAN)) in CIFSTCon()