Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-12 | Fix OpenBSD build. | Jeremy Harris | |
Broken-by: 75c121f07a | |||
2018-10-12 | Increase buffer size used for DNS responses. Bug 2329 | Jeremy Harris | |
2018-10-12 | tidying | Jeremy Harris | |
2018-10-12 | Rename smtp.client-ip to smtp.remote-ip | Phil Pennock | |
This tracks changes in the ARC draft. The Received-SPF headers remain unchanged. | |||
2018-10-08 | Debug: output GnuTLS verbose reason for certificate verify refusal | Jeremy Harris | |
2018-10-06 | TFO: use enum for client status | Jeremy Harris | |
2018-10-02 | Debug: noutf8 selector. Bug 2324 | Jeremy Harris | |
2018-09-30 | Expansions: fix json extract for de-wrapping nested objects. Bug 2322 | Jeremy Harris | |
2018-09-30 | Expansions: extract methods for JSON objects and arrays. Bug 2282 | Jeremy Harris | |
2018-09-28 | Events: Fire msg:fail:internal for a non-system filter "fail" command. Bug ↵ | Matthias Kurz | |
2322 | |||
2018-09-28 | Events: Fire msg:fail:delivery event even when error is being ignored. Bug ↵ | Matthias Kurz | |
2314 | |||
2018-09-26 | Logging: do not log a missing proxy address, on delivery non-proxied. | Jeremy Harris | |
Broken-by: e6d2a9894d | |||
2018-09-23 | Check return from asprintf() | Jeremy Harris | |
2018-09-23 | DSN: tescase for ESMTP DSN extension, RCPT options | Jeremy Harris | |
2018-09-21 | OpenSSL: Check return value from X509_NAME_oneline(). Bug 2316 | Jeremy Harris | |
It didn't used to be documented as possibly returning NULL, but now it is. | |||
2018-09-21 | DANE: ignore undersized TLSA records | Jeremy Harris | |
2018-09-20 | Builtin macros for OpenSSL options | Jeremy Harris | |
2018-09-19 | Constification | Jeremy Harris | |
2018-09-18 | Testsuite: track newer GnuTLS behaviour | Jeremy Harris | |
We have lost one log line, for a ciphers-negotiation failure on an early host in a list from routing. We still get something indicative if the last one fails, so I'm going to let this pass. Test 2025 will fail on earlier GnuTLS library versions as a result. NONE no longer works as documented, in priority string for GnuTLS. | |||
2018-09-18 | GnuTLS: simplify cert hostname checking | Jeremy Harris | |
2018-09-17 | Constification | Jeremy Harris | |
2018-09-17 | DANE: fix TA-mode verify under GnuTLS. Bug 2311 | Jeremy Harris | |
2018-09-17 | Avoid fixed-size buffers for file paths in DB open | Jeremy Harris | |
2018-09-17 | Events: raise msg:fail:internal & msg:complete for -Mrm. Bug 2310 | Matthias Kurz | |
2018-09-16 | Fix filter noerror command. Bug 2318 | Matthias Kurz | |
2018-09-16 | Tidying and compiler-silencing | Jeremy Harris | |
2018-09-14 | Restore Darwin OS configuration | Phil Pennock | |
MacStadium are providing us with free Mac Mini hosting as part of their FOSS support. I'm about to set it up. Let's have out-of-repo tuning in place before I begin. | |||
2018-09-13 | Check returncode from SSL_CTX_set_cipher_list() | Jeremy Harris | |
2018-09-10 | Docs: document ancillary info for more event types. Bug 2313 | Matthias Kurz | |
Patch from Matthias, with additional code indentation tweaks from JGH | |||
2018-09-09 | DANE - testcase for fail under GnuTLS with TA-mode to a selfsigned server cert | Jeremy Harris | |
2018-08-31 | DEBUG: db functions | Jeremy Harris | |
2018-08-29 | Refactor authenticators API to take an (opaque) smtp connection context | Jeremy Harris | |
2018-08-27 | Do not use arc4random_stir() directly (Bug 2304) | Xin Li | |
arc4random_stir should not be used directly (it's fully automated after FreeBSD r227520, or approximately __FreeBSD_version 1000002), the interface will be removed from FreeBSD soon (bugs.freebsd.org/230756). Patch was from bugs.freebsd.org/230826. | |||
2018-08-23 | Use single-bit fields for file-global flags in smtp_in | Jeremy Harris | |
2018-08-23 | DMARC: Fix forensic-report envelopes to permit non-null. Bug 1896 | Jeremy Harris | |
2018-08-22 | Fix no-SSL, with-SOCKS build | Jeremy Harris | |
2018-08-22 | Use single-bit fields for global flags | Jeremy Harris | |
2018-08-22 | Logging: server pipelining offer but no uptake | Jeremy Harris | |
2018-08-22 | tidying | Jeremy Harris | |
2018-08-21 | Builtin macros for log_selector values | Jeremy Harris | |
2018-08-21 | Tidying: indentation | Jeremy Harris | |
2018-08-21 | Debug: indent builtin-DB operations | Jeremy Harris | |
2018-08-21 | Logging: pipelining log_selector | Jeremy Harris | |
2018-08-16 | Fix utf8clean not replacing incomplete final character | Phil Pennock | |
Before, it was just dropped, but we document that it's replaced by ?. Tests updated, manual test-case for -be prompt is: ${utf8clean:${length_1:フィル}} | |||
2018-08-11 | Fix logging all_parents for cutthrough delivery. Bug 2296 | Jeremy Harris | |
2018-08-09 | Fix cutthrough delivery for more than one iteration of address redirection. ↵ | Jeremy Harris | |
Bug 2296 | |||
2018-07-31 | Make -n work with macros too | Phil Pennock | |
Have `exim -n -bP macro FOO` just print the value of the macro `FOO`, without the `name=` prefix. This is the same handling as used for option values. If the invoker asks for multiple macros in one invocation, with `-n`, then that's their problem. | |||
2018-07-28 | I18N: add a utf8_downconvert option to the smtp transport. Bug 2248 | Jeremy Harris | |
2018-07-27 | Support REQUIRETLS | Jeremy Harris | |
2018-07-20 | Fix non-EVENTS build | Jeremy Harris | |
Broken-by: c4b57fddca |