mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
minor refactoring; check server challenge for NTLMv2 support
This commit is contained in:
@@ -101,6 +101,8 @@ private:
|
||||
|
||||
std::string createNTLMMessage(const std::string& ntlmChallengeBase64);
|
||||
static void splitUsername(const std::string& usernameAndDomain, std::string& username, std::string& domain);
|
||||
static std::string toBase64(const std::vector<unsigned char>& buffer);
|
||||
static std::vector<unsigned char> fromBase64(const std::string& base64);
|
||||
|
||||
std::string _username;
|
||||
std::string _password;
|
||||
|
||||
Reference in New Issue
Block a user