iPXE
|
HTTP request NTLM authentication descriptor. More...
#include <http.h>
Data Fields | |
const char * | username |
Username. More... | |
struct ntlm_lm_response | lm |
LAN Manager response. More... | |
struct ntlm_nt_response | nt |
NT response. More... | |
size_t | len |
Authenticate message length. More... | |
const char* http_request_auth_ntlm::username |
Username.
Definition at line 177 of file http.h.
Referenced by http_format_ntlm_auth(), and http_ntlm_authenticate().
struct ntlm_lm_response http_request_auth_ntlm::lm |
LAN Manager response.
Definition at line 179 of file http.h.
Referenced by http_format_ntlm_auth(), and http_ntlm_authenticate().
struct ntlm_nt_response http_request_auth_ntlm::nt |
NT response.
Definition at line 181 of file http.h.
Referenced by http_format_ntlm_auth(), and http_ntlm_authenticate().
size_t http_request_auth_ntlm::len |
Authenticate message length.
Definition at line 183 of file http.h.
Referenced by http_format_ntlm_auth(), http_ntlm_authenticate(), and http_parse_ntlm_auth().