summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator_p.h
diff options
context:
space:
mode:
authorAron Rosenberg <aronrosenberg@gmail.com>2012-04-25 10:45:35 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-11 01:42:02 +0200
commit87d21127de4a361c7e76ba91a0ea336bbed32853 (patch)
tree7ecf7dd20a80f3da4a015dfb57a94b54764459f5 /src/network/kernel/qauthenticator_p.h
parent2b39093d2f811a1d6593fcbbfdc7ead993d68f59 (diff)
Add Windows NTLM Sign-Sign-On / Integrated Proxy Authentication
- Adds support for doing NTLMv2 integrated authentication via logged in users domain credentials using the Windows SSPI api. Task-number: QTBUG-17332 Change-Id: I4e840f7fb54ce1ace8a6151868f59f413d232295 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Diffstat (limited to 'src/network/kernel/qauthenticator_p.h')
-rw-r--r--src/network/kernel/qauthenticator_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator_p.h b/src/network/kernel/qauthenticator_p.h
index b96c8c13e1..b842dc3ab0 100644
--- a/src/network/kernel/qauthenticator_p.h
+++ b/src/network/kernel/qauthenticator_p.h
@@ -62,6 +62,9 @@
QT_BEGIN_NAMESPACE
class QHttpResponseHeader;
+#ifdef Q_OS_WIN32
+class QNtlmWindowsHandles;
+#endif
class Q_AUTOTEST_EXPORT QAuthenticatorPrivate
{
@@ -77,6 +80,9 @@ public:
Method method;
QString realm;
QByteArray challenge;
+#ifdef Q_OS_WIN32
+ QNtlmWindowsHandles *ntlmWindowsHandles;
+#endif
bool hasFailed; //credentials have been tried but rejected by server.
enum Phase {