summaryrefslogtreecommitdiff
path: root/lib/vauth/cleartext.c
Commit message (Expand)AuthorAgeFilesLines
* openldap: fix missing sasl symbols at build in specific configsFederico Pellegrin2023-02-091-1/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-221-51/+17
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-1/+1
* vauth/cleartext: fix theoretical integer overflowMajor_Tom2020-05-141-1/+2
* pingpong: disable more when no pingpong enabledDaniel Stenberg2019-05-131-0/+5
* vauth/cleartext: Don't send the authzid if it is emptySteve Holme2019-04-211-2/+3
* vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme2019-04-111-15/+19
* 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