summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-02-10GnuTLS: trim error messagesJeremy Harris
2019-02-09JSON: fix crashes in ${extract jsons } and ${extract json {digits} }Jeremy Harris
Broken-by: 386ab6457b and 8fdf20fd84
2019-02-05DKIM: ensure that dkim_domain elements are lowercased before use. Bug 2371Jeremy Harris
2019-02-04TLS: add variables for the IETF standard name for the connection ciphersuiteJeremy Harris
2019-02-04tidyingJeremy Harris
2019-02-02Use separate routine for translating return-codes to printable stringsJeremy Harris
2019-01-27Debug: config file name & line number for each ACL verbJeremy Harris
2019-01-22JSON: add iterative conditions for arraysJeremy Harris
2019-01-22JSON: add jsons extract variant, to strip quotes from string resultsJeremy Harris
2019-01-19Events: log a non-success when a client connect is denied by an eventJeremy Harris
2019-01-16Fix build with older TLS library versionsJeremy Harris
2019-01-16GnuTLS: Debug output keying info. OpenSSL: TLS1.2 keying.Jeremy Harris
2019-01-12Add basic framework for PRDR use with per-user content filters to example ↵Jeremy Harris
config. Mostly commented-out and with dummy lookups since we do not know what sorts of filtering may be employed.
2019-01-10Use project memory-management for json lookupJeremy Harris
2019-01-10Fix json extract operator for unfound caseJeremy Harris
2019-01-10JSON: avoid recent library version usageJeremy Harris
Also create feature-macro
2019-01-08JSON lookupJeremy Harris
2019-01-08JSON lookupJeremy Harris
2019-01-08Add prdr to transport in example configuration, to match documentationJeremy Harris
2019-01-05EXTERNAL authenticatorJeremy Harris
2019-01-05Authenticators: refactor SASL support codeJeremy Harris
2019-01-05constificationJeremy Harris
2018-12-30OpenSSL: send no TLS1.3 session ticketsJeremy Harris
2018-12-30OpenSSL: Debug output TLS 1.3 keyingJeremy Harris
2018-12-30tidyingJeremy Harris
2018-12-29Use single TCP segment for SMTP, TLS and TCP closes.Jeremy Harris
2018-12-29OpenSSSL: support write-with-more-intent in clientJeremy Harris
2018-12-24GnuTLS: repeat lowlevel read and write operations while they request retryAndreas Metzler
2018-12-23Use C99 initialisations for iteratorsJeremy Harris
2018-12-16Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
2018-12-13DKIM: more info on verify errors under OpenSSLJeremy Harris
2018-12-05Send delay-MDN for any queurun past delay_warning, even if not retry time ↵Jeremy Harris
yet. Bug 2341
2018-12-02tidyingJeremy Harris
2018-12-02More debug in smtp transportJeremy Harris
2018-12-02Logging: outgoing_port on temporary errors for non-last hostsJeremy Harris
Also show nonstandard ports in process info for exiwhat
2018-12-01Harden string-list handlingJeremy Harris
2018-11-29GnuTLS: fix build with older librariesJeremy Harris
Broken-by: 6aac3239b4
2018-11-28OpenSSL: fail the handshake when SNI processing hits a problemJeremy Harris
2018-11-28TLS: Increase RSA keysize of autogen selfsign certJeremy Harris
2018-11-24Fix AUTH_GSASL buildJeremy Harris
2018-11-24Avoid leaving $domain live with bogus info, during server connection startupJeremy Harris
Recent efforts to reduce string-copy ops while also avoiding using excessive memory tripped a check on freeing the still-live variable. It is unclear why the variable was set anyway, even though commented. The use was introduced between Exim 3.36 and 4.0
2018-11-21Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238Jeremy Harris
2018-11-20tidyingJeremy Harris
2018-11-17Lose more string-copy operationsJeremy Harris
2018-11-15Fix growable-string sprintfJeremy Harris
Broken-by d12746bc15
2018-11-15OpenBSD: bump dns-result buffer to 64kBJeremy Harris
This just to take out a difference in testsuite behaviour. Builds for memory-constrained devices could legitimately use 16kB.
2018-11-15Recast more internal string routines to use growable-stringsJeremy Harris
2018-11-14tidyingJeremy Harris
2018-11-06tidyingJeremy Harris
2018-11-06Fix build on FreeBSD 11Jeremy Harris