Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | TLS: Increase RSA keysize of autogen selfsign cert | Jeremy Harris | |
2018-11-27 | Testsuite: switch ciphersuite use | Jeremy Harris | |
This is to accomodate RHEL 7, where openssl seems to not support ECDHE Kx + CAMELIA nor any of the CHACHA20s, but does support DHE Kx + CAMELIA. All we really wanted was something distinguishable from default (which is commonly ECDHE-RSA-AUE256-GCM-SHA). | |||
2018-11-25 | Testsuite: ignore OCSP option output; fixes runs on non-OCSP builds | Jeremy Harris | |
2018-11-24 | Fix AUTH_GSASL build | Jeremy Harris | |
2018-11-24 | Avoid leaving $domain live with bogus info, during server connection startup | Jeremy 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-21 | nit (typo fix; docs) | Phil Pennock | |
2018-11-21 | Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2338 | Jeremy Harris | |
Relabel for commit c0fb53b74e which which had a typo in the commit message. | |||
2018-11-21 | Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238 | Jeremy Harris | |
2018-11-20 | Docs: more on $authenticated_fail_id | Jeremy Harris | |
2018-11-20 | Testsuite: document noisy-comment script commands | Jeremy Harris | |
2018-11-20 | Docs: add note on manualroute route-lists | Jeremy Harris | |
2018-11-20 | Docs: indexing of retry final-cutoff | Jeremy Harris | |
2018-11-20 | tidying | Jeremy Harris | |
2018-11-17 | Lose more string-copy operations | Jeremy Harris | |
2018-11-15 | Fix growable-string sprintf | Jeremy Harris | |
Broken-by d12746bc15 | |||
2018-11-15 | OpenBSD: bump dns-result buffer to 64kB | Jeremy Harris | |
This just to take out a difference in testsuite behaviour. Builds for memory-constrained devices could legitimately use 16kB. | |||
2018-11-15 | Recast more internal string routines to use growable-strings | Jeremy Harris | |
2018-11-14 | tidying | Jeremy Harris | |
2018-11-13 | Docs: Add cross-refs for $h_<name> | Jeremy Harris | |
2018-11-11 | Testsuite: account for hostname-dependent output in debug output | Jeremy Harris | |
2018-11-11 | Testsuite: fix testcases for /etc/services not having smtps | Jeremy Harris | |
2018-11-11 | Docs: add notes on smtps | Jeremy Harris | |
2018-11-10 | Testsuite: increase retry time (for really slow test host) | Jeremy Harris | |
2018-11-09 | Testsuite: avoid time-quantization issue | Jeremy Harris | |
2018-11-09 | Testsuite: avoid time-quantization issue | Jeremy Harris | |
2018-11-08 | Testsuite: check for conflicting host name | Jeremy Harris | |
2018-11-06 | tidying | Jeremy Harris | |
2018-11-06 | Fix build on FreeBSD 11 | Jeremy Harris | |
2018-11-06 | Testsuite: rework testcases for DSN RCPT options | Jeremy Harris | |
2018-11-05 | MacOS: fix build | Jeremy Harris | |
Broken-by: ee8b809061 | |||
2018-11-05 | Fix mis-merge | Jeremy Harris | |
Broken-by ee8b809061 | |||
2018-11-05 | Unbreak non-PIPE_CONNECT build | Jeremy Harris | |
Broken-by: ee8b809061 | |||
2018-11-05 | Squashed commit of PIPE_CONNECT | Jeremy Harris | |
2018-10-30 | MacOS: TCP Fast Open | Jeremy Harris | |
2018-10-30 | Testsuite: adjust for 64b-int compatability | Jeremy Harris | |
2018-10-30 | Testsuite: more detail in dsearch testcase output | Jeremy Harris | |
2018-10-30 | Testsuite: ignore TCP Fast Open probe debug output | Jeremy Harris | |
2018-10-30 | Increase size of variables for check_spool_space and check_log_space | Jeremy Harris | |
2018-10-27 | Avoid trying to talk TLS over a known-closed channel | Jeremy Harris | |
2018-10-27 | Testsuite: fix cmdline option for test flavour | Jeremy Harris | |
2018-10-27 | Testsuite: resulting output changes. | Jeremy Harris | |
Broken-by: fd3cf78930 | |||
2018-10-26 | testsuite: diet for aux-fixed/3000.pl | Heiko Schlittermann (HS12-RIPE) | |
2018-10-26 | Testsuite: variances for OpenSSL 1.1.1 | Jeremy Harris | |
2018-10-23 | Tidying: char signedness | Jeremy Harris | |
2018-10-23 | Build: probe for broken poll() timing implementation | Jeremy Harris | |
2018-10-23 | MacOS: probe for a usable TFO system configuration | Jeremy Harris | |
2018-10-21 | Testsuite: fix debug stream munging for non-autocreate DBM variants, and for ↵ | Jeremy Harris | |
no TFO support | |||
2018-10-21 | MacOS: fix spurious "child process failure" | Jeremy Harris | |
2018-10-21 | Debug: provide for SIGALRM tracking | Jeremy Harris | |
2018-10-21 | Fix bad use of library, copying string over itself | Jeremy Harris | |