summaryrefslogtreecommitdiff
path: root/lib/vauth/spnego_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-5/+3
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-3/+2
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-261-1/+1
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-2/+2
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-151-1/+0
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-3/+3
* spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka2019-05-091-1/+1
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-141-1/+6
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-1/+1
* gssapi: fix memory leak of output token in multi round contextIsaac Boukris2017-08-051-0/+4
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+14
* spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme2016-07-231-1/+1
* 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-1/+1
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-1/+1
* spnego: Small code tidy upSteve Holme2016-04-031-2/+4
* spnego: Renamed the context's SPN variableSteve Holme2016-04-021-6/+6
* spnego: Corrected some typos in commentsSteve Holme2016-04-011-1/+1
* GSS: make Curl_gss_log_error more verboseIsaac Boukris2016-03-291-3/+4
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-0/+257