aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/spnego_gssapi.c
AgeCommit message (Expand)Author
2019-08-26vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka
2019-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-09spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka
2019-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2017-08-05gssapi: fix memory leak of output token in multi round contextIsaac Boukris
2016-08-18vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme
2016-07-23spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-04-06vauth: Corrected a number of typos in commentsSteve Holme
2016-04-03vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme
2016-04-03spnego: Small code tidy upSteve Holme
2016-04-02spnego: Renamed the context's SPN variableSteve Holme
2016-04-01spnego: Corrected some typos in commentsSteve Holme
2016-03-29GSS: make Curl_gss_log_error more verboseIsaac Boukris
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme