Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-28 | Quieten complaining compilers. | Jeremy Harris | |
2012-10-27 | Update testsuite outputs to match 333b9d. | Jeremy Harris | |
2012-10-26 | 4.81 to 4.82 | Phil Pennock | |
Avoiding confusion of 4.80.1 vs 4.81, we went with skipping to 4.82 instead. | |||
2012-10-26 | Merge 4.80.1 security fix in. | Phil Pennock | |
Merge commit '4263f395efd136dece52d765dfcff3c96f17506e' Amendment to ChangeLog to handle changes. | |||
2012-10-25 | Merge branch 'master' of git://git.exim.org/exim | Jeremy Harris | |
2012-10-25 | Save/restore $acl_arg1 ... across acl calls, making them local variables. | Jeremy Harris | |
2012-10-24 | SECURITY: DKIM DNS buffer overflow protection | Phil Pennock | |
CVE-2012-5671 malloc/heap overflow, with a 60kB window of overwrite. Requires DNS under control of person sending email, leaves plenty of evidence, but is very likely exploitable on OSes that have not been well hardened. | |||
2012-10-17 | Example tune for clarity (reverse_ip) | Phil Pennock | |
Use a last octet which will highlight the hex nature in the example. > ${reverse_ip:2001:0db8:c42:9:1:abcd:192.0.2.127} f.7.2.0.0.0.0.c.d.c.b.a.1.0.0.0.9.0.0.0.2.4.c.0.8.b.d.0.1.0.0.2 | |||
2012-10-15 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2012-10-15 | Adjust debug output to indicate a test, not result | Todd Lyons | |
2012-10-15 | Note post-DATA ACL ordering. | Phil Pennock | |
DKIM, then MIME, then DATA. (Also CHID12 -> CHAPdkim) | |||
2012-10-14 | Avoid reset of store pool in expand when a ${acl is used; it may have ↵ | Jeremy Harris | |
side-effects that must be persistent. | |||
2012-10-06 | Doc fix: log field M8S=, in details section | Phil Pennock | |
2012-10-06 | Move Wolfgang's ack to current section | Phil Pennock | |
2012-10-06 | Logging-only patch for 8BITMIME; bug 817. | Jeremy Harris | |
2012-10-05 | Add smarthost Router to default config, commented-out. | Phil Pennock | |
This is a very common requirement for the portion of the user-base who need the most assistance. | |||
2012-10-04 | Add expansion variable $headers_added returning newline-sep list of headers | Jeremy Harris | |
added in ACLs. Bug 199. | |||
2012-10-04 | Strip leading/trailing newlines on list of headers for addition; bug 884. | Jeremy Harris | |
NB: this means a bare "X-ACL-Warn:" header is harder to add. | |||
2012-10-03 | Releases signed by Phil's key, not Nigel's. | Phil Pennock | |
State a more general policy of PGP signing, mention trust paths, cite the main public keyserver pool, provide a link to a trustpath display between Nigel's key and Phil's. Provide Phil's current PGP keyid (noting will change in 2013). Bounce via a redirector, on Phil's security site, because: (1) xfpt barfs on &url(..) where the URL contains an ampersand (2) No ampersands means less debugging across various platforms (3) The redirector is https: with a public cert, where www.exim.org does not have a cert (with that name, at this time). All keys cited in 0xLong form (16 hex characters). Nits: (1) URL is given with https:// on one line, the rest on the next (2) using alt text does not give the URL in the .txt format, despite the docs, because we build .txt from w3m -dump, so the HTML form is used. (3) Ideally, we'll get around to having https://www.exim.org/ exist and be usable for this redirect. Side-effects: (1) My name is in The Spec for the first time. :) | |||
2012-09-27 | Unbreak non-ipv6 build. | Jeremy Harris | |
My commit 3a7963704c519 broke compilation without HAVE_IPv6. Rework. | |||
2012-09-24 | Add doc caveats on cutthrough-delivery vs. verify-mode routers. | Jeremy Harris | |
2012-09-24 | Fix expected test output file with return before linefeed. | Jeremy Harris | |
2012-09-17 | Typo in debug output. | Todd Lyons | |
2012-09-11 | Minor doc nits re bug 1262. | Phil Pennock | |
Update src comment to be clearer about why it's safe for "state of this transport" to affect other deliveries. Mention change in externally observable state in README.UPDATING. Reference bugzilla entry in ChangeLog. Update Paul's credit in ACKNOWLEDGMENTS. | |||
2012-09-11 | Avoid using a waiting db for single-message-only transports. Performance | Jeremy Harris | |
bug 1262 and patch from Paul Fisher. Testcase 0288 exercises. | |||
2012-09-09 | Update manual on the logging of cutthrough-mode deliveries. | Jeremy Harris | |
2012-09-05 | minor nits. | Phil Pennock | |
Some whitespace changes; 4.73 item 8: bool_lax{} is an expansion condition, not e. operator. Fix a comma to a period. | |||
2012-09-05 | Add dnsdb lookup pseudo-type "a+". Addresses bug 1269. | Jeremy Harris | |
2012-08-27 | Bugtrack 1290 - Spec grammar fixes. | Todd Lyons | |
Submitted by Regid. | |||
2012-08-16 | Bugtrack 1285 - Add docs for omitted dkim_disable_verify. | Todd Lyons | |
Fixed spec docbook file to pass validation when building spec.txt. Adjust Makefile to not delete html, but not version controlled index.html. | |||
2012-08-15 | Bugtrack 1283 - Spec typo fix. | Todd Lyons | |
2012-08-14 | Bugtrack 1281 - Spec typo fix. | Todd Lyons | |
2012-07-27 | Fix trailing whitespace | Todd Lyons | |
2012-07-27 | Fix trailing whitespace in STDOUT file. | Todd Lyons | |
2012-07-27 | Bug #198: Add remove_header ACL modifier. | Todd Lyons | |
Used patch from Magnus Holmgren dated 2007-02-20. Added documentation. Added tests to detect proper operation. | |||
2012-07-19 | Add example ACL usage of ${run in exim spec. | Todd Lyons | |
2012-07-16 | Doc fixes from Regid Ichira & Andreas Metzler | Phil Pennock | |
2012-07-12 | Doc note re 9999 days & 32bit time (SSL certs) | Phil Pennock | |
Thanks to Jay Rouman for highlighting that there can be rollover. I have chosen *not* to reduce the duration, but to leave it and instead provoke thought on the part of those deploying systems, if this bites them. | |||
2012-07-09 | Add CONTINUE to runtest script | Todd Lyons | |
2012-07-08 | Add check for inlist and !inlist in test 0002. | Todd Lyons | |
2012-07-08 | Merge branch 'master' of git://git.exim.org/exim | Jeremy Harris | |
2012-07-08 | Multiple headers_add/remove options per router/transport - fixes bug 337 | Jeremy Harris | |
2012-07-06 | Make +smtp_confirmation be a default logging option. | Todd Lyons | |
2012-07-05 | Fix bug 1267 - inlist/i were ignoring negation. | Jeremy Harris | |
Fix the acl condition also; and make editor brace-matching a little better. | |||
2012-07-05 | Delay expansion of smtp transport option "authenticated_sender" | Jeremy Harris | |
after connection startup, to match documentation - bug 1144. | |||
2012-07-02 | Include the static files within the HTML documentation dir | Nigel Metheringham | |
2012-07-01 | Merge branch 'acl' | Jeremy Harris | |
2012-06-27 | git/ACKNOWLEDGMENTS: coerce charset of git tools | Phil Pennock | |
github seems to assume content is 8bit. | |||
2012-06-27 | Acl expansions: tests and documentation | Jeremy Harris | |
2012-06-25 | Let Linux makefile inherit CFLAGS/CFLAGS_DYNAMIC. | Phil Pennock | |
Pulled from Debian 30_dontoverridecflags.dpatch by Andreas Metzler. We just add CFLAGS_DYNAMIC too and some comments. Non-POSIX syntax, but fairly portable; GNU make gained it in 1998, we believe even very old systems should handle it fine. |