summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-251-12/+11
* Tidy up QAuthenticatorPrivate::calculateResponseAnton Kudryavtsev2023-09-041-2/+1
* qauthenticator: use QBAV moreAnton Kudryavtsev2023-09-041-3/+2
* qauthenticator: reduce allocations in parseHttpResponseAnton Kudryavtsev2023-09-041-14/+14
* QAuthenticator: replace split with tokenizeAnton Kudryavtsev2023-08-271-2/+10
* QAuthenticator: postpone creation of QBAAnton Kudryavtsev2023-08-251-2/+2
* QAuthenticator: use QSB moreAnton Kudryavtsev2023-08-251-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-171-3/+6
* QAuthenticator: allow to set custom SPN for Windows clientIvan Solovev2022-05-241-3/+27
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-3/+5
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-211-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-171-30/+33
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-3/+3
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-071-7/+6
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-0/+19
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-021-14/+3
* network: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* 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
| |\