Testsuite: fix munge for mailq
[exim.git] / src / src / transports /
3 days ago Jeremy HarrisDebug: fix showing option name for list (vs. list content)
6 days ago Jeremy HarrisTestsuite: munge retry DB dumps for long pathnames
2024-04-14 Jeremy Harristidying
2024-04-04 Daniel GolleDebug: use difftime()
2024-04-04 Jeremy HarrisRetries: rework DB keys, and fix exinext IPv6. Bug...
2024-03-26 Jeremy Harristidying
2024-03-16 Jeremy HarrisAutoreply: Remove Exim version 3 campatibility code
2024-02-25 Jeremy HarrisBuild: avoid compiling code for unused transports,...
2024-02-16 Jeremy HarrisDebug: option access for expansion
2024-02-10 Jeremy HarrisMove ESMPT LIMITS extension from experimental to mainline
2024-01-26 Jeremy Harris Fix smtp transport response to close after all...
2024-01-26 Jeremy HarrisACL: in "regex" condition, release store every thousand...
2024-01-26 Jeremy HarrisAppendfile: release regex-match store every thousand...
2023-12-29 Jeremy HarrisTidying: enum for smtp_write_mail_and_rcpt_cmds() retcodes
2023-12-29 Jeremy HarrisTidying: defines for sync_responses() retcodes
2023-11-26 Jeremy HarrisUnbreak DISABLE_TLS_RESUME build
2023-11-15 Jeremy Harrisconstification
2023-11-13 Jeremy HarrisTLS: fix resumption for TLS-on-connect
2023-11-04 Jeremy HarrisMerge branch '4.next' 4.next github/4.next
2023-11-04 Jeremy HarrisCopyright updates: exim-4.97
2023-10-15 Heiko Schlitterman... Merge branch 'exim-4.96+security' into master+security
2023-10-02 Jeremy HarrisMerge branch 'exim-4.96+security'
2023-08-03 Jeremy HarrisFix $recipients expansion when used within ${run.....
2023-07-07 Jeremy HarrisSupport gring as a first-class conversion specifier...
2023-06-30 Jeremy HarrisNew format for exim_message_id
2023-06-20 Jeremy HarrisDebug old ehlo-resp record date, on noting mismatch
2023-06-20 Jeremy HarrisCancel early-pipe on an observed advertising change
2023-05-04 Jeremy HarrisFix variable initialisation in smtp transport. Bug...
2022-12-23 Jeremy HarrisExpand max_rcpt option on smtp transport. Bug 2946
2022-12-03 Jeremy Harristidying
2022-11-27 Jeremy HarrisSPDX: Mass-update to GPL-2.0-or-later
2022-11-27 Jeremy HarrisSPDX: license tags (mostly by guesswork)
2022-08-18 Jeremy HarrisGSASL: use tls-exporter for SCRAM*PLUS methods under...
2022-08-14 Jeremy HarrisPartial workaround for TCP Fast Open issue. Bug 2907
2022-07-21 Jeremy HarrisEvent for auth fail: client side
2022-06-26 Jeremy HarrisMerge branch '4.next'
2022-06-19 Jeremy HarrisRegex compile cacheing
2022-06-10 Jeremy HarrisUse pool storage for regex operations
2022-06-02 Jeremy HarrisUnbreak DISABLE_PIPE_CONNECT build
2022-06-01 Jeremy HarrisUnbreak DISABLE_PIPE_CONNECT build
2022-05-24 Jeremy HarrisTLS resumption: fix for PIPECONNECT
2022-05-23 Jeremy HarrisTLS resumption: disable on continued-connection
2022-05-23 Jeremy HarrisDebug: clarify SMTP DATA ops in transport
2022-05-15 Jeremy Harristidying
2022-04-23 Jeremy HarrisCopyright updates: exim-4.96-RC0
2022-04-15 Jeremy HarrisTLS resumption: support Outlook hosts-behind-loadbalancer
2022-04-12 Jeremy HarrisTLS resumption: restrict session re-use
2022-04-10 Jeremy Harristidying
2022-04-07 Jeremy Harriscompiler quietening
2022-04-05 Jeremy Harristidying
2022-04-04 Jeremy HarrisSupport PIPECONNECT with helo_data using the local...
2022-04-03 Jeremy HarrisCHUNKING: fix availability on continued-transport
2022-03-28 Jeremy HarrisTidying: explicit (de)tainting copies
2022-03-28 Jeremy HarrisHints DB interface: convert from macros to inlinable...
2022-03-27 Jeremy HarrisTaintcheck transport-process arguments
2022-03-19 Jeremy HarrisDebug: build a summary string tracking transport SMTP...
2022-03-16 Jeremy HarrisOpenSSL: track shutdown calls. Bug 2864
2022-03-13 Jeremy HarrisTDB: quieten compiler and testsuite
2022-03-11 Jeremy Harristidying
2022-03-09 Jeremy Harristidying
2022-03-03 Jeremy HarrisCheck query strings of query-style lookups for quoting...
2022-03-01 Jeremy HarrisRevert introduction of alloc_insecure_tainted_data
2022-02-27 Jeremy HarrisNDBM: check for bogus name given to create call
2022-02-26 Jeremy Harristidying
2022-01-05 Jeremy HarrisAvoid modifying global errno when raising event
2021-12-25 Jeremy Harris smtp transport: poll for trailing data to drain...
2021-11-29 Jeremy Harristidying
2021-11-17 Jeremy Harris Tidy input buffer handling
2021-11-17 Jeremy Harrisselect() -> poll(). Bug 2831
2021-11-10 Jeremy Harristidying
2021-10-23 Jeremy HarrisCopyright updates:
2021-10-17 Jeremy HarrisChange advertised feature name for PIPECONNECT
2021-10-15 Jeremy HarrisAvoid calling gettimeofday(), select() per char for...
2021-09-28 Jeremy HarrisMerge branch '4.next'
2021-09-12 Jeremy HarrisUse %ld not %l
2021-09-12 Jeremy Harrispcre2
2021-09-01 Jeremy HarrisGeneralise "send failed" message in smtp transport
2021-08-16 Jeremy HarrisDKIM: Avoid spurious tls read timeout after signing...
2021-08-11 Jeremy HarrisFix name of option in error log line
2021-07-22 Jeremy HarrisTLS: fix tls_verify_certificates handling of "system"
2021-07-18 Jeremy HarrisTLS: ALPN options
2021-06-28 Jeremy HarrisLibreSSL: TLS-write-shutdown does not push data
2021-06-27 Jeremy HarrisMerge branch 'readonly_config'
2021-06-27 Jeremy Harrisautorepy never_mail strings are immutable
2021-06-27 Jeremy Harrissmtp tpt fallback_hosts list must be mutable
2021-06-27 Jeremy Harrisavoid modifying source text, in appendfile
2021-06-25 Heiko Schlitterman... Merge branch 'hs/taintwarn'
2021-06-24 Heiko Schlitterman... Silence the compiler
2021-06-24 Heiko Schlitterman... Do not close the (main)_log, if we do not see a chance...
2021-06-24 Heiko Schlitterman... Silence compiler
2021-06-24 Heiko Schlitterman... smtp
2021-06-24 Heiko Schlitterman... pipe
2021-06-24 Heiko Schlitterman... autoreply
2021-06-07 Jeremy Harriscompiler quietening
2021-05-27 Heiko Schlitterman... Merge branch 'qualys-2020'
2021-05-27 Heiko Schlitterman... SECURITY: off-by-one in smtp transport (read response)
2021-05-11 Heiko Schlitterman... Fix DANE + SNI handling (Bug 2265)
2021-04-25 Jeremy Harristidying
2021-04-18 Jeremy HarrisExperimental: ESMTP LIMITS extension
2021-04-14 Jeremy Harris taint: allow appendfile create_file option to speci...
next