Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | tidying | Jeremy Harris | |
2017-03-24 | Documentation: replace http by https where possible | Heiko Schlittermann (HS12-RIPE) | |
I didn't change the schema for external links. This needs further checking if the content of https://… matches the content of http://… | |||
2017-03-22 | tidying | Jeremy Harris | |
2017-03-22 | Doc: clarify location of DMARC dmarc_tld_file | Heiko Schlittermann (HS12-RIPE) | |
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-20 | exigrep: migrate to Getopt::Long, allow --no-pager | Heiko Schlittermann (HS12-RIPE) | |
This gives us long/more descriptive option names. Add an option to supress the use of a pager. | |||
2017-03-19 | exigrep: use a pager if stdout is connected to a terminal | Heiko Schlittermann (HS12-RIPE) | |
2017-03-19 | exigrep: add POD and -h, -m | Heiko Schlittermann (HS12-RIPE) | |
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-12 | Docs: fix description of tls_advertise_hosts | Jeremy Harris | |
2017-03-11 | uClibc does not contain gnu/libc-version.h | Bernd Kuhls | |
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> | |||
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-08 | Some platforms (Solaris) do not have AF_LOCAL; use AF_UNIX | Jeremy Harris | |
2017-03-08 | Docs: fix macro typo | Jeremy Harris | |
2017-03-07 | Delivery: contined-connection maintaining TLS | Jeremy Harris | |
2017-03-07 | Docs: clean for next release | 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-03-03 | openssl.txt: stamp RPATH into library too | Phil Pennock | |
2017-02-28 | Coverity fixes | Jeremy Harris | |
2017-02-28 | Document Jeremy's ref-count bug-fix as 4.89 JH/19 | Phil Pennock | |
2017-02-28 | Memory Management: drop another variable ($callout_address) as it goes out ↵ | Jeremy Harris | |
of scope. | |||
2017-02-28 | Fix child-address counting. | Jeremy Harris | |
When a new address was created by a routing step it was possible for the parent address in the tree to be marked as having zero children, despite the new child having a pointer to the parent. When the child was then delivered, the count on the parent could go negative or, if other children had been added which correctly incremented the count, arrive at zero while some children were outstanding. Fix this to maintin the invariant. While there, make the counter unsigned. | |||
2017-02-28 | Docs: add more Redis info | 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 | Docs: tidy a table | Jeremy Harris | |
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 | ChangeLog entry JH/18; applying to 4.89 release | Phil Pennock | |
2017-02-26 | DKIM: rework error logging - compiler quietening. Bug 966 | 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-26 | Fix ${extract } corrupting an enclosing ${reduce } $value. Bug 2061 | Jeremy Harris | |
Broken-by: 20fcb1e7be45 - Bug 1870 | |||
2017-02-25 | Point at readline fix on macOS | Phil Pennock | |
dlopen() without a qualified path searches env vars and paths stamped into the binary; Exim is usually setuid, so this becomes just the paths stamped into the binary. On some platforms (*cough* macOS) libreadline is not in the usual places. So show how to stamp the Homebrew location of libreadline into the Exim binary. | |||
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 | |