aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/spnego_sspi.c
AgeCommit message (Expand)Author
2020-05-24copyright: updated year ranges out of syncDaniel Stenberg
2020-05-08*_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang
2019-09-10sspi: fix memory leaksmigueljcrum
2019-08-26vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka
2019-08-20spnego_sspi: add typecast to fix build warningDaniel Stenberg
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-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-04-15vauth: Fix typoDaniel Gustafsson
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2017-04-07sspi: print out InitializeSecurityContext() error messageIsaac Boukris
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-08-21vauth: Added check for supported SSPI based authentication mechanismsSteve Holme
2016-08-19spnego_sspi: fix memory leak in case *outlen is zero (#970)Miroslav Franc
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-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme