|
Squid Web Cache master
|
#include <ntlmauth.h>
Public Attributes | |
| ntlmhdr | hdr |
| strhdr | lmresponse |
| strhdr | ntresponse |
| strhdr | domain |
| strhdr | user |
| strhdr | workstation |
| strhdr | sessionkey |
| uint32_t | flags |
| char | payload [256 *6] |
Authentication request sent by client in response to challenge
Definition at line 169 of file ntlmauth.h.
| strhdr _ntlm_authenticate::domain |
Domain to authenticate against
Definition at line 173 of file ntlmauth.h.
Referenced by ntlm_unpack_auth().
| uint32_t _ntlm_authenticate::flags |
| ntlmhdr _ntlm_authenticate::hdr |
| strhdr _ntlm_authenticate::lmresponse |
LANMAN challenge response
Definition at line 171 of file ntlmauth.h.
Referenced by ntlm_unpack_auth().
| strhdr _ntlm_authenticate::ntresponse |
| char _ntlm_authenticate::payload[256 *6] |
String data
Definition at line 178 of file ntlmauth.h.
| strhdr _ntlm_authenticate::sessionkey |
Session key for server's use
Definition at line 176 of file ntlmauth.h.
Referenced by ntlm_unpack_auth().
| strhdr _ntlm_authenticate::user |
| strhdr _ntlm_authenticate::workstation |