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
/
vauth.h
Age
Commit message (
Expand
)
Author
2019-09-23
vauth: The parameter 'status' must be surrounded by parentheses
Daniel Stenberg
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-04-11
vauth/cleartext: Update the PLAIN login function signature to match RFC 4616
Steve Holme
2019-04-02
vauth/oauth2: Fix OAUTHBEARER token generation
Mert Yazıcıoğlu
2018-04-16
ntlm_sspi: fix authentication using Credential Manager
toughengineer
2017-09-02
Curl_base64_encode: always call with a real data handle.
Patrick Monnerat
2016-08-21
sasl: Don't use GSSAPI authentication when domain name not specified
Steve Holme
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-07-23
vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO
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-03
vauth: Removed the need for a separate GSS-API based SPN function
Steve Holme
2016-04-02
krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument
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
2016-03-25
vauth: Refactored function names after move to new vauth directory
Steve Holme
2016-03-25
vauth: Updated the copyright year after recent changes
Steve Holme
2016-03-25
vauth: Moved the OAuth 2.0 authentication code to the new vauth directory
Steve Holme
2016-03-25
vauth: Moved the NTLM authentication code to the new vauth directory
Steve Holme
2016-03-25
vauth: Moved the Kerberos V5 authentication code to the new vauth directory
Steve Holme
2016-03-25
vauth: Moved the DIGEST authentication code to the new vauth directory
Steve Holme
2016-03-25
vauth: Moved the CRAM-MD5 authentication code to the new vauth directory
Steve Holme
2016-03-25
vauth: Moved the ClearText authentication code to the new vauth directory
Steve Holme
2016-03-25
vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files
Steve Holme