Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | Docs: add note on DKIM ACL triggers | Jeremy Harris | |
2017-01-04 | Testsuite: moved output file | Jeremy Harris | |
Broken-by: f4630439f888 | |||
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. | |||
2017-01-01 | Docs: fix smtp transport TFO option indexing | Jeremy Harris | |
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 | Docs: Add .new/wen marker for relative includes (Bug 1971) | Heiko Schlittermann (HS12-RIPE) | |
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 | Docs: typoes | 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 | Testsuite: use custom-munge for dsn-info in 4510 | Jeremy Harris | |
Broken-by: 87cb4a166c47 | |||
2016-12-29 | Allow relative file names in .include lines (Closes 1971) | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Doc: Minor fixes | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: make mk_exim_release more self descriptive | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: rename the scripts to be more generic | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: sign all *.tar.* under a given dir | Heiko Schlittermann (HS12-RIPE) | |
2016-12-29 | Release process: fix the --no-web option | 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-29 | Testsuite: enhance IDNA examples; move to IDNA-2008 conversions | Jeremy Harris | |
2016-12-27 | Docs: clarify headers availability in data-time ACLs | Jeremy Harris | |
2016-12-26 | I18N: support IDNA2008. Bug 1911 | Jeremy Harris | |
2016-12-25 | Docs: Clean for next release | Jeremy Harris | |
2016-12-22 | Doc: clarify CVE-2016-9963 | Heiko Schlittermann (HS12-RIPE) | |
2016-12-18 | Doc: short description of CVE-2016-9963exim-4_88 | Heiko Schlittermann (HS12-RIPE) | |
2016-12-18 | Fix DKIM information leakage | Jeremy Harris | |
2016-12-16 | Docs: typo | Jeremy Harris | |
2016-12-13 | Use long names for the _DRIVER_*, and _OPT_* macros | Heiko Schlittermann (HS12-RIPE) | |
2016-12-09 | Doc: fix minor typos | Heiko Schlittermann (HS12-RIPE) | |
2016-12-07 | Testsuite: ipv6 output changesexim-4_88_RC6 | Jeremy Harris | |
2016-12-04 | Testsuite: honour the "build" environment variable | 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-04 | Testsuite: more pipe transport / perl cases | Jeremy Harris | |
2016-12-04 | Testsuite: set path for use of perl by pipe transport | Jeremy Harris | |
FreeBSD places perl in a nonstandard (for the pipe transport) directory | |||
2016-12-04 | Testsuite: remove outdated flavour result files | Jeremy Harris | |
2016-12-03 | Testsuite: platform variance for perl utility location | Jeremy Harris | |
2016-12-03 | Testsuite: ipv6 source address platform variance | Jeremy Harris | |
2016-12-03 | Testsuite: ensure delivery order | Jeremy Harris | |
2016-12-03 | Testsuite: OpenSSL error lines change going to 1.1 | Jeremy Harris | |
2016-12-03 | Build: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAMES if SUPPORT_TLS is ↵ | Jeremy Harris | |
not enabled | |||
2016-12-03 | Testsuite: OpenSSL info output during conn changes going to 1.1; give up ↵ | Jeremy Harris | |
trying to track changes |