summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-05-11 11:34:48 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-11 11:41:16 (GMT)
commitcbfe3be00f123f3e9c4a4463f255f596cfb41ef1 (patch)
tree174c3c91a5e0644181116c4b07bb8ccaeb22ec7e /src/network/kernel/qauthenticator.cpp
parentcd797602535967f97584957333bb5825430e58cc (diff)
downloadQt-cbfe3be00f123f3e9c4a4463f255f596cfb41ef1.zip
Qt-cbfe3be00f123f3e9c4a4463f255f596cfb41ef1.tar.gz
Qt-cbfe3be00f123f3e9c4a4463f255f596cfb41ef1.tar.bz2
Document that we don't support NTLM version 2.
Task-number: 236925 Reviewed-by: Tor Arne Vestbø
Diffstat (limited to 'src/network/kernel/qauthenticator.cpp')
-rw-r--r--src/network/kernel/qauthenticator.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp
index c9161f8..33795aa 100644
--- a/src/network/kernel/qauthenticator.cpp
+++ b/src/network/kernel/qauthenticator.cpp
@@ -73,6 +73,15 @@ static QByteArray qNtlmPhase3(QAuthenticatorPrivate *ctx, const QByteArray& phas
authentication information to the socket when accessing services that
require authentication.
+ QAuthenticator supports the following authentication methods:
+ \list
+ \o Basic
+ \o NTLM version 1
+ \o Digest-MD5
+ \endlist
+
+ Note that, in particular, NTLM version 2 is not supported.
+
\sa QSslSocket
*/