Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-29 | Allow relative file names in .include lines (Closes 1971) | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Doc: Minor fixes | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: make mk_exim_release more self descriptive | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: rename the scripts to be more generic | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: sign all *.tar.* under a given dir | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: fix the --no-web option | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Constify config_filename | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | DKIM: More validation of DNS key record. Bug 1926 | Jeremy Harris | |
2016-12-29 | OpenSSL: add detail to certname verify fail log line | Jeremy Harris | |
2016-12-29 | Pipe transport: expand the path option | Jeremy Harris | |
2016-12-29 | Testsuite: enhance IDNA examples; move to IDNA-2008 conversions | Jeremy Harris | |
2016-12-27 | Docs: clarify headers availability in data-time ACLs | Jeremy Harris | |
2016-12-26 | I18N: support IDNA2008. Bug 1911 | Jeremy Harris | |
2016-12-25 | Docs: Clean for next release | Jeremy Harris | |
2016-12-22 | Doc: clarify CVE-2016-9963 | Heiko Schlittermann (HS12-RIPE) | |
2016-12-18 | Doc: short description of CVE-2016-9963exim-4_88 | Heiko Schlittermann (HS12-RIPE) | |
2016-12-18 | Fix DKIM information leakage | Jeremy Harris | |
2016-12-16 | Docs: typo | Jeremy Harris | |
2016-12-13 | Use long names for the _DRIVER_*, and _OPT_* macros | Heiko Schlittermann (HS12-RIPE) | |
2016-12-09 | Doc: fix minor typos | Heiko Schlittermann (HS12-RIPE) | |
2016-12-07 | Testsuite: ipv6 output changesexim-4_88_RC6 | Jeremy Harris | |
2016-12-04 | Testsuite: honour the "build" environment variable | Heiko Schlittermann (HS12-RIPE) | |
2016-12-04 | OpenSSL: default to tls_eccurve = auto | Heiko Schlittermann (HS12-RIPE) | |
For OpenSSL < 1.0.2: fallback to prime256v1, for newer libraries rely on auto-selection. | |||
2016-12-04 | Testsuite: more pipe transport / perl cases | Jeremy Harris | |
2016-12-04 | Testsuite: set path for use of perl by pipe transport | Jeremy Harris | |
FreeBSD places perl in a nonstandard (for the pipe transport) directory | |||
2016-12-04 | Testsuite: remove outdated flavour result files | Jeremy Harris | |
2016-12-03 | Testsuite: platform variance for perl utility location | Jeremy Harris | |
2016-12-03 | Testsuite: ipv6 source address platform variance | Jeremy Harris | |
2016-12-03 | Testsuite: ensure delivery order | Jeremy Harris | |
2016-12-03 | Testsuite: OpenSSL error lines change going to 1.1 | Jeremy Harris | |
2016-12-03 | Build: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAMES if SUPPORT_TLS is ↵ | Jeremy Harris | |
not enabled | |||
2016-12-03 | Testsuite: OpenSSL info output during conn changes going to 1.1; give up ↵ | Jeremy Harris | |
trying to track changes | |||
2016-11-29 | Doc: Add hint about spamd and half-closed connections | Heiko Schlittermann (HS12-RIPE) | |
2016-11-28 | Doc: Minor corrections/additions | Heiko Schlittermann (HS12-RIPE) | |
2016-11-26 | Testsuite: annotate I18N conversions | Jeremy Harris | |
2016-11-25 | Update ChangeLog | Jeremy Harris | |
2016-11-24 | Testsuite: distribute configure script | Heiko Schlittermann (HS12-RIPE) | |
configure needs to be created by autoreconf. Autoconf It is not always available. | |||
2016-11-24 | Testsuite: do not use VPATH and $< | Heiko Schlittermann (HS12-RIPE) | |
It is not portable, was a GNU extension, available in GNU make only. | |||
2016-11-24 | Testsuite: patchexim now uses /usr/bin/env | Heiko Schlittermann (HS12-RIPE) | |
2016-11-24 | Testsuite: ignore run-summary.log | Heiko Schlittermann (HS12-RIPE) | |
2016-11-24 | Testsuite: fix minor warning in runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-23 | Testsuite: more diag info if initial Exim startup fails | Heiko Schlittermann (HS12-RIPE) | |
2016-11-23 | Testsuite: show output from failed exim -d -bP exim_user | Heiko Schlittermann (HS12-RIPE) | |
2016-11-23 | Testsuite: fix warning | Heiko Schlittermann (HS12-RIPE) | |
2016-11-23 | Revert "Testsuite: Debian8 GnuTLS does not support OCSP. Add flavour files." | Heiko Schlittermann (HS12-RIPE) | |
This reverts commit 28660ab6ff99d24fdabe3ce0d9feb3478de1015b. On Debian8 OCSP doesn't work with GnuTLS. Local/Makefile allows to configure this (DISABLE_OCSP=yes), thus neither it is a test failure, nor is it a specific flavour, it's just a build mis-configuration. | |||
2016-11-23 | Testsuite: Debian8 GnuTLS does not support OCSP. Add flavour files. | Heiko Schlittermann (HS12-RIPE) | |
5651 is still unstable. | |||
2016-11-23 | Fix memory leak on (Gnu)TLS close. | Heiko Schlittermann (HS12-RIPE) | |
This leak doesn't show up under normal operation, as the process normally dies right after closing the session. But during callout repetitive TLS sessions are opened and closed from the same process (the process receiving the message). Depending on the amount of RAM and the number of callouts the same process does, this may be a problem. (On an amd64 machine with 4GB RAM, at about 1000 recipients the memory is exhausted.) | |||
2016-11-23 | Fix crash in (Gnu)TLS debug output | Heiko Schlittermann (HS12-RIPE) | |
2016-11-21 | Testsuite: prepare shadow (vpath) builds | Heiko Schlittermann (HS12-RIPE) | |
2016-11-19 | Testsuite: fix for not-previously-existing logfile | Jeremy Harris | |