OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_NTLM_V2
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
curl_ntlm_core.h
39
# define
USE_NTLM_V2
0
56
/* Define
USE_NTLM_V2
to 1 in order to allow the type-3 message to include the
59
#if !defined(
USE_NTLM_V2
) && USE_NTRESPONSES && (CURL_SIZEOF_CURL_OFF_T > 4)
60
#define
USE_NTLM_V2
1
76
#if
USE_NTLM_V2
&& !defined(USE_WINDOWS_SSPI)
98
#endif /*
USE_NTLM_V2
&& !USE_WINDOWS_SSPI */
curl_ntlm_core.c
495
#if
USE_NTLM_V2
&& !defined(USE_WINDOWS_SSPI)
507
#endif /*
USE_NTLM_V2
&& !USE_WINDOWS_SSPI */
578
#if
USE_NTLM_V2
&& !defined(USE_WINDOWS_SSPI)
759
#endif /*
USE_NTLM_V2
&& !USE_WINDOWS_SSPI */
curl_ntlm_msgs.c
535
#if USE_NTRESPONSES &&
USE_NTLM_V2
Completed in 34 milliseconds