summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-10/+10
* Digst: Add microseconds into nounce calculationGabriel Sjoberg2012-11-121-2/+3
* Client's "qop" value should not be quoted (RFC2617, section 3.2.2).Anton Yabchinskiy2012-07-211-1/+1
* fix several compiler warningsYang Tse2012-03-221-2/+4
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-5/+8
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+1
* digest_cleanup_one: made privateDaniel Stenberg2011-06-031-4/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+2
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-6/+2
* fix compiler warningYang Tse2010-11-081-1/+1
* digest: make it clear the condition is always trueDaniel Stenberg2010-09-121-3/+2