summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* fix print formatting string directivesYang Tse2008-09-041-1/+1
* Made some variables const which eliminated some castsDan Fandrich2008-09-021-4/+4
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* libcurl internal md5.h header file renamed to curl_md5.hYang Tse2008-08-171-1/+1
* Nikitinskit Dmitriy filed bug report #1868255Daniel Stenberg2008-01-101-1/+4
* A bug report on the curl-library list showed a HTTP Digest session going onDaniel Stenberg2007-11-291-4/+4
* if () => if()Daniel Stenberg2007-11-071-10/+10
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-4/+4
* HTTP Digest auth fix on a re-used connectionDaniel Stenberg2007-07-221-2/+5
* Jose Kahan pointed out a Digest server that provided the algorith last in theDaniel Stenberg2007-02-261-2/+2