Age | Commit message (Expand) | Author |
2021-11-21 | * Support for code_verifier and code_challenge when generating a | Eduardo Chappa |
2021-11-20 | * Addition of support for SHA1 to SHA512 needed for future additions to | Eduardo Chappa |
2021-11-01 | * When Alpine is trying to decide which client-id to choose it used to limit | Eduardo Chappa |
2021-10-27 | * Contributions by Thomas Uhle: | Eduardo Chappa |
2021-10-10 | * Alpine might delete all passwords from the password file if the | Eduardo Chappa |
2021-09-12 | * Additional code so that passwords are not deleted when connections | Eduardo Chappa |
2021-09-09 | * Alpine will delete passwords that do not work from internal memory | Eduardo Chappa |
2021-08-28 | * Changes to auth_bea.c similar to those of auth_oa2.c. | Eduardo Chappa |
2021-08-28 | * Fix of more memory leaks and a crash due to incorrect freeing of memory, i... | Eduardo Chappa |
2021-08-23 | * Fix some memory leaks reported by Valgrind. | Eduardo Chappa |
2021-08-19 | * Clear out some warnings given by gcc-10. | Eduardo Chappa |
2021-08-15 | * The c-client library parses information from an IMAP server during | Eduardo Chappa |
2021-08-10 | * Improvements to http.c and json.c for support of future code. | Eduardo Chappa |
2021-08-09 | * Update to json code to simplify it. | Eduardo Chappa |
2021-07-30 | * Improvements to the http and json code. | Eduardo Chappa |
2021-07-28 | * Print error when trying to authenticate using XOAUTH2, when available. | Eduardo Chappa |
2021-06-10 | * Rewrite of http code to keep connections alive after GET and POST | Eduardo Chappa |
2021-06-06 | * Clear some warnings given by gcc-10. | Eduardo Chappa |
2021-05-15 | * Eliminate no timeout from https connection. | Eduardo Chappa |
2021-05-08 | * Clear out some gcc warnings, and code improvement. Work in progress. | Eduardo Chappa |
2021-04-29 | * Crash in the ntlm authenticator when no domain was specified in the | Eduardo Chappa |
2021-04-17 | * Add new variable ssl-ciphers to list the ciphers that will be used when | Eduardo Chappa |
2021-04-10 | * New alpha version 2.24.1 | Eduardo Chappa |
2021-04-04 | * http debug support sets debug flag before checking if stream is open and ... | Eduardo Chappa |
2021-03-28 | * Many spelling errors corrected by Jens Schleusener. Thank you! | Eduardo Chappa |
2021-03-27 | * Remove the ability to choose between the device and authorize methods | Eduardo Chappa |
2021-03-27 | * new http option for debug. This is mostly useful to debug XOAUTH2 | Eduardo Chappa |
2021-02-25 | * Updates to old port for HP-UX 9.X, after work with Martin Trusler. | Eduardo Chappa |
2020-11-23 | * Add support for the base64 URL encoding. | Eduardo Chappa |
2020-11-01 | * The previous commit does not allow clients to login using xoauth2, so | Eduardo Chappa |
2020-11-01 | * Improvements to the cancel authentication logic to not to make it | Eduardo Chappa |
2020-10-03 | * Set up the IMAP ID at the moment of loging in to the server, rather than | Eduardo Chappa |
2020-08-29 | * When a server expires a refresh token, Alpine needs to cancel it | Eduardo Chappa |
2020-08-27 | * Ignore non-empty initial challenge in the GSSAPI authenticator. | Eduardo Chappa |
2020-07-28 | * XOAUTH2: automatic renew of access token and connection to a server | Eduardo Chappa |
2020-07-18 | * Addition of the variables User Certs Dir and User Certs File, which allow | Eduardo Chappa |
2020-07-09 | * Add choice of Authorization flow to Alpine. Alpine supports two ways to get | Eduardo Chappa |
2020-07-02 | * Fix some compilation warnings in Windows. Reported by Barry Landy. | Eduardo Chappa |
2020-06-29 | * Modifications to protect the privacy of users: | Eduardo Chappa |
2020-06-26 | * When Alpine starts a PREAUTH connection, it might still ask the user | Eduardo Chappa |
2020-06-26 | * Expansion of the configuration screen for XOAUTH2 to include | Eduardo Chappa |
2020-06-18 | * Crash if Privacy Policy is not accessible. | Eduardo Chappa |
2020-06-18 | * Compilation error in Alpine when using the ntlm authenticator. | Eduardo Chappa |
2020-06-18 | * Security Bug: Alpine can be configured to start a secure connection using... | Eduardo Chappa |
2020-06-12 | * Additional addition of doucmentation for XOAUTH2, some fixes in the docu... | Eduardo Chappa |
2020-06-12 | * Initial implementation of XOAUTH2 authentication support for Outlook. | Eduardo Chappa |
2020-06-08 | * Corrections to spelling errors, contributed by Jens Schleusener. | Eduardo Chappa |
2020-06-08 | * Remove some compilation warnings given by clang7. | Eduardo Chappa |
2020-06-08 | * Remove some compilation warnings given by gcc9. | Eduardo Chappa |
2020-05-21 | * Update to some http_* functions to return status code returned by server. | Eduardo Chappa |