Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | Testsuite: testcase for DKIM bug 2029 | Jeremy Harris | |
2017-01-18 | 214 spelling fixes | Josh Soref | |
2017-01-02 | PROXY: fix v2 protocol decode. Bugs 2003, 1747 | Jeremy Harris | |
2016-12-29 | tidying | Jeremy Harris | |
2016-11-12 | OpenLLS 1.1 - Testsuite | Jeremy Harris | |
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: 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-02 | Fix OCSP proof verification for direct-signed proofs. Bug 1909 | Jeremy Harris | |
2016-09-28 | Drain socket to get clean TCP FINs | Jeremy Harris | |
2016-08-02 | basic & pipelined transmit testcases | Jeremy Harris | |
2016-05-22 | Testsuite: fix for 0574 | Jeremy Harris | |
2016-04-08 | Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPE | Jeremy Harris | |
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b. | |||
2016-03-03 | Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800 | Jeremy Harris | |
2016-02-04 | Testsuite: (more) complete usage message for server | Heiko Schlittermann (HS12) | |
2015-12-16 | Testsuite: GnuTLS version changes | Jeremy Harris | |
2015-12-02 | Testsuite: fakens: check for sys/socket.h | Heiko Schlittermann (HS12-RIPE) | |
FreeBSD seems to need it for AF_INET | |||
2015-11-28 | Testsuite: permit "client" utility to pass trailing spaces from script input ↵ | Jeremy Harris | |
lines | |||
2015-11-25 | Testsuite: fakens/inet_pton on solaris again | Heiko Schlittermann (HS12-RIPE) | |
2015-11-25 | Testsuite: Add Ustrtok() to quieten solaris' compiler | Heiko Schlittermann (HS12-RIPE) | |
2015-11-24 | Testsuite: Fix fakens parser for A and AAAA RRs | Heiko Schlittermann (HS12-RIPE) | |
2015-11-24 | Testsuite: fakens include unistd.h for sleep | Heiko Schlittermann (HS12-RIPE) | |
2015-09-17 | DNS: time-limit cached returns, using TTL. Bug 1395 | Jeremy Harris | |
This can matter for fast-changing data such as DNSBLs. | |||
2015-08-13 | Testsuite: Add short help to server | Heiko Schlittermann (HS12) | |
2015-08-06 | Dup GnuTLS test to OpenSSL | Jeremy Harris | |
2015-08-05 | Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test ↵ | Jeremy Harris | |
utility unless wanted | |||
2015-06-22 | Testsuite: fakens may return AUTHORITY records | Heiko Schlittermann (HS12) | |
If an entry in db.<zone> is prefixed with "AA ", fakens will put a valid NS record into the AUTHORITY section of the returned packet. This will be used by dns_trust_aa checks. | |||
2015-05-23 | Testsuite: move test.again.dns and test.fail.dns handling to fakens | Jeremy Harris | |
2015-05-22 | DANE: do not fail/defer message due to TLSA lookup but dane is only requested | Jeremy Harris | |
2015-05-20 | Testsuite: Add support for authoritive answer to fakens | Heiko Schlittermann (HS12) | |
2015-05-18 | Testsuite: move manyhome.test,ex handling from exim to fakens | Jeremy Harris | |
2015-05-12 | Testsuite: locate fakens relative to the config_main_directory | Heiko Schlittermann (HS12) | |
This makes the test configs more intuitive, because the spool_directory=SPOOL/spool does not need to be there anymore, except we really need a spool directory. | |||
2015-05-09 | Support SOA lookup in dnsdb lookups. Bug 286 | Jeremy Harris | |
2015-05-08 | Testsuite: fix build on older Linuxen | Jeremy Harris | |
2015-05-07 | Log lengthy DNS lookups. Bug 514 | Jeremy Harris | |
Original by <derrick.rice@gmail.com>, massaged by JH | |||
2015-05-03 | Testsuite: interlock daemon startup with testcase run | Jeremy Harris | |
Required for running on an SD card filesystem, which is subject to obscene delays (possibly flash background processing). | |||
2015-04-25 | Testsuite: add more help about options to client.c | Heiko Schlittermann (HS12) | |
2015-03-15 | SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590 | Jeremy Harris | |
2015-02-09 | Add retry option to clamd and spamd. Bug 392 | Jeremy Harris | |
2014-11-03 | Testsuite: tidying | Jeremy Harris | |
2014-11-01 | Testsuite: tidying | Jeremy Harris | |
2014-10-30 | Test suite: disable OCSP for old openssl part 3 | Jeremy Harris | |
2014-10-29 | Test suite: disable OCSP for old openssl part 2 | Todd Lyons | |
Make sure to only disable this if building for openssl, allow gnutls to build with OCSP for all versions that support it. | |||
2014-10-29 | Test suite: disable OCSP for old OpenSSL versions | Todd Lyons | |
OpenSSL 0.9.8 in CentOS 5.x has early OCSP support, but not stapling so just completely disable OCSP using the same logic that exists in tls-openssl.c. | |||
2014-10-29 | Testsuite: compiler quietening | Jeremy Harris | |
2014-10-28 | Testsuite: compiler quietening | Jeremy Harris | |
2014-10-26 | Testsuite: output changes for ipv6 | Jeremy Harris | |
2014-10-26 | Testsuite: increase default "client" utility connect timeout from 1 to 5 seconds | Jeremy Harris | |
2014-10-26 | Testsuite: use different exit codes for various fail modes of "client" utility | Jeremy Harris | |
2014-10-20 | Compiler quietening | Jeremy Harris | |