summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-11-19Testsuite: output a machine-readable results summary fileJeremy Harris
The intent is for finegrain results display in the buildfarm.
2016-11-19Testsuite another platform difference in errstrJeremy Harris
2016-11-19Testsuite: fix platforn TFO nonsupprt mungeexim-4_88_RC5Jeremy Harris
2016-11-19Testsuite: Munge for platform TFO nonsupportJeremy Harris
2016-11-15Callout: wait for response to QUIT before closingJeremy Harris
2016-11-14Testsuite: tidyup runtest (quotes and some my variables)Heiko Schlittermann (HS12-RIPE)
2016-11-14Testsuite: make 4009,4015 independend on user name lengthHeiko Schlittermann (HS12-RIPE)
2016-11-14Testsuite: Add verbose comments to 5840Heiko Schlittermann (HS12-RIPE)
2016-11-14Testsuite: enable verbose commentsHeiko Schlittermann (HS12-RIPE)
Comments in script files, matching /^###\s/, will be copied to test-{stdout,err}{,-server}. This is intended to ease the mapping between error messages (failed comparisons) to the script part, causing the failure.
2016-11-13Testsuite: tidy-up runtestHeiko Schlittermann (HS12-RIPE)
This will be done step by step, to get a more readable(?) version. At least the result will be more consistent in coding style somewhen
2016-11-13Tidying: coverity issuesJeremy Harris
2016-11-13OpenSSL 1.1 - update testsuite for retired ciphersJeremy Harris