Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-22 | Add expansion $authenticated_fail_id | Todd Lyons | |
2013-09-15 | ChangeLog | Jeremy Harris | |
2013-09-15 | Fix numeric comparisons for 64b. Bug 1385 | Jeremy Harris | |
2013-09-04 | ChangeLog is in chronological order within each release. | Phil Pennock | |
numbers are sequential, namespaced by users. | |||
2013-09-04 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2013-09-04 | Make sender/recipient search case-insensitive | Todd Lyons | |
2013-09-04 | tls_dhparam size constraint suggestions. | Phil Pennock | |
Between NSS and Debian patching of older Exim releases, there's a narrow range of values likely to interoperate well. Document this. | |||
2013-09-01 | GnuTLS website moves | Phil Pennock | |
2013-07-31 | Fix segfault in stdio with non-SMTP MIME ACL. | Phil Pennock | |
When injecting a message locally in non-SMTP mode, and with MIME ACLs configured, if the ACL rejected the message, Exim would try to `fprintf(NULL, "%s", the_message)`. This fixes that. Most ACLs are plumbed in SMTP-only and looking through the others in receive.c, they all appear to be safely guarded, so it was just this one that slipped through. Crash report and assistance tracking down the root cause from Warren Baker. | |||
2013-07-22 | Fix debug output in ${acl } | Jeremy Harris | |
2013-07-21 | More tidying of ACL-config skip | Jeremy Harris | |
2013-07-21 | Remove ACL-config skip so that ${acl } expansions work from queue-runs. | Jeremy Harris | |
Previously we skipped parsing the ACL section when not needed. Now it is potentially needed in all cases. The skip was ~5% faster than a full parse so probably not a large part of the exim process startup. Fix up testsuite output files affected by the removal and add a regression test. | |||
2013-07-12 | Add gdb history file to git ignore | Todd Lyons | |
2013-07-03 | Add test for ${hexquote: | Jeremy Harris | |
2013-06-30 | Add notes and helper-script for OCSP | Jeremy Harris | |
2013-06-19 | Use function macro instead of explicit arg cast. | Todd Lyons | |
2013-06-19 | Quiet signedness compiler warnings. | Todd Lyons | |
2013-06-16 | Support safari_ecdhe_ecdsa_bug for openssl_options | Phil Pennock | |
2013-06-10 | Guard LDAP TLS usage against Solaris LDAP variant. | Phil Pennock | |
PP/22 Report from Prashanth Katuri. This variant ensures that if TLS won't be activated because of compile-time guards, but was requested, then we at least debug-log _why_ we're not doing anything. | |||
2013-06-04 | Fix eximon continuous updating with timestamped log-files. | Phil Pennock | |
Report and fix from Heiko Schlichting. Fixes 1363. | |||
2013-05-25 | Add doc comment on use of forany. | Jeremy Harris | |
2013-05-24 | readconf: clarify a retry rule parsing error message | Tony Finch | |
Submitted by: Paul Osborne <paul.osborne@canterbury.ac.uk> | |||
2013-05-23 | Documentation for udpsend and ${hexquote: | Tony Finch | |
2013-05-23 | The udpsend ACL modifier. | Tony Finch | |
This is for reporting mailer activity without going via the log files. | |||
2013-05-23 | ${hexquote: expansion operator | Tony Finch | |
This converts octets outside the range 0x21-0x7E (the ASCII graphic characters) to \xNN hex escapes. | |||
2013-05-22 | Merge branch 'callout_auth' | Jeremy Harris | |
2013-05-22 | Log AUTH info on cutthrough deliveries. | Jeremy Harris | |
2013-05-21 | Typo in doc source. | Jeremy Harris | |
2013-05-20 | Support AUTH for verify-callout and cutthrough-delivery. | Jeremy Harris | |
Refactored smtp transport to pull out AUTH-related routines so they could be also called from the verify code. Bugs 321, 823. | |||
2013-05-12 | Add compile-time checks for various tables being in alphabetical order. | Jeremy Harris | |
This is gross hackery and somewhat fragile. A better method would actuallyt compile the 'C' involved and check programmatically. | |||
2013-05-08 | Fix dns_retry definition. | Todd Lyons | |
Was placed in non-alphabetical order. | |||
2013-05-05 | Security considerations: running local commands | Phil Pennock | |
Call out the dangers of use_shell in the security considerations chapter. Call out a number of related dangers too. | |||
2013-04-21 | Use enum for cutthrough receive processing state. | Jeremy Harris | |
2013-04-21 | Document PRDR, OCSP & DMARC options in OptionLists file. | Jeremy Harris | |
2013-04-19 | Add entry to Changelog. | Todd Lyons | |
2013-04-16 | Remove static from local variable declaration. | Todd Lyons | |
2013-04-10 | Fix history file logging to use correct variables | Todd Lyons | |
Remove SPF domain synthesis, just use HELO. | |||
2013-04-09 | Withhold TLD load error if not defined in conf | Todd Lyons | |
2013-04-09 | Move DKIM endif. | Todd Lyons | |
Fix a few cosmetic differences. | |||
2013-04-09 | DMARC documentation and license | Todd Lyons | |
2013-04-09 | DMARC support by opendmarc libs | Todd Lyons | |
2013-04-08 | Fix runtest -CONTINUE to work everywhere | Todd Lyons | |
Changes the $more variable to just cat the changes to STDOUT and not pipe it through less or more. | |||
2013-04-07 | Drop mistakenly-added test config | Jeremy Harris | |
2013-04-07 | Merge branch 'ocsp_staple_rollup' | Jeremy Harris | |
* ocsp_staple_rollup: tidying OCSP-stapling enhancement and testing. | |||
2013-04-07 | Update testsuite case 0390 for force_command addition to pipe transport | root | |
2013-04-03 | Fix -p doc mention of Perl -pd conflict. | Phil Pennock | |
Reported by Heiko Schlichting. fixes 1345 | |||
2013-04-02 | Ensure OpenSSL entropy state reset across forks. | Phil Pennock | |
Note that this function is never going to be called pre-fork unless the admin is doing something highly unusual with ${randint:..} in a context evaluated in the listening daemon. Other forks should result in a re-exec(), thus resetting state. Nonetheless, be more cautious, explicitly reset state. Fix per PostgreSQL. PS: why does OpenSSL not document RAND_cleanup() on the same page as all the other entropy pool maintenance functions? | |||
2013-04-01 | Clean & integrate force_command. | Phil Pennock | |
Work by J. Nick Koston, for cPanel, Inc. | |||
2013-04-01 | tidying | Jeremy Harris | |
2013-04-01 | Add the force_command option to the pipe transport | J. Nick Koston | |
Normally when a router redirects an address directly to a pipe command the command option on the transport is ignored. If force_command is set, the command option will expanded and used. This is especially useful for forcing a wrapper or additional argument to be added to the command. |