summaryrefslogtreecommitdiff
path: root/lib/vauth/digest.c
Commit message (Expand)AuthorAgeFilesLines
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-5/+5
* memory: ensure to check allocation resultsDaniel Gustafsson2018-10-031-1/+3
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-3/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+3
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-281-42/+152
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-081-11/+4
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-221-2/+2
* spelling fixesklemens2017-03-261-4/+4
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-6/+9
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-17/+17
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+14
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-061-1/+1
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-1/+1
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-29/+29
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-251-1/+1
* digest.c: Fixed checksrc warningsSteve Holme2016-03-251-2/+4
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-0/+881