Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-06 | Teach SMTP input sync check ("input sent too soon") about SMTP input buffering | Jeremy Harris | |
2017-05-04 | testsuite: tidying | Jeremy Harris | |
2017-05-01 | testsuite output changes | Jeremy Harris | |
2017-05-01 | testsuite: tidying | Jeremy Harris | |
2017-04-30 | Fix continue_more on TLS connection. Bug 2104 | Jeremy Harris | |
2017-04-28 | Support wire-format spoolfiles | Jeremy Harris | |
2017-04-26 | Tweak debug output | Jeremy Harris | |
2017-04-23 | DKIM: avoid use of temporary file for signing | Jeremy Harris | |
2017-04-06 | Callout/hold: ensure TLS-proxy process is not waited for as a transport process | Jeremy Harris | |
2017-03-22 | tidying | Jeremy Harris | |
2017-03-21 | Callouts: a "hold" option for receipient-verify, which keeps the connection ↵ | Jeremy Harris | |
open both for further recipients and for eventual delivery. | |||
2017-03-21 | Logging: make cipher info available for continued-TLS connection deliveries | Jeremy Harris | |
2017-03-18 | Testsuite: allow --range <number> + | Heiko Schlittermann (HS12-RIPE) | |
Now `runtest <number> +` and `runtest --range <number> +` do the same. | |||
2017-03-18 | Testsuite: fixup testsuite test about flavours | Heiko Schlittermann (HS12-RIPE) | |
Support for flavours isn't dropped, but currently we do not have flavour specific files. | |||
2017-03-18 | Expansions: check numeric values of IPv4 address components | Jeremy Harris | |
2017-03-15 | Logging: mark continued-TLS connection deliveries with "X-*" | Jeremy Harris | |
2017-03-12 | Testsuite: add --test and --range options | Heiko Schlittermann (HS12-RIPE) | |
2017-03-12 | Testsuite: Getopt::Long, --help, --man for runtest | Heiko Schlittermann (HS12-RIPE) | |
2017-03-12 | Malware: new connection type "f-prot6d" for FPSCAND protocol over TCP | Andrew Colin Kissa | |
2017-03-11 | Testsuite: remove debug "ps" output from 0420 | Heiko Schlittermann (HS12-RIPE) | |
2017-03-09 | Debug: Use UTF-8 linedrawing, for indent partial-markers | Jeremy Harris | |
2017-03-08 | Shorten long daemon-startup log lines | Jeremy Harris | |
2017-03-07 | Delivery: contined-connection maintaining TLS | Jeremy Harris | |
2017-03-04 | Debug: Use UTF-8 linedrawing rather than ASCII lineart for grouping ↵ | Jeremy Harris | |
expansion tracing messages | |||
2017-03-04 | Testsuite: sys_errlist[] not supported on all platforms | Jeremy Harris | |
2017-03-04 | Testsuite: do not wait forever for exim daemon to start up | Jeremy Harris | |
2017-02-27 | Testsuite: tidying | Heiko Schlittermann (HS12-RIPE) | |
2017-02-27 | Testsuite: Fix more end-of-input markers (****) | Heiko Schlittermann (HS12-RIPE) | |
These wrong markers didn't have any impact. | |||
2017-02-27 | Testsuite: reduce trailing 0372 subtest to queue-only | Jeremy Harris | |
Suboptimal, but sufficient to regression-test the reason it was added (a live acl_m_ variable being store_reset over, after reception (and ACLs) and then referenced later. The problem was, child procs of the daemon were still running as the following 0373 started up, and left unexpected output files there. | |||
2017-02-26 | Testsuite: Terminate the client input properly | Heiko Schlittermann (HS12-RIPE) | |
2017-02-26 | Testsuite: Add EXIM_TEST_NUMBER to the environment | Heiko Schlittermann (HS12-RIPE) | |
2017-02-26 | Add option to control use of shutdown by ${readsocket }. Bug 400 | Jeremy Harris | |
2017-02-26 | Testsuite: in force-continue mode, always dump any unexpected paniclog files | Jeremy Harris | |
2017-02-26 | Testsuite: regression test for Bug 2061 | Jeremy Harris | |
2017-02-25 | Testsuite: set cmdline before running testcase not after | Jeremy Harris | |
2017-02-25 | DKIM: rework error logging to pass strings back to caller for logging. Bug 966 | Jeremy Harris | |
2017-02-25 | Testsuite: add file-inclusion facility to "client" scripts | Jeremy Harris | |
2017-02-25 | Memory Management: new main-section config option "debug_store" to control ↵ | Jeremy Harris | |
extra internal checking (cherry picked from commit 10919584f8ad580434442c7d971083f91c315bc0) Signed-off-by: Phil Pennock <pdp@exim.org> | |||
2017-02-24 | Memory management: drop $acl_m_ variables explicitly as they go out-of-scope | Jeremy Harris | |
between message receptions in an SMTP connection | |||
2017-02-18 | Testsuite: add option to insert delays, for very slow test platforms | Jeremy Harris | |
An emulated PPC, running as a VM on x86_64, was seeing testcase fails where the trailing few log line were missing in munged output, despite on inspection being present in the spool. Adding a delay before the munge-and-compare made the issue go away. | |||
2017-02-15 | testsuite: make patchexim more relaxed for tag names | Heiko Schlittermann (HS12-RIPE) | |
2017-02-12 | Debug: avoid indenting line-prefixes (timestamp, pid, host-checking marker) | Jeremy Harris | |
2017-02-11 | DNS: return explicit error code to caller on dnssec failure, for better logging | Jeremy Harris | |
2017-02-10 | TLS: rework error logging to pass more string back to caller for logging | Jeremy Harris | |
This permits a library-sourced error to be associated with an address being delivered, collapsing pairs of log lines | |||
2017-02-10 | Testsuite: fix munging of now-indented date in stdout | Jeremy Harris | |
Broken-by: e1d04f48a45c | |||
2017-02-08 | Debug: indent ACL and expreassion tracing by evaluation depth | Jeremy Harris | |
2017-02-08 | DKIM: trim debug verbosity | Jeremy Harris | |
This tidies some buildfarm fails on animals buildding without DKIM | |||
2017-02-07 | Testsuite: tidy generation and sorting of exim -bp output | Heiko Schlittermann (HS12-RIPE) | |
The root cause is, that exim -bp doesn't always return the message ids in the order they were created, but sorted. The 2nd part of the message id (PID) can be random on *BSD. | |||
2017-02-06 | CHUNKING: fix transport crash on temp-reject of pipelined non-first chunk | Jeremy Harris | |
2017-02-02 | Testsuite: Fix 0207 (message order) | Heiko Schlittermann (HS12-RIPE) | |
Message ids are not always in ascending order (PIDs may be randomized) Thanks to Kirill Miazine. |