summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-17Restrict line lengths in bounces. Bug 1760Jeremy Harris
2016-01-16VRFY: Permit an ACL to override the default 252 response, to supportJeremy Harris
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769
2016-01-16TidyingJeremy Harris
2016-01-16TidyingJeremy Harris
2016-01-16Expansions: avoid releasing memory used for $value in ${run }Jeremy Harris
2016-01-16Testsuite: ignore optional OCSP output from -bP testcaseJeremy Harris
2016-01-14Expansions: more detail in error messagesJeremy Harris
2016-01-14OpenSSL: Default the SINGLE_DH_USE option flag setJeremy Harris
2016-01-12Docs: add note on HELO rejections, and add requirment on good HELO inJeremy Harris
the example configuration
2016-01-11Expansions: Fix crash in crypteq: On OpenBSD a bad second-argJeremy Harris
results in an error-return from crypt(). Errorcheck that return.
2016-01-11Testsuite: split out conf for -bP test and lose dependency on Proxy/SocksJeremy Harris
2016-01-11DNS: fix crash in megahomed test case, on OpenBSD. Sanity-checkJeremy Harris
pointers when stepping through resolver returns, as the return may have been truncated if it seemed oversize. Bug 1773
2016-01-11SOCKS: fix build on OpenBSDJeremy Harris
2016-01-11DANE: fix build with LibreSSLJeremy Harris
2016-01-07DKIM: reinstate embedded Polarssl SHA routines under older GnuTLS. Bug 1772Jeremy Harris
We need an incremental build of the hash, and GnuTLS did not expose the required interfaces until version 2.10.0
2016-01-06Testsuite: allow time for retry-time expiryJeremy Harris
2016-01-06Testsuite: ignore dane for -bP outputJeremy Harris
2016-01-06typoJeremy Harris
2016-01-06DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library.Jeremy Harris
Bug 1192
2016-01-06fix no-ssl buildJeremy Harris
2016-01-05DKIM: fix base64 decode to ignore whitespace; needed for private-key inputJeremy Harris
from file. Use this for general-purpose b64decode also. Testsuite: DKIM signing testcase
2015-12-30Support certificates in base64 expansion operator. Bug 1762Jeremy Harris
2015-12-30New expansion operator base64d, and base64 as synonym for str2b64. Bug 1746Jeremy Harris
2015-12-30Consolidate base64 encode/decode routines.Jeremy Harris
The functions previously in the auth directory, which allocate exim-standard strings for output, are the main pair. The file-IO variant decode routine use by mime-handling is brought into the same new source file. The PDKIM functions are dropped.
2015-12-28tidyingJeremy Harris
2015-12-28Docs: more certs infoJeremy Harris
2015-12-27Testsuite: testcase for -bPJeremy Harris
2015-12-27Provide setenv/unsetenv for environments lacking them. Bug 1578Jeremy Harris
Currently this covers HP-UX and older Solaris.
2015-12-26Pretty print for -bP configHeiko Schlittermann (HS12-RIPE)
2015-12-23tidyingJeremy Harris
2015-12-21Fix build on OpenBSD. Bug 1761Jeremy Harris
2015-12-21dnslists: testsuite outputJeremy Harris
2015-12-20dnslists: permit use with explicit key(s) in nonsmtp ACLs. Bug 1748Jeremy Harris
2015-12-20Malware: Fix potential spin-on-read-error with kavdaemonRichard Clayton
2015-12-20Testsuite: OpenSSL version variancesJeremy Harris
2015-12-20Compiler quieteningRichard Clayton
2015-12-20DKIM: fix quoted-printable decodeRichard Clayton
2015-12-20build dependenciesJeremy Harris
2015-12-20tidyingJeremy Harris
2015-12-20DNSSEC: un-ifdef code uncompilable under DISABLE_DNSSSECMichael Haardt
2015-12-20OS: define sockaddr_storage for HP-UXMichael Haardt
2015-12-18Redis: move from Experimental to mainlineexim-4_87_RC2Jeremy Harris
2015-12-18Redis: fix server-specified-in-lookupJasen Betts
Affects Bug 1745. Broken-by: 2d8d625b2b96
2015-12-17Fix hosts_connection_nolog ensuring that sender_host_cache is notJeremy Harris
incorrectly filled in by the daemon, where the sender_host will be varying.
2015-12-17DANE: do not override a cert verify failure, in callback. Also fix some ↵Jeremy Harris
test mistakes
2015-12-16DANE: When PKIX-EE matches don't clobber depth by trying PKIX-TAViktor Dukhovni
2015-12-16DANE: current src versionViktor Dukhovni
2015-12-16DANE: fix testcase 2/0/1 TLSA recordJeremy Harris
2015-12-16Testsuite: GnuTLS version changesJeremy Harris
2015-12-16Testsuite: OpenSSL version changesJeremy Harris