Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-12 | Debug: avoid indenting line-prefixes (timestamp, pid, host-checking marker) | Jeremy Harris | |
2017-02-10 | TLS: rework error logging to pass more string back to caller for logging | Jeremy Harris | |
This permits a library-sourced error to be associated with an address being delivered, collapsing pairs of log lines | |||
2017-02-10 | Testsuite: fix munging of now-indented date in stdout | Jeremy Harris | |
Broken-by: e1d04f48a45c | |||
2017-02-07 | Testsuite: tidy generation and sorting of exim -bp output | Heiko Schlittermann (HS12-RIPE) | |
The root cause is, that exim -bp doesn't always return the message ids in the order they were created, but sorted. The 2nd part of the message id (PID) can be random on *BSD. | |||
2017-02-02 | Testsuite: Fix 0207 (message order) | Heiko Schlittermann (HS12-RIPE) | |
Message ids are not always in ascending order (PIDs may be randomized) Thanks to Kirill Miazine. | |||
2017-01-31 | Testsuite: perl may live in /usr/local/bin | Jeremy Harris | |
2017-01-21 | Use smtp_setup_conn() for verify callout | Jeremy Harris | |
2017-01-18 | 214 spelling fixes | Josh Soref | |
2016-12-31 | DKIM: Under debug, when signing do an extra check on the dns record that will be | Jeremy Harris | |
used for verification. Bug 1926 | |||
2016-12-29 | Testsuite: use custom-munge for dsn-info in 4510 | Jeremy Harris | |
Broken-by: 87cb4a166c47 | |||
2016-12-29 | Testsuite: enhance IDNA examples; move to IDNA-2008 conversions | Jeremy Harris | |
2016-12-18 | Fix DKIM information leakage | Jeremy Harris | |
2016-12-03 | Testsuite: ipv6 source address platform variance | Jeremy Harris | |
2016-12-03 | Testsuite: OpenSSL error lines change going to 1.1 | Jeremy Harris | |
2016-12-03 | Testsuite: OpenSSL info output during conn changes going to 1.1; give up ↵ | Jeremy Harris | |
trying to track changes | |||
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-19 | Testsuite: fix for not-previously-existing logfile | Jeremy Harris | |
2016-11-19 | Testsuite: output a machine-readable results summary file | Jeremy Harris | |
The intent is for finegrain results display in the buildfarm. | |||
2016-11-19 | Testsuite another platform difference in errstr | Jeremy Harris | |
2016-11-19 | Testsuite: fix platforn TFO nonsupprt mungeexim-4_88_RC5 | Jeremy Harris | |
2016-11-19 | Testsuite: Munge for platform TFO nonsupport | Jeremy Harris | |
2016-11-14 | Testsuite: tidyup runtest (quotes and some my variables) | Heiko Schlittermann (HS12-RIPE) | |
2016-11-14 | Testsuite: enable verbose comments | Heiko 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-13 | Testsuite: tidy-up runtest | Heiko 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-11 | Revert "Testsuite: tidyup runtest" | Jeremy Harris | |
This reverts commit 2d47f67729aecd3dcbacdfd303b719893f2d61fa. Fails on some buildfarm animals (older perl version?); the "r" option on a / edit | |||
2016-11-08 | Testsuite: tidyup runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Testsuite: Add flavour detection | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Testsuite: fixe lower/upper case fix in OpenSSL munging | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Testsuite: tidyup | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Introduce EXIM_BUILD_SUFFIX for src/Makefile and testsuite | Heiko Schlittermann (HS12-RIPE) | |
This enables parallel builds in a shared directory, if they have the same os-type and arch-type. Think about EXIM_BUILD_SUFFIX as 'name of your linux distro' | |||
2016-11-03 | Testsuite: move dynamic_socket to Exim::Runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-02 | Testsuite: find a group name if 'mail' is not available. | Heiko Schlittermann (HS12-RIPE) | |
If the group 'mail' does not exist (as on some *BSD systems), test 0001 fails. We now use a randomly choosen group, if necessary. The group name isn't used for anything else than testing the config file parser. | |||
2016-11-01 | Testsuite: do not attempt to open /dev/tty if in -CONTINUE mode | Heiko Schlittermann (HS12-RIPE) | |
2016-10-29 | Testsuite: tidying | Jeremy Harris | |
2016-10-29 | Testsuite: tidying | Jeremy Harris | |
2016-10-29 | Testsuite: tidying | Jeremy Harris | |
2016-10-25 | Testsuite: for $parm_hostname use method more similar to readconf() ↵ | Jeremy Harris | |
$primary_hostname coding | |||
2016-10-23 | Testsuite: account for platforms not supporting TFO, redux | Heiko Schlittermann (HS12-RIPE) | |
2016-10-23 | Testsuite: account for platforms not supporting TFO | Jeremy Harris | |
2016-10-22 | Testsuite: More help with getting testsuite running | Jeremy Harris | |
2016-10-20 | Testsuite: munge for platform errno variance | Jeremy Harris | |
2016-10-20 | Testsuite: use /usr/bin/env perl to get Perl from $PATH | Heiko Schlittermann (HS12-RIPE) | |
Some buildfarm animals may have more recent versions of Perl installed in some directory accessable via $PATH. So we don't hardwire /usr/bin/perl. (e.g. verily) | |||
2016-10-20 | Testsuite: cosmetical change | Heiko Schlittermann (HS12-RIPE) | |
2016-10-20 | Testsuite: Use .editorconfig for test/runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-10-20 | Testsuite: Add PORT_DYNAMIC (Bug 1775) | Heiko Schlittermann (HS12-RIPE) | |
This avoids problems on OpenBSD with SO_REUSEADDR. On OpenBSD SO_REUSEADDR only works if the IP address AND the EUID of the bind(2) calls match. In 0562 Exim binds to 1225 as euid=0, in 0564 runtest tries to bind to 01225 as the user running the tests. Thanks to Kirill Miazine for working this out. | |||
2016-10-20 | Testsuite: Fix IPv4 address detection. | Heiko Schlittermann (HS12-RIPE) | |
Broken-by: d63a95630 | |||
2016-10-20 | Testsuite: Test for existence if 'ip' | Heiko Schlittermann (HS12-RIPE) | |
2016-10-17 | Testsuite: Check version of binary against current git revision | Heiko Schlittermann (HS12-RIPE) | |