summaryrefslogtreecommitdiff
path: root/lib/vauth/cleartext.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg2018-10-291-1/+1
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-1/+1
* vauth/cleartext: fix integer overflow checkDaniel Stenberg2018-03-201-10/+4
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-241-7/+17
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-3/+3
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-14/+14
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-251-1/+1
* vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme2016-03-251-0/+157