index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vauth
/
spnego_sspi.c
Age
Commit message (
Expand
)
Author
2019-09-10
sspi: fix memory leaks
migueljcrum
2019-08-26
vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure
Kamil Dudka
2019-08-20
spnego_sspi: add typecast to fix build warning
Daniel Stenberg
2019-08-14
vauth: Use CURLE_AUTH_ERROR for auth function errors
Jay Satiro
2019-05-15
http_negotiate: Move the Negotiate state out of the negotiatedata structure
Steve Holme
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-03-14
Negotiate: fix for HTTP POST with Negotiate
Dominik Hölzl
2019-02-26
strerror: make the strerror function use local buffers
Daniel Stenberg
2019-02-01
spnego_sspi: add support for channel binding
georgeok
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
2018-04-15
vauth: Fix typo
Daniel Gustafsson
2018-04-15
all: Refactor malloc+memset to use calloc
Daniel Gustafsson
2017-04-07
sspi: print out InitializeSecurityContext() error message
Isaac Boukris
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-08-21
vauth: Added check for supported SSPI based authentication mechanisms
Steve Holme
2016-08-19
spnego_sspi: fix memory leak in case *outlen is zero (#970)
Miroslav Franc
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-07-23
spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
Steve Holme
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-06
URLs: change http to https in many places
Viktor Szakats
2016-04-06
vauth: Corrected a number of typos in comments
Steve Holme
2016-04-03
vauth: Removed the need for a separate GSS-API based SPN function
Steve Holme
2016-04-03
spnego: Small code tidy up
Steve Holme
2016-04-02
spnego: Renamed the context's SPN variable
Steve Holme
2016-04-01
spnego: Corrected some typos in comments
Steve Holme
2016-03-26
vauth: Moved the Negotiate authentication code to the new vauth directory
Steve Holme
2016-03-26
vauth: Moved the Negotiate authentication code to the new vauth directory
Steve Holme