Daniel Stenberg
|
e15e51384a
http: move header storage to Curl_easy from connectdata
|
4 years ago |
Daniel Stenberg
|
f3d501dc67
build: disable more code/data when built without proxy support
|
4 years ago |
Kamil Dudka
|
7e513c1048
vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure
|
5 years ago |
Kamil Dudka
|
4c187043c5
http_negotiate: improve handling of gss_init_sec_context() failures
|
5 years ago |
Steve Holme
|
e832d1ef74
http_negotiate: Move the Negotiate state out of the negotiatedata structure
|
5 years ago |
Steve Holme
|
52dfab65d6
auth: Rename the various authentication clean up functions
|
5 years ago |
Kamil Dudka
|
f4603708af
http_negotiate: do not treat failure of gss_init_sec_context() as fatal
|
5 years ago |
Dominik Hölzl
|
6c60355323
Negotiate: fix for HTTP POST with Negotiate
|
6 years ago |
georgeok
|
a730432e59
spnego_sspi: add support for channel binding
|
5 years ago |
Daniel Stenberg
|
ebe658c1e5
Revert "http_negotiate: do not close connection until negotiation is completed"
|
5 years ago |
Elia Tufarolo
|
07ebaf8378
http_negotiate: do not close connection until negotiation is completed
|
6 years ago |
luz.paz
|
236402fc2d
cleanup: misc typos in strings and comments
|
6 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Isaac Boukris
|
46f906a1b0
SPNEGO: Fix memory leak when authentication fails
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Steve Holme
|
39d68b47e1
http_negotiate: Calculate service name and proxy service name locally
|
8 years ago |
Steve Holme
|
0aa8da10bb
http_negotiate: Corrected host and proxy host name being wrong way round
|
8 years ago |
Steve Holme
|
4adee1947c
http_negotiate: Combine GSS-API and SSPI source files
|
8 years ago |
Steve Holme
|
6d6f9ca1d9
vauth: Moved the Negotiate authentication code to the new vauth directory
|
8 years ago |
Steve Holme
|
58a7bc96ec
vauth: Refactored function names after move to new vauth directory
|
8 years ago |
Steve Holme
|
685fee3828
vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files
|
9 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Linus Nielsen
|
97c272e5d1
Negotiate: custom service names for SPNEGO.
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Steve Holme
|
1cbc8fd3d1
http_negotiate: Use dynamic buffer for SPN generation
|
9 years ago |
Daniel Stenberg
|
3a9419f65a
http_negotiate.c: unused variable 'ret'
|
9 years ago |