Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-21 | vauth: Added check for supported SSPI based authentication mechanisms | Steve Holme | |
Completing commit 00417fd66c and 2708d4259b. | |||
2016-08-19 | spnego_sspi: fix memory leak in case *outlen is zero (#970) | Miroslav Franc | |
2016-08-18 | vauth: Introduced Curl_auth_is_<mechansism>_supported() functions | Steve Holme | |
As Windows SSPI authentication calls fail when a particular mechanism isn't available, introduced these functions for DIGEST, NTLM, Kerberos 5 and Negotiate to allow both HTTP and SASL authentication the opportunity to query support for a supported mechanism before selecting it. For now each function returns TRUE to maintain compatability with the existing code when called. | |||
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme | |
Typo introduced in commit ad5e9bfd5d. | |||
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 | |
Closes #754 | |||
2016-04-06 | vauth: Corrected a number of typos in comments | Steve Holme | |
Reported-by: Michael Osipov | |||
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 | |
* Prefer dereference of string pointer rather than strlen() * Free challenge pointer in one place * Additional comments | |||
2016-04-02 | spnego: Renamed the context's SPN variable | Steve Holme | |
To be consistent with the Kerberos 5 context and other authentication code. | |||
2016-04-01 | spnego: Corrected some typos in comments | Steve Holme | |
Corrected typos from commit ad5e9bfd5d and 6d6f9ca1d9. | |||
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme | |
Part 2 of 2 - Moved the GSS-API based Negotiate authentication code. | |||
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme | |
Part 1 of 2 - Moved the SSPI based Negotiate authentication code. |