summaryrefslogtreecommitdiff
path: root/imap/src/osdep/unix
AgeCommit message (Expand)Author
2022-06-02 * New version 2.26Eduardo Chappa
2021-12-02 * Crash when saving multiple messages to a folder in the unix format.Eduardo Chappa
2021-11-26 * When saving to a folder in the unix format, Alpine parses the destinationEduardo Chappa
2021-11-21 * Fix some compilation warnings. It is possible these fixes breakEduardo Chappa
2021-11-20 * Addition of support for SHA1 to SHA512 needed for future additions toEduardo Chappa
2021-11-16 * Replace fgrep and grep -F and egrep by grep -E as these have beenEduardo Chappa
2021-10-27 * Contributions by Thomas Uhle:Eduardo Chappa
2021-10-22 * Fix the type of some flags for openssl from int to long.Eduardo Chappa
2021-08-23 * Crash due to incorrect freeing of memory, introduced in commitEduardo 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-07-31 * Clear more warnings given by gcc-10. Work in progress.Eduardo Chappa
2021-06-06 * Clear some warnings given by gcc-10.Eduardo Chappa
2021-04-18 * Fixes to the support for ssl ciphers (variable could be setEduardo Chappa
2021-04-17 * This code was not committed earlier, and is part of support of theEduardo Chappa
2021-04-17 * Add new variable ssl-ciphers to list the ciphers that will be used whenEduardo Chappa
2021-03-30 * Added line "#include <time.h>" to file imap/src/osdep/unix/os_osx.hEduardo Chappa
2020-09-27 * remove warning compilation about safe_flock not defined in compilationEduardo Chappa
2020-08-05 * When Alpine opens a folder in a server whose address is given numericallyEduardo Chappa
2020-07-28 * XOAUTH2: automatic renew of access token and connection to a serverEduardo Chappa
2020-07-19 * Remove the line "#define fork vfork" in imap/src/osdep/unix/os_osx.c, bec...Eduardo Chappa
2020-07-18 * Addition of the variables User Certs Dir and User Certs File, which allowEduardo Chappa
2020-06-13 * Promote the login authentication method higher thanEduardo Chappa
2020-06-12 * Initial implementation of XOAUTH2 authentication support for Outlook.Eduardo Chappa
2020-05-10 * Remove CC=cc from Makefiles under the imap/ directory. Also redefineEduardo Chappa
2020-02-03 * Add variable system-certs-file to indicate the location of a containerEduardo Chappa
2020-01-26 * Add support for the OAUTHBEARER authentication method in Gmail. Thanks toEduardo Chappa
2020-01-25 * New variable system-certs-path that allows users to indicate theEduardo Chappa
2020-01-18 * Adding pith_ssl_encryption function to linkage.h.Eduardo Chappa
2020-01-15 * Fix a number of misspellings in the source code of Alpine. I hav onlyEduardo Chappa
2020-01-04 * The feature that stopped alpine from saving passwords in the passwordEduardo Chappa
2019-11-25 * Add lnpno port to imap/src/osdep/unix/Makefile to account for ports that doEduardo Chappa
2019-10-08 * Compilation problem and error in logic in function ssl_validate_cert.Eduardo Chappa
2019-10-06 * Check for name of server in "server validation code" in more places.Eduardo Chappa
2019-09-26 * Return a read() to be a read of one byte. The current code has a codeEduardo Chappa
2019-09-06 * Fixes so that Alpine will build in the Windows operating system. ThisEduardo Chappa
2019-07-05 * Fix compilation error produced when a specific encryption protocolEduardo Chappa
2019-05-23 * Code to limit versions of the encryption protocol uses old calls,Eduardo Chappa
2019-05-04 * Initial release of XOAUTH2 authentication support in Alpine forEduardo Chappa
2019-04-28 * Compilation failure in Solaris when ldap is enabled. Reported byEduardo Chappa
2019-02-28 * Clean up some code in the ssl_unix module. It adds to the lastEduardo Chappa
2019-02-17 * Rewrite support for specific SSL encryption protocols, includingEduardo Chappa
2018-09-30 * Define TLS_client_version to be the highest TLSv1*_client_methodEduardo Chappa
2018-09-29 * Add the /tls1_3 modifier to establish connections use the TLS protocolEduardo Chappa
2018-06-14 * More changes to make Valgrind happy.Eduardo Chappa
2018-05-13 * For a calendar entry with method PUBLISH, we show all entries in the cal...Eduardo Chappa
2018-05-13 * More changes to make Valgrind happy. Work in progress.Eduardo Chappa
2018-01-07 * Redefine TLSv1_1_client_method and TLSv1_2_client_methodEduardo Chappa
2017-09-29 * NTLM authentication support with the ntlm library, in Unix systems.Eduardo Chappa
2016-09-03 * Alpine does not build with openssl 1.1.0, so this update fixes that.Eduardo Chappa