summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-16testsuite output changesJeremy Harris
2018-09-16Fix filter noerror command. Bug 2318Matthias Kurz
2018-09-16Tidying and compiler-silencingJeremy Harris
2018-09-14tests: propagate CPPFLAGS into build invocationsPhil Pennock
With openssl installed by brew on macOS, OpenSSL headers are not in a normal place. I can fiddle with LDFLAGS/CPPFLAGS to get them available, but then the `./configure` step succeeds and build fails. Propagating the CPPFLAGS into the generated Makefile lets the build succeed and we get a `client-ssl` binary output.
2018-09-14Restore Darwin OS configurationPhil Pennock
MacStadium are providing us with free Mac Mini hosting as part of their FOSS support. I'm about to set it up. Let's have out-of-repo tuning in place before I begin.
2018-09-13Check returncode from SSL_CTX_set_cipher_list()Jeremy Harris
2018-09-10Unbreak test 0600 (copy/paste error)Phil Pennock
2018-09-10Docs: document ancillary info for more event types. Bug 2313Matthias Kurz
Patch from Matthias, with additional code indentation tweaks from JGH
2018-09-09docs: unbreak spec buildPhil Pennock
I've created a homebrew tap with sdop and xfpt in it, so I can install those more easily on macOS in the future, and now have bothered actually building the docs. `.url()` should have been `&url()` in two places. The `make spec.pdf` pipeline yields a document where those are not clickable links, but if i use `make spec.ps` and let macOS auto-convert to PDF upon open, those are proper clickable hyperlinks. So this switch is definitely for the better.
2018-09-09DANE - testcase for fail under GnuTLS with TA-mode to a selfsigned server certJeremy Harris
2018-09-09Docs: more indexing of affix-related bitsJeremy Harris
2018-09-07Fix broken doc links and http→https where possiblePhil Pennock
I got a cookie-cutter email from folks noting the modssl.org doc links were broken and asking us to use their site instead, which was both helpful and a rather heavy page with advertising on it, so not something I want our docs to link to. Fixed the modssl link to point to the correct current Apache docs, since mod_ssl has not been a separate project for … a very long time. Audited every `http:` link in the Spec, replacing with https if available, updating URLs as needed, or trimming deadwood as appropriate. This did edit one license text, but in a way which I believe is reasonable and in the license holder's best interests. * Use comments with a datestamp for any remaining http: URLs, showing when they were last audited * Suggest migrating away from Berkeley DB. * Drop mention of a patched `pam_unix` module which is no longer available. * In revamping the CDB tools links, add my own tools. * Redo the intro text for the mod_ssl stuff (first person voice of PH). * Rescorla's book's online examples appear to be gone; drop mention of them and point to Ristić's more recent book too. * Point to wikipedia list of DNSxL services as an overview, in part because I dropped the reference to the defunct rfc-ignorant.org and there was no good candidate as an exemplar for domain-based lists. * Note that mksd is a candidate for removal from Exim since mks_vir is dead. * Drop LogReport/lire reference (dead/gone and can't find it). * Redo proxy protocol spec-linking text. * Replace FAQ A1701 with text saying "don't do that" (self-signed certs) and just telling people to use a CA instead, pointing strongly to Let's Encrypt. We did nobody any favors with that old text still being present today (it was entirely appropriate when written).
2018-08-31DEBUG: db functionsJeremy Harris
2018-08-29Refactor authenticators API to take an (opaque) smtp connection contextJeremy Harris
2018-08-27Do not use arc4random_stir() directly (Bug 2304)Xin Li
arc4random_stir should not be used directly (it's fully automated after FreeBSD r227520, or approximately __FreeBSD_version 1000002), the interface will be removed from FreeBSD soon (bugs.freebsd.org/230756). Patch was from bugs.freebsd.org/230826.
2018-08-23Use single-bit fields for file-global flags in smtp_inJeremy Harris
2018-08-23DMARC: Fix forensic-report envelopes to permit non-null. Bug 1896Jeremy Harris
2018-08-22Fix no-SSL, with-SOCKS buildJeremy Harris
2018-08-22Testsuite: fix CHUNKING tests for no-DKIM buildJeremy Harris
2018-08-22Use single-bit fields for global flagsJeremy Harris
2018-08-22Logging: server pipelining offer but no uptakeJeremy Harris
2018-08-22tidyingJeremy Harris
2018-08-21Builtin macros for log_selector valuesJeremy Harris
2018-08-21Tidying: indentationJeremy Harris
2018-08-21Debug: indent builtin-DB operationsJeremy Harris
2018-08-21Logging: pipelining log_selectorJeremy Harris
2018-08-20unbreak test: s/log_write/logwrite/Phil Pennock
2018-08-17UTF8/locale: document constraints on current expansions.Phil Pennock
2018-08-16Fix utf8clean not replacing incomplete final characterPhil Pennock
Before, it was just dropped, but we document that it's replaced by ?. Tests updated, manual test-case for -be prompt is: ${utf8clean:${length_1:フィル}}
2018-08-11Fix logging all_parents for cutthrough delivery. Bug 2296Jeremy Harris
2018-08-09Fix cutthrough delivery for more than one iteration of address redirection. ↵Jeremy Harris
Bug 2296
2018-08-05Docs: add explicit warning on spoolfile formatsJeremy Harris
2018-08-0418N: fix docs for option name. Bug 2246Gedalya
Incorrect at introduction in 71c158466d.
2018-08-04REQUIRETLS: amplify docs discussionJeremy Harris
2018-07-31Make -n work with macros tooPhil Pennock
Have `exim -n -bP macro FOO` just print the value of the macro `FOO`, without the `name=` prefix. This is the same handling as used for option values. If the invoker asks for multiple macros in one invocation, with `-n`, then that's their problem.
2018-07-28I18N: add a utf8_downconvert option to the smtp transport. Bug 2248Jeremy Harris
2018-07-27Support REQUIRETLSJeremy Harris
2018-07-20Fix non-EVENTS buildJeremy Harris
Broken-by: c4b57fddca
2018-07-18Testsuite: restore rspamd testcaseJeremy Harris
Missed from 611b1961b8.
2018-07-18I18N: reject SMTPUTF8 MAIL command when facility not advertisedJeremy Harris
2018-07-18I18N: Fix protocol recorded for a multi-SMTPUTF8-message connection. Bug 2287Jeremy Harris
2018-07-18Docs: clarify rolled-up dkim status availability in data ACLJeremy Harris
2018-07-13doc: DANE: don't claim TA can be elided from chainPhil Pennock
While technically an implementation can choose to use a public TA from DNS or elsewhere to populate a missing TA from the chain, that creates interoperability issues and the OpenSSL integration code, at least, doesn't support that and after a bit of work drilling through layers of abstraction, I've not figured out what GnuTLS does and I've decided I don't care. So I'm heeding Viktor's advice and changing the docs to just say to publish the TA in the chain sent by the server.
2018-07-10nit typoPhil Pennock
2018-07-10Document problems with SHA-1 in certs with DANE-TAPhil Pennock
Very few domains are using SHA-1 in EE certs issued from a CA used in DANE-TA anchoring, but some are. Meanwhile apparently GnuTLS now defaults to disabling SHA-1 in chains. Which is eminently reasonable. I do not believe that Exim should re-enable use of SHA-1 here. Let it die. Document with warnings that folks using a private CA for certs to be publicly trusted via DANE-TA should follow decent operational issuance practices. Also update my Channel Binding docs for GSASL to warn that Channel Binding is Broken™.
2018-06-28Callouts: enhance debug messageJeremy Harris
2018-06-28Testsuite: tweak instructions for running the suiteJeremy Harris
2018-06-27Restore rsmapd supportJeremy Harris
Following discussions on the exim-user mailinglist it seems that the conclusion that the interface was nonfunctioning was unwarranted.
2018-06-26tidyingJeremy Harris
2018-06-26Merge branch 'rspamd-removal'Jeremy Harris