summaryrefslogtreecommitdiff
path: root/lib/vauth/krb5_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* auth: do not append zero-terminator to authorisation id in kerberosPatrick Monnerat2021-08-161-7/+4
* auth: use sasl authzid option in kerberosPatrick Monnerat2021-08-161-37/+15
* auth: we do not support a security layer after kerberos authenticationPatrick Monnerat2021-08-161-0/+1
* auth: properly handle byte order in kerberos security messagePatrick Monnerat2021-08-161-13/+15
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-4/+4
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-221-79/+21
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-5/+5
* 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
* spelling fixesklemens2017-03-261-2/+2
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+14
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* 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-1/+2
* krb5_gssapi: Only process challenge when presentSteve Holme2016-04-031-2/+2
* krb5: Fixed missing client response when mutual authentication enabledSteve Holme2016-04-031-0/+5
* krb5: Only generate a SPN when its not knownSteve Holme2016-04-031-2/+3
* krb5_gssapi: Renamed the status variablesSteve Holme2016-04-021-49/+49
* krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme2016-04-021-2/+3
* GSS: make Curl_gss_log_error more verboseIsaac Boukris2016-03-291-8/+12
* 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/+375