summaryrefslogtreecommitdiff
path: root/lib/vauth/ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme2020-02-231-6/+7
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-4/+4
* ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme2019-05-101-9/+9
* ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg2019-02-041-4/+7
* NTLM: fix size check condition for type2 received dataDaniel Stenberg2019-02-041-3/+4
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-011-3/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-111/+111
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-2/+2
* ntlm: Fix format specifiersRikard Falkeborn2018-05-141-3/+3
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-0/+6
* ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg2017-11-211-2/+1
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-2/+4
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-021-4/+6
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-081-8/+6
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-291-9/+9
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-061-2/+2
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-5/+7
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+14
* 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-10/+10
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-0/+842