|
Squid Web Cache master
|
#include <ntlmauth.h>
Public Attributes | |
| ntlmhdr | hdr |
| uint32_t | flags |
| strhdr | domain |
| strhdr | workstation |
| char | payload [256] |
Negotiation request sent by client
Definition at line 118 of file ntlmauth.h.
| strhdr _ntlm_negotiate::domain |
Domain we wish to authenticate in
Definition at line 121 of file ntlmauth.h.
| uint32_t _ntlm_negotiate::flags |
| ntlmhdr _ntlm_negotiate::hdr |
"NTLMSSP" , LSWAP(0x1)
Definition at line 119 of file ntlmauth.h.
| char _ntlm_negotiate::payload[256] |
String data
Definition at line 123 of file ntlmauth.h.
| strhdr _ntlm_negotiate::workstation |
Client workstation name
Definition at line 122 of file ntlmauth.h.