iPXE
Data Fields
http_request_auth_ntlm Struct Reference

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...
 

Detailed Description

HTTP request NTLM authentication descriptor.

Definition at line 175 of file http.h.

Field Documentation

◆ username

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().

◆ lm

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().

◆ nt

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().

◆ len

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().


The documentation for this struct was generated from the following file: