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
/
ntlm_sspi.c
Age
Commit message (
Expand
)
Author
2019-09-10
sspi: fix memory leaks
migueljcrum
2019-08-14
vauth: Use CURLE_AUTH_ERROR for auth function errors
Jay Satiro
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-01-19
ntlm_sspi: add support for channel binding
georgeok
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
2018-04-16
ntlm_sspi: fix authentication using Credential Manager
toughengineer
2018-04-15
all: Refactor malloc+memset to use calloc
Daniel Gustafsson
2017-09-23
ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header
Jay Satiro
2017-09-02
Curl_base64_encode: always call with a real data handle.
Patrick Monnerat
2016-08-21
vauth: Added check for supported SSPI based authentication mechanisms
Steve Holme
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-03-25
vauth: Refactored function names after move to new vauth directory
Steve Holme
2016-03-25
vauth: Moved the NTLM authentication code to the new vauth directory
Steve Holme