Age | Commit message (Expand) | Author |
2008-01-10 | Nikitinskit Dmitriy filed bug report #1868255 | Daniel Stenberg |
2007-11-29 | A bug report on the curl-library list showed a HTTP Digest session going on | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-07-22 | HTTP Digest auth fix on a re-used connection | Daniel Stenberg |
2007-02-26 | Jose Kahan pointed out a Digest server that provided the algorith last in the | Daniel Stenberg |
2007-01-14 | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg |
2007-01-03 | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg |
2006-05-25 | Olaf St�ben fixed a bug that caused Digest authentication with md5-sess to | Daniel Stenberg |
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-07-31 | Joel Chen reported that we assumed content within quotes a bit too much in | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |
2004-06-03 | Vincent Bronner made the code use the correct user name + password when | Daniel Stenberg |
2004-05-13 | return CURLDIGEST_NOMEM when a memory function fails to deliver | Daniel Stenberg |
2004-05-12 | Check that memory functions return non-NULL or return error. | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-10 | Luca fixed the nc= in the digest line since it apparantly should not have | Daniel Stenberg |
2004-05-06 | use %ld to printf now.tv_sec | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-04-30 | oops, a bad strtok() was fixed by Luca | Daniel Stenberg |
2004-04-29 | Luca Altea's major HTTP Digest update | Daniel Stenberg |
2004-03-31 | added include to fix warning | Daniel Stenberg |
2004-03-31 | * Fixed a memory leak when doing repeated re-negotiations. | Daniel Stenberg |
2004-03-30 | first attempt to support stale=true | Daniel Stenberg |
2004-03-08 | size_t/int fix | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-09-02 | wrap at 80 cols | Daniel Stenberg |
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-05-22 | Better Digest stuff | Daniel Stenberg |
2003-05-22 | hush the compiler | Daniel Stenberg |
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg |