summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-26Build: move md5.c from auths library to main; exim_fixdb no longer depends ↵Jeremy Harris
on auths
2019-04-26Testsuite: GnuTLS version variancesJeremy Harris
2019-04-25Avoid defining inlinable fn for utilities buildJeremy Harris
2019-04-25Fix build with older GnuTLS, reduxJeremy Harris
2019-04-25Fix build with older GnuTLSJeremy Harris
2019-04-25Testsuite: avoid recent-perl feature useJeremy Harris
2019-04-25Testsuite: GnuTLS version variancesJeremy Harris
2019-04-25GnuTLS 3.6.7 cipher stringsJeremy Harris
2019-04-25Avoid defining inlinable fn for MACRO_PREDEF buildJeremy Harris
Some compilers include them even when unused, and the link stage fails
2019-04-25Testsuite: output changes resultingJeremy Harris
Broken-by: 67ea939cf0
2019-04-25Use unsigned when creating bitmasks in macrosJeremy Harris
2019-04-24GnuTLS: debug output for how to get TLS 1.3 keyingJeremy Harris
2019-04-24Debug: output priv-gid dropJeremy Harris
2019-04-23Compiler quieteningJeremy Harris
2019-04-22Fix missing return value from exim_chown_failureHeiko Schlittermann (HS12-RIPE)
2019-04-22Compiler quieteningJeremy Harris
2019-04-22Testsuite: output changes resultingJeremy Harris
Broken-by: cb80814d14
2019-04-19exigrep: do case sensitive option processing again. Closes 2392Heiko Schlittermann (HS12-RIPE)
-M (--related) was hidden by -m (--man), because of case insensitive option matching. (4.90 … 4.92 did case insensitive option processing) Thanks to Andreas Metzler for reporting this issue.
2019-04-19Intercept chown()/fchown() failure and emit a pointer to the bugreport. ↵Heiko Schlittermann (HS12-RIPE)
Closes 2391 In a specific NFS setup we experienced a failing chown(). As it is not clear, whether this was due to a misconfiguration or if this may happen in other environments too, we behave as usual (abort the operation), but issue a MAIN_LOG and PANIC_LOG entry pointing to this Bugreport. You're encouraged to contact the developers, if you hit this issue.
2019-04-18Merge branch 'bug/2390-tmpfile-race'Heiko Schlittermann (HS12-RIPE)
2019-04-18testsuite: Update to match the new "hdr.$message_exim_id" tmp file name Bug 2390Heiko Schlittermann (HS12-RIPE)
2019-04-18Use message_id for tempfile creation Closes 2390Heiko Schlittermann (HS12-RIPE)
Make tempfile names unique across Exim instances running in a cluster on a shared $spool_directory. (They need to set localhost_number to have cluster-unique message_exim_ids.)
2019-04-16Testsuite: better OpenBSD compatability for IPv6Jeremy Harris
2019-04-15tidyingJeremy Harris
2019-04-12Docs: Remove GNUmake idioms from Makefile, give power to "mv"Heiko Schlittermann (HS12-RIPE)
On at least one *BSD system, /tmp is owned by root:wheel and files created there are owned by <creator>:wheel. The following mv /tmp/<tmpfile> to an existing file with other permissions fails for the non-privileged user.
2019-04-05tidyingJeremy Harris
2019-04-05Logging: close logfile when non-smtp input is taking a long time. Bug 1891Jeremy Harris
2019-04-04SPF: better buld compatibility with OpenBSDJeremy Harris
2019-04-03OpenSSL: tidy options debug outputJeremy Harris
2019-04-03OpenSSL: tidy coding of session keys debugJeremy Harris
2019-04-03More fixes to build with DANE support with LibreSSL >= 2.9.0.Kirill Miazine
2019-04-01Fix build with recent LibreSSL, when including DANE. Bug 2386Jeremy Harris
2019-03-31EDITME: Add comment about DMARC_TLD_FILEHeiko Schlittermann (HS12-RIPE)
2019-03-30DMARC: check for empty filename for TLD file. Patch testsuite to not break ↵Jeremy Harris
on missing default TLD file.
2019-03-22Fix "-bP smtp_receive_timeout". Bug 2384Jeremy Harris
2019-03-21Use the DMARC_TLD_FILE from config.h.defaults and Local/MakefileHeiko Schlittermann (HS12-RIPE)
2019-03-21Harden plaintext authenticatorJeremy Harris
2019-03-20Testsuite: tidy removed testcase filesJeremy Harris
2019-03-19OpenSSL: Fix aggregation of messages.Jeremy Harris
Broken-by: a5ffa9b475
2019-03-18Logging: fix initial listening-on log lineJeremy Harris
2019-03-16Add caseless option to verify=not_blind. Bug 2356Simon Arlott
2019-03-15Retire EXPERIMENTAL_REQUIRETLSJeremy Harris
2019-03-15Docs: more indexing for daemon-reloadJeremy Harris
2019-03-14Fix crash from SRV lookup hitting a CNAMEJeremy Harris
2019-03-13doc: Clarify the IPv4-mapped IPv6 lookups.Heiko Schlittermann (HS12-RIPE)
Credits to Andreas Metzler <eximusers@bebt.de>.
2019-03-13Build process: Mention Local/Makefile-<buildname>Heiko Schlittermann (HS12-RIPE)
2019-03-12Fix debug output of TLS keying info, client-side with OpenSSLJeremy Harris
2019-03-12Testsuite: add testcase showing outgoing-conn local interfaceJeremy Harris
2019-03-12Testsuite: munge standard port numbers in logsJeremy Harris
2019-03-08Add missing colon when logging outgoing I=Heiko Schlittermann (HS12-RIPE)
Credits to Larry Rosenman <ler@lerctr.org> for reporting this.