curl/lib/vauth
Daniel Stenberg 502acba2af strcasecompare: is the new name for strequal()
... to make it less likely that we forget that the function actually
does case insentive compares. Also replaced several invokes of the
function with a plain strcmp when case sensitivity is not an issue (like
comparing with "-").
2016-10-31 08:46:35 +01:00
..
cleartext.c strcasecompare: is the new name for strequal() 2016-10-31 08:46:35 +01:00
cram.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
digest.c vauth: Introduced Curl_auth_is_<mechansism>_supported() functions 2016-08-18 20:31:20 +01:00
digest.h URLs: change http to https in many places 2016-04-06 11:58:34 +02:00
digest_sspi.c vauth: Added check for supported SSPI based authentication mechanisms 2016-08-21 10:27:09 +01:00
krb5_gssapi.c vauth: Introduced Curl_auth_is_<mechansism>_supported() functions 2016-08-18 20:31:20 +01:00
krb5_sspi.c vauth: Added check for supported SSPI based authentication mechanisms 2016-08-21 10:27:09 +01:00
ntlm.c vauth: Introduced Curl_auth_is_<mechansism>_supported() functions 2016-08-18 20:31:20 +01:00
ntlm.h vauth: Updated the copyright year after recent changes 2016-03-25 17:40:12 +00:00
ntlm_sspi.c vauth: Added check for supported SSPI based authentication mechanisms 2016-08-21 10:27:09 +01:00
oauth2.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
spnego_gssapi.c vauth: Introduced Curl_auth_is_<mechansism>_supported() functions 2016-08-18 20:31:20 +01:00
spnego_sspi.c vauth: Added check for supported SSPI based authentication mechanisms 2016-08-21 10:27:09 +01:00
vauth.c sasl: Don't use GSSAPI authentication when domain name not specified 2016-08-21 11:56:23 +01:00
vauth.h sasl: Don't use GSSAPI authentication when domain name not specified 2016-08-21 11:56:23 +01:00