Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | Fix memory management vs. acl-as-conditional | Jeremy Harris | |
2013-11-10 | spec: TLS certificates: avoid MD5 | Phil Pennock | |
Make it clearer in the spec, where talking about certificates, that MD5 in certs is a really Quite Bad idea. | |||
2013-11-07 | Portability fix for Solaris without xpg4 utilities | Tony Finch | |
2013-11-05 | Put back a required .new/.wen stanza | Todd Lyons | |
2013-11-05 | Prep docs/markup for next release cycle | Todd Lyons | |
2013-11-05 | Explain the TLS cleanup bug in the ChangeLog | Tony Finch | |
2013-10-24 | Doc/Spec: section "Trust in configuration data"exim-4_82 | Phil Pennock | |
2013-10-22 | Bug 1400: Fix GnuTLS PKCS11 issues | Todd Lyons | |
Can disable PKCS11 in Makefile with AVOID_GNUTLS_PKCS11 build flag. Rename gnutls_enable_pkcs11 option to gnutls_allow_auto_pkcs11. Update Changelog | |||
2013-10-19 | Bugzilla 1402 - Handle upper case chars in tests | Todd Lyons | |
Test 533 fails if there are any upper case chars in the path to the test suite. Added caseful_local_part=true to the router which calls the pipe. | |||
2013-10-13 | Fix listnamed doc typos | Jeremy Harris | |
2013-10-13 | Cross-ref av_scanner syntax to list syntax | Jeremy Harris | |
2013-10-09 | Added missing .new/.wen in spec.xpftexim-4_82_RC3 | Todd Lyons | |
2013-10-09 | Documentation for multiple TCP clamd servers | Todd Lyons | |
2013-10-08 | Bug 1150: Enhance docs for ${addresses:} expansion | Todd Lyons | |
2013-10-07 | Fix TPDA text. | Jeremy Harris | |
Credit Axel Rau for careful proofreading. | |||
2013-10-06 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2013-10-06 | Bug 1289: Clarify host list processing failures | Todd Lyons | |
Enhance explanation of +ignore_unknown. | |||
2013-10-06 | Typo in docs: routing rules mentioned in retry rules section. Bug 1349 | Jeremy Harris | |
2013-10-06 | Make smtp_accept_max_per_connection option text searchable. Bug 1361 | Jeremy Harris | |
Same fix as for 1197; abandon attempt to permit intelligent wrapping of the text | |||
2013-10-05 | Add exiqsumm fix to ChangeLog | Todd Lyons | |
2013-10-03 | Fix DKIM variable name in documentation. | Ted Cooper | |
2013-10-03 | Filter xfpt needs new macro too | Todd Lyons | |
2013-10-03 | Finish the xfpt fix. | Phil Pennock | |
The readers of the version expect no surrounding whitespace; putting the content in-place requires macro expansion, which requires that .literal mode be `layout` or `off`, but either of those will escape the XML angle brackets. The easiest fix is to generate the XML as part of the macro definition. Moved local_params rules out of Makefile and into GenLocalParams | |||
2013-10-03 | Mention Redis lookup in NewStuff | Todd Lyons | |
2013-10-02 | Fix docbook paths for xml generation | Todd Lyons | |
2013-10-01 | Bugzilla 1217: Experimental Redis lookup | Todd Lyons | |
Add want_experimental() test in the script to create the lookups Makefile to ease detection of requested Experimental features, and simplify the #ifdef guards in the redis.c. | |||
2013-09-30 | Merge branch 'patch-3' of https://github.com/bes-internal/exim into ↵ | Todd Lyons | |
master_dmarc_doc | |||
2013-09-30 | Added documentation of features, acknowledgements | Todd Lyons | |
2013-09-30 | Add ratelimit doc addition to ChangeLog | Todd Lyons | |
2013-09-30 | Bug 1031: Experimental TPDA | Jeremy Harris | |
Remove whitespace | |||
2013-09-30 | fix dmarc_status condition documentation | bes-internal | |
2013-09-28 | Correct spelling of dmarc_disable_verify | Jeremy Harris | |
2013-09-27 | Document hexquote & udpsend in NewStuff/ChangeLog | Phil Pennock | |
Tony documented his new features in 7a5698fa; this change simply adds them to the list of things that have changed. | |||
2013-09-26 | Clarify CL: the CVE security fix already in 4.80.1 | Phil Pennock | |
On re-reading the text for 4.82, it read as though there were a new security fix which might require an upgrade. Clarified that this fix has already been released (in 4.80.1). | |||
2013-09-24 | Additions to the NewStuff summary file | Todd Lyons | |
2013-09-23 | Add documentation for new $authenticated_fail_id | Todd Lyons | |
2013-09-22 | Bug 1287 - Fix tls_require_cert | Todd Lyons | |
2013-09-22 | Prevent TLS rebinding in LDAP connections | Todd Lyons | |
Bugzilla 1375 | |||
2013-09-22 | Add expansion $authenticated_fail_id | Todd Lyons | |
2013-09-15 | ChangeLog | 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-06-30 | Add notes and helper-script for OCSP | Jeremy Harris | |
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. |