Home
last modified time | relevance | path

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

/fs/cifs/
DKconfig86 bool "Support legacy servers which use weaker LANMAN security"
92 than the mechanisms used in the older LANMAN version of the
93 SMB protocol but LANMAN based authentication is needed to
97 LANMAN based servers such as OS/2 and Windows 95, but such
102 is enabled in the kernel build, LANMAN authentication will not be
103 used automatically. At runtime LANMAN mounts are disabled but
Dfs_context.c157 vol->sectype = LANMAN; in cifs_parse_security_flavors()
Dsess.c829 case LANMAN: in cifs_select_sectype()
833 return LANMAN; in cifs_select_sectype()
1690 case LANMAN: in select_sec()
Dcifsglob.h125 LANMAN, /* Legacy LANMAN auth */ enumerator
2025 case LANMAN: in get_security_type_str()
Dcifsfs.c415 case LANMAN: in cifs_show_security()
Dconnect.c4881 (ses->sectype == LANMAN)) in CIFSTCon()