summaryrefslogtreecommitdiff
path: root/lib/vauth/ntlm_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg2020-05-071-3/+5
* sspi: fix memory leaksmigueljcrum2019-09-101-0/+5
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-2/+7
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-4/+4
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-191-8/+35
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-2/+2
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-2/+12
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-6/+2
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-231-0/+1
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-021-3/+5
* vauth: Added check for supported SSPI based authentication mechanismsSteve Holme2016-08-211-3/+8
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+16
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-10/+11
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-0/+313