![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QNtlmPhase3Block () | |
Public Attributes | |
QByteArray | lmResponseBuf |
QByteArray | ntlmResponseBuf |
QString | domainStr |
QString | userStr |
QString | workstationStr |
QString | sessionKeyStr |
QByteArray | v2Hash |
![]() | |
char | magic [8] |
quint32 | type |
QNtlmBuffer | lmResponse |
QNtlmBuffer | ntlmResponse |
QNtlmBuffer | domain |
QNtlmBuffer | user |
QNtlmBuffer | workstation |
QNtlmBuffer | sessionKey |
quint32 | flags |
Additional Inherited Members | |
![]() | |
enum | { Size = 64 } |
Definition at line 1131 of file qauthenticator.cpp.
|
inline |
Definition at line 1133 of file qauthenticator.cpp.
References QNtlmPhase3BlockBase::magic, NTLMSSP_NEGOTIATE_NTLM, NTLMSSP_NEGOTIATE_TARGET_INFO, NTLMSSP_NEGOTIATE_UNICODE, and qstrncpy().
QString QNtlmPhase3Block::domainStr |
Definition at line 1141 of file qauthenticator.cpp.
Referenced by qCreatev2Hash(), and qNtlmPhase3().
QByteArray QNtlmPhase3Block::lmResponseBuf |
Definition at line 1140 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
QByteArray QNtlmPhase3Block::ntlmResponseBuf |
Definition at line 1140 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
QString QNtlmPhase3Block::sessionKeyStr |
Definition at line 1141 of file qauthenticator.cpp.
QString QNtlmPhase3Block::userStr |
Definition at line 1141 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
QByteArray QNtlmPhase3Block::v2Hash |
Definition at line 1142 of file qauthenticator.cpp.
Referenced by qCreatev2Hash(), qEncodeLmv2Response(), and qEncodeNtlmv2Response().
QString QNtlmPhase3Block::workstationStr |
Definition at line 1141 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().