summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-1/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* lib: fix type of len passed to *printf's %*sDaniel Stenberg2021-06-301-1/+2
* Curl_input_digest: require space after DigestHarry Sintonen2021-05-031-1/+1
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-5/+4
* lib: remove conn->data usesPatrick Monnerat2021-01-241-6/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-2/+2
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-1/+5
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-2/+3
* lib: fix MSVC compiler warningsMarcel Raad2016-12-211-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-6/+8
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-3/+3
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-5/+5
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-1/+1
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* http_digest: Post SSPI support tidy upSteve Holme2014-11-061-14/+16
* http_digest: Added required SSPI based variables to digest structureSteve Holme2014-11-061-1/+8
* http_digest: Fixed memory leaks from commit 6f8d8131b1Steve Holme2014-11-051-0/+1
* http_digest: Fixed compilation errors from commit 6f8d8131b1Steve Holme2014-11-051-3/+3
* http_digest: Moved response generation into SASL moduleSteve Holme2014-11-051-263/+28
* http_digest: Moved challenge decoding into SASL moduleSteve Holme2014-11-051-186/+6
* http_digest: Moved clean-up function into SASL moduleSteve Holme2014-11-051-20/+3
* http_digest: Moved algorithm definitions to SASL moduleSteve Holme2014-11-051-0/+1
* http_digest: Use CURLcode instead of CURLdigestSteve Holme2014-11-051-16/+18
* code cleanup: We prefer 'CURLcode result'Steve Holme2014-10-281-8/+10
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-1/+1
* random: use Curl_rand() for proper random dataDaniel Stenberg2014-06-031-5/+2
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* digest: fix CURLAUTH_DIGEST_IEDaniel Stenberg2013-12-041-10/+11
* http: Added authentication message header value extractionSteve Holme2013-10-311-4/+0
* http_digest.c: SIGSEGV and OOM handling fixesYang Tse2013-07-121-47/+17
* digest: append the timer to the random for the nonceDaniel Stenberg2013-06-251-2/+5
* digest: improve nonce generationDaniel Stenberg2013-06-251-6/+3
* Curl_output_digest: support auth-int for empty entity bodyDaniel Stenberg2013-06-111-5/+9
* Digest auth: escape user names with \ or " in themDaniel Stenberg2013-05-271-2/+47
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-3/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+583
* build: rename 93 lib/*.c filesYang Tse2013-01-031-583/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2