Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / http_digest.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-06-03 Daniel Stenbergrandom: use Curl_rand() for proper random data
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-04 Daniel Stenbergdigest: fix CURLAUTH_DIGEST_IE
2013-10-31 Steve Holmehttp: Added authentication message header value extraction
2013-07-12 Yang Tsehttp_digest.c: SIGSEGV and OOM handling fixes
2013-06-25 Daniel Stenbergdigest: append the timer to the random for the nonce
2013-06-25 Daniel Stenbergdigest: improve nonce generation
2013-06-10 Daniel StenbergCurl_output_digest: support auth-int for empty entity...
2013-05-27 Daniel StenbergDigest auth: escape user names with \ or " in them
2013-03-07 Daniel Stenbergchecksrc: ban unsafe functions
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-11-12 Gabriel SjobergDigst: Add microseconds into nounce calculation
2012-07-21 Anton YabchinskiyClient's "qop" value should not be quoted (RFC2617...
2012-03-22 Yang Tsefix several compiler warnings
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-03 Daniel Stenbergdigest_cleanup_one: made private
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2010-11-08 Yang Tsefix compiler warning
2010-09-12 Daniel Stenbergdigest: make it clear the condition is always true
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-05-22 Dan FandrichRemoved some obsolete digest code that caused a valgrin...
2009-05-10 Daniel Stenberg- Andre Guibert de Bruet correctly pointed out an over...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-28 Yang Tsefix compiler warning
2009-01-26 Daniel Stenberg- Alexey Borzov filed bug report #2535504
2008-12-10 Daniel Stenberg- Internet Explorer had a broken HTTP digest authentica...
2008-11-26 Daniel Stenbergnarrow the comment to < 80 columns
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-09-25 Daniel Stenberg- Fixed the HTTP Digest auth code to not behave badly...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-09-04 Yang Tsefix print formatting string directives
2008-09-02 Dan FandrichMade some variables const which eliminated some casts
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-08-17 Yang Tselibcurl internal md5.h header file renamed to curl_md5.h
2008-01-10 Daniel StenbergNikitinskit Dmitriy filed bug report #1868255
2007-11-29 Daniel StenbergA bug report on the curl-library list showed a HTTP...
2007-11-07 Daniel Stenbergif () => if()
2007-08-27 Dan FandrichFixed some minor type mismatches and missing consts...
2007-07-22 Daniel StenbergHTTP Digest auth fix on a re-used connection
2007-02-26 Daniel StenbergJose Kahan pointed out a Digest server that provided...
2007-01-14 Daniel Stenberg- David McCreedy provided libcurl changes for doing...
2007-01-03 Daniel Stenberg- David McCreedy made changes to allow base64 encoding...
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-05-25 Daniel StenbergOlaf Stüben fixed a bug that caused Digest authenticati...
2004-11-12 Daniel StenbergDan Fandrich added the --disable-crypto-auth option...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-07-31 Daniel StenbergJoel Chen reported that we assumed content within quote...
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-03 Daniel StenbergVincent Bronner made the code use the correct user...
2004-05-13 Daniel Stenbergreturn CURLDIGEST_NOMEM when a memory function fails...
2004-05-12 Daniel StenbergCheck that memory functions return non-NULL or return...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-10 Daniel StenbergLuca fixed the nc= in the digest line since it apparant...
2004-05-06 Daniel Stenberguse %ld to printf now.tv_sec
2004-05-04 Daniel StenbergGeneral HTTP authentication cleanup and fixes
2004-04-30 Daniel Stenbergoops, a bad strtok() was fixed by Luca
2004-04-29 Daniel StenbergLuca Altea's major HTTP Digest update
2004-03-31 Daniel Stenbergadded include to fix warning
2004-03-31 Daniel Stenberg* Fixed a memory leak when doing repeated re-negotiations.
2004-03-30 Daniel Stenbergfirst attempt to support stale=true
2004-03-08 Daniel Stenbergsize_t/int fix
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-09-02 Daniel Stenbergwrap at 80 cols
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-05-22 Daniel StenbergBetter Digest stuff
2003-05-22 Daniel Stenberghush the compiler
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.