aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/ntlm.c
AgeCommit message (Expand)Author
2020-06-16ntlm: enable NTLM support with wolfSSLRuurd Beerstra
2020-02-23ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-10ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme
2019-02-04ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg
2019-02-04NTLM: fix size check condition for type2 received dataDaniel Stenberg
2019-01-01ntlm: update selection of type 3 responseMarkus Moeller
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-05-14ntlm: Fix format specifiersRikard Falkeborn
2018-04-16ntlm_sspi: fix authentication using Credential Managertoughengineer
2017-11-21ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg
2017-09-22ntlm: use strict order for SSL backend #if branchesViktor Szakats
2017-09-02Curl_base64_encode: always call with a real data handle.Patrick Monnerat
2017-05-08rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-03-29NTLM: check for features with #ifdef instead of #ifMarcel Raad
2017-02-06use *.sourceforge.io and misc URL updatesViktor Szakats
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-08-18vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-03-25vauth: Refactored function names after move to new vauth directorySteve Holme
2016-03-25vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme