summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-09-02Introduce EXPERIMENTAL_DANE featureJeremy Harris
2014-09-02ChangeLog entryJeremy Harris
2014-09-01Warn on OCSP interaction with DANEJeremy Harris
2014-08-31Add missing puctuationJeremy Harris
2014-08-31Further doc examples for ldap lookup outputHeiko Schlittermann
2014-08-28Bugzilla 1518: Clarify router "condition" parsingTodd Lyons
2014-08-27Further TPDA eventsJeremy Harris
msg:complete msg:fail:internal msg:fail:delivery
2014-08-27Add doc detail on ldap lookup output parsingJeremy Harris
2014-08-20Update change logJeremy Harris
2014-08-20Merge branch 'master' into daneJeremy Harris
Conflicts: doc/doc-txt/ChangeLog src/src/tls-openssl.c src/src/transports/smtp.c src/src/verify.c
2014-08-20Expanded EXPERIMENTAL_TPDA featureJeremy 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-17Update DANE draft docsJeremy Harris
2014-08-17Properly detect/set test variables from scripts.Todd Lyons
2014-08-17Override an unchanged default hosts_request_ocsp when DANE is usedJeremy Harris
2014-08-17Add sha256 operator usageJeremy Harris
2014-08-17Add observability variables and provision for avoiding OCSP conflictsJeremy Harris
2014-08-16Clarify docs on ldap alternate servers listJeremy Harris
2014-08-14Clean docs for next releaseJeremy Harris
2014-08-14ChangeLog entry for OpenBSD 5.5 patchTodd Lyons
2014-08-14Properly detect/set test variables from scripts.Todd Lyons
2014-08-10Enable OCSPJeremy Harris
2014-08-10Verifiable conn with DANE-EE(3) / SPKI(1) / SHA2-512(2)Jeremy Harris
2014-08-10Diffs for draft 11Jeremy Harris
2014-08-10Copy latest SMTP-with-DANE - draft 11Jeremy Harris
2014-08-09Doc updates for work since 4.83exim-4_84Jeremy Harris
2014-08-08Test developmentJeremy Harris
2014-08-07General discussion of DANE usageJeremy Harris
2014-08-04Document $tls_in_ocsp, $tls_out_ocspJeremy Harris
2014-08-01Basic DANE entry pointsJeremy Harris
2014-08-01Add note on Dovecot configuration for authentication. Bug 1512exim-4_84_RC1Jeremy Harris
2014-07-29Add DANE RFC (6698) for referenceTodd Lyons
2014-07-29Add current draft of SMTP with DANETodd Lyons
2014-07-29Framework to build dane supportTodd Lyons
2014-07-29Fix doc parse errorTodd Lyons
2014-07-26Document acl args variables in main variables sectionJeremy Harris
2014-07-24Fix "default config" section wrt. rfc1413_hostsJeremy Harris
2014-07-23Bug 1506: document change madeTodd Lyons
2014-07-23Update version numbers, clean docs for next releaseTodd Lyons
2014-07-21Documentation/Tests for CVE-2014-2972 fixexim-4_83Todd Lyons
2014-07-15Fix regex for Suse when converting spec to ASCIITodd Lyons
2014-07-14Fix parsing of mime headersJeremy Harris
RFC2045 allows parameter values to be quoted; an embedded semicolon must then not terminate the parameter.
2014-07-14Rename T_APL to T_ADDRESSESPhil 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-13Fix TLS SNI, and add regression test casesJeremy Harris
2014-07-03Typo in docs, add missing wordTodd Lyons
2014-07-03Enhance documentation of ${run command parsing.Todd Lyons
2014-07-02Bug 1496: Fix typo in ChangeLogTodd Lyons
2014-07-02Bug 1495: Exiqgrep -C check configfile readabilityAndrew Colin Kissa
2014-06-05Fix udpsend and ip_connectedsocket().exim-4_83_RC2Tony Finch
The ip_connectedsocket() function's socket type support and error reporting did not work properly.
2014-06-02Fix tiny ChangeLog typoTodd Lyons
2014-05-31Support service names for tls_on_connect_ports. Bug 72Jeremy Harris