Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-20 | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro | |
This is a follow up to the parent commit dcdd4be which fixes one leak but creates another by failing to free the credentials handle if out of memory. Also there's a second location a few lines down where we fail to do same. This commit fixes both of those issues. | |||
2016-07-20 | vauth: Fixed memory leak due to function returning without free | Saurav Babu | |
This patch allocates memory to "output_token" only when it is required so that memory is not leaked if function returns. | |||
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-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 DIGEST authentication code to the new vauth directory | Steve Holme | |