iPXE
|
An Authenticate message. More...
#include <ntlm.h>
Data Fields | |
struct ntlm_header | header |
Message header. More... | |
struct ntlm_data | lm |
LAN Manager response. More... | |
struct ntlm_data | nt |
NT response. More... | |
struct ntlm_data | domain |
Domain name. More... | |
struct ntlm_data | user |
User name. More... | |
struct ntlm_data | workstation |
Workstation name. More... | |
struct ntlm_data | session |
Session key. More... | |
uint32_t | flags |
Negotiation flags. More... | |
struct ntlm_header ntlm_authenticate::header |
Message header.
Definition at line 118 of file ntlm.h.
Referenced by ntlm_authenticate(), and ntlm_authenticate_okx().
struct ntlm_data ntlm_authenticate::lm |
LAN Manager response.
Definition at line 120 of file ntlm.h.
Referenced by ntlm_authenticate(), and ntlm_authenticate_okx().
struct ntlm_data ntlm_authenticate::nt |
NT response.
Definition at line 122 of file ntlm.h.
Referenced by ntlm_authenticate(), and ntlm_authenticate_okx().
struct ntlm_data ntlm_authenticate::domain |
Domain name.
Definition at line 124 of file ntlm.h.
Referenced by http_format_ntlm_auth(), ntlm_authenticate(), and ntlm_authenticate_okx().
struct ntlm_data ntlm_authenticate::user |
User name.
Definition at line 126 of file ntlm.h.
Referenced by ntlm_authenticate(), and ntlm_authenticate_okx().
struct ntlm_data ntlm_authenticate::workstation |
Workstation name.
Definition at line 128 of file ntlm.h.
Referenced by ntlm_authenticate(), and ntlm_authenticate_okx().
struct ntlm_data ntlm_authenticate::session |
uint32_t ntlm_authenticate::flags |
Negotiation flags.
Definition at line 132 of file ntlm.h.
Referenced by ntlm_authenticate(), and ntlm_authenticate_okx().