Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-15 | Callout: wait for response to QUIT before closing | Jeremy Harris | |
2016-11-14 | Testsuite: tidyup runtest (quotes and some my variables) | Heiko Schlittermann (HS12-RIPE) | |
2016-11-14 | Testsuite: make 4009,4015 independend on user name length | Heiko Schlittermann (HS12-RIPE) | |
2016-11-14 | Testsuite: Add verbose comments to 5840 | 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-13 | Tidying: coverity issues | Jeremy Harris | |
2016-11-13 | OpenSSL 1.1 - update testsuite for retired ciphers | Jeremy Harris | |
2016-11-12 | Testsuite: Assume '' for missing VERSION_ID | Heiko Schlittermann (HS12-RIPE) | |
2016-11-12 | OpenLLS 1.1 - Testsuite | Jeremy Harris | |
2016-11-12 | DANE: Bitrot: Port to OpenSSL >= 1.1.0 | Jeremy Harris | |
2016-11-12 | OpenSSL 1.1 - STORE_CTX accessor functions | Jeremy Harris | |
2016-11-12 | OpenSSL 1.1 - rework OCSP proof verification at load time in server | Jeremy Harris | |
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: 4509 independent of calling user | Jeremy Harris | |
2016-11-08 | Testsuite: 2091,5403 independent of calling user | Jeremy Harris | |
2016-11-08 | Testsuite: 2191 independend on calling user | Heiko Schlittermann (HS12-RIPE) | |
2016-11-08 | Testsuite: tidyup runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-08 | Ensure socket is nonblocking before draining. Bug 1914 | Jeremy Harris | |
2016-11-06 | tidyingexim-4_88_RC4 | Jeremy Harris | |
2016-11-05 | Testsuite: use @ISA instead of 'parent' | Heiko Schlittermann (HS12-RIPE) | |
Use parent is available on Perl >= 5.10.1, some old CentOS do not have it. | |||
2016-11-05 | Testsuite: limited support for Content-length: | Heiko Schlittermann (HS12-RIPE) | |
The simulation of the rspamd protocol needs this, as rspamd-client sends this Content-length header and newer rspamd-servers honour this header in favour of a half closed connection. | |||
2016-11-05 | Testsuite: remove \r line endings from script file | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Testsuite: Update debian8 flavour | 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 | Add syslog_pid option. | Heiko Schlittermann (HS12-RIPE) | |
This option suppresses the PID duplication to syslog. As syslog/systemd add the PID of the logging process automatically. | |||
2016-11-04 | Testsuite: tidyup | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Do not use shutdown() when talking to rspamd. Fixes 1802 | Andrew Lewis | |
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' |