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
/
curl_sasl.c
Age
Commit message (
Expand
)
Author
2019-05-25
Revert all SASL authzid (new feature) commits
Jay Satiro
2019-05-22
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
Steve Holme
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-05-13
sasl: only enable if there's a protocol enabled using it
Daniel Stenberg
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-04-22
sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
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
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-04-16
ntlm_sspi: fix authentication using Credential Manager
toughengineer
2018-02-21
sasl: prefer PLAIN mechanism over LOGIN
Patrick Monnerat
2017-09-02
Curl_base64_encode: always call with a real data handle.
Patrick Monnerat
2017-06-03
curl_sasl: fix unused-variable warning
Marcel Raad
2017-05-16
curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLM
Daniel Stenberg
2017-04-04
curl_sasl: declare mechtable static
Martin Kepplinger
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-08-21
sasl: Don't use GSSAPI authentication when domain name not specified
Steve Holme
2016-08-20
sasl: Added calls to Curl_auth_is_<mechansism>_supported()
Steve Holme
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-09
sasl: Fixed compilation errors from commit 9d89a0387
Steve Holme
2016-04-08
ftp/imap/pop3/smtp: Allow the service name to be overridden
Steve Holme
2016-04-03
curl_sasl: Fixed potential null pointer utilisation
Steve Holme
2016-04-02
krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument
Steve Holme
2016-03-25
vauth: Refactored function names after move to new vauth directory
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 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
2016-03-19
ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled
Steve Holme
2016-03-14
curl_sasl.c: minor code indent fixes
Daniel Stenberg
2016-03-12
digest: Use boolean based success code for Curl_sasl_digest_get_pair()
Steve Holme
2016-03-12
digest: Corrected some typos in comments
Steve Holme
2016-03-12
ntlm: Corrected some typos in function descriptions
Steve Holme
2016-02-19
curl_sasl: Fix memory leak in digest parser
Emil Lerner
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-15
sasl; fix checksrc warnings
Daniel Stenberg
2015-11-15
oauth2: Support OAUTHBEARER failures sent as continuation responses
Steve Holme
2015-11-14
oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP
Steve Holme
2015-11-12
sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanism
Steve Holme
2015-11-12
oauth2: Re-factored OAuth 2.0 state variable
Steve Holme
2015-11-12
sasl: Don't choose OAuth 2.0 if mechanism not advertised
Steve Holme
2015-11-11
oauth2: Introduced support for host and port details
Steve Holme
2015-11-09
oauth2: Don't use XAUTH2 in OAuth 2.0 function name
Steve Holme
[next]