Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | GnuTLS: more info on accept zero-error | Jeremy Harris | |
2020-06-11 | TLS: use RFC 6125 rules for certifucate name checks when CNAMES are present. ↵ | Jeremy Harris | |
Bug 2594 | |||
2020-06-08 | Filters: fix "vacation" in Exim filter. Bug 2593 | Jeremy Harris | |
Broken-by: cfb9cf20cb (4.90) | |||
2020-06-08 | wip | Jeremy Harris | |
2020-06-07 | OpenSSL: more info on accept zero-error | Jeremy Harris | |
2020-06-07 | Copyright year. Bug 2592 | Jeremy Harris | |
2020-06-06 | Sqlite: new-style option to specify db file | Jeremy Harris | |
2020-06-06 | Refactor lookup argument shuffling | Jeremy Harris | |
2020-06-05 | Docs: more info on taint | Jeremy Harris | |
2020-06-04 | Fix -bi. Bug 2590 | Jeremy Harris | |
Actual fix from pierre.labastie@neuf.fr ; additional coding and testcase bu jgh Broken-by: bdcc6f2bd5 | |||
2020-06-04 | tidying | Jeremy Harris | |
2020-06-03 | Taint: fix multiple ACL actions to properly manage tainted argument data | Jeremy Harris | |
2020-06-02 | Docs: fix mistaken variable name | Patrick Boutilier | |
2020-06-02 | Taint: fix listcount expansion operator. Bug 2586 | Jeremy Harris | |
2020-06-02 | tidying | Jeremy Harris | |
2020-06-02 | Taint: fix pam expansion condition. Bug 2587 | Jeremy Harris | |
2020-06-01 | Merge branch '4.next' | Jeremy Harris | |
2020-05-30 | Testsuite: MySQL: use password on account used for test access | Jeremy Harris | |
Forced on us by security tightning in Mariadb 10.4 | |||
2020-05-29 | Fix format of maildir filenames. Bug 1329 | Andreas Metzler | |
2020-05-26 | Make def:<var> compatible between "static" and "dynamic" vars. | Heiko Schlittermann (HS12-RIPE) | |
Some variables are simple pointers to internal memory (e.g. vtype_stringptr), other variables are dynamically filled with content (e.g. vtype_string_func). The static variables contain "" if they're not defined yet. At least on dynamic variable (recipients, backed by fn_recipients()) returned NULL instead of "", which lead to unexpected results on def:recipients. To keep the functions usable in places where it makes sense to return NULL and "" as distinct values, I didn't touch the functions, but the evaluation logic in find_variable(). | |||
2020-05-26 | Quota checking during reception. Bug 163 | Jeremy Harris | |
2020-05-26 | Debug: indentation | Jeremy Harris | |
2020-05-26 | tidying | Jeremy Harris | |
2020-05-25 | Fix listquote expansion item to handle empty-string input | Jeremy Harris | |
2020-05-24 | EDITME: Shorten the explanation of <osname> and <build> | Heiko Schlittermann (HS12-RIPE) | |
2020-05-22 | SPF: Add main config option "spf_smtp_comment_templateexim-4.94-RC2 | Heiko Schlittermann (HS12-RIPE) | |
2020-05-22 | SPF: Remove the parameters of the broken explanation link | Heiko Schlittermann (HS12-RIPE) | |
The complete www.open-spf.org is a static copy of the formerly working openspf.org page. The explanation form doesn't work anymore. | |||
2020-05-20 | OpenSSL: clear error stack before avery I/O operation | Jeremy Harris | |
2020-05-19 | better guards | Jeremy Harris | |
2020-05-19 | Docs: remove reduundant transport configu lines | Jeremy Harris | |
2020-05-17 | Lookups: cache=no_rd option. Bug 1751 | Jeremy Harris | |
2020-05-16 | Docs: options on lookups | Jeremy Harris | |
2020-05-16 | Log additional command-history on too-many-syntax-errors | Jeremy Harris | |
2020-05-16 | Docs: another mention of $local_part_verified | Andreas Metzler | |
Broken-by: d8024efa36 | |||
2020-05-15 | Add debug for lookup ret=key | Jeremy Harris | |
2020-05-13 | Debug: quieten DSN | Jeremy Harris | |
2020-05-13 | Debug: quieten DSNexim-4.94-RC1 | Jeremy Harris | |
2020-05-13 | smtp transport: message_linelength_limit option. Bug 1684 | Jeremy Harris | |
2020-05-13 | Fix over-long line in DSN | Jeremy Harris | |
2020-05-12 | Docs: set message after conditions in ACL verb wherever possible | Jeremy Harris | |
2020-05-12 | Darwin build (mac): disable TLS Resumption support | Jeremy Harris | |
2020-05-12 | Move the LMDB lokup support from Experimental to mainline | Jeremy Harris | |
2020-05-10 | Fix build with older GnuTLS | Jeremy Harris | |
Broken-by: 2983e1a616 | |||
2020-05-10 | Move the TLS resumption support from Experimental to mainline | Jeremy Harris | |
2020-05-09 | Move the native SRS implementation from Experimental to mainline | Jeremy Harris | |
2020-05-09 | Rename EXPERIMENTAL_SRS to EXPERIMENTAL_SRS_ALT | Jeremy Harris | |
2020-05-09 | Move the fast-ramp two phase queue run support from Experimental to the mainline | Jeremy Harris | |
2020-05-09 | Fix build with Radius auth expansion condition support. Bug 2572 | = Fabian Groffen | |
2020-05-09 | Performance: workaround Linux kernel bug | Jeremy Harris | |
2020-05-07 | Lookups: ret=key option | Jeremy Harris | |