Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-20 | Testsuite: accept changed output from perl version difference | Jeremy Harris | |
2017-10-20 | Testsuite: ignore optional-config output | Jeremy Harris | |
2017-10-20 | Testsuite: dump stdout for a force-continue | Jeremy Harris | |
2017-10-20 | Add equivalent for missing poll(2) #define in OpenBSD | Jeremy Harris | |
2017-10-18 | Docs: note that } chars in a RE are also needing escaping for ${sg } | Jeremy Harris | |
2017-10-18 | Include sys/uio.h for writev() | Heiko Schlittermann (HS12-RIPE) | |
2017-10-18 | More information string for missing MxSQL Base Version | Heiko Schlittermann (HS12-RIPE) | |
2017-10-14 | Testsuite: avoid indeterminate delivery ordering | Jeremy Harris | |
2017-10-14 | Testsuite: OpenSSL version output variances | Jeremy Harris | |
2017-10-14 | Tidy build for OpenBSD | Jeremy Harris | |
2017-10-14 | Tidy build for OpenBSD | Jeremy Harris | |
2017-10-14 | coding standards | Jeremy Harris | |
2017-10-14 | String handling: refactor the expanding-string routines and users to use a ↵ | Jeremy Harris | |
descriptor struct | |||
2017-10-14 | Fix mariadb/mysql macro confusion | Heiko Schlittermann (HS12-RIPE) | |
2017-10-13 | Testsuite: add cipher-suite seen on OpenBSD | Jeremy Harris | |
2017-10-12 | Testsuite: openssl variant debug output | Jeremy Harris | |
2017-10-12 | Fix queue_run_in_order to ignore the PID portion of the message ID | Jeremy Harris | |
2017-10-10 | MySQL: fix build on Fedora 27, where MariaDB version information has become ↵ | Jeremy Harris | |
unavailable | |||
2017-10-10 | Fix FreeBSD build (again) | Jeremy Harris | |
2017-10-10 | Avoid build conflict vs. FreeBSD /usr/include/sys/file.h | Jeremy Harris | |
2017-10-08 | Fix debug_printf data size | Jeremy Harris | |
2017-10-08 | Logging: show when input from truncated for logging "next input sent too soon" | Jeremy Harris | |
2017-10-08 | TFO: early-data for identd queries | Jeremy Harris | |
2017-10-08 | TFO: on FreeBSD avoid client TFO-mode connects unless a TCP_FASTOPEN ↵ | Jeremy Harris | |
setsocketopt succeeds This fixes the FreeSBD no-kernel-support issues (it succeded the sendto for the connect-with-data, but dod not queue the data). Having checked dynamically, do not claim support-for TFO either. | |||
2017-10-07 | Fix identd connections on FreeBSD under TCP Fast Open | Jeremy Harris | |
2017-10-06 | Testsuite: accept different debug detail for peer-terminated connection | Jeremy Harris | |
2017-10-06 | Use flag names rather than values in debug output | Jeremy Harris | |
The values differ between Linux and FreeBSD | |||
2017-10-06 | Check for proper output separator in expanding ${addresses:STRING} ↵ | Heiko Schlittermann (HS12-RIPE) | |
(Closes 2171) Better yet would be to force setting the output separator literally, and not after expansion of the STRING. But this would be an incompatible change. | |||
2017-10-06 | Better handling of printing NULL pointers | Jeremy Harris | |
2017-10-05 | testsuite output changes | Jeremy Harris | |
2017-10-05 | Fix debug output for NULL pointers on FreeBSD. | Jeremy Harris | |
The testsuite had failures, mostly in DB opens finding no existing file, where debug output to stderr showed "0xAAAAAAAA" rather than "(nil)". Code it explicitly, at least in %p handling, rather than relying on sprintf() bevahiour. | |||
2017-10-01 | Testsuite: for TFO testcases manipulate the system state | Jeremy Harris | |
Linux-centric; will need elaboration for other platforms | |||
2017-10-01 | TFO: better detection of client fast-open connections (again) | Jeremy Harris | |
2017-09-25 | Testsuite: Ignore optional-config output change | Jeremy Harris | |
2017-09-25 | DKIM: support specifying alternate-identity tag for signing. Bug 2170 | Jeremy Harris | |
2017-09-20 | TFO: early-data for ClamAV and for readsocket expansion | Jeremy Harris | |
2017-09-19 | Avoid repeated string-copy building command-string for rspamd | Jeremy Harris | |
2017-09-19 | TFO: better detection of client fast-open connections | Jeremy Harris | |
2017-09-19 | Fix testsuite build for non-TFO platforms | Jeremy Harris | |
2017-09-19 | TFO: early-data for client outbound via socks5 proxy | Jeremy Harris | |
2017-09-18 | exipick: add -C|--config option | Heiko Schlittermann (HS12-RIPE) | |
This fits better to echo test | exim -C /tmp/test.conf -v test@example.com exipick -C /tmp/test.conf | |||
2017-09-18 | SOCKS: fix unitialized-pointer | Jeremy Harris | |
2017-09-16 | tidying | Jeremy Harris | |
2017-09-16 | Fix build on FreeBSD | Jeremy Harris | |
2017-09-16 | Fix function prototype | Jeremy Harris | |
2017-09-16 | Support parallel-build for the buildtin macros | Jeremy Harris | |
2017-09-16 | tidying | Jeremy Harris | |
2017-09-16 | Provide readn() as a wrapper around read() | Heiko Schlittermann (HS12-RIPE) | |
This readn() reads all the data requested, even if the writer sends it in smaller chunks. | |||
2017-09-16 | Use writev(2) when sending delivery status to the parent | Heiko Schlittermann (HS12-RIPE) | |
2017-09-16 | Do not use O_NONBLOCK for reading the delivery transport pipe | Heiko Schlittermann (HS12-RIPE) | |