curl/lib/vauth
Steve Holme 61152e7d94 krb5_sspi: Only process challenge when present
This wouldn't cause a problem because of the way the function is called,
but prior to this change, we were processing the challenge message when
the credentials were NULL rather than when the challenge message was
populated.

This also brings this part of the Kerberos 5 code in line with the
Negotiate code.
2016-04-03 11:45:02 +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.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
digest_sspi.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
krb5_gssapi.c krb5: Only generate a SPN when its not known 2016-04-03 11:15:03 +01:00
krb5_sspi.c krb5_sspi: Only process challenge when present 2016-04-03 11:45:02 +01: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
ntlm_sspi.c vauth: Refactored function names after move to new vauth directory 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