summaryrefslogtreecommitdiff
path: root/lib/vauth/krb5_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* 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