Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-11-29 | Doc: Add hint about spamd and half-closed connections | Heiko Schlittermann (HS12-RIPE) | |
2016-11-28 | Doc: Minor corrections/additions | Heiko Schlittermann (HS12-RIPE) | |
2016-11-26 | Testsuite: annotate I18N conversions | Jeremy Harris | |
2016-11-25 | Update ChangeLog | Jeremy Harris | |
2016-11-24 | Testsuite: distribute configure script | Heiko Schlittermann (HS12-RIPE) | |
configure needs to be created by autoreconf. Autoconf It is not always available. | |||
2016-11-24 | Testsuite: do not use VPATH and $< | Heiko Schlittermann (HS12-RIPE) | |
It is not portable, was a GNU extension, available in GNU make only. | |||
2016-11-24 | Testsuite: patchexim now uses /usr/bin/env | Heiko Schlittermann (HS12-RIPE) | |
2016-11-24 | Testsuite: ignore run-summary.log | Heiko Schlittermann (HS12-RIPE) | |