summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-11-12Testsuite: Assume '' for missing VERSION_IDHeiko Schlittermann (HS12-RIPE)
2016-11-12OpenLLS 1.1 - TestsuiteJeremy Harris
2016-11-12DANE: Bitrot: Port to OpenSSL >= 1.1.0Jeremy Harris
2016-11-12OpenSSL 1.1 - STORE_CTX accessor functionsJeremy Harris
2016-11-12OpenSSL 1.1 - rework OCSP proof verification at load time in serverJeremy Harris
2016-11-11Revert "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-08Testsuite: 4509 independent of calling userJeremy Harris
2016-11-08Testsuite: 2091,5403 independent of calling userJeremy Harris
2016-11-08Testsuite: 2191 independend on calling userHeiko Schlittermann (HS12-RIPE)
2016-11-08Testsuite: tidyup runtestHeiko Schlittermann (HS12-RIPE)
2016-11-08Ensure socket is nonblocking before draining. Bug 1914Jeremy Harris
2016-11-06tidyingexim-4_88_RC4Jeremy Harris
2016-11-05Testsuite: 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-05Testsuite: 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-05Testsuite: remove \r line endings from script fileHeiko Schlittermann (HS12-RIPE)
2016-11-04Testsuite: Update debian8 flavourHeiko Schlittermann (HS12-RIPE)
2016-11-04Testsuite: Add flavour detectionHeiko Schlittermann (HS12-RIPE)
2016-11-04Testsuite: fixe lower/upper case fix in OpenSSL mungingHeiko Schlittermann (HS12-RIPE)
2016-11-04Add 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-04Testsuite: tidyupHeiko Schlittermann (HS12-RIPE)
2016-11-04Do not use shutdown() when talking to rspamd. Fixes 1802Andrew Lewis
2016-11-04Introduce EXIM_BUILD_SUFFIX for src/Makefile and testsuiteHeiko 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'