summaryrefslogtreecommitdiff
path: root/lib/vauth/krb5_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-1/+1
* curl_multibyte: add to curlxMarcel Raad2020-05-141-3/+3
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-081-1/+2
* sspi: fix memory leaksmigueljcrum2019-09-101-0/+5
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-4/+17
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-3/+3
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-1/+1
* vauth: Fix typoDaniel Gustafsson2018-04-151-1/+1
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-6/+2
* spelling fixesklemens2017-03-261-2/+2
* vauth: Added check for supported SSPI based authentication mechanismsSteve Holme2016-08-211-3/+9
* 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
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-061-2/+2
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-1/+1
* krb5: Small code tidy upSteve Holme2016-04-031-6/+5
* krb5: Fixed missing client response when mutual authentication enabledSteve Holme2016-04-031-0/+5
* krb5_sspi: Only process challenge when presentSteve Holme2016-04-031-2/+3
* krb5_sspi: Only generate the output token when its not allocatedSteve Holme2016-04-031-1/+3
* krb5: Only generate a SPN when its not knownSteve Holme2016-04-031-5/+7
* krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme2016-04-021-1/+3
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-7/+7
* vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme2016-03-251-0/+485