2019-11-30 |
Jeremy Harris | FreeBSD: fix sendfile shim |
blob | commitdiff | raw |
2019-11-25 |
Jeremy Harris | Local_scan: bump the ABI major version number exim-4.93-RC5 |
blob | commitdiff | raw | diff to current |
2019-11-24 |
Jeremy Harris | Docs: smtp_printf() in the local_scan API |
blob | commitdiff | raw | diff to current |
2019-11-13 |
Jeremy Harris | OpenSSL: when supported by the library version, disable... |
blob | commitdiff | raw | diff to current |
2019-11-09 |
Jeremy Harris | Remove the daemon pid file when exit is due to SIGTERM... |
blob | commitdiff | raw | diff to current |
2019-11-08 |
Jeremy Harris | Dsearch: Fix taint-handling in lookup. Bug 2465 |
blob | commitdiff | raw | diff to current |
2019-11-08 |
Jeremy Harris | Regard command-line recipients as tainted |
blob | commitdiff | raw | diff to current |
2019-11-07 |
Jeremy Harris | Dsearch: Fix taint-handling in lookup. Bug 2465 |
blob | commitdiff | raw | diff to current |
2019-11-05 |
Jeremy Harris | DKIM/CHUNKING: support CHUNKING when a transport_filter... |
blob | commitdiff | raw | diff to current |
2019-10-23 |
Jeremy Harris | DKIM: disallow default acceptance of sha1 for verify |
blob | commitdiff | raw | diff to current |
2019-10-20 |
Jeremy Harris | Build: include early-pipelining unless disabled |
blob | commitdiff | raw | diff to current |
2019-10-19 |
Jeremy Harris | CHUNKING: fix all-RCPTs-rejected, non-pipelined. Bug... |
blob | commitdiff | raw | diff to current |
2019-10-18 |
Heiko Schlitterman... | Docs: Change default for hosts_try_dane to * |
blob | commitdiff | raw | diff to current |
2019-10-18 |
Heiko Schlitterman... | Change the default of dnssec_request_domains to '*' |
blob | commitdiff | raw | diff to current |
2019-10-12 |
Jeremy Harris | Reduce delivery process startup time |
blob | commitdiff | raw | diff to current |
2019-10-06 |
Jeremy Harris | GnuTLS: lose DH-param setup, for recent library version... |
blob | commitdiff | raw | diff to current |
2019-10-02 |
Jeremy Harris | DSN: add References: header. Bug 2452 |
blob | commitdiff | raw | diff to current |
2019-09-22 |
Jeremy Harris | DMARC: promote the support from Experimental to mainline |
blob | commitdiff | raw | diff to current |
2019-09-08 |
Heiko Schlitterman... | string.c: do not interpret '\\' before '\0' (CVE-2019... |
blob | commitdiff | raw | diff to current |
2019-09-01 |
Jeremy Harris | Support TTL from SOA for NXDOMAIN & NODATA cache entrie... |
blob | commitdiff | raw | diff to current |
2019-08-29 |
Heiko Schlitterman... | Testcase for handling of -H files for excessive long... |
blob | commitdiff | raw | diff to current |
2019-08-15 |
Jeremy Harris | Appendfile: when evaluating quota use attemd to link... |
blob | commitdiff | raw | diff to current |
2019-08-10 |
Jeremy Harris | Routers: make retry_use_local_part default true when... |
blob | commitdiff | raw | diff to current |
2019-08-03 |
Jeremy Harris | Callouts: filter smtp response for bad chars before... |
blob | commitdiff | raw | diff to current |
2019-07-28 |
Jeremy Harris | Fix crash after TLS channel shutdown |
blob | commitdiff | raw | diff to current |
2019-07-25 |
Ruben Jenster | Fix dkim_strict expansion. Bug 2413 |
blob | commitdiff | raw | diff to current |
2019-07-25 |
Jeremy Harris | Track tainted data and refuse to expand it |
blob | commitdiff | raw | diff to current |
2019-07-25 |
Jeremy Harris | Avoid re-expansion in ${sort } |
blob | commitdiff | raw | diff to current |
2019-06-29 |
Jeremy Harris | Fix bounce generation under RFC 3461 request. Bug... |
blob | commitdiff | raw | diff to current |
2019-06-26 |
Jeremy Harris | Fix DSN Final-Recipient: field |
blob | commitdiff | raw | diff to current |
2019-06-05 |
Jeremy Harris | Fix smtp response timeout |
blob | commitdiff | raw | diff to current |
2019-06-05 |
Jeremy Harris | Use dsn_from for success-DSN messages. Bug 2404 |
blob | commitdiff | raw | diff to current |
2019-06-05 |
Phil Pennock | Unbreak heimdal_gssapi auth driver |
blob | commitdiff | raw | diff to current |
2019-05-28 |
Jeremy Harris | PIPE_CONNECT: promote from experimental |
blob | commitdiff | raw | diff to current |
2019-05-26 |
Jeremy Harris | TFO: change the default for hosts_try_fastopen, enablin... |
blob | commitdiff | raw | diff to current |
2019-05-25 |
Jeremy Harris | Logging: fix duplicated transport target info under TFO |
blob | commitdiff | raw | diff to current |
2019-05-24 |
Jeremy Harris | TLS: introduce USE_OPENSSL as an explicit requirement... |
blob | commitdiff | raw | diff to current |
2019-05-24 |
Jeremy Harris | TLS: move from SUPPORT_TLS to DISABLE_TLS macro for... |
blob | commitdiff | raw | diff to current |
2019-05-21 |
Jeremy Harris | Change the default for hosts_try_dane, enabling use... |
blob | commitdiff | raw | diff to current |
2019-05-19 |
Jeremy Harris | Change the default for hosts_noproxy_tls to unset,... |
blob | commitdiff | raw | diff to current |
2019-05-19 |
Jeremy Harris | GnuTLS: fix the advertising of acceptable certs by... |
blob | commitdiff | raw | diff to current |
2019-05-10 |
Jeremy Harris | Fix listing a named queue by a non-admin user. Bug... |
blob | commitdiff | raw | diff to current |
2019-05-07 |
Jeremy Harris | GnuTLS: fix $tls_out_ocsp under hosts_request_ocsp |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Jeremy Harris | TLS: Session resumption, under the EXPERIMENTAL_TLS_RES... |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Jeremy Harris | GnuTLS 3.6.7 cipher strings |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Jeremy Harris | Use unsigned when creating bitmasks in macros |
blob | commitdiff | raw | diff to current |
2019-04-19 |
Heiko Schlitterman... | exigrep: do case sensitive option processing again... |
blob | commitdiff | raw | diff to current |
2019-04-18 |
Heiko Schlitterman... | Merge branch 'bug/2390-tmpfile-race' |
blob | commitdiff | raw | diff to current |
2019-04-18 |
Heiko Schlitterman... | Use message_id for tempfile creation Closes 2390 |
blob | commitdiff | raw | diff to current |
2019-04-05 |
Jeremy Harris | tidying |
blob | commitdiff | raw | diff to current |
2019-04-05 |
Jeremy Harris | Logging: close logfile when non-smtp input is taking... |
blob | commitdiff | raw | diff to current |
2019-04-01 |
Jeremy Harris | Fix build with recent LibreSSL, when including DANE... |
blob | commitdiff | raw | diff to current |
2019-03-22 |
Jeremy Harris | Fix "-bP smtp_receive_timeout". Bug 2384 |
blob | commitdiff | raw | diff to current |
2019-03-21 |
Jeremy Harris | Harden plaintext authenticator |
blob | commitdiff | raw | diff to current |
2019-03-19 |
Jeremy Harris | OpenSSL: Fix aggregation of messages. |
blob | commitdiff | raw | diff to current |
2019-03-18 |
Jeremy Harris | Logging: fix initial listening-on log line |
blob | commitdiff | raw | diff to current |
2019-03-14 |
Jeremy Harris | Fix crash from SRV lookup hitting a CNAME |
blob | commitdiff | raw | diff to current |
2019-02-19 |
Jeremy Harris | TLS: refactor client-start interface |
blob | commitdiff | raw | diff to current |
2019-02-18 |
Jasen Betts | Fix expansions for RFC 822 addresses having comments... |
blob | commitdiff | raw | diff to current |
2019-02-16 |
Jeremy Harris | GnuTLS: Fix client detection of server reject of client... |
blob | commitdiff | raw | diff to current |
2019-02-12 |
Jeremy Harris | Fix transport buffer size handling |
blob | commitdiff | raw | diff to current |
2019-02-12 |
Jeremy Harris | Merge branch '4.next' |
blob | commitdiff | raw | diff to current |
2019-02-11 |
Jeremy Harris | DKIM: ensure that dkim_domain elements are lowercased... |
blob | commitdiff | raw | diff to current |
2019-02-11 |
Jeremy Harris | TLS: add variables for the IETF standard name for the... |
blob | commitdiff | raw | diff to current |
2019-02-11 |
Jeremy Harris | Debug: config file name & line number for each ACL... |
blob | commitdiff | raw | diff to current |
2019-02-10 |
Jeremy Harris | OpenSSL: send no TLS1.3 session tickets |
blob | commitdiff | raw | diff to current |
2019-02-10 |
Jeremy Harris | OpenSSL: Debug output TLS 1.3 keying |
blob | commitdiff | raw | diff to current |
2019-02-10 |
Jeremy Harris | Docs: clean for next release |
blob | commitdiff | raw | diff to current |
2019-02-05 |
Jeremy Harris | DKIM: ensure that dkim_domain elements are lowercased... |
blob | commitdiff | raw | diff to current |
2019-02-04 |
Jeremy Harris | TLS: add variables for the IETF standard name for the... |
blob | commitdiff | raw | diff to current |
2019-01-30 |
Mad Alex | Fix dkim_verify_signers option. Bug 2366 exim-4.92 exim-4.92-RC6 exim-4.92-jgh |
blob | commitdiff | raw | diff to current |
2019-01-27 |
Jeremy Harris | Debug: config file name & line number for each ACL... |
blob | commitdiff | raw | diff to current |
2019-01-10 |
Jeremy Harris | More checks on header line length during reception |
blob | commitdiff | raw | diff to current |
2018-12-31 |
Jeremy Harris | PIPE_CONNECT: fix feature-cache refresh |
blob | commitdiff | raw | diff to current |
2018-12-30 |
Jeremy Harris | OpenSSL: send no TLS1.3 session tickets |
blob | commitdiff | raw | diff to current |
2018-12-30 |
Jeremy Harris | OpenSSL: Debug output TLS 1.3 keying |
blob | commitdiff | raw | diff to current |
2018-12-27 |
Heiko Schlitterman... | Update Changelog for GnuTLS and TLS 1.3 Bug 2359 exim-4.92-RC4 |
blob | commitdiff | raw | diff to current |
2018-12-27 |
Heiko Schlitterman... | Update Changelog for GnuTLS 1.3 related fix Bug 2359 |
blob | commitdiff | raw | diff to current |
2018-12-25 |
Andreas Metzler | GnuTLS: repeat lowlevel read and write operations while... |
blob | commitdiff | raw | diff to current |
2018-12-24 |
Andreas Metzler | GnuTLS: repeat lowlevel read and write operations while... |
blob | commitdiff | raw | diff to current |
2018-12-21 |
Jeremy Harris | OpenSSL: clear any leftover errors from the stack after... |
blob | commitdiff | raw | diff to current |
2018-12-20 |
Jeremy Harris | Docs: tweaks |
blob | commitdiff | raw | diff to current |
2018-12-18 |
Heiko Schlitterman... | Update Changelog for Bug 2351 |
blob | commitdiff | raw | diff to current |
2018-12-18 |
Jeremy Harris | Log failures to extract envelope addresses from message... |
blob | commitdiff | raw | diff to current |
2018-12-16 |
Jeremy Harris | Log failures to extract envelope addresses from message... |
blob | commitdiff | raw | diff to current |
2018-12-05 |
Jeremy Harris | Send delay-MDN for any queurun past delay_warning,... |
blob | commitdiff | raw | diff to current |
2018-12-01 |
Jeremy Harris | Harden string-list handling |
blob | commitdiff | raw | diff to current |
2018-11-28 |
Jeremy Harris | OpenSSL: fail the handshake when SNI processing hits... |
blob | commitdiff | raw | diff to current |
2018-11-28 |
Jeremy Harris | TLS: Increase RSA keysize of autogen selfsign cert |
blob | commitdiff | raw | diff to current |
2018-11-21 |
Jeremy Harris | Fix cyrus-sasl authenticator for $authenticated_fail_id... |
blob | commitdiff | raw | diff to current |
2018-10-30 |
Jeremy Harris | Increase size of variables for check_spool_space and... |
blob | commitdiff | raw | diff to current |
2018-10-21 |
Jeremy Harris | Fix bad use of library, copying string over itself |
blob | commitdiff | raw | diff to current |
2018-10-21 |
Jeremy Harris | tidying |
blob | commitdiff | raw | diff to current |
2018-10-14 |
Jeremy Harris | tidying |
blob | commitdiff | raw | diff to current |
2018-10-12 |
Jeremy Harris | Increase buffer size used for DNS responses. Bug 2329 |
blob | commitdiff | raw | diff to current |
2018-09-28 |
Matthias Kurz | Events: Fire msg:fail:internal for a non-system filter... |
blob | commitdiff | raw | diff to current |
2018-09-28 |
Matthias Kurz | Events: Fire msg:fail:delivery event even when error... |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Jeremy Harris | Logging: do not log a missing proxy address, on deliver... |
blob | commitdiff | raw | diff to current |
2018-09-17 |
Jeremy Harris | DANE: fix TA-mode verify under GnuTLS. Bug 2311 |
blob | commitdiff | raw | diff to current |
2018-09-16 |
Jeremy Harris | Avoid fixed-size buffers for file paths in DB open |
blob | commitdiff | raw | diff to current |
next |