| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-17 | Fix minor memory leaks. | Sam Varshavchik | |
| bdbobj_nextkey can leak memory. Looks like some glibc or valgrind configs detect memory leaks from putenv(), use setenv() instead. It's POSIX 2001. Take this opportunity to clean up the test script. | |||
| 2022-01-16 | Update versions. | Sam Varshavchik | |
| 2022-01-16 | Fix linking failure. | Sam Varshavchik | |
| 2022-01-16 | Update version. | Sam Varshavchik | |
| 2022-01-15 | Fix minor memory leaks | Sam Varshavchik | |
| 2022-01-15 | Set an ALARM timer to kill libcouriertls. | Sam Varshavchik | |
| 2021-08-01 | imap: fix crash due to a race condition. | Sam Varshavchik | |
| 2021-06-15 | pop3: buffer input by ourselves. | Sam Varshavchik | |
| 2021-05-21 | -Wall and -Werror fixes | Sam Varshavchik | |
| 2021-05-19 | Tolerate -Wall and -Werror | Sam Varshavchik | |
| Fixes to configure scripts and code so that it compiles (hopefully correctly) with -Wall and -Werror. Remove support for ancient BSD stricmp and strnicmp functions. AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under -Wall, it's simpler to remove it. | |||
| 2021-04-24 | courier-imap: bump version | Sam Varshavchik | |
| 2021-04-01 | POP3 lang extension | Sam Varshavchik | |
| 2021-03-28 | pop3d-ssl.dist: remove duplicate setting. | Sam Varshavchik | |
| 2021-03-26 | Bump version | Sam Varshavchik | |
| 2021-03-25 | Fix makedat handling of files without a trailing newline, adjust imap errmsg. | Sam Varshavchik | |
| 2021-03-20 | Bump version. | Sam Varshavchik | |
| 2021-03-20 | pop3d-ssl.dist.in.git: naming mismatch | Arjen de Korte | |
| TLS_CACHEFILE name should be `couriersslpop3cache` (not `couriersslimapcache`) | |||
| 2021-03-20 | imapd-ssl.dist.in.git: naming mismatch | Arjen de Korte | |
| TLS_CACHEFILE name should be `couriersslimapcache` (not `couriersslpop3cache`) | |||
| 2021-03-13 | Bump version | Sam Varshavchik | |
| 2021-03-01 | Merge branch 'courier-1.0' | Sam Varshavchik | |
| 2021-03-01 | Bump version | Sam Varshavchik | |
| 2021-03-01 | Merge branch 'courier-1.0' | Sam Varshavchik | |
| 2021-03-01 | Fix handling of bad DNS queries. | Sam Varshavchik | |
| 2021-02-23 | Fix config file. | Sam Varshavchik | |
| 2021-02-23 | Changelog entry | Sam Varshavchik | |
| 2021-02-20 | Add support for ALPN. | Sam Varshavchik | |
| 2021-02-19 | Update changelog | Sam Varshavchik | |
| 2021-02-18 | Remove the IMAP_ENHANCEDIDLE setting. | Sam Varshavchik | |
| 2021-02-18 | Replace FAM/Gamin with inotify | Sam Varshavchik | |
| 2021-02-09 | Bump version | Sam Varshavchik | |
| 2020-12-06 | LibreSSL compilation error. | Sam Varshavchik | |
| 2020-12-01 | Merge branch 'master' of github.com:svarshavchik/courier-libs into master | Sam Varshavchik | |
| 2020-12-01 | Adding special TLS protocol names that disable client renegotiation. | Andrej Podzimek | |
| 2020-11-30 | imap: send Unicode alerts only for new messages. | Sam Varshavchik | |
| 2020-11-04 | Fix spec file. | Sam Varshavchik | |
| 2020-10-28 | Clean up documentation | Sam Varshavchik | |
| 2020-10-27 | fflush before POP3 STARTTLS | Sam Varshavchik | |
| 2020-07-12 | Pass --nonet to xsltproc. | Sam Varshavchik | |
| 2020-06-17 | Bump version. | Sam Varshavchik | |
| 2020-05-18 | Update ChangeLog | Sam Varshavchik | |
| 2020-05-18 | courier-authlib update. | Sam Varshavchik | |
| 2020-04-21 | Add AC_PROG_CC_C99. | Sam Varshavchik | |
| 2020-04-21 | Add AC_PROG_CC_C99 | Sam Varshavchik | |
| 2020-04-20 | Fix regression with user parameter | Sam Varshavchik | |
| 2020-04-20 | Fix TLS client connections. | Sam Varshavchik | |
| 2020-04-19 | Bump version | Sam Varshavchik | |
| 2020-02-25 | Fix SSL cert authentication. | Sam Varshavchik | |
| 2019-12-10 | Restore OpenSSL 1.1, and earlier support. | Sam Varshavchik | |
| Restores code that c8115514b4830a668ce726b2fcb8ab4a3d438ec9 removed, but make it conditionally compiled. Have configure.ac autodetect the openssl version. Correctly UTF8-ize SSL_set_tlsext_host_name()'s parameter. | |||
| 2019-12-05 | Fix make distcheck for the gnutls version. | Sam Varshavchik | |
| 2019-12-05 | gnutls: UTF-8 and hostname fixes. | Sam Varshavchik | |
