Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-24 | Add gnutls_enable_pkcs11 option. | Phil Pennock | |
GnuTLS 2.12.0 adds PKCS11 support using p11-kit and by default will autoload modules, which interoperates badly with GNOME keyring integration, configured via paths in environment variables, and Exim invoked by the user (eg, mailq) will then try to load the modules, fail and spew warnings from the module for a library loaded by a library. http://www.gnu.org/software/gnutls/manual/gnutls.html#Smart-cards-and-HSMs documents that to prevent this, explicitly init PKCS11 before calling gnutls_global_init(). So we do so, unless the admin sets the new option. Reported by Andreas Metzler, who confirmed that the added calls fixed the problem for him. | |||
2012-06-12 | Merge branch 'lists' | Jeremy Harris | |
2012-06-12 | Change names to "listnamed" and "listcount". | Jeremy Harris | |
2012-06-10 | Add ${list:name} and ${nlist:string} expansion operators. | Jeremy Harris | |
2012-06-09 | Corrections to spec examples - fixes bug 1196 | Nigel Metheringham | |
2012-06-09 | Typo fix in spec - fixes bug 1197 | Nigel Metheringham | |
2012-06-07 | Packagers: Debian | Phil Pennock | |
2012-06-07 | Expand $sender_host_dnssec and add vtype_bool | Phil Pennock | |
2012-06-07 | Unbreak EXPERIMENTAL_OCSP after TLS cutthrough | Phil Pennock | |
2012-06-06 | BUGFIX: forced-fail smtp option tls_sni would dereference NULL | Phil Pennock | |
2012-06-06 | BUGFIX: forced-fail smtp option tls_sni would dereference NULL | Phil Pennock | |
2012-06-06 | LLONG_MIN example in os.h-Linux | Phil Pennock | |
2012-06-06 | Ignore files left over from patch program | Todd Lyons | |
2012-06-05 | Testsuite: add per-testcase munge facility; use for dnssec and gnutls. | Jeremy Harris | |
2012-06-05 | Docs for "G" modifier on numbers in ${if comparisons. | Jeremy Harris | |
2012-06-05 | Support "G" modifier on numbers in ${if comparisons. | Jeremy Harris | |
2012-06-04 | Basic documentation for cutthrough. | Jeremy Harris | |
2012-06-04 | Add $tls_in_* variables; note the old names as deprecated. | Jeremy Harris | |
2012-06-04 | Add hosts_verify_avoid_tls option to smtp transport. | Jeremy Harris | |
2012-06-04 | Fix post-rebase merge issues. | Jeremy Harris | |
2012-06-04 | Split out OpenSSL and GnuTLS versions of tests. | Jeremy Harris | |
2012-06-04 | Change use of $tls_cipher in client context to $tls_out_cipher. | Jeremy Harris | |
2012-06-04 | Fix bug verifying certs on dual-tls. | Jeremy Harris | |
2012-06-04 | Support transport hosts_avoid_tls for cutthrough. | Jeremy Harris | |
2012-06-04 | Add testcase for callout fallback from ESMTP to SMTP. | Jeremy Harris | |
2012-06-04 | Better debug. | Jeremy Harris | |
2012-06-04 | Fix testsuite cases affected by 8bitmime-as-default. | Jeremy Harris | |
2012-06-04 | Fix tls variables order, and testsuite case 5401 (cutthrough) for changes ↵ | Jeremy Harris | |
that went in with dual-tls. | |||
2012-06-04 | Deal explicitly with attempt to callout via null transport; fixes crash. | Jeremy Harris | |
2012-06-04 | Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts. | Jeremy Harris | |
2012-06-04 | Dual-tls - split management of TLS into in- and out-bound connection-handling. | Jeremy Harris | |
Enables concurrent use from a single process, and thereby use for cutthrough delivery. As a side-effect EHLO and TLS use for verify callouts introduced. This was a manual import from elsewhere and is known to fail the test-suite. | |||
2012-06-04 | Testsuite cases for basic cutthrough_delivery. | Jeremy Harris | |
Also fixed bug where a predata acl was required for cutthrough. | |||
2012-06-04 | Basic cutthrough delivery. | Jeremy Harris | |
2012-06-04 | Test for proper parsing of optional MAIL FROM args. | Todd Lyons | |
2012-06-04 | Refactor optional MAIL FROM args | Todd Lyons | |
2012-06-04 | Test system - parse ipv6 addresses with no :: in them. | Todd Lyons | |
2012-06-04 | Remove extraneous #ifndef guards from config.h.default | Jeremy Harris | |
2012-06-03 | Implement -G => "control=suppress_local_fixups" | Phil Pennock | |
fixes bug 1117 | |||
2012-06-03 | Cmdline -L option; also -Ac -Am -X<logfile> | Phil Pennock | |
These are for Sendmail compatibility. bug 1117 | |||
2012-06-03 | ChangeLog: note cyrus plugin use situation | Phil Pennock | |
2012-06-03 | Cyrus SASL: set host;port properties on auth driver | Phil Pennock | |
2012-06-03 | copyright year | Phil Pennock | |
2012-06-03 | DSCP: inbound via control = dscp/<value> | Phil Pennock | |
2012-06-02 | Docs: pipes in redirect, need for quote caution | Phil Pennock | |
2012-06-02 | Christof Meerwald (for patches in bug 1095) | Phil Pennock | |
2012-06-02 | DSCP: take numeric values too. | Phil Pennock | |
Also fix doc claim that value is unexpanded. Also strip affix whitespace before numeric conversion and fixed string comparison. | |||
2012-06-02 | FreeBSD is ELF and has been for a long time | Phil Pennock | |
2012-06-02 | DSCP: document; hex print; -bI:dscp | Phil Pennock | |
2012-06-01 | DSCP support, tentative | Phil Pennock | |
2012-06-01 | DNSSEC babystep: dns_use_dnssec & $sender_host_dnssec | Phil Pennock | |