Age | Commit message (Expand) | Author |
2016-07-23 | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme |
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme |
2016-07-20 | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro |
2016-07-20 | vauth: Fixed memory leak due to function returning without free | Saurav Babu |
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 | code: style updates | Daniel Stenberg |
2016-04-03 | vauth: Removed the need for a separate GSS-API based SPN function | Steve Holme |
2016-04-03 | spnego: Small code tidy up | Steve Holme |
2016-04-03 | krb5: Small code tidy up | Steve Holme |
2016-04-03 | krb5_gssapi: Only process challenge when present | 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 | spnego: Renamed the context's SPN variable | Steve Holme |
2016-04-02 | krb5_gssapi: Renamed the status variables | Steve Holme |
2016-04-02 | krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument | Steve Holme |
2016-04-01 | spnego: Corrected some typos in comments | Steve Holme |
2016-03-29 | GSS: make Curl_gss_log_error more verbose | Isaac Boukris |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Refactored function names after move to new vauth directory | Steve Holme |
2016-03-25 | vauth: Updated the copyright year after recent changes | Steve Holme |
2016-03-25 | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the Kerberos V5 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | digest.c: Fixed checksrc warnings | Steve Holme |
2016-03-25 | vauth: Moved the DIGEST authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the CRAM-MD5 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the ClearText authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme |