summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Removed some obsolete digest code that caused a valgrind error in test 551.Dan Fandrich2009-05-221-8/+0
* - Andre Guibert de Bruet correctly pointed out an over-alloc with one wastedDaniel Stenberg2009-05-101-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* fix compiler warningYang Tse2009-02-281-1/+1
* - Alexey Borzov filed bug report #2535504Daniel Stenberg2009-01-261-18/+78
* - Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg2008-12-101-1/+19
* narrow the comment to < 80 columnsDaniel Stenberg2008-11-261-2/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-13/+13
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-13/+13
* - Fixed the HTTP Digest auth code to not behave badly when getting a blank realmDaniel Stenberg2008-09-251-0/+6