diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-11 11:47:46 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-11 11:47:46 (GMT) |
commit | 38809e24a48f6c4b148cd730a8d5d52a7525e5bd (patch) | |
tree | cdb99c093f737d5544051d779218f90b6298082a /src/network | |
parent | 48257d751a76699e548e59b76fc79303ef328375 (diff) | |
parent | 92c5c75a9840853fad4f30235f9bf86dc7133fc4 (diff) | |
download | Qt-38809e24a48f6c4b148cd730a8d5d52a7525e5bd.zip Qt-38809e24a48f6c4b148cd730a8d5d52a7525e5bd.tar.gz Qt-38809e24a48f6c4b148cd730a8d5d52a7525e5bd.tar.bz2 |
Merge branch '4.5'
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/kernel/qauthenticator.cpp | 9 |
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 */ |