docs infrastructure notes
[exim.git] / src /
2021-01-15 Jeremy HarrisHints DB: harden against corrupt files by ignoring...
2021-01-12 Jeremy HarrisAuths: in plaintext authenticator, fix parsing of conse...
2021-01-10 Jeremy Harrischannel binding notes
2021-01-09 Jeremy HarrisUtilities: harden exim_tidydb against corrupt wait...
2021-01-04 Jeremy HarrisBSD: avoid delay on continued-connection
2021-01-01 Jeremy HarrisAuthenticators: feature handling for upcoming GSASL...
2021-01-01 Jeremy HarrisFreeBSD: packet coalescing
2021-01-01 Jeremy Harrismalware: avoid partial packets, sending to ClamAV
2021-01-01 Jeremy HarrisFreeBSD: harden against ClamAV connection errors
2021-01-01 Jeremy HarrisAvoid needless socket close
2020-12-31 Jeremy Harrismalware: avoid slurping entire spoolfile for sending...
2020-12-31 Jeremy HarrisTFO: better observability (slightly) on FreeBSD
2020-12-28 Jeremy HarrisLogging: make placement of continued-delivery asterisk...
2020-12-27 Jeremy HarrisGSASL: More recent versions of the library no longer...
2020-12-26 Jeremy HarrisFix build on GNU/Hurd [supports openat()]. Bug 2608
2020-12-26 Jeremy HarrisFix build warning on 32-bit int platfowms. Bug 2678
2020-12-24 Jeremy HarrisExpansions: Reduce memory use of ${listcount }
2020-12-24 Jeremy HarrisReplace internal string-expansion call with a direct...
2020-12-24 Jeremy HarrisConvert more cases of list-walking to use self-assigned...
2020-12-24 Jeremy HarrisFix ${listextract } from a tainted list
2020-12-20 Jeremy HarrisFix local delivery delay when combined with remote...
2020-12-17 Jeremy HarrisFix the PIPE_CONNECT feature control in the template...
2020-12-17 Jeremy HarrisRemove the X_ prefix from the PIPE_CONNECT SMTP service...
2020-12-16 Jeremy HarrisFix matching of long addresses. Bug 2677
2020-11-24 Jeremy HarrisARC: harden parsing of signing spec. Bug 2639
2020-11-19 Jeremy HarrisLogging: add I= element to transport-defer lines. ...
2020-11-03 Jeremy Harristidying
2020-11-03 Jeremy HarrisFix spurious logging of select error
2020-11-02 Jeremy Harristypo
2020-11-02 Jeremy Harriskevent: handle OpenBSD API anomaly, redux
2020-11-02 Jeremy HarrisPass authenticator pubname through spool. Bug 2648
2020-10-30 Jeremy HarrisLDAP: fix taint-check in server list walk. Bug 2646
2020-10-30 Jeremy HarrisFix build on platforms lacking TIOCOUTQ ioctl
2020-10-29 Jeremy HarrisFix build on platforms lacking TIOCOUTQ ioctl
2020-10-29 Jeremy HarrisDebug: show stalled send-data count on message-errors
2020-10-28 Jeremy HarrisAvoid manually-counted long strings
2020-10-13 Jeremy Harris TLS: pre-generate and load server selfsigned cert...
2020-10-10 Jeremy HarrisTestsuite & OpenSSL debug: regularise debug output...
2020-10-10 Jeremy Harriskevent: handle OpenBSD API anomaly
2020-10-10 Jeremy Harriskevent: fix directory check
2020-10-10 Jeremy HarrisOpenBSD, NetBSD: TLS preload
2020-10-10 Jeremy HarrisMore debug for fail cases in kevent set-watch
2020-10-09 Jeremy HarrisUnbreak no-TLS build
2020-10-09 Jeremy HarrisFreeBSD: TLS: preload configuration items
2020-10-05 Jeremy HarrisUnbreak non-ipv6 build
2020-10-05 Jeremy HarrisGnuTLS: when library too old for system CA bundle suppo...
2020-10-05 Jeremy HarrisDebug output: regularise host lookup tracing
2020-10-05 Heiko Schlitterman... Add proxy_protocol_timeout main config option.
2020-10-04 Jeremy HarrisUnbreak build on non-inotify platforms
2020-10-04 Jeremy HarrisFix build on earlier library version
2020-10-04 Jeremy HarrisFix non-OCSP build
2020-10-04 Jeremy HarrisGnuTLS: fix build on earlier library version.
2020-10-04 Heiko Schlitterman... Merge branch 'hs/fix-proxy-bh' (Closes 2656)
2020-10-04 Heiko Schlitterman... Use ALARM() to set deadline on reading the proxy header...
2020-10-04 Heiko Schlitterman... Replace recv() by read() (Bug 2656)
2020-10-03 Jeremy HarrisTLS: preload configuration items
2020-10-03 Jeremy Harristidying
2020-09-26 Jeremy HarrisOpenSSL: Fix client-side tls_verify_cert_hostnames...
2020-09-25 Nicolas RDocs: Fix various typos (Closes 2650, 2651)
2020-09-17 Phil Pennockdefault DH prime choice consistency
2020-09-12 Jeremy Harriseximon: tidying
2020-09-12 Richard Claytoneximon: fix FreeBSD build
2020-09-06 Jeremy HarrisGnuTLS: clear errno before any data i/o op, so error...
2020-09-01 Jeremy HarrisARC: Add basic error-checking on permitted chars in...
2020-08-31 Jeremy HarrisTaint: enforce checking of directory creates
2020-08-31 Jeremy Harrisadd an internal error code definition
2020-08-31 Jeremy HarrisFix non-TLS build
2020-08-27 Jeremy HarrisFix non-DANE build
2020-08-26 Jeremy HarrisDANE: Fix 2 messages from queue case
2020-08-26 Jeremy Harristidying
2020-08-24 Jeremy HarrisBuild: ifdef guard for EXPERIMENTAL_QUEUEFILE
2020-08-23 Jeremy HarrisFix non-DANE build
2020-08-23 Jeremy HarrisDANE: Fix 2-rcpt message, diff domins case. Bug 2265
2020-08-23 Jeremy Harristidying
2020-08-23 Jeremy HarrisDebug: minor updates
2020-08-21 GavanTaint: fix off-by-one in is_tainted(). Bug 2634
2020-08-19 Jeremy HarrisDANE: force SNI to use $domain. Bug 2265
2020-08-14 Jeremy HarrisFix ${readsocket } eol-replacement. Bug 2630
2020-08-10 Jeremy Harrisdnslists: hardwired return value check. Bug 2631
2020-08-10 Jeremy HarrisBuild: Split out dnsbl code
2020-08-10 Jeremy HarrisConstify
2020-08-10 Jeremy HarrisBuild: tidying
2020-08-09 Jeremy HarrisFix spelling of local_part_data in docs and debug output
2020-08-02 Jeremy HarrisFix lsearch ret=full
2020-08-02 Jeremy HarrisEnforce STARTTLS sync point, client side
2020-08-01 Jeremy HarrisSPF: enhance A-R result
2020-07-25 Jeremy HarrisGnuTLS: in server, detect TCP RST from client after...
2020-07-24 Jeremy Harris OpenSSL: in server, detect TCP RST from client after...
2020-07-17 Heiko Schlitterman... debug_print_socket(): output formatting
2020-07-17 Heiko Schlitterman... Fix debug_print_socket()
2020-07-13 Jeremy HarrisTaint: fix ACL "spam" condition, to permit tainted...
2020-07-10 Jeremy HarrisRelease unused memory in parse_quote_2047()
2020-07-10 Jeremy HarrisCommand-line option for no notifier socket. Bug 2616
2020-07-09 Jeremy HarrisFix taint trap in parse_fix_phrase(). Bug 2617
2020-07-09 Jeremy Harristidying
2020-07-06 Guillaume OuttersFix DKIM signing to always ;-terminate. Bug 2295
2020-07-05 Jeremy HarrisSupport ret-full on lsearch. Bug 2611
2020-07-05 Jeremy HarrisMove errno-protection into string_open_failed()
2020-07-03 Jeremy Harristypoes
2020-06-30 Jeremy HarrisFix message-reception clock usage. Bug 2615
next