Age | Commit message (Expand) | Author |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-11-06 | http_digest: Post SSPI support tidy up | Steve Holme |
2014-11-06 | http_digest: Added required SSPI based variables to digest structure | Steve Holme |
2014-11-05 | http_digest: Fixed memory leaks from commit 6f8d8131b1 | Steve Holme |
2014-11-05 | http_digest: Fixed compilation errors from commit 6f8d8131b1 | Steve Holme |
2014-11-05 | http_digest: Moved response generation into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved challenge decoding into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved clean-up function into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved algorithm definitions to SASL module | Steve Holme |
2014-11-05 | http_digest: Use CURLcode instead of CURLdigest | Steve Holme |
2014-10-28 | code cleanup: We prefer 'CURLcode result' | Steve Holme |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-06-03 | random: use Curl_rand() for proper random data | Daniel Stenberg |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-12-04 | digest: fix CURLAUTH_DIGEST_IE | Daniel Stenberg |
2013-10-31 | http: Added authentication message header value extraction | Steve Holme |
2013-07-12 | http_digest.c: SIGSEGV and OOM handling fixes | Yang Tse |
2013-06-25 | digest: append the timer to the random for the nonce | Daniel Stenberg |
2013-06-25 | digest: improve nonce generation | Daniel Stenberg |
2013-06-11 | Curl_output_digest: support auth-int for empty entity body | Daniel Stenberg |
2013-05-27 | Digest auth: escape user names with \ or " in them | Daniel Stenberg |
2013-03-07 | checksrc: ban unsafe functions | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-11-12 | Digst: Add microseconds into nounce calculation | Gabriel Sjoberg |
2012-07-21 | Client's "qop" value should not be quoted (RFC2617, section 3.2.2). | Anton Yabchinskiy |
2012-03-22 | fix several compiler warnings | Yang Tse |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-06-03 | digest_cleanup_one: made private | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2010-11-08 | fix compiler warning | Yang Tse |
2010-09-12 | digest: make it clear the condition is always true | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-05-22 | Removed some obsolete digest code that caused a valgrind error in test 551. | Dan Fandrich |
2009-05-10 | - Andre Guibert de Bruet correctly pointed out an over-alloc with one wasted | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-02-28 | fix compiler warning | Yang Tse |
2009-01-26 | - Alexey Borzov filed bug report #2535504 | Daniel Stenberg |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg |
2008-11-26 | narrow the comment to < 80 columns | Daniel Stenberg |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |