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
/
vauth
/
krb5_sspi.c
Age
Commit message (
Expand
)
Author
2017-03-26
spelling fixes
klemens
2016-08-21
vauth: Added check for supported SSPI based authentication mechanisms
Steve Holme
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-06
URLs: change http to https in many places
Viktor Szakats
2016-04-06
vauth: Corrected a number of typos in comments
Steve Holme
2016-04-03
vauth: Removed the need for a separate GSS-API based SPN function
Steve Holme
2016-04-03
krb5: Small code tidy up
Steve Holme
2016-04-03
krb5: Fixed missing client response when mutual authentication enabled
Steve Holme
2016-04-03
krb5_sspi: Only process challenge when present
Steve Holme
2016-04-03
krb5_sspi: Only generate the output token when its not allocated
Steve Holme
2016-04-03
krb5: Only generate a SPN when its not known
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 Kerberos V5 authentication code to the new vauth directory
Steve Holme