_ntlm_authenticate Struct Reference

#include <ntlmauth.h>

Collaboration diagram for _ntlm_authenticate:

Public Attributes

ntlmhdr hdr
 
strhdr lmresponse
 
strhdr ntresponse
 
strhdr domain
 
strhdr user
 
strhdr workstation
 
strhdr sessionkey
 
uint32_t flags
 
char payload [256 *6]
 

Detailed Description

Authentication request sent by client in response to challenge

Definition at line 173 of file ntlmauth.h.

Member Data Documentation

◆ domain

strhdr _ntlm_authenticate::domain

Domain to authenticate against

Definition at line 177 of file ntlmauth.h.

Referenced by ntlm_check_auth(), and ntlm_unpack_auth().

◆ flags

uint32_t _ntlm_authenticate::flags

Request flags

Definition at line 181 of file ntlmauth.h.

Referenced by ntlm_check_auth(), and ntlm_unpack_auth().

◆ hdr

ntlmhdr _ntlm_authenticate::hdr

"NTLMSSP" , LSWAP(0x3)

Definition at line 174 of file ntlmauth.h.

Referenced by ntlm_check_auth(), and ntlm_unpack_auth().

◆ lmresponse

strhdr _ntlm_authenticate::lmresponse

LANMAN challenge response

Definition at line 175 of file ntlmauth.h.

Referenced by ntlm_check_auth(), and ntlm_unpack_auth().

◆ ntresponse

strhdr _ntlm_authenticate::ntresponse

NT challenge response

Definition at line 176 of file ntlmauth.h.

Referenced by ntlm_check_auth(), and ntlm_unpack_auth().

◆ payload

char _ntlm_authenticate::payload[256 *6]

String data

Definition at line 182 of file ntlmauth.h.

◆ sessionkey

strhdr _ntlm_authenticate::sessionkey

Session key for server's use

Definition at line 180 of file ntlmauth.h.

Referenced by ntlm_unpack_auth().

◆ user

strhdr _ntlm_authenticate::user

Username

Definition at line 178 of file ntlmauth.h.

Referenced by ntlm_check_auth(), and ntlm_unpack_auth().

◆ workstation

strhdr _ntlm_authenticate::workstation

Workstation name

Definition at line 179 of file ntlmauth.h.

Referenced by ntlm_unpack_auth().


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors