summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Update to match the new "hdr.$message_exim_id" tmp file name Bug 2390bug/2390-tmpfile-raceHeiko Schlittermann (HS12-RIPE)2019-04-1820-39/+36
|
* Use message_id for tempfile creation Closes 2390Heiko Schlittermann (HS12-RIPE)2019-04-182-2/+7
| | | | | | 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.)
* Testsuite: better OpenBSD compatability for IPv6Jeremy Harris2019-04-161-1/+2
|
* tidyingJeremy Harris2019-04-151-90/+90
|
* Docs: Remove GNUmake idioms from Makefile, give power to "mv"Heiko Schlittermann (HS12-RIPE)2019-04-121-5/+5
| | | | | | | 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.
* tidyingJeremy Harris2019-04-052-4/+4
|
* Logging: close logfile when non-smtp input is taking a long time. Bug 1891Jeremy Harris2019-04-052-3/+35
|
* SPF: better buld compatibility with OpenBSDJeremy Harris2019-04-042-3/+3
|
* OpenSSL: tidy options debug outputJeremy Harris2019-04-031-2/+2
|
* OpenSSL: tidy coding of session keys debugJeremy Harris2019-04-031-17/+4
|
* More fixes to build with DANE support with LibreSSL >= 2.9.0.Kirill Miazine2019-04-031-24/+26
|
* Fix build with recent LibreSSL, when including DANE. Bug 2386Jeremy Harris2019-04-013-25/+41
|
* EDITME: Add comment about DMARC_TLD_FILEHeiko Schlittermann (HS12-RIPE)2019-03-311-1/+3
|
* DMARC: check for empty filename for TLD file. Patch testsuite to not break ↵Jeremy Harris2019-03-3029-31/+137
| | | | on missing default TLD file.
* Fix "-bP smtp_receive_timeout". Bug 2384Jeremy Harris2019-03-222-5/+25
|
* Use the DMARC_TLD_FILE from config.h.defaults and Local/MakefileHeiko Schlittermann (HS12-RIPE)2019-03-212-2/+2
|
* Harden plaintext authenticatorJeremy Harris2019-03-212-5/+5
|
* Testsuite: tidy removed testcase filesJeremy Harris2019-03-208-212/+0
|
* OpenSSL: Fix aggregation of messages.Jeremy Harris2019-03-194-4/+105
| | | | Broken-by: a5ffa9b475
* Logging: fix initial listening-on log lineJeremy Harris2019-03-186-30/+54
|
* Add caseless option to verify=not_blind. Bug 2356Simon Arlott2019-03-1613-22/+238
|
* Retire EXPERIMENTAL_REQUIRETLSJeremy Harris2019-03-1527-732/+9
|
* Docs: more indexing for daemon-reloadJeremy Harris2019-03-151-0/+2
|
* Fix crash from SRV lookup hitting a CNAMEJeremy Harris2019-03-142-3/+11
|
* doc: Clarify the IPv4-mapped IPv6 lookups.Heiko Schlittermann (HS12-RIPE)2019-03-131-1/+2
| | | | Credits to Andreas Metzler <eximusers@bebt.de>.
* Build process: Mention Local/Makefile-<buildname>Heiko Schlittermann (HS12-RIPE)2019-03-133-17/+18
|
* Fix debug output of TLS keying info, client-side with OpenSSLJeremy Harris2019-03-121-6/+11
|
* Testsuite: add testcase showing outgoing-conn local interfaceJeremy Harris2019-03-123-4/+5
|
* Testsuite: munge standard port numbers in logsJeremy Harris2019-03-12251-441/+451
|
* Add missing colon when logging outgoing I=Heiko Schlittermann (HS12-RIPE)2019-03-081-1/+1
| | | | Credits to Larry Rosenman <ler@lerctr.org> for reporting this.
* Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris2019-02-261-1/+5
|
* Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris2019-02-261-0/+5
|
* Testsuite: fix version mismatch caused by new version schemeHeiko Schlittermann (HS12-RIPE)2019-02-241-1/+0
|
* Testsuite: fix installation-error messageJeremy Harris2019-02-241-1/+1
| | | | Broken-by: 01c5946016
* Fix use of unintialized variableJeremy Harris2019-02-201-5/+5
| | | | Broken-by: c05bdbd6fc
* Do not output the version from reversion script runHeiko Schlittermann (HS12-RIPE)2019-02-201-2/+1
|
* mk_exim_release: enable flexible compressor selectionHeiko Schlittermann (HS12-RIPE)2019-02-201-20/+30
|
* mk_exim_release: include *full* version in docsHeiko Schlittermann (HS12-RIPE)2019-02-201-6/+15
| | | | This matches the output from exim -bV
* mk_exim_release: add --no-sizes optionHeiko Schlittermann (HS12-RIPE)2019-02-201-1/+6
|
* mk_exim_release: add --quick optionHeiko Schlittermann (HS12-RIPE)2019-02-202-81/+149
| | | | This allows to cut a "release" on any commit
* TLS: refactor client-start interfaceJeremy Harris2019-02-198-121/+105
|
* Fix expansions for RFC 822 addresses having comments in local-part and/or ↵Jasen Betts2019-02-184-12/+24
| | | | domain. Bug 2375
* GnuTLS: Fix client detection of server reject of client cert under TLS1.3Jeremy Harris2019-02-1612-46/+113
|
* Fix info on using local_scan() in the default MakefileJeremy Harris2019-02-141-2/+8
| | | | Broken-by: 9723f96673
* Docs: update DKIM standards infoJeremy Harris2019-02-141-6/+9
|
* Fix transport buffer size handlingJeremy Harris2019-02-122-2/+5
| | | | Broken-by: 59932f7dcd
* Testsuite: output changes for OpenSSL versionsJeremy Harris2019-02-121-0/+1
|
* Testsuite: output changes arisingJeremy Harris2019-02-121-8/+8
|
* Logging: created Message-IDs. Selectors for created and all IDs. Bugs 219, ↵Jeremy Harris2019-02-1210-18/+148
| | | | 1840, 2339
* Merge branch '4.next'Jeremy Harris2019-02-120-0/+0
|\