summaryrefslogtreecommitdiff
path: root/lib/vauth/spnego_sspi.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-16/+8
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-3/+2
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-1/+1
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-081-2/+4
* sspi: fix memory leaksmigueljcrum2019-09-101-0/+6
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-261-1/+1
* spnego_sspi: add typecast to fix build warningDaniel Stenberg2019-08-201-2/+2
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-2/+13
* 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
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-141-0/+5
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-1/+2
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-7/+34
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-2/+2
* vauth: Fix typoDaniel Gustafsson2018-04-151-1/+1
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-6/+2
* sspi: print out InitializeSecurityContext() error messageIsaac Boukris2017-04-071-0/+3
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* vauth: Added check for supported SSPI based authentication mechanismsSteve Holme2016-08-211-3/+9
* spnego_sspi: fix memory leak in case *outlen is zero (#970)Miroslav Franc2016-08-191-1/+3
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+16
* 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-7/+6
* spnego: Renamed the context's SPN variableSteve Holme2016-04-021-5/+5
* spnego: Corrected some typos in commentsSteve Holme2016-04-011-1/+1
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-0/+1
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-0/+297