1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/lib/vauth
Steve Holme 73f1096335 krb5: Fixed missing client response when mutual authentication enabled
Although mutual authentication is currently turned off and can only be
enabled by changing libcurl source code, authentication using Kerberos
5 has been broken since commit 79543caf90 in this use case.
2016-04-03 17:02:44 +01:00
..
cleartext.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
cram.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
digest_sspi.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
digest.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
digest.h vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
krb5_gssapi.c krb5: Fixed missing client response when mutual authentication enabled 2016-04-03 17:02:44 +01:00
krb5_sspi.c krb5: Fixed missing client response when mutual authentication enabled 2016-04-03 17:02:44 +01:00
ntlm_sspi.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
ntlm.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
ntlm.h vauth: Updated the copyright year after recent changes 2016-03-25 17:40:12 +00:00
oauth2.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
spnego_gssapi.c spnego: Renamed the context's SPN variable 2016-04-02 06:41:29 +01:00
spnego_sspi.c spnego: Renamed the context's SPN variable 2016-04-02 06:41:29 +01:00
vauth.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
vauth.h krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument 2016-04-02 06:15:29 +01:00