#include "AuthSession.h"
#include "AES.h"
#include "AuthCodes.h"
#include "ByteBuffer.h"
#include "ClientBuildInfo.h"
#include "Config.h"
#include "CryptoGenerics.h"
#include "CryptoHash.h"
#include "CryptoRandom.h"
#include "DatabaseEnv.h"
#include "IPLocation.h"
#include "IoContext.h"
#include "IpBanCheckConnectionInitializer.h"
#include "Log.h"
#include "RealmList.h"
#include "SecretMgr.h"
#include "TOTP.h"
#include "Util.h"
#include <boost/endian/arithmetic.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
|
| std::array< uint8, 16 > | VersionChallenge = { { 0xBA, 0xA3, 0x1E, 0x99, 0xA0, 0x0B, 0x21, 0x57, 0xFC, 0x37, 0x3F, 0xB3, 0x69, 0xCD, 0xD2, 0xF1 } } |
| |
| class AuthHandlerTable | Handlers |
| |
◆ AUTH_LOGON_CHALLENGE_INITIAL_SIZE
| #define AUTH_LOGON_CHALLENGE_INITIAL_SIZE 4 |
◆ MAX_ACCEPTED_CHALLENGE_SIZE
◆ REALM_LIST_PACKET_SIZE
| #define REALM_LIST_PACKET_SIZE 5 |
◆ sAuthLogonChallenge_C
◆ sAuthLogonProof_C
◆ sAuthLogonProof_S
◆ sAuthLogonProof_S_Old
◆ sAuthReconnectProof_C
◆ eAuthCmd
| Enumerator |
|---|
| AUTH_LOGON_CHALLENGE | |
| AUTH_LOGON_PROOF | |
| AUTH_RECONNECT_CHALLENGE | |
| AUTH_RECONNECT_PROOF | |
| REALM_LIST | |
| XFER_INITIATE | |
| XFER_DATA | |
| XFER_ACCEPT | |
| XFER_RESUME | |
| XFER_CANCEL | |
Definition at line 43 of file AuthSession.cpp.
◆ Handlers
◆ VersionChallenge
| std::array<uint8, 16> VersionChallenge = { { 0xBA, 0xA3, 0x1E, 0x99, 0xA0, 0x0B, 0x21, 0x57, 0xFC, 0x37, 0x3F, 0xB3, 0x69, 0xCD, 0xD2, 0xF1 } } |