aboutsummaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
AgeCommit message (Expand)Author
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2019-08-26vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka
2019-08-01http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka
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-09http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka
2019-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-01-07Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg
2018-11-16http_negotiate: do not close connection until negotiation is completedElia Tufarolo
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-09SPNEGO: Fix memory leak when authentication failsIsaac Boukris
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-08http_negotiate: Calculate service name and proxy service name locallySteve Holme
2016-04-01http_negotiate: Corrected host and proxy host name being wrong way roundSteve Holme
2016-03-26http_negotiate: Combine GSS-API and SSPI source filesSteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Refactored function names after move to new vauth directorySteve Holme
2016-03-25vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-18http_negotiate: Use dynamic buffer for SPN generationSteve Holme
2015-01-17http_negotiate.c: unused variable 'ret'Daniel Stenberg
2015-01-17http_negotiate: Added empty decoded challenge message info textSteve Holme
2015-01-17http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme
2015-01-09gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme
2014-12-04sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme
2014-12-02sasl_gssapi: Made log_gss_error() a common GSS-API functionSteve Holme
2014-10-26http_negotiate: We prefer 'CURLcode result'Steve Holme
2014-10-26http_negotiate: Fixed missing check for USE_SPNEGOSteve Holme
2014-07-23GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat
2014-07-23http_negotiate: remove unused variableDaniel Stenberg
2014-07-23HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov
2014-07-23curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov
2014-07-16Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse
2014-07-16Use SPNEGO for HTTP NegotiateDavid Woodhouse
2014-07-16Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse
2013-11-03http: Post base64 decoding tidy upSteve Holme
2013-04-07http_negotiate.c: Fixed passing argument from incompatible pointer typeMarc Hoersken
2013-04-04http_negotiate.c: follow-up for commit 3dcc1a9cYang Tse
2013-04-04http_negotiate.c: fix several SPNEGO memory handling issuesYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse