Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
il y a 8 ans |
Steve Holme
|
6012fa5aee
vauth: Moved the NTLM authentication code to the new vauth directory
|
il y a 9 ans |
Steve Holme
|
e1dca8a117
vauth: Moved the Kerberos V5 authentication code to the new vauth directory
|
il y a 9 ans |
Steve Holme
|
51358a3f40
vauth: Moved the DIGEST authentication code to the new vauth directory
|
il y a 9 ans |
Steve Holme
|
685fee3828
vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files
|
il y a 9 ans |
Steve Holme
|
e4a0a9ef18
digest: Use boolean based success code for Curl_sasl_digest_get_pair()
|
il y a 8 ans |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
il y a 8 ans |
Steve Holme
|
ee04bee82b
oauth2: Support OAUTHBEARER failures sent as continuation responses
|
il y a 9 ans |
Steve Holme
|
febda2f305
oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP
|
il y a 9 ans |
Steve Holme
|
1f82df9146
sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanism
|
il y a 9 ans |
Steve Holme
|
88702ebb31
oauth2: Re-factored OAuth 2.0 state variable
|
il y a 9 ans |
Steve Holme
|
4963948089
sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled
|
il y a 9 ans |
Steve Holme
|
b850437991
sasl: Updated SPN variables and comments for consistency
|
il y a 9 ans |
Grant Pannell
|
59f3f92ba6
sasl_sspi: Populate domain from the realm in the challenge
|
il y a 9 ans |
Patrick Monnerat
|
7b2012f262
sasl: remove XOAUTH2 from default enabled authentication mechanism.
|
il y a 9 ans |
Patrick Monnerat
|
0d24f64473
sasl: implement EXTERNAL authentication mechanism.
|
il y a 9 ans |
Steve Holme
|
c260c9fad3
curl_sasl: Minor code policing following recent commits
|
il y a 9 ans |
Patrick Monnerat
|
7a8b2885e2
SASL: make some procedures local-scoped
|
il y a 9 ans |
Patrick Monnerat
|
79543caf90
SASL: common state engine for imap/pop3/smtp
|
il y a 9 ans |
Patrick Monnerat
|
e1ea18f90e
SASL: common URL option and auth capabilities decoders for all protocols
|
il y a 9 ans |
Patrick Monnerat
|
5f09cbcdbd
IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.
|
il y a 9 ans |
Steve Holme
|
9c4fa400cf
sasl_gssapi: Make Curl_sasl_build_gssapi_spn() public
|
il y a 9 ans |
Michael Osipov
|
9f10e45e42
kerberos: Use symbol qualified with _KERBEROS5
|
il y a 10 ans |
Steve Holme
|
18e53fa91a
sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file
|
il y a 10 ans |
Steve Holme
|
40ee1ba0dc
ntlm: Moved the native Target Info clean-up from HTTP specific function
|
il y a 10 ans |
Steve Holme
|
474442dd56
ntlm: Moved SSPI clean-up code into SASL module
|
il y a 10 ans |
Steve Holme
|
f4af38120a
sasl: Fixed compilation warning from commit 25264131e2
|
il y a 10 ans |
Steve Holme
|
6f8d8131b1
http_digest: Moved response generation into SASL module
|
il y a 10 ans |
Steve Holme
|
7e6d51a73c
http_digest: Moved challenge decoding into SASL module
|
il y a 10 ans |
Steve Holme
|
25264131e2
http_digest: Moved clean-up function into SASL module
|
il y a 10 ans |