Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-03 | DKIM: better syntax for control of oversigning. Bug 2180 | Jeremy Harris | |
2017-11-01 | exigrep: we need to run with perl 5.8.x | Heiko Schlittermann (HS12-RIPE) | |
The defined-or operator '//' does not exist yet. | |||
2017-11-01 | Use back-compatible variable for perl version | Jeremy Harris | |
The modern $^V is not present in some buildfarm animals' perl versions. | |||
2017-11-01 | Add --version to all installed Perl and Shell scripts. | Heiko Schlittermann (HS12-RIPE) | |
This option outputs the build info, and for Perl scripts it additionally outputs the Perl version that is running the current script. | |||
2017-10-31 | Lose extraneous line | Jeremy Harris | |
Broken-by: 9650d98a07 | |||
2017-10-31 | Add macro support to -be expansion test mode. Bug 1623 | Jeremy Harris | |
2017-10-28 | Make exim_monitor build reproducible. | Andreas Metzler | |
Adapt changes to exim for SOURCE_DATE_EPOCH from exim 6e411084a29a7658f7bc88aa5a62ab9016c22c79 to exim_monitor. | |||
2017-10-28 | Do not exit when cwd has no name. Bug 2078 | Jeremy Harris | |
2017-10-28 | Build: fix repeatable-build typo | Andreas Metzler | |
2017-10-28 | Fix build warning. Bug 2181 | Jeremy Harris | |
2017-10-28 | Correct typo "psuedo" in exipick documentation. | Andreas Metzler | |
2017-10-27 | nit: typo-fix in comment (my goof) | Phil Pennock | |
2017-10-26 | Copyright year bumps for substantive changes 2017exim-4_90_RC1 | Jeremy Harris | |
2017-10-26 | Revert "Build: tidying" | Jeremy Harris | |
This reverts commit 3a40b2f9648ce9737b3f8f542e5079e58c4db3c3. It didn't work with Pmake (FreeBSD/OpenBSD) | |||
2017-10-26 | Debug: add trace in the inlist expansion condition | Jeremy Harris | |
2017-10-25 | Build: tidying | Jeremy Harris | |
2017-10-25 | Unbreak non-DKIM build | Jeremy Harris | |
2017-10-25 | DKIM: add builtin macro with default list of headers for signing | Jeremy Harris | |
2017-10-21 | tidying | Jeremy Harris | |
2017-10-21 | tidying | Jeremy Harris | |
2017-10-21 | Add equivalent for missing poll(2) #define | Jeremy Harris | |
Needed in FreeBSD and OpenBSD, and probably Solaris | |||
2017-10-21 | CHUNKING: Fix flush of chunk on error | Jeremy Harris | |
2017-10-21 | Testsuite: make debug output for proxied TLS less indeterminate | Jeremy Harris | |
2017-10-20 | Use safer routine for possibly-overlapping copy | Jeremy Harris | |
Fixes a logging bug seen on aarch64 | |||
2017-10-20 | Testsuite: make debug output for proxied TLS less indeterminate | Jeremy Harris | |
2017-10-20 | Debug: output type of process as it terminates | Jeremy Harris | |
2017-10-20 | Add equivalent for missing poll(2) #define in OpenBSD | 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 | 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-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 | 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 | 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 | DKIM: support specifying alternate-identity tag for signing. Bug 2170 | Jeremy Harris | |