Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-24 | Fix reception of (quoted) local-parts with embedded spaces. Bug 2025 | Jeremy Harris | |
2017-01-24 | TFO: Support compilation on Linus platforms which define TCP_FASTOPEN but ↵ | Jeremy Harris | |
not MSG_FASTOPEN | |||
2017-01-24 | Define MIN and MAX for Solaris | Jeremy Harris | |
2017-01-23 | Fix build with OpenSSL, EXPERIMENTAL_DANE and DISABLE_EVENT | Jeremy Harris | |
2017-01-22 | DKIM: permit verify of sig blocks that sign other sig blocks. Bug 2014 | Jeremy Harris | |
2017-01-21 | Fix DKIM verify when used with CHUNKING. Bug 2016 | Jeremy Harris | |
2017-01-21 | Testcases for pipelined callout | Jeremy Harris | |
2017-01-21 | Use smtp_write_mail_and_rcpt_cmds() for verify callout | Jeremy Harris | |
2017-01-21 | use smtp_context struct for sync_responses() | Jeremy Harris | |
2017-01-21 | Split out smtp_write_mail_and_rcpt_cmds() from smtp_deliver() | Jeremy Harris | |
2017-01-21 | Split out cutthrough connection-cache / subsequent-rcpt handling, from ↵ | Jeremy Harris | |
do_callout() | |||
2017-01-21 | Split out callout-cache handling from do_callout() | Jeremy Harris | |
2017-01-21 | Use smtp_setup_conn() for verify callout | Jeremy Harris | |
2017-01-21 | Split out smtp MAIL and RCPT option string building | Jeremy Harris | |
2017-01-21 | Split out smtp_setup_conn() from smtp_deliver, in the transport | Jeremy Harris | |
2017-01-21 | Fix DKIM verify operation in -bh test mode. Bug 2017 | Jeremy Harris | |
2017-01-19 | VRFY: advertise in EHLO response, if there is an ACL defined | Jeremy Harris | |
2017-01-19 | VRFY: add docs note on results, and additional test cases | Jeremy Harris | |
2017-01-18 | spelling: Mavrogiannopoulos | Josh Soref | |
Committer note: the name was spelt as was used by Nikos at the time, but he's since switched to the other latinization form and is using it everywhere these days. Part of his response was "Feel free to use the Mavrogiannopoulos variant everywhere.", so I'm merging this commit too. | |||
2017-01-18 | replace keept with rotation | Josh Soref | |
Log rotate documentation does not actually give a term for this portion of a filename, but to the extent that I can find a term, a number of places call it a "rotation number". Replacing keept which is inaccurate and misleading with rotation makes the code a little easier to read. | |||
2017-01-18 | Bug-fix no_require_dnssec parsing & spelling fixes | Josh Soref | |
Patches from Josh Soref fixing spelling fixed two bugs: * Parsing `no_require_dnssec` configuration option * Setting `_HAVE_TRANSPORT_APPEND_MAILDIR` macro (for config parsing) [ PP pulled these two out into a separate commit to update the ChangeLog accordingly. ] | |||
2017-01-18 | 214 spelling fixes | Josh Soref | |
2017-01-12 | Provide alternative Heimdal pkg-config example | Phil Pennock | |
Building Exim against Heimdal 1.5, heimdal-gssapi.pc was needed. There's been a major version bump in Heimdal, and against 7.1 that doesn't work; using heimdal-krb5.pc fails on missing `gss_*` functions. I can find no build documentation for Heimdal which describes what should be needed. heimdal-gssapi.pc does reference heimdal-krb5.pc in `Requires.private` but it's not being used by FreeBSD pkgconf in such a way that it's available when building on FreeBSD 10.3. Fortunately, our `*_PC` logic works with multiple packages listed, so provide that example. | |||
2017-01-03 | CHUNKING: fix non-pipelined synch checks. Bug 2004 | Jeremy Harris | |
2017-01-02 | PROXY: fix v2 protocol decode. Bugs 2003, 1747 | Jeremy Harris | |
2017-01-02 | wip: OpenSSL docs on custom install | Phil Pennock | |
To fix before merge: ability to use `$ORIGIN` in linker line via Exim config file. | |||
2016-12-31 | Merge remote-tracking branch 'github/pr/50' | Phil Pennock | |
GitHub user @YmrDtnJu "Björn" provided a patch to fix that we called ldap_start_tls_s on ldapi:// connections. This is obviously a correct change, since above we've avoiding initializing the TLS state if using ldapi. Added documentation noting this behaviour. | |||
2016-12-31 | DKIM: Under debug, when signing do an extra check on the dns record that will be | Jeremy Harris | |
used for verification. Bug 1926 | |||
2016-12-31 | Do not call ldap_start_tls_s on ldapi:// connections. | YmrDtnJu | |
The code already skips the initialisation of TLS on LDAP connections over unix sockets but the call to ldap_start_tls_s is done nonetheless. | |||
2016-12-30 | Tidy and add \0 after string_append() for relative .includes | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | tidying | Jeremy Harris | |
2016-12-29 | I18N: avoid trying to downconvert all-ascii domain names. | Jeremy Harris | |
With the IDNA-2008 handling downconversion results in lowercasing; so avoid doing that if possible. | |||
2016-12-29 | Allow relative file names in .include lines (Closes 1971) | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Constify config_filename | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | DKIM: More validation of DNS key record. Bug 1926 | Jeremy Harris | |
2016-12-29 | OpenSSL: add detail to certname verify fail log line | Jeremy Harris | |
2016-12-29 | Pipe transport: expand the path option | Jeremy Harris | |
2016-12-26 | I18N: support IDNA2008. Bug 1911 | Jeremy Harris | |
2016-12-18 | Fix DKIM information leakage | Jeremy Harris | |
2016-12-13 | Use long names for the _DRIVER_*, and _OPT_* macros | Heiko Schlittermann (HS12-RIPE) | |
2016-12-04 | OpenSSL: default to tls_eccurve = auto | Heiko Schlittermann (HS12-RIPE) | |
For OpenSSL < 1.0.2: fallback to prime256v1, for newer libraries rely on auto-selection. | |||
2016-12-03 | Build: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAMES if SUPPORT_TLS is ↵ | Jeremy Harris | |
not enabled | |||
2016-11-23 | Fix memory leak on (Gnu)TLS close. | Heiko Schlittermann (HS12-RIPE) | |
This leak doesn't show up under normal operation, as the process normally dies right after closing the session. But during callout repetitive TLS sessions are opened and closed from the same process (the process receiving the message). Depending on the amount of RAM and the number of callouts the same process does, this may be a problem. (On an amd64 machine with 4GB RAM, at about 1000 recipients the memory is exhausted.) | |||
2016-11-23 | Fix crash in (Gnu)TLS debug output | Heiko Schlittermann (HS12-RIPE) | |
2016-11-15 | Callout: wait for response to QUIT before closing | Jeremy Harris | |
2016-11-13 | Tidying: coverity issues | Jeremy Harris | |
2016-11-12 | DANE: Bitrot: Port to OpenSSL >= 1.1.0 | Jeremy Harris | |
2016-11-12 | OpenSSL 1.1 - STORE_CTX accessor functions | Jeremy Harris | |
2016-11-12 | OpenSSL 1.1 - rework OCSP proof verification at load time in server | Jeremy Harris | |
2016-11-08 | Ensure socket is nonblocking before draining. Bug 1914 | Jeremy Harris | |