Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-06 | Transport: permit an empty string for the transport_filter option. Bug 1714 | Jeremy Harris | |
2015-11-03 | PRDR: Introduce $prdr_requested flag variable. Bug 1712 | Jeremy Harris | |
2015-11-03 | Radius: Change name of header file for RADIUSCLIENTNEW to match Fedora and ↵ | Jeremy Harris | |
(apparently) Gentoo. Also include a hack to avoid a definition conflict between that Radius header and a DBM header. This work imported from Gentoo (more than one author). | |||
2015-11-02 | Avoid misaligned access in cached lookup. Bug 1708 | Jeremy Harris | |
2015-11-01 | Source: Remove trailing whitespaces from src/*.{h,c} | Heiko Schlittermann (HS12-RIPE) | |
2015-10-30 | Lookups: Do not escape percent or underbar in the ${quote_pgsql: } operator. ↵ | Jeremy Harris | |
Bug 1706 | |||
2015-10-30 | Cygwin: update from Exim Cygwin maintainer. Bug 1707 | Jeremy Harris | |
2015-10-27 | Manualroute: use same host for all RCPTs of a message, even under ↵ | Eric Andresen | |
hosts_randomize. Bug 830 Patch from author adjusted by JH to retain MX priorities when /MX indirection is used. | |||
2015-10-26 | Testsuite: deal better with -bt output and long test-system ipv4 addresses | Jeremy Harris | |
2015-10-25 | Pipe transport: fix log_defer_output option. Bug 840 | Jeremy Harris | |
2015-10-25 | DKIM: ignore space & tab embedded in base64 during decode. Bug 1700 | Jeremy Harris | |
2015-10-25 | code tidying | Jeremy Harris | |
2015-10-17 | Merge remote-tracking branch 'github/pr/34' | Phil Pennock | |
GitHub user @puleglot "Alexander Tsoy" reported build failures for RADIUS: > Was broken by commits 93a6fce and 55414b2 These are the recent const-ification work. Changes LGTM. | |||
2015-10-17 | Utils: exiqgrep error/usage if there are non-understood arguments. Bug 1586 | Jeremy Harris | |
2015-10-17 | Fix conflicting types errors in radius auth | Alexander Tsoy | |
Was broken by commits 93a6fce2 and 55414b25 | |||
2015-10-13 | Check maximum (folded) line length in default spec file data ACL and smtp ↵ | Jeremy Harris | |
transport. Bug 1684 | |||
2015-10-13 | Log deferred deliveries for transport max_parallel | Jeremy Harris | |
2015-10-13 | max_parallel transport option. Bug 1698 | Jeremy Harris | |
2015-10-13 | max_parallel transport option | Jeremy Harris | |
2015-10-11 | Fix typo in debug output | Heiko Schlittermann (HS12-RIPE) | |
2015-10-11 | Handle >1 parallelism in serialize db entries | Jeremy Harris | |
2015-10-11 | code tidying | Jeremy Harris | |
2015-10-03 | Tidying | Jeremy Harris | |
2015-10-03 | SOCKS: fix function prototype | Jeremy Harris | |
2015-09-30 | Increase verbosity of (panic)log message for string_sprintf overflow | Jeremy Harris | |
2015-09-29 | Fix gnutls library version check, for system certs feature. Bug 1691 | Jeremy Harris | |
2015-09-22 | Testsuite: move regex testcase to Content-scanning section | Jeremy Harris | |
2015-09-20 | DNS: avoid overflow in cache TTL for negative entries. Bug 1395 | Jeremy Harris | |
2015-09-19 | Retry: always use interface, if set, for retry DB key. Bug 1678 | Jeremy Harris | |
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct. | |||
2015-09-17 | DNS: time-limit cached returns, using TTL. Bug 1395 | Jeremy Harris | |
This can matter for fast-changing data such as DNSBLs. | |||
2015-09-14 | Add the Exim version to process info (exiwhat) | Heiko Schlittermann (HS12-RIPE) | |
2015-09-13 | TLS: downgrade fail of cert-based authentication from log message to ↵ | Jeremy Harris | |
debug messsage | |||
2015-09-12 | New $callout_address variable to record spamd (etc) address. Bug 1652 | Jeremy Harris | |
2015-09-09 | DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686 | Jeremy Harris | |
2015-09-08 | Capture substrings in ACL regex= . Bug 425. | Jeremy Harris | |
2015-08-25 | Close logs after daemon-process exceptional write. Bug 728 | Jeremy Harris | |
2015-08-21 | Remember the fail reason for verify=headers_syntax. Bug 264 | Jeremy Harris | |
2015-08-21 | Fix post-transport-crash: safeguard for missing spool BUG 1671 | Heiko Schlittermann (HS12-RIPE) | |
Based on a proposal from Wolfgang Breyha. | |||
2015-08-21 | Add a .ctags file to src | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Fix post-transport-crash. | Heiko Schlittermann (HS12-RIPE) | |
The crash probably was introduced in a39bd74d3e94 and needs 'split_spool_directory=yes' to expose. Thanks to Wolfgang Breyha, who found the same fix. | |||
2015-08-14 | Improve the consistency of logging incoming and outgoing interfaces. | Tony Finch | |
The I= interface field on outgoing lines is now after the H= remote host field, same as incoming lines. There is a separate outgoing_interface log selector which allows you to disable the outgoing I= field. (slight massaging by JH) | |||
2015-08-14 | Overhaul the debug_selector and log_selector machinery to support ↵ | Tony Finch | |
variable-length bit vectors. No functional change. | |||
2015-08-13 | Fix timeout adjustment in c528cec4 | Heiko Schlittermann (HS12-RIPE) | |
2015-08-12 | Adjust the timeout after interrupted select() | Heiko Schlittermann (HS12-RIPE) | |
2015-08-11 | GnuTLS: avoid whining about OCSP when not requested by config | Jeremy Harris | |
2015-08-11 | Fix ESMTP MAIL command option processing | Heiko Schlittermann (HS12-RIPE) | |
If the address containes spaces, the option processing was confused. | |||
2015-08-11 | Build: Make test_{os,parse,dbfn,string} work | Heiko Schlittermann (HS12-RIPE) | |
2015-08-10 | Really re-select() when interrupted. | Heiko Schlittermann (HS12-RIPE) | |
2015-08-09 | Compiler quietening | Heiko Schlittermann (HS12-RIPE) | |
2015-08-06 | OpenSSL: fix complile on pre-EC-capable library versions | Jeremy Harris | |