Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-26 | Fix cert-try-verify when denied by event action | Jeremy Harris | |
2014-10-26 | Testcase 0601: move udpsend action from connect to rcpt ACL | Jeremy Harris | |
Some test runs were seeing the receiving perl output before the exim startup banner; try to get the udpsend to happpen after the banner gets a chance to be emitted. | |||
2014-10-26 | Testsuite: increase default "client" utility connect timeout from 1 to 5 seconds | Jeremy Harris | |
2014-10-26 | Testsuite: use different exit codes for various fail modes of "client" utility | Jeremy Harris | |
2014-10-26 | Fix feature-ifdef for OpenSSL builtin certname checking | Jeremy Harris | |
2014-10-26 | Testsuite: extend timeout on troublesom test | Jeremy Harris | |
Testcase 0035 persistently fails with "status 99" on some buildfarm animals. Try extending the connect timeout used by the "client" utility to see if this helps. | |||
2014-10-26 | Expand commentary on certificate files | Jeremy Harris | |
2014-10-25 | Add event for inbound cert visibility | Jeremy Harris | |
2014-10-25 | Make transport name available in verify-callouts. Add verify_mode variable | Jeremy Harris | |
2014-10-25 | Rename facility to Event Actions, ifdeffed on EXPERIMENTAL_EVENT | Jeremy Harris | |
2014-10-24 | Testsuite: more portable implementation of "showenv" | Jeremy Harris | |
At least one Solaris installation seems not to have "whoami" | |||
2014-10-23 | Test suite continue past unexpected client errors | Todd Lyons | |
2014-10-22 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2014-10-22 | Fix labels in testsuite conf files | Todd Lyons | |
2014-10-22 | Make $host available in tpda delivery event, for cutthrough. Bug 1529 | Jeremy Harris | |
2014-10-22 | More regular logging use of H=<name> [<ip>] | Jeremy Harris | |
Note this may affect utilities which parse logs. | |||
2014-10-22 | Testsuite outputs: ipv6 | Jeremy Harris | |
2014-10-20 | Compiler quietening | Jeremy Harris | |
2014-10-20 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2014-10-20 | Test suite: completely omit 127/8 IPs | Todd Lyons | |
2014-10-16 | Handle certificate dir under GnuTLS, if recent enough | Jeremy Harris | |
Add testcases for certificate directories The GnuTLS implementation has been tested on Fedora 21 (alpha), using GnuTLS 3.3.9. The testsuite case is here but with the script commented-out. When enabled, the log/mail/stdout/stderr files will be created fresh. | |||
2014-10-12 | Testsuite output gnutls changes resulting from munging for openssl | Jeremy Harris | |
version differences | |||
2014-10-12 | Make dnssec status available in tpda delivery event, for cutthrough | Jeremy Harris | |
2014-10-12 | Quieten noisy compiler | Jeremy Harris | |
As usual, gcc whining that perfectly valid C coding is "ambiguous". Wrongly. | |||
2014-10-05 | Remove limit on remove_headers item size. Bug 1533 | Jeremy Harris | |
2014-09-29 | Fix Solaris build | Jeremy Harris | |
2014-09-29 | Doc notes on expansion ordering | Jeremy Harris | |
2014-09-28 | More testsuite variance between OpenSSL library versions | Jeremy Harris | |
2014-09-28 | Fix transport-results pipe for multiple recipients combined with certs. | Wolfgang Breyha | |
The previous parsing failed when a result item split over a buffer boundary; fix by prefixing sizes to items, and checking enough has been read as the initial parsing stage. | |||
2014-09-25 | Clarify error message for host-connect fail. Bug 1505 | Jeremy Harris | |
2014-09-25 | Amplify comment on server requests for client certificates | Jeremy Harris | |
2014-09-23 | ChangeLog for Github Issue 18 | Todd Lyons | |
2014-09-23 | Merge remote-tracking branch 'exim_github/pr/18' | Todd Lyons | |
2014-09-18 | Fix kill commandline for Solaris compatibility #2 | Todd Lyons | |
2014-09-18 | Fix kill commandline for Solaris compatibility | Todd Lyons | |
2014-09-16 | Replace use of index() with Ustrchr() | Jeremy Harris | |
2014-09-13 | Restrict dane to DANE-TA(2) and DANE-EE(3) usage TLSA records | Jeremy Harris | |
Also, just ignore TLSA records with unsipported match types. | |||
2014-09-12 | Fix needless OCSP request under DANE | Jeremy Harris | |
usage 3 and with require_ocsp in play though inactive | |||
2014-09-12 | Bug 1216: Add -M (related) to exigrep. | Todd Lyons | |
Thanks to Arkadiusz for pointing out that this was never merged. | |||
2014-09-11 | Fix ldap lookup for single-attr request, multiple-attr return. Bug 1521 | Heiko Schlittermann | |
Exim documented behaviour is that the single-request case controls the output format (by not labelling attributes with names). The code is broken for the case where attrs B, C are derived from A and A is requested (and the LDAP server used isn't buggy here; some are and only return A rather than A, B, C). | |||
2014-09-11 | Add debug for number of CA certs, for OpenSSL/file load | Jeremy Harris | |
2014-09-10 | Fix undersized buffer use by eximon. Bug 1527 | Jeremy Harris | |
The long spoolfile line now used for certificate info was too big, resulting in an apparent syntax error in the file. Apart from using a decent size, do autogrow in case of immense certificates. | |||
2014-09-10 | TPDA tidying | Jeremy Harris | |
2014-09-08 | doc typo | Jeremy Harris | |
2014-09-06 | Add expansion item for sorting lists | Jeremy Harris | |
2014-09-06 | Support secondary-separator specifier for MX, SRV and TLSA dnsdb lookups | Jeremy Harris | |
2014-09-05 | Merge branch 'master_condition_description' | Todd Lyons | |
2014-09-05 | Bug 1518: fix description of condition processing | Todd Lyons | |
The description in the first commit was completely wrong. Thanks to Phil for setting me straight and seeding me with the correct verbage. | |||
2014-09-04 | Enforce TLS under DANE when host has TLSA records | Jeremy Harris | |
2014-09-02 | Fix ${extract expansion for use within ${if inlist etc. Bug 1524 | Jeremy Harris | |
The coding of the numeric test on the key decided that empty was numeric, and insisted on a third substring even in syntax-check "skip" mode. This failed when a single expansion variable was used for the key (eg. $item) and the defaults for string2, string3 were being assumed. Skip the test in skip mode. |