summaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+2
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-3/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-241-13/+10
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-6/+7
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-1/+5
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-261-1/+1
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-011-1/+1
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-151-12/+20
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-7/+7
* http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka2019-05-091-1/+7
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-141-23/+86
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-0/+5
* Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg2019-01-071-9/+1
* http_negotiate: do not close connection until negotiation is completedElia Tufarolo2018-11-161-0/+8
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-3/+3
* SPNEGO: Fix memory leak when authentication failsIsaac Boukris2016-11-091-2/+8
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* http_negotiate: Calculate service name and proxy service name locallySteve Holme2016-04-081-2/+4
* http_negotiate: Corrected host and proxy host name being wrong way roundSteve Holme2016-04-011-2/+2
* http_negotiate: Combine GSS-API and SSPI source filesSteve Holme2016-03-261-5/+29
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-130/+27
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-2/+2
* vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-251-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-2/+4
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-3/+3
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* http_negotiate: Use dynamic buffer for SPN generationSteve Holme2015-01-181-27/+26
* http_negotiate.c: unused variable 'ret'Daniel Stenberg2015-01-171-1/+0
* http_negotiate: Added empty decoded challenge message info textSteve Holme2015-01-171-1/+4
* http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme2015-01-171-13/+15
* gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme2015-01-091-12/+3
* sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme2014-12-041-0/+1
* sasl_gssapi: Made log_gss_error() a common GSS-API functionSteve Holme2014-12-021-31/+2
* http_negotiate: We prefer 'CURLcode result'Steve Holme2014-10-261-11/+11
* http_negotiate: Fixed missing check for USE_SPNEGOSteve Holme2014-10-261-4/+5
* GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat2014-07-231-1/+1
* http_negotiate: remove unused variableDaniel Stenberg2014-07-231-3/+1
* HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov2014-07-231-39/+4
* curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov2014-07-231-1/+1
* Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse2014-07-161-1/+0