Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-31 | Further doc examples for ldap lookup output | Heiko Schlittermann | |
2014-08-28 | Bugzilla 1518: Clarify router "condition" parsing | Todd Lyons | |
2014-08-27 | Further TPDA events | Jeremy Harris | |
msg:complete msg:fail:internal msg:fail:delivery | |||
2014-08-27 | Add doc detail on ldap lookup output parsing | Jeremy Harris | |
2014-08-20 | Update change log | Jeremy Harris | |
2014-08-20 | Expanded EXPERIMENTAL_TPDA feature | Jeremy Harris | |
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file. | |||
2014-08-17 | Add sha256 operator usage | Jeremy Harris | |
2014-08-16 | Clarify docs on ldap alternate servers list | Jeremy Harris | |
2014-08-14 | Clean docs for next release | Jeremy Harris | |
2014-08-14 | ChangeLog entry for OpenBSD 5.5 patch | Todd Lyons | |
2014-08-14 | Properly detect/set test variables from scripts. | Todd Lyons | |
2014-08-09 | Doc updates for work since 4.83exim-4_84 | Jeremy Harris | |
2014-08-04 | Document $tls_in_ocsp, $tls_out_ocsp | Jeremy Harris | |
2014-08-01 | Add note on Dovecot configuration for authentication. Bug 1512exim-4_84_RC1 | Jeremy Harris | |
2014-07-29 | Fix doc parse error | Todd Lyons | |
2014-07-26 | Document acl args variables in main variables section | Jeremy Harris | |
2014-07-24 | Fix "default config" section wrt. rfc1413_hosts | Jeremy Harris | |
2014-07-23 | Bug 1506: document change made | Todd Lyons | |
2014-07-23 | Update version numbers, clean docs for next release | Todd Lyons | |
2014-07-21 | Documentation/Tests for CVE-2014-2972 fixexim-4_83 | Todd Lyons | |
2014-07-15 | Fix regex for Suse when converting spec to ASCII | Todd Lyons | |
2014-07-14 | Fix parsing of mime headers | Jeremy Harris | |
RFC2045 allows parameter values to be quoted; an embedded semicolon must then not terminate the parameter. | |||
2014-07-14 | Rename T_APL to T_ADDRESSES | Phil Pennock | |
Fixes Github issue #15 Known DNS RRTYPE aliases can be found at <http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml> and `T_APL` conflicts with the `APL` RRTYPE, Address Prefix List, in experimental RFC 3123. Issue reported compilation issues on OpenBSD. Instead, use `T_ADDRESSES`. | |||
2014-07-13 | Fix TLS SNI, and add regression test cases | Jeremy Harris | |
2014-07-03 | Typo in docs, add missing word | Todd Lyons | |
2014-07-03 | Enhance documentation of ${run command parsing. | Todd Lyons | |
2014-07-02 | Bug 1496: Fix typo in ChangeLog | Todd Lyons | |
2014-07-02 | Bug 1495: Exiqgrep -C check configfile readability | Andrew Colin Kissa | |
2014-06-05 | Fix udpsend and ip_connectedsocket().exim-4_83_RC2 | Tony Finch | |
The ip_connectedsocket() function's socket type support and error reporting did not work properly. | |||
2014-06-02 | Fix tiny ChangeLog typo | Todd Lyons | |
2014-05-31 | Support service names for tls_on_connect_ports. Bug 72 | Jeremy Harris | |
2014-05-30 | Fix doc for $sender_host_dnssec. Bug 1485 | Jeremy Harris | |
2014-05-29 | Fix delivery $host in client authenticator in verify/callout. Bug 1476 | Jeremy Harris | |
2014-05-28 | Bug 1444: Fix \r\n handling writing spool file | Todd Lyons | |
Fix a bug which causes DKIM signatures to fail because what gets written to the spool file is different than what gets passed through the DKIM code. | |||
2014-05-23 | Move OCSP out of EXPERIMENTAL | Jeremy Harris | |
2014-05-22 | Bug 1394: Document how to do per host conn limits | Todd Lyons | |
Since the max connections per host setting is computed and enforced in the master listening process before the fork, there is no easy way to get an accurate connection count once the Proxy Protocol negotiation has been done (i.e. in a child process, after the fork). Rather than try to use a shared mmap file using CAS in the children to manipulate it, we just advise of a crude version of max connections per IP be achieved by using ratelimit per_conn in the connect ACL. | |||
2014-05-22 | Fix doc for dovecot authenticator. Bugs 1448, 1483 | Jeremy Harris | |
2014-05-21 | RFC3461 support - MIME DSN messages. Bug 118 | Wolfgang Breyha | |
2014-05-20 | Support optional server certificate name checking. Bug 1479 | Jeremy Harris | |
Enable EXPERIMENTAL_CERTNAMES to include. | |||
2014-05-13 | Extractors for certificate time fields support integer output modifier | Jeremy Harris | |
2014-05-13 | Extractor for named RDN element types from a certificate DN field. | Jeremy Harris | |
2014-05-13 | Updated changelog. | Todd Lyons | |
Accidentally included the fix for Bug 1119 in the same commit fixing Proxy Protocol version 2 to match the API change in May 2014. | |||
2014-05-13 | Bug 1394: PPv2 header modifed | Todd Lyons | |
The HAProxy dev team adjusted the layout of the 16 byte header to allow it to be used for SSL connections. Had to adjust PPv2 handling code and perl proxy emulation script. Added link to this HAProxy commit in the documentation. | |||
2014-05-13 | certextract tidying | Jeremy Harris | |
2014-05-13 | Add doc notes on verifying self-signing hosts | Jeremy Harris | |
2014-05-13 | Update docs for suggested Ident and PRDR settings | Jeremy Harris | |
2014-05-13 | Move PRDR out of EXPERIMENTAL | Jeremy Harris | |
2014-05-11 | New expansion operator sha256 for certificates. Bug 1170 | Jeremy Harris | |
2014-05-08 | Enable operator md5 and sha1 use on certificate variables. Bug 1170 | Jeremy Harris | |
2014-05-06 | OCSP observability: variables $tls_{in,out}_ocsp | Jeremy Harris | |
and smtp transport option hosts_request_ocsp |