summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hush the compilerDaniel Stenberg2003-05-221-17/+17
* Initial Digest support. At least partly working.Daniel Stenberg2003-05-221-0/+210