summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-29Allow relative file names in .include lines (Closes 1971)Heiko Schlittermann (HS12-RIPE)
2016-12-29Doc: Minor fixesHeiko Schlittermann (HS12-RIPE)
2016-12-29Release process: make mk_exim_release more self descriptiveHeiko Schlittermann (HS12-RIPE)
2016-12-29Release process: rename the scripts to be more genericHeiko Schlittermann (HS12-RIPE)
2016-12-29Release process: sign all *.tar.* under a given dirHeiko Schlittermann (HS12-RIPE)
2016-12-29Release process: fix the --no-web optionHeiko Schlittermann (HS12-RIPE)
2016-12-29Constify config_filenameHeiko Schlittermann (HS12-RIPE)
2016-12-29DKIM: More validation of DNS key record. Bug 1926Jeremy Harris
2016-12-29OpenSSL: add detail to certname verify fail log lineJeremy Harris
2016-12-29Pipe transport: expand the path optionJeremy Harris
2016-12-29Testsuite: enhance IDNA examples; move to IDNA-2008 conversionsJeremy Harris
2016-12-27Docs: clarify headers availability in data-time ACLsJeremy Harris
2016-12-26I18N: support IDNA2008. Bug 1911Jeremy Harris
2016-12-25Docs: Clean for next releaseJeremy Harris
2016-12-22Doc: clarify CVE-2016-9963Heiko Schlittermann (HS12-RIPE)
2016-12-18Doc: short description of CVE-2016-9963exim-4_88Heiko Schlittermann (HS12-RIPE)
2016-12-18Fix DKIM information leakageJeremy Harris
2016-12-16Docs: typoJeremy Harris
2016-12-13Use long names for the _DRIVER_*, and _OPT_* macrosHeiko Schlittermann (HS12-RIPE)
2016-12-09Doc: fix minor typosHeiko Schlittermann (HS12-RIPE)
2016-12-07Testsuite: ipv6 output changesexim-4_88_RC6Jeremy Harris
2016-12-04Testsuite: honour the "build" environment variableHeiko Schlittermann (HS12-RIPE)
2016-12-04OpenSSL: default to tls_eccurve = autoHeiko Schlittermann (HS12-RIPE)
For OpenSSL < 1.0.2: fallback to prime256v1, for newer libraries rely on auto-selection.
2016-12-04Testsuite: more pipe transport / perl casesJeremy Harris
2016-12-04Testsuite: set path for use of perl by pipe transportJeremy Harris
FreeBSD places perl in a nonstandard (for the pipe transport) directory
2016-12-04Testsuite: remove outdated flavour result filesJeremy Harris
2016-12-03Testsuite: platform variance for perl utility locationJeremy Harris
2016-12-03Testsuite: ipv6 source address platform varianceJeremy Harris
2016-12-03Testsuite: ensure delivery orderJeremy Harris
2016-12-03Testsuite: OpenSSL error lines change going to 1.1Jeremy Harris
2016-12-03Build: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAMES if SUPPORT_TLS is ↵Jeremy Harris
not enabled
2016-12-03Testsuite: OpenSSL info output during conn changes going to 1.1; give up ↵Jeremy Harris
trying to track changes
2016-11-29Doc: Add hint about spamd and half-closed connectionsHeiko Schlittermann (HS12-RIPE)
2016-11-28Doc: Minor corrections/additionsHeiko Schlittermann (HS12-RIPE)
2016-11-26Testsuite: annotate I18N conversionsJeremy Harris
2016-11-25Update ChangeLogJeremy Harris
2016-11-24Testsuite: distribute configure scriptHeiko Schlittermann (HS12-RIPE)
configure needs to be created by autoreconf. Autoconf It is not always available.
2016-11-24Testsuite: do not use VPATH and $<Heiko Schlittermann (HS12-RIPE)
It is not portable, was a GNU extension, available in GNU make only.
2016-11-24Testsuite: patchexim now uses /usr/bin/envHeiko Schlittermann (HS12-RIPE)
2016-11-24Testsuite: ignore run-summary.logHeiko Schlittermann (HS12-RIPE)
2016-11-24Testsuite: fix minor warning in runtestHeiko Schlittermann (HS12-RIPE)
2016-11-23Testsuite: more diag info if initial Exim startup failsHeiko Schlittermann (HS12-RIPE)
2016-11-23Testsuite: show output from failed exim -d -bP exim_userHeiko Schlittermann (HS12-RIPE)
2016-11-23Testsuite: fix warningHeiko Schlittermann (HS12-RIPE)
2016-11-23Revert "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-23Testsuite: Debian8 GnuTLS does not support OCSP. Add flavour files.Heiko Schlittermann (HS12-RIPE)
5651 is still unstable.
2016-11-23Fix 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-23Fix crash in (Gnu)TLS debug outputHeiko Schlittermann (HS12-RIPE)
2016-11-21Testsuite: prepare shadow (vpath) buildsHeiko Schlittermann (HS12-RIPE)
2016-11-19Testsuite: fix for not-previously-existing logfileJeremy Harris