Age | Commit message (Expand) | Author |
2017-02-25 | Point at readline fix on macOS | Phil Pennock |
2017-02-25 | DKIM: rework error logging to pass strings back to caller for logging. Bug 966 | Jeremy Harris |
2017-02-25 | Memory Management: new main-section config option "debug_store" to control ex... | Jeremy Harris |
2017-02-25 | Pull in vdukhovni/ssl_dane 8270afba fix | Phil Pennock |
2017-02-24 | tidying | Jeremy Harris |
2017-02-24 | Memory management: drop $acl_m_ variables explicitly as they go out-of-scope | Jeremy Harris |
2017-02-22 | Move bdat_ungetc decl to hdr ∵ receive.c uses too | Phil Pennock |
2017-02-14 | Fix broken-in-queue messages predating CHUNKING fix | Phil Pennock |
2017-02-14 | nit: document that `fout` must be open for reading too | Phil Pennock |
2017-02-14 | Fix missing line termination on the last received BDAT chunk (Bug 1974) | Heiko Schlittermann (HS12-RIPE) |
2017-02-14 | Use enum { SEEN_LF, …} for ch_state(s) | Heiko Schlittermann (HS12-RIPE) |
2017-02-12 | Handle PKG_CONFIG_PATH in Local/Makefile | Phil Pennock |
2017-02-12 | os_getcwd(): do not realloc if there was no malloc(). | Heiko Schlittermann (HS12-RIPE) |
2017-02-12 | DKIM: fix crash with a verification when dkim disabled, under CHUNKING | Jeremy Harris |
2017-02-12 | Debug: avoid indenting line-prefixes (timestamp, pid, host-checking marker) | Jeremy Harris |
2017-02-12 | FreeBSD: only assume iconv for FreeBSD >= 10 | Phil Pennock |
2017-02-11 | Unbreak test_dbfn make-target | Phil Pennock |
2017-02-11 | DNS: return explicit error code to caller on dnssec failure, for better logging | Jeremy Harris |
2017-02-11 | Mention FreeBSD/iconv in README.UPDATING | Phil Pennock |
2017-02-10 | Compilation warnings shushing | Phil Pennock |
2017-02-10 | perl paranoia about @INC | Phil Pennock |
2017-02-10 | TLS: rework error logging to pass more string back to caller for logging | Jeremy Harris |
2017-02-08 | Fix DKIM/GnuTLS build | Jeremy Harris |
2017-02-08 | Debug: indent ACL and expreassion tracing by evaluation depth | Jeremy Harris |
2017-02-08 | DKIM: trim debug verbosity | Jeremy Harris |
2017-02-08 | Fix non-contentscan build | Jeremy Harris |
2017-02-08 | Memory management: drop variables identified as going out-of-scope | Jeremy Harris |
2017-02-08 | Memory management: when running under the testsuite, check every string varia... | Jeremy Harris |
2017-02-06 | CHUNKING: fix transport crash on temp-reject of pipelined non-first chunk | Jeremy Harris |
2017-02-03 | DKIM: more care over untrustworthy data during verify | Jeremy Harris |
2017-02-03 | Fix no-SSL build | Jeremy Harris |
2017-02-02 | FreeBSD: Perl no longer in /usr/bin from Ports | Phil Pennock |
2017-02-02 | GnuTLS: fix use of SHA3 hashes | Jeremy Harris |
2017-01-31 | Handle Proxy Protocol v2 safely as well. | Phil Pennock |
2017-01-31 | Fix error logged for send failure | Jeremy Harris |
2017-01-31 | Callouts: fix recipient verify/random | Jeremy Harris |
2017-01-31 | Fix logging of drop-after-EHLO-reject. | Jeremy Harris |
2017-01-31 | Avoid using "-w" option in perl script shebang lines, being incompatible with... | Jeremy Harris |
2017-01-30 | Copyright year bumps for substantive changes 2017exim-4_89_RC1 | Phil Pennock |
2017-01-30 | Avoid reading too much data before TLS handshake | Phil Pennock |
2017-01-30 | Fix size calculation, log unhandled amount. | Phil Pennock |
2017-01-30 | Restrict address-parsing to a maximum of five layers of nested angle-brackets, | Jeremy Harris |
2017-01-30 | Tidying: Coverity | Jeremy Harris |
2017-01-29 | CHUNKING: Reject messages with malformed line ending. Bug 2000 | Jeremy Harris |
2017-01-29 | TFO: remember setsockopt results, to condition non-transport client use. Bug... | Jeremy Harris |
2017-01-29 | Shuffle proxy-protocol to wrap TLS-on-connect startup. Bug 2018 | Jeremy Harris |
2017-01-29 | DANE: fix build under LibreSSL. Bug 2020 | Kirill Miazine |
2017-01-28 | Testsuite: add dnsdb testcase for defer when used in ACL | Jeremy Harris |
2017-01-28 | LMDB: include filename in open-error message | Jeremy Harris |
2017-01-28 | DKIM: check pointer to calculated body hash before verify comparison. Bug 2029 | Jeremy Harris |