summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-22Fix getting non-TLS QUIT in FIN segmentJeremy Harris
2021-01-22TLS: on Linux when sockopt TCP_FASTOPEN_CONNECT is available, use TFO for TLS...Jeremy Harris
2021-01-21 Avoid bare TCP ACKs during TLS-on-connect startup.Jeremy Harris
2021-01-17malware: use sendfile for ClamAV TCPJeremy Harris
2021-01-16malware: fix ClamAV file send corkingJeremy Harris
2021-01-15Hints DB: harden against corrupt files by ignoring unexpected size recordsJeremy Harris
2021-01-12Auths: in plaintext authenticator, fix parsing of consecutive circuflex. Bug...Jeremy Harris
2021-01-10channel binding notesJeremy Harris
2021-01-09Utilities: harden exim_tidydb against corrupt wait-records. Bug 2343Jeremy Harris
2021-01-04BSD: avoid delay on continued-connectionJeremy Harris
2021-01-01Authenticators: feature handling for upcoming GSASL versionJeremy Harris
2021-01-01FreeBSD: packet coalescingJeremy Harris
2021-01-01malware: avoid partial packets, sending to ClamAVJeremy Harris
2021-01-01FreeBSD: harden against ClamAV connection errorsJeremy Harris
2021-01-01Avoid needless socket closeJeremy Harris
2020-12-31malware: avoid slurping entire spoolfile for sending to ClamAVJeremy Harris
2020-12-31TFO: better observability (slightly) on FreeBSDJeremy Harris
2020-12-28Logging: make placement of continued-delivery asterisk consistentJeremy Harris
2020-12-27GSASL: More recent versions of the library no longer need a hack for channel-...Jeremy Harris
2020-12-26Fix build on GNU/Hurd [supports openat()]. Bug 2608Jeremy Harris
2020-12-26Fix build warning on 32-bit int platfowms. Bug 2678Jeremy Harris
2020-12-24Expansions: Reduce memory use of ${listcount }Jeremy Harris
2020-12-24Replace internal string-expansion call with a direct recursionJeremy Harris
2020-12-24Convert more cases of list-walking to use self-assigned memory for the list-itemJeremy Harris
2020-12-24Fix ${listextract } from a tainted listJeremy Harris
2020-12-20Fix local delivery delay when combined with remote callout/hold. Bug 2599Jeremy Harris
2020-12-17Fix the PIPE_CONNECT feature control in the template Makefile, theJeremy Harris
2020-12-17Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.Jeremy Harris
2020-12-16Fix matching of long addresses. Bug 2677Jeremy Harris
2020-11-24ARC: harden parsing of signing spec. Bug 2639Jeremy Harris
2020-11-19Logging: add I= element to transport-defer lines. Bug 2675Jeremy Harris
2020-11-03tidyingJeremy Harris
2020-11-03Fix spurious logging of select errorJeremy Harris
2020-11-02typoJeremy Harris
2020-11-02kevent: handle OpenBSD API anomaly, reduxJeremy Harris
2020-11-02Pass authenticator pubname through spool. Bug 2648Jeremy Harris
2020-10-30LDAP: fix taint-check in server list walk. Bug 2646Jeremy Harris
2020-10-30Fix build on platforms lacking TIOCOUTQ ioctlJeremy Harris
2020-10-29Fix build on platforms lacking TIOCOUTQ ioctlJeremy Harris
2020-10-29Debug: show stalled send-data count on message-errorsJeremy Harris
2020-10-28Avoid manually-counted long stringsJeremy Harris
2020-10-13 TLS: pre-generate and load server selfsigned cert, when one is to be usedJeremy Harris
2020-10-10Testsuite & OpenSSL debug: regularise debug output, and fix test mungingJeremy Harris
2020-10-10kevent: handle OpenBSD API anomalyJeremy Harris
2020-10-10kevent: fix directory checkJeremy Harris
2020-10-10OpenBSD, NetBSD: TLS preloadJeremy Harris
2020-10-10More debug for fail cases in kevent set-watchJeremy Harris
2020-10-09Unbreak no-TLS buildJeremy Harris
2020-10-09FreeBSD: TLS: preload configuration itemsJeremy Harris
2020-10-05Unbreak non-ipv6 buildJeremy Harris