| Commit message (Expand) | Author | Age | Files | Lines |
* | http: move header storage to Curl_easy from connectdata | Daniel Stenberg | 2020-06-15 | 1 | -6/+7 |
* | build: disable more code/data when built without proxy support | Daniel Stenberg | 2020-05-30 | 1 | -1/+5 |
* | vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure | Kamil Dudka | 2019-08-26 | 1 | -1/+1 |
* | http_negotiate: improve handling of gss_init_sec_context() failures | Kamil Dudka | 2019-08-01 | 1 | -1/+1 |
* | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme | 2019-05-15 | 1 | -12/+20 |
* | auth: Rename the various authentication clean up functions | Steve Holme | 2019-05-12 | 1 | -7/+7 |
* | http_negotiate: do not treat failure of gss_init_sec_context() as fatal | Kamil Dudka | 2019-05-09 | 1 | -1/+7 |
* | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl | 2019-03-14 | 1 | -23/+86 |
* | spnego_sspi: add support for channel binding | georgeok | 2019-02-01 | 1 | -0/+5 |
* | Revert "http_negotiate: do not close connection until negotiation is completed" | Daniel Stenberg | 2019-01-07 | 1 | -9/+1 |
* | http_negotiate: do not close connection until negotiation is completed | Elia Tufarolo | 2018-11-16 | 1 | -0/+8 |
* | cleanup: misc typos in strings and comments | luz.paz | 2018-03-16 | 1 | -1/+1 |
* | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov | 2016-11-24 | 1 | -3/+3 |
* | SPNEGO: Fix memory leak when authentication fails | Isaac Boukris | 2016-11-09 | 1 | -2/+8 |
* | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | 2016-10-31 | 1 | -1/+0 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -2/+2 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+2 |
* | http_negotiate: Calculate service name and proxy service name locally | Steve Holme | 2016-04-08 | 1 | -2/+4 |
* | http_negotiate: Corrected host and proxy host name being wrong way round | Steve Holme | 2016-04-01 | 1 | -2/+2 |
* | http_negotiate: Combine GSS-API and SSPI source files | Steve Holme | 2016-03-26 | 1 | -5/+29 |
* | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme | 2016-03-26 | 1 | -130/+27 |
* | vauth: Refactored function names after move to new vauth directory | Steve Holme | 2016-03-25 | 1 | -2/+2 |
* | vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme | 2016-03-25 | 1 | -1/+1 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | Negotiate: custom service names for SPNEGO. | Linus Nielsen | 2015-04-28 | 1 | -2/+4 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 1 | -2/+2 |
* | free: instead of Curl_safefree() | Daniel Stenberg | 2015-03-16 | 1 | -3/+3 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -3/+1 |
* | http_negotiate: Use dynamic buffer for SPN generation | Steve Holme | 2015-01-18 | 1 | -27/+26 |
* | http_negotiate.c: unused variable 'ret' | Daniel Stenberg | 2015-01-17 | 1 | -1/+0 |
* | http_negotiate: Added empty decoded challenge message info text | Steve Holme | 2015-01-17 | 1 | -1/+4 |
* | http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int | Steve Holme | 2015-01-17 | 1 | -13/+15 |
* | gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions | Steve Holme | 2015-01-09 | 1 | -12/+3 |
* | sasl_gssapi: Fixed honouring of no mutual authentication | Steve Holme | 2014-12-04 | 1 | -0/+1 |
* | sasl_gssapi: Made log_gss_error() a common GSS-API function | Steve Holme | 2014-12-02 | 1 | -31/+2 |
* | http_negotiate: We prefer 'CURLcode result' | Steve Holme | 2014-10-26 | 1 | -11/+11 |
* | http_negotiate: Fixed missing check for USE_SPNEGO | Steve Holme | 2014-10-26 | 1 | -4/+5 |
* | GSSAPI: remove useless *_MECHANISM defines. | Patrick Monnerat | 2014-07-23 | 1 | -1/+1 |
* | http_negotiate: remove unused variable | Daniel Stenberg | 2014-07-23 | 1 | -3/+1 |
* | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov | 2014-07-23 | 1 | -39/+4 |
* | curl_gssapi: Add macros for common mechs and pass them appropriately | Michael Osipov | 2014-07-23 | 1 | -1/+1 |
* | Don't clear GSSAPI state between each exchange in the negotiation | David Woodhouse | 2014-07-16 | 1 | -1/+0 |
* | Use SPNEGO for HTTP Negotiate | David Woodhouse | 2014-07-16 | 1 | -0/+1 |
* | Remove all traces of FBOpenSSL SPNEGO support | David Woodhouse | 2014-07-16 | 1 | -106/+0 |
* | http: Post base64 decoding tidy up | Steve Holme | 2013-11-03 | 1 | -2/+0 |
* | http_negotiate.c: Fixed passing argument from incompatible pointer type | Marc Hoersken | 2013-04-07 | 1 | -2/+2 |
* | http_negotiate.c: follow-up for commit 3dcc1a9c | Yang Tse | 2013-04-04 | 1 | -2/+4 |
* | http_negotiate.c: fix several SPNEGO memory handling issues | Yang Tse | 2013-04-04 | 1 | -68/+81 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+373 |