Qt 4.8
Public Functions | Public Variables | List of all members
QNtlmPhase1Block Class Reference
Inheritance diagram for QNtlmPhase1Block:
QNtlmPhase1BlockBase

Public Functions

 QNtlmPhase1Block ()
 

Public Variables

QString domainStr
 
QString workstationStr
 
- Public Variables inherited from QNtlmPhase1BlockBase
QNtlmBuffer domain
 
quint32 flags
 
char magic [8]
 
quint32 type
 
QNtlmBuffer workstation
 

Additional Inherited Members

- Public Types inherited from QNtlmPhase1BlockBase
enum  { Size = 32 }
 

Detailed Description

Definition at line 951 of file qauthenticator.cpp.

Constructors and Destructors

◆ QNtlmPhase1Block()

QNtlmPhase1Block::QNtlmPhase1Block ( )
inline

Definition at line 954 of file qauthenticator.cpp.

954  {
955  qstrncpy(magic, "NTLMSSP", 8);
956  type = 1;
958  }
#define NTLMSSP_NEGOTIATE_UNICODE
#define NTLMSSP_NEGOTIATE_NTLM
#define NTLMSSP_REQUEST_TARGET
Q_CORE_EXPORT char * qstrncpy(char *dst, const char *src, uint len)

Properties

◆ domainStr

QString QNtlmPhase1Block::domainStr

Definition at line 961 of file qauthenticator.cpp.

Referenced by operator<<().

◆ workstationStr

QString QNtlmPhase1Block::workstationStr

Definition at line 961 of file qauthenticator.cpp.

Referenced by operator<<().


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