summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-0/+21
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-2/+2
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-2/+2
* Olaf Stüben fixed a bug that caused Digest authentication with md5-sess toDaniel Stenberg2006-05-251-3/+4
* Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg2004-11-121-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-1/+1
* Joel Chen reported that we assumed content within quotes a bit too much inDaniel Stenberg2004-07-311-2/+7
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-1/+1
* Vincent Bronner made the code use the correct user name + password whenDaniel Stenberg2004-06-031-18/+32
* return CURLDIGEST_NOMEM when a memory function fails to deliverDaniel Stenberg2004-05-131-0/+14
* Check that memory functions return non-NULL or return error.Daniel Stenberg2004-05-121-15/+37
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Luca fixed the nc= in the digest line since it apparantly should not haveDaniel Stenberg2004-05-101-1/+1
* use %ld to printf now.tv_secDaniel Stenberg2004-05-061-1/+1
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-041-23/+53
* oops, a bad strtok() was fixed by LucaDaniel Stenberg2004-04-301-1/+1
* Luca Altea's major HTTP Digest updateDaniel Stenberg2004-04-291-55/+191
* added include to fix warningDaniel Stenberg2004-03-311-0/+1
* * Fixed a memory leak when doing repeated re-negotiations.Daniel Stenberg2004-03-311-19/+29
* first attempt to support stale=trueDaniel Stenberg2004-03-301-10/+30
* size_t/int fixDaniel Stenberg2004-03-081-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* wrap at 80 colsDaniel Stenberg2003-09-021-3/+3
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-191-5/+5
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+4
* Better Digest stuffDaniel Stenberg2003-05-221-1/+19