Age | Commit message (Expand) | Author |
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 |
2008-09-25 | - Fixed the HTTP Digest auth code to not behave badly when getting a blank realm | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-09-02 | Made some variables const which eliminated some casts | Dan Fandrich |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse |
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 |