max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 gadi atpakaļ |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
2 gadi atpakaļ |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 gadi atpakaļ |
Daniel Stenberg
|
aba01da639
failf: remove newline from formatting strings
|
3 gadi atpakaļ |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 gadi atpakaļ |
Daniel Stenberg
|
d75e6ce85a
copyright: updated year ranges out of sync
|
4 gadi atpakaļ |
Peter Wang
|
1c341e2270
*_sspi: fix bad uses of CURLE_NOT_BUILT_IN
|
4 gadi atpakaļ |
migueljcrum
|
67b30b3418
sspi: fix memory leaks
|
5 gadi atpakaļ |
Kamil Dudka
|
7e513c1048
vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure
|
5 gadi atpakaļ |
Daniel Stenberg
|
23803aae7b
spnego_sspi: add typecast to fix build warning
|
5 gadi atpakaļ |
Jay Satiro
|
dca6f73613
vauth: Use CURLE_AUTH_ERROR for auth function errors
|
5 gadi atpakaļ |
Steve Holme
|
e832d1ef74
http_negotiate: Move the Negotiate state out of the negotiatedata structure
|
5 gadi atpakaļ |
Steve Holme
|
52dfab65d6
auth: Rename the various authentication clean up functions
|
5 gadi atpakaļ |
Dominik Hölzl
|
6c60355323
Negotiate: fix for HTTP POST with Negotiate
|
6 gadi atpakaļ |
Daniel Stenberg
|
880cd5dd20
strerror: make the strerror function use local buffers
|
5 gadi atpakaļ |
georgeok
|
a730432e59
spnego_sspi: add support for channel binding
|
5 gadi atpakaļ |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
5 gadi atpakaļ |
Daniel Gustafsson
|
e182fc1613
comment: Fix multiple typos in function parameters
|
6 gadi atpakaļ |
Daniel Gustafsson
|
36f0f47887
vauth: Fix typo
|
6 gadi atpakaļ |
Daniel Gustafsson
|
94400f32e9
all: Refactor malloc+memset to use calloc
|
6 gadi atpakaļ |
Isaac Boukris
|
1f152a42ae
sspi: print out InitializeSecurityContext() error message
|
7 gadi atpakaļ |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 gadi atpakaļ |
Steve Holme
|
43dbd76616
vauth: Added check for supported SSPI based authentication mechanisms
|
8 gadi atpakaļ |
Miroslav Franc
|
0796a99317
spnego_sspi: fix memory leak in case *outlen is zero (#970)
|
8 gadi atpakaļ |
Steve Holme
|
a0f212946b
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
|
8 gadi atpakaļ |
Steve Holme
|
25bf71ab07
spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
|
8 gadi atpakaļ |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 gadi atpakaļ |
Viktor Szakats
|
a24f71aac4
URLs: change http to https in many places
|
8 gadi atpakaļ |
Steve Holme
|
cbc52ff341
vauth: Corrected a number of typos in comments
|
8 gadi atpakaļ |
Steve Holme
|
9feb2676a4
vauth: Removed the need for a separate GSS-API based SPN function
|
8 gadi atpakaļ |