_ntlm_challenge Struct Reference

#include <ntlmauth.h>

Collaboration diagram for _ntlm_challenge:

Public Attributes

ntlmhdr hdr
 
strhdr target
 
uint32_t flags
 
u_char challenge [NTLM_NONCE_LEN]
 
uint32_t context_low
 
uint32_t context_high
 
char payload [256]
 

Detailed Description

Challenge request sent by server.

Definition at line 142 of file ntlmauth.h.

Member Data Documentation

◆ challenge

u_char _ntlm_challenge::challenge[NTLM_NONCE_LEN]

Challenge string

Definition at line 146 of file ntlmauth.h.

Referenced by ntlm_make_challenge().

◆ context_high

uint32_t _ntlm_challenge::context_high

MS part of the server context handle

Definition at line 148 of file ntlmauth.h.

Referenced by main(), and ntlm_make_challenge().

◆ context_low

uint32_t _ntlm_challenge::context_low

LS part of the server context handle

Definition at line 147 of file ntlmauth.h.

Referenced by ntlm_make_challenge().

◆ flags

uint32_t _ntlm_challenge::flags

Request flags

Definition at line 145 of file ntlmauth.h.

Referenced by ntlm_make_challenge().

◆ hdr

ntlmhdr _ntlm_challenge::hdr

"NTLMSSP" , LSWAP(0x2)

Definition at line 143 of file ntlmauth.h.

Referenced by ntlm_make_challenge().

◆ payload

char _ntlm_challenge::payload[256]

String data

Definition at line 149 of file ntlmauth.h.

Referenced by main(), make_challenge(), and ntlm_make_challenge().

◆ target

strhdr _ntlm_challenge::target

Authentication target (domain/server ...)

Definition at line 144 of file ntlmauth.h.

Referenced by main(), make_challenge(), and ntlm_make_challenge().


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors