Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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: Exim::Runtest uses parent Exporter | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: Add more tests to Exim::Runtest tests | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: Add POD to Exim::Runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: check dynamic port >= 1024 to avoid permission problems | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: move dynamic_socket to Exim::Runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: structure the testsuite test | Heiko Schlittermann (HS12-RIPE) | |
2016-11-02 | Testsuite: README for t/ | Heiko Schlittermann (HS12-RIPE) | |
2016-11-02 | Testsuite: started t/ to add tests for the testsuite | Heiko Schlittermann (HS12-RIPE) | |
2016-11-02 | Fix OCSP proof verification for direct-signed proofs. Bug 1909 | Jeremy Harris | |
2016-11-02 | Testsuite: replicate testcases for LE OCSP | Jeremy Harris | |
2016-11-02 | Testsuite: regen certs, now with additional LetsEncrypt-style OCSP proofs | Jeremy Harris | |
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-25 | Testsuite: make common-code config usable in non-TLS builds | Jeremy Harris | |
2016-10-23 | Testsuite: account for platforms not supporting TFO, redux | Heiko Schlittermann (HS12-RIPE) | |
2016-10-23 | TFO: feature advertisementexim-4_88_RC3 | Jeremy Harris | |
2016-10-23 | Testsuite: account for platforms not supporting TFO | Jeremy Harris | |
2016-10-22 | Testsuite: Add testcase for GnuTLS disconnect after STARTTLS | Jeremy Harris | |
2016-10-22 | Testsuite: More help with getting testsuite running | Jeremy Harris | |
2016-10-22 | TCP Fast Open | 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: Add doc for PORT_DYNAMIC | Heiko Schlittermann (HS12-RIPE) | |
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) | |
2016-10-16 | Fix sender-verify callout to not use trigger-message SIZE | Jeremy Harris | |
Broken-by: 9094b84b4cce | |||
2016-10-16 | Testsuite: revert some of the modernish Perl constructs | Heiko Schlittermann (HS12-RIPE) | |
Solaris10 needs to be supported, they use Perl 5.8 | |||
2016-10-15 | Testsuite: re-insert munge expression about size/inode | Heiko Schlittermann (HS12-RIPE) | |
2016-10-15 | Testsuite: detect "hidden" IPs | Heiko Schlittermann (HS12-RIPE) | |
`ifconfig -a` doesn't show all addresses, it skippes addresses that do not have a label. `ip a` show even these. Bonus: some small cosmetical changes to get a more modern Perl style. | |||
2016-10-15 | Testsuite: stabilize disk space/inode munging | Heiko Schlittermann (HS12-RIPE) | |
2016-10-15 | Testsuite: add tests/munges for configure owner | Heiko Schlittermann (HS12-RIPE) | |
2016-10-15 | Testsuite: add clarification about the permissions of the trusted-configs file | Heiko Schlittermann (HS12-RIPE) | |
2016-10-15 | Testsuite: for queuefile transport, avoid using named-queues as part of test | Jeremy Harris | |
Also avoid using aux-var as a testing temporary area | |||
2016-10-15 | New: queuefile transport, under EXPERIMENTAL_QUEUEFILE | Andrew Colin Kissa | |
2016-10-14 | Testsuite: (named queues) add testcase for 3rd-party queue transfer | Jeremy Harris | |
2016-10-10 | Lazy-create builtin macros | Jeremy Harris | |
By only filling out the internal macro representation for the builtin macros when a config line includes an underscore followed by a letter which might be one we should save startup effort on configs which never use a builtin. | |||
2016-10-08 | Fix callouts connection fallback from TLS to cleartext. Bug 1897 | Jeremy Harris | |