| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-19 | Fix DH parameters, print a message on stderr if alarm goes off. | Sam Varshavchik | |
| 2014-09-12 | "Hanno Böck" <hanno@hboeck.de> - fix linking order with -lunicode | Sam Varshavchik | |
| 2014-09-10 | Fix SPF mx lookup failures. | Sam Varshavchik | |
| When A/AAAA records are not included in the MX response, explicitly query both A and AAAA records, instead of returning A records if they were found; also query AAAA before A. MX lookup for an SPF check -- new RFC1035_MX_QUERYALL flag to force both A and AAAA queries. | |||
| 2014-09-01 | Bump version | Sam Varshavchik | |
| 2014-09-01 | Bump release | Sam Varshavchik | |
| 2014-09-01 | Revert 7b09017ddeabae53d9d361d64bebc44129639c96 | Sam Varshavchik | |
| Not thread safe. Use URIs, instead. | |||
| 2014-08-24 | tcpd: remove any slashes from hostname. | Sam Varshavchik | |
| 2014-08-20 | manpages build script change by "Ángel González" <angel@16bits.net> | Sam Varshavchik | |
| 2014-08-19 | Xepher <xepher@xepher.net> - fix SPF include recursion lookups. | Sam Varshavchik | |
| 2014-07-21 | maildrop: fix parsing of headers added by the -A option. | Sam Varshavchik | |
| Headers added by the option must be parsed in order, via rfc2045_parse(). | |||
| 2014-07-21 | rfc2045: fix Makefile | Sam Varshavchik | |
| 2014-07-21 | gpglib: Fix makefile | Sam Varshavchik | |
| 2014-07-13 | Update changelog. | Sam Varshavchik | |
| 2014-07-13 | Minor compilation fixes. Basd on patch from Giovanni Bechis <giovanni@paclan.it> | Sam Varshavchik | |
| 2014-06-23 | Recognize "message" MIME content type, in addition to "text". | Sam Varshavchik | |
| 2014-06-22 | courier-unicode: version 1.1 | Sam Varshavchik | |
| 2014-06-19 | mailbot: do not compare filenames of draft messages, check their timestamp. | Sam Varshavchik | |
| 2014-06-18 | maildrop: add -T replydraft option | Sam Varshavchik | |
| 2014-06-18 | maildrop: -d changes groupid only when invoked from root. | Sam Varshavchik | |
| Addresses debian bug 564601. | |||
| 2014-06-02 | courier-unicode: unicode::iconvert::fromu::convert() change. | Sam Varshavchik | |
| Return an error indication if unicode could not be converted to the requested character set. | |||
| 2014-05-07 | Print newlines after the log messages. | Sam Varshavchik | |
| 2014-05-06 | Merge branch 'master'. | Sam Varshavchik | |
| 2014-05-06 | courier-imap: log IMAP and POP3 logins when running in proxy mode. | Sam Varshavchik | |
| 2014-04-27 | Update RPM spec file to use systemd macros. | Sam Varshavchik | |
| 2014-04-21 | courier-unicode: Add defs for standard charsets. | Sam Varshavchik | |
| 2014-04-13 | courier-unicode: remove pure virtual functions in the C++ classes. | Sam Varshavchik | |
| Callbacks from the C library can get invoked from the base class's destructor. Bump shared library version. | |||
| 2014-02-15 | Fix path. | Alexei Batyr | |
| 2014-02-15 | fix for automake >=1.13 | David Heidelberger | |
| 2014-01-16 | unicode: cleanup unicode::iconvert::tou API | Sam Varshavchik | |
| 2014-01-16 | maildrop: document that pattern searching uses canonical header form. | Sam Varshavchik | |
| 2014-01-15 | Fix garbled logging | Sam Varshavchik | |
| 2014-01-12 | Update changelog | Sam Varshavchik | |
| 2014-01-12 | Update documentation | Sam Varshavchik | |
| 2014-01-12 | Fix upload commands | Sam Varshavchik | |
| 2014-01-12 | Fix makefile, rpm package | Sam Varshavchik | |
| 2014-01-12 | Reconfigure against the standalone unicode library. | Sam Varshavchik | |
| 2014-01-12 | Refactor unicode library as a standalone package | Sam Varshavchik | |
| 2013-12-29 | 2013-12-29 Sam Varshavchik <mrsam@courier-mta.com> | Sam Varshavchik | |
| * libunicode: Updated unicode word, grapheme, and linebreaking rules * to the Unicode 6.3.0 standard. | |||
| 2013-12-23 | Fix some badness in sqwebmaild caused by bad ACLs. | Sam Varshavchik | |
| 2013-12-22 | autotools update | Sam Varshavchik | |
| 2013-11-28 | maildrop: 2.7.1 | Sam Varshavchik | |
| 2013-11-28 | sqwebmail: 5.7.1 | Sam Varshavchik | |
| 2013-11-28 | courier-imap: 4.15.0 | Sam Varshavchik | |
| 2013-11-25 | Flush stdin after STARTTLS | Sam Varshavchik | |
| 2013-11-24 | Fix compiler warning, unchecked return values. | Sam Varshavchik | |
| 2013-11-10 | Update DH parameter configuration scripts. | Sam Varshavchik | |
| * libs/tcpd/libcouriergnutls.c, libs/tcpd/libcouriertls.c: remove the TLS_DHCERTFILE setting, and use TLS_CERTFILE for all functionality. Read DH parameters from TLS_CERTFILE, or from the new TLS_DHPARAMS environment variable. * mkdhparams: New script that generates DH parameters into a standalone file. * Remove TLS_DHCERTFILE setting from imapd-ssl, pop3d-ssl, esmtpd and esmtpd-ssl. Add TLS_DHPARAMS. * Update imapd.cnf.openssl, pop3d.cnf.openssl, esmtpd.cnf.openssl, set default number of bits for RSA keys to 4096. | |||
| 2013-10-14 | 2013-10-14 Sam Varshavchik <mrsam@courier-mta.com> | Sam Varshavchik | |
| * libs/tcpd/libcouriertls.c (tls_create): Add TLSv1_1_method() and TLSv1_2 method(), based on patch by Rob Austein <sra@hactrn.net>. * pop3d-ssl.dist.in, imapd-ssl.dist.in: Fix up differences in the documentation of TLS options in various config files. | |||
| 2013-09-28 | Bump versions | Sam Varshavchik | |
| 2013-09-28 | Bump version | Sam Varshavchik | |
| 2013-09-25 | sqwebmail: bump versions | Sam Varshavchik | |
