Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | Make --verbose propogate to html generation script | Todd Lyons | |
2014-04-15 | Make dmarc code c89 compliant | Todd Lyons | |
2014-04-15 | Add back deprecated SPF error conditions | Todd Lyons | |
Previous patch introduced a change that could break existing SPF configurations. Add back the two non-standard "err_temp" and "err_perm" result values, with note that it is deprecated and will be removed in a future release. | |||
2014-04-15 | Add expansion for DMARC policy | Todd Lyons | |
New variable is $dmarc_domain_policy | |||
2014-04-15 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
Fixed Conflicts: doc/doc-txt/ChangeLog | |||
2014-04-15 | De-duplicate two documentation sections | Todd Lyons | |
2014-04-14 | Update ${utf8clean }. Bug 1401 | Axel Rau | |
2014-04-13 | Fix build for update on library component. | Jeremy Harris | |
When, eg, the smtp transport is changed the transports library must be rebuilt. Fix the main makefile to not assume that the date on the library .a is sufficient, but always call the library subdir makefiles. | |||
2014-04-09 | More care with headers add/remove lists. Bug 1452 | Jeremy Harris | |
As a side-effect, playing games with newlines no longer gives an altered message body/ Testcase 0324 is questionable (though passing) | |||
2014-04-09 | dnsdb tlsa lookup | Todd Lyons | |
2014-03-26 | Print support for Experimental Proxy with -bV | Todd Lyons | |
2014-03-23 | Fix string_unprinting() | Jeremy Harris | |
2014-03-20 | Future-proof OpenSSL version string. Bug 1421 | Jeremy Harris | |
2014-03-19 | Fix testcase for GnuTLS tls_require_ciphers | Jeremy Harris | |
2014-03-19 | Docs for transport tls_verify_hosts &c. | Jeremy Harris | |
2014-03-19 | Add tls_verify_hosts and tls_try_verify_hosts to smtp transport, GnuTLS. | Wolfgang Breyha | |
2014-03-19 | Fix testsuite GnuTLS case for 511a6c1 | Jeremy Harris | |
2014-03-18 | Fix ACL "condition =" for negative number values. Bug 1005 | Jeremy Harris | |
Fix conditional "bool{<string>}" for negative number values, to match. | |||
2014-03-16 | Enforce that only smtp transports can be used for verify callouts. Bug 1445 | Heiko Schlittermann | |
2014-03-16 | Support transport-added headers under cutthrough delivery. Bug 1431 | Jeremy Harris | |
2014-03-15 | Add tls_verify_hosts and tls_try_verify_hosts to smtp transport. Bug 1371 | Wolfgang Breyha | |
Code by Wolfgang Breyha, docs and testsuite by Jeremy Harris | |||
2014-03-15 | Testcases | Jeremy Harris | |
2014-03-15 | Add documentation | Jeremy Harris | |
2014-03-11 | Fix DISABLE_DKIM build | Jeremy Harris | |
Reported-by: heiko.schlichting@fu-berlin.de Broken-in: 6e62c454 - jgh146exb@wizmail.org | |||
2014-03-09 | Refactor malware.c and introduce new scanner type "sock". Bugs 1418 and 1396 | Jeremy Harris | |
2014-03-09 | Log port and TLS details for a failed delivery | Jeremy Harris | |
2014-03-09 | Log incoming-TLS details on rejects. Bug 305 | Jeremy Harris | |
2014-03-09 | Fix docs for utf8clean | Jeremy Harris | |
2014-03-08 | ${utf8clean:string} expansion operator. Bug 1401 | Axel Rau | |
2014-03-08 | Expand documentation on use of dnslists in an IPv6 environment. Bug 1369 | Jeremy Harris | |
2014-03-06 | Change strings of SPF result to conform to RFC 4408 | Todd Lyons | |
Introduces a small backwards incompatible change to two results, err_temp to temperror and err_perm to permerror. | |||
2014-03-06 | Code for verify=header_names_ascii | Michael Fischer v. Mollard | |
Documentation and test included. Fixed Conflicts: doc/doc-txt/ChangeLog | |||
2014-03-05 | Support log_selector smtp_confirmation for the lmtp transport. Bug 1157 | Wolfgang Breyha | |
2014-03-02 | Fix docs, `dns_dnssec_ok` not `dns_use_dnssec` | Phil Pennock | |
The variable rename in 4.82 PP/19 (commit 0fbd9bff) was incomplete, I missed changing the documentation. :( | |||
2014-03-01 | Fix parallel make. Bug 1446 | Jeremy Harris | |
from work by Heiko Schlittermann | |||
2014-02-26 | Add tls_verify_hosts and tls_try_verify_hosts to smtp transport | Wolfgang Breyha | |
Patch version 2 | |||
2014-02-09 | Fix build on systems having ipv6 but lacking an IPV6_TCLASS define (GNU ↵ | Jeremy Harris | |
Hurd). Bug 1441 By Samuel Thibault | |||
2014-01-26 | Fix tls_verify_certificates in gnutls use. Bug 1413. | Jeremy Harris | |
Patch by W.Breyha, tested by H.Schlittermann | |||
2014-01-14 | Bugzilla 1433: Fix DMARC SEGV | Wolfgang Breyha | |
Properly escape value passed to expand_string(). Check for NULL return from expand_string(). | |||
2014-01-07 | Update copyright year in --version output | Phil Pennock | |
2014-01-07 | Copyright year updates: | Phil Pennock | |
vi $(git whatchanged --since=2013-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/) Did 2014 first, since otherwise every file I touched to update to 2013 would show as changed in 2014. Last invocation logged to git was during 2012. Will need to be more careful if auditing next year. | |||
2014-01-07 | Copyright year updates: 2014 | Phil Pennock | |
vi $(git whatchanged --since=2014-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/) | |||
2014-01-05 | Document (and enforce) that DKIM-signing is not supported in cobination with ↵ | Jeremy Harris | |
cutthrough routing | |||
2014-01-05 | Documant the non-support of header manipulation in post-RCPT ACLs in ↵ | Jeremy Harris | |
combination with cuttrhough. Add check and paniclog attempts to do so. Bug 1411 (WONTFIX). | |||
2014-01-05 | Explicitly disable cutthrough on transports having filters | Jeremy Harris | |
2014-01-05 | Explicitly disable cutthrough on transports having filters | Jeremy Harris | |
2013-12-30 | Proxy negotiation saves socket timeout values. | Todd Lyons | |
Rename proxy expansions conforming to Exim standards. Update documentation to reflect rename. Seperate restore socket function | |||
2013-12-22 | Add ${listextract {n}{list}...} | Jeremy Harris | |
2013-12-15 | Fix use of uninitialized variable | Jeremy Harris | |
2013-12-15 | Increase test CA key sizes from 512 to 1024 to handle TLS1.2 digest sizes. | Jeremy Harris | |