|
Squid Web Cache master
|
#include <ntlmauth.h>
Public Attributes | |
| ntlmhdr | hdr |
| strhdr | target |
| uint32_t | flags |
| u_char | challenge [NTLM_NONCE_LEN] |
| uint32_t | context_low |
| uint32_t | context_high |
| char | payload [256] |
Challenge request sent by server.
Definition at line 138 of file ntlmauth.h.
| u_char _ntlm_challenge::challenge[NTLM_NONCE_LEN] |
| uint32_t _ntlm_challenge::context_high |
MS part of the server context handle
Definition at line 144 of file ntlmauth.h.
Referenced by main(), and ntlm_make_challenge().
| uint32_t _ntlm_challenge::context_low |
LS part of the server context handle
Definition at line 143 of file ntlmauth.h.
Referenced by ntlm_make_challenge().
| uint32_t _ntlm_challenge::flags |
| ntlmhdr _ntlm_challenge::hdr |
"NTLMSSP" , LSWAP(0x2)
Definition at line 139 of file ntlmauth.h.
Referenced by ntlm_make_challenge().
| char _ntlm_challenge::payload[256] |
String data
Definition at line 145 of file ntlmauth.h.
Referenced by main(), and ntlm_make_challenge().
| strhdr _ntlm_challenge::target |
Authentication target (domain/server ...)
Definition at line 140 of file ntlmauth.h.
Referenced by main(), and ntlm_make_challenge().