summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-2/+1
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-12/+12
* Add function to QAuthenticatorPrivate to check method supportMårten Nordheim2021-05-201-0/+20
* Remove assignment to variable which is never readAlex Blasche2021-02-191-1/+0
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-081-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-5/+5
* QAuthenticatorPrivate::parseHttpResponse: mark "host" as unusedMårten Nordheim2020-09-111-0/+3
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-11/+55
* QAuthenticator: move debug printing to a logging categoryMårten Nordheim2020-09-111-1/+5
* QAuthenticator: Don't reset phase on every set* callMårten Nordheim2020-09-111-11/+30
* QAuthenticator(Negotiate): Try provided credentialMårten Nordheim2020-09-101-4/+17
* QAuthenticator: Don't use Negotiate if unsupportedMårten Nordheim2020-09-101-0/+2
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
|\
| * QAuthenticator: Reset the authentication challengeMårten Nordheim2020-04-211-0/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-5/+5
|/
* Remove a new-lineTimur Pocheptsov2019-10-091-1/+0
* QAuthenticator - use GSS framework, as Apple requiresTimur Pocheptsov2019-10-091-1/+6
* Remove unused qmutexpool_p.h includesMarc Mutz2019-06-291-1/+0
* Add support for SPNEGO/Negotiate authenticationSandro Mani2019-02-251-137/+269
* QAuthenticator: remove leftoversMårten Nordheim2018-08-241-15/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-2/+2
|\
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+2
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-4/+4
|/
* QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-1/+2
* Remove the last remaining non-SSL use of QMutexPool in QtThiago Macieira2017-03-031-1/+2
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+2
| |\
| | * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-2/+2
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-6/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+2
| |\|
| | * Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+2
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-291-6/+0
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Doc: Improve documentation for QAuthenticatorKai Koehne2015-09-011-17/+22
* Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove support for NTLMv1Kai Koehne2014-12-081-59/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-3/+1
|\
| * Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-231-3/+1
* | Expose internally QAuthenticator::setRealmJocelyn Turcotte2014-07-071-0/+9
|/
* network: add support for NTLM Session SecurityPeter Hartmann2014-03-201-2/+9
* WinRT: Added networkinterface and hostinfoOliver Wolff2013-12-061-11/+10
* network: fix multi-phased NTLM authenticationPeter Hartmann2013-10-281-2/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* fix off-by-one error in NTLM proxy authenticationMark Brand2013-10-041-1/+1