summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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'
2016-11-03Testsuite: Exim::Runtest uses parent ExporterHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: Add more tests to Exim::Runtest testsHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: Add POD to Exim::RuntestHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: check dynamic port >= 1024 to avoid permission problemsHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: move dynamic_socket to Exim::RuntestHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: structure the testsuite testHeiko Schlittermann (HS12-RIPE)
2016-11-02Testsuite: README for t/Heiko Schlittermann (HS12-RIPE)
2016-11-02Testsuite: started t/ to add tests for the testsuiteHeiko Schlittermann (HS12-RIPE)
2016-11-02Fix OCSP proof verification for direct-signed proofs. Bug 1909Jeremy Harris
2016-11-02Testsuite: replicate testcases for LE OCSPJeremy Harris
2016-11-02Testsuite: regen certs, now with additional LetsEncrypt-style OCSP proofsJeremy Harris
2016-11-02Reverse the scan direction for option-table builtin macrosJeremy Harris
so that names with substring-names work usefully
2016-11-02Testsuite: 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-01Testsuite: do not attempt to open /dev/tty if in -CONTINUE modeHeiko Schlittermann (HS12-RIPE)
2016-10-29Testsuite: tidyingJeremy Harris
2016-10-29Tidying: coverity issuesJeremy Harris
2016-10-29Fix dns authority-name lookupJeremy Harris
2016-10-29constificationJeremy Harris
2016-10-29Testsuite: tidyingJeremy Harris
2016-10-29Testsuite: tidyingJeremy Harris
2016-10-29tidyingJeremy Harris
2016-10-25Testsuite: for $parm_hostname use method more similar to readconf() ↵Jeremy Harris
$primary_hostname coding
2016-10-25TFO: use IPPROTO_TCP not SOL_TCL for setsockopt, being present on more platformsJeremy Harris
Also downgrade errors from panic-log to debug
2016-10-25Testsuite: make common-code config usable in non-TLS buildsJeremy Harris
2016-10-23Update README.UPDATING; fix typos in ChangeLog/NewStuffPhil Pennock
2016-10-23Testsuite: account for platforms not supporting TFO, reduxHeiko Schlittermann (HS12-RIPE)
2016-10-23TFO: feature advertisementexim-4_88_RC3Jeremy Harris
2016-10-23Testsuite: account for platforms not supporting TFOJeremy Harris
2016-10-23Fix bug with aborted server TLS connection, under GnuTLSJeremy Harris
Longstanding, but exposed by 60d10ce
2016-10-22TFO: Support compilation on systems which define TCP_FASTOPEN but not ↵Jeremy Harris
MSG_FASTOPEN RHEL 7.0 does that, oddly
2016-10-22Testsuite: Add testcase for GnuTLS disconnect after STARTTLSJeremy Harris
2016-10-22Testsuite: More help with getting testsuite runningJeremy Harris
2016-10-22tidyingJeremy Harris
2016-10-22TCP Fast OpenJeremy Harris
2016-10-21Expansions: errorcheck use of crypt() in the open-coded version of ↵Jeremy Harris
crypteq/crypt16 Previously, bad arguments crashed under OpenBSD
2016-10-20tidyingJeremy Harris