Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
DKconfig83 bool "Support legacy servers which use weaker LANMAN security"
89 than the mechanisms used in the older LANMAN version of the
90 SMB protocol but LANMAN based authentication is needed to
94 LANMAN based servers such as OS/2 and Windows 95, but such
99 is enabled in the kernel build, LANMAN authentication will not be
100 used automatically. At runtime LANMAN mounts are disabled but
Dsess.c542 case LANMAN: in cifs_select_sectype()
546 return LANMAN; in cifs_select_sectype()
1409 case LANMAN: in select_sec()
Dcifsglob.h115 LANMAN, /* Legacy LANMAN auth */ enumerator
Dcifsfs.c364 case LANMAN: in cifs_show_security()
Dconnect.c1257 vol->sectype = LANMAN; in cifs_parse_security_flavors()
4371 (ses->sectype == LANMAN)) in CIFSTCon()