Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | Log failures to extract envelope addresses from message headers. Bug 2351 | Jeremy Harris | |
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7) | |||
2018-12-15 | Fix build with content-scan enabled but all malware types disabled | Jeremy Harris | |
2018-12-14 | Fix parsing of option type Kint (integer, stored in K). Bug 2348 | Jeremy Harris | |
Broken-by: a45431fa71 | |||
2018-12-13 | mk_exim_release: rework for dotted release scheme | Heiko Schlittermann (HS12-RIPE) | |
2018-12-13 | reversion: Adapt to dotted release scheme | Heiko Schlittermann (HS12-RIPE) | |
2018-12-13 | reversion: tidy | Heiko Schlittermann (HS12-RIPE) | |
2018-12-05 | Send delay-MDN for any queurun past delay_warning, even if not retry time ↵ | Jeremy Harris | |
yet. Bug 2341 | |||
2018-12-02 | tidying | Jeremy Harris | |
2018-12-02 | More debug in smtp transport | Jeremy Harris | |
2018-12-02 | Logging: outgoing_port on temporary errors for non-last hosts | Jeremy Harris | |
Also show nonstandard ports in process info for exiwhat | |||
2018-12-01 | Harden string-list handling | Jeremy Harris | |
2018-11-29 | GnuTLS: fix build with older libraries | Jeremy Harris | |
Broken-by: 6aac3239b4 | |||
2018-11-28 | OpenSSL: fail the handshake when SNI processing hits a problem | Jeremy Harris | |
2018-11-28 | TLS: Increase RSA keysize of autogen selfsign cert | 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 | Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238 | 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-06 | tidying | Jeremy Harris | |
2018-11-06 | Fix build on FreeBSD 11 | 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 | 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-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 | 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 | |
2018-10-21 | tidying | Jeremy Harris | |
2018-10-21 | Ensure unique message-id even for rejected messages | Jeremy Harris | |
2018-10-21 | MacOS: fix egid problem | Jeremy Harris | |
2018-10-21 | MacOS: support large group-membership counts | Jeremy Harris | |
2018-10-20 | Refactor startup error exits | Jeremy Harris | |
2018-10-14 | tidying | Jeremy Harris | |
2018-10-14 | Testsuite: client script faciility for handling optional reponses | Jeremy Harris | |
Use this to deal with fallout from TLS negotiation failure, where the server sees leftover encrypted data as garbage commands. | |||
2018-10-14 | OpenSSL: Enhance connect/accept-time debug | Jeremy Harris | |
Also, use safer interface for error-strings. | |||
2018-10-12 | Fix Mac build | Jeremy Harris | |
Broken-by: 75c121f07a | |||
2018-10-12 | Fix OpenBSD build. | Jeremy Harris | |
Broken-by: 75c121f07a | |||
2018-10-12 | Increase buffer size used for DNS responses. Bug 2329 | Jeremy Harris | |
2018-10-12 | tidying | Jeremy Harris | |