_ntlm_negotiate Struct Reference
#include <ntlmauth.h>
Collaboration diagram for _ntlm_negotiate:

Public Attributes | |
| ntlmhdr | hdr |
| uint32_t | flags |
| strhdr | domain |
| strhdr | workstation |
| char | payload [256] |
Detailed Description
Negotiation request sent by client
Definition at line 122 of file ntlmauth.h.
Member Data Documentation
◆ domain
| strhdr _ntlm_negotiate::domain |
Domain we wish to authenticate in
Definition at line 125 of file ntlmauth.h.
◆ flags
| uint32_t _ntlm_negotiate::flags |
Request flags
Definition at line 124 of file ntlmauth.h.
Referenced by main(), and manage_request().
◆ hdr
| ntlmhdr _ntlm_negotiate::hdr |
◆ payload
| char _ntlm_negotiate::payload[256] |
String data
Definition at line 127 of file ntlmauth.h.
◆ workstation
| strhdr _ntlm_negotiate::workstation |
Client workstation name
Definition at line 126 of file ntlmauth.h.
The documentation for this struct was generated from the following file:
- lib/ntlmauth/ntlmauth.h
