Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-30 | DKIM: Project coding standards | Jeremy Harris | |
2015-11-29 | DKIM: fix relaxed body verify for a newline-only body. Bug 963 | Jeremy Harris | |
2015-11-29 | Separate PolarSSL from PDKIM. Bug 1192 | Andreas Metzler | |
This is intended to be a step towards replacing the PolarSSL code with either OpenSSL of GnuTLS equivalents. | |||
2015-11-29 | DKIM: relaxed body canonicalisation should ignore whitespace at EOL | Jeremy Harris | |
and empty lines at EOM. Bug 1721 | |||
2015-11-29 | LDAP: Fix separator for multiple attrs and ldapm | Heiko Schlittermann (HS12-RIPE) | |
Schema: attributetype ( NAME foo … ) attributetype ( NAME foo1 SUP foo …) attributetype ( NAME foo2 SUP foo …) Objects in Directory: dn: … foo1: foo, bar foo1: baz foo2: buz Query and response: ldap://<HOST>/<BASE>?foo1?sub?<filter> -> foo,, bar,baz ldap://<HOST>/<BASE>?foo2?sub?<filter> -> buz ldap://<HOST>/<BASE>?foo1,foo2?sub?<filter> -> foo1="foo,, bar,baz" foo2="buz" ldap://<HOST>/<BASE>?foo?sub?<filter> -> foo,, bar,baz,buz The same holds for ldam, but with multiple lines, for each object one single line. | |||
2015-11-29 | LDAP: Fix comment formatting | Heiko Schlittermann (HS12-RIPE) | |
2015-11-29 | LDAP: Fix debug messages | Heiko Schlittermann (HS12-RIPE) | |
2015-11-29 | LDAP: internal rename of attr_count | Heiko Schlittermann (HS12-RIPE) | |
This avoids ambiguity with valuecount, rescount and others. attrs_requested is more expressive, IMHO. | |||
2015-11-29 | LDAP: Fix comment about delimiter | Heiko Schlittermann (HS12-RIPE) | |
2015-11-26 | Fix potential misaligned ipv6 result records from DNS search | Jeremy Harris | |
2015-11-25 | MIME: fix crash on filenames having null charset. Bug 1730 | Jeremy Harris | |
2015-11-22 | SOCKS: Support priority groups and weighted-random selection from | Jeremy Harris | |
multiple proxes. Bug 1720 | |||
2015-11-22 | MySQL: support MySQL config file option group names. Bug 1701 | Jeremy Harris | |
2015-11-17 | GF: Fix esoteric race condition in exicyclog | Graeme Fowler | |
2015-11-14 | Events: add recipient-deferred events, both per-host and all-hosts. | Jasen Betts | |
2015-11-13 | Hide hidden lines for -bP config | Heiko Schlittermann (HS12-RIPE) | |
2015-11-12 | Add -bP config_file | Heiko Schlittermann (HS12-RIPE) | |
The -bP configure_file is still supported, but should fade out eventually. config_file matches better the expansion $config_file. | |||
2015-11-12 | Add support for -bP config | Heiko Schlittermann (HS12-RIPE) | |
2015-11-12 | Logging: support +outgoing_port on defer lines and per-host error lines | Jeremy Harris | |
2015-11-08 | Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. ↵ | Jeremy Harris | |
Bug 1650 | |||
2015-11-08 | TLS: Default tls_advertise_hosts to "*". Bug 1709 | Jeremy Harris | |
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set. | |||
2015-11-07 | DKIM: fix non-debug build. Bug 1713 | Jasen Betts | |
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 | |