Home
last modified time | relevance | path

Searched refs:NTLMv2 (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/fs/cifs/
DKconfig24 session establishment via Kerberos or NTLM or NTLMv2,
55 (since 1997) support stronger NTLM (and even NTLMv2 and Kerberos)
DREADME578 ntlmv2 Use NTLMv2 password hashing
579 ntlmv2i Use NTLMv2 password hashing with packet signing
620 flags (e.g. for NTLM and/or NTLMv2) may be combined with
625 (NTLM, NTLMv2 and packet signing allowed). The maximum
644 may use NTLMv2 0x00004
645 must use NTLMv2 0x04004
736 project(http://www.samba.org). NTLM and NTLMv2 and LANMAN support do not
737 require this helper. Note that NTLMv2 security (which does not require the
Dsess.c602 } else if ((type == NTLM) || (type == NTLMv2)) { in CIFS_SessSetup()
707 } else if (type == NTLMv2) { in CIFS_SessSetup()
Dcifsglob.h101 NTLMv2, /* Legacy NTLM auth with NTLMv2 hash */ enumerator
DTODO23 e) fix NTLMv2 signing when two mounts with different users to same
DCHANGES169 Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is
235 not reporting whether the retry worked or not). Fix NTLMv2 to
257 NTLMv2 authentication support (now can use stronger password hashing
282 Fix NTLMv2 security (can be enabled in /proc/fs/cifs) so customers can
933 for filesystem which can be viewed via /proc/fs/cifs. Add more pieces of NTLMv2
Dconnect.c1569 case NTLMv2: in match_security()
Dcifssmb.c533 server->secType = NTLMv2; in CIFSSMBNegotiate()
537 server->secType = NTLMv2; in CIFSSMBNegotiate()