Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | krb5_gssapi: Renamed the status variables | Steve Holme | |
For consistency with the spnego code. | |||
2016-04-02 | krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument | Steve Holme | |
For consistency with the spnego and oauth2 code moved the setting of the host name outside of the Curl_auth_create_gssapi_user_messag() function. This will allow us to more easily override it in the future. | |||
2016-04-01 | spnego: Corrected some typos in comments | Steve Holme | |
Corrected typos from commit ad5e9bfd5d and 6d6f9ca1d9. | |||
2016-03-29 | GSS: make Curl_gss_log_error more verbose | Isaac Boukris | |
Also display the GSS_C_GSS_CODE (major code) when specified instead of only GSS_C_MECH_CODE (minor code). In addition, the old code was printing a colon twice after the prefix and also miscalculated the length of the buffer in between calls to gss_display_status (the length of ": " was missing). Also, gss_buffer is not guaranteed to be NULL terminated and thus need to restrict reading by its length. Closes #738 | |||
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. | |||
2016-03-25 | vauth: Refactored function names after move to new vauth directory | Steve Holme | |
Renamed all the SASL functions that moved to the new vauth directory to include the correct module name. | |||
2016-03-25 | vauth: Updated the copyright year after recent changes | Steve Holme | |
As most of this work was performed in 2015 but not pushed until 2016 updated the copyright year to reflect the public facing changes. | |||
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 | |