Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-23 | tidying | Jeremy Harris | |
2015-12-21 | Fix build on OpenBSD. Bug 1761 | Jeremy Harris | |
2015-12-21 | dnslists: testsuite output | Jeremy Harris | |
2015-12-20 | dnslists: permit use with explicit key(s) in nonsmtp ACLs. Bug 1748 | Jeremy Harris | |
2015-12-20 | Malware: Fix potential spin-on-read-error with kavdaemon | Richard Clayton | |
2015-12-20 | Testsuite: OpenSSL version variances | Jeremy Harris | |
2015-12-20 | Compiler quietening | Richard Clayton | |
2015-12-20 | DKIM: fix quoted-printable decode | Richard Clayton | |
2015-12-20 | build dependencies | Jeremy Harris | |
2015-12-20 | tidying | Jeremy Harris | |
2015-12-20 | DNSSEC: un-ifdef code uncompilable under DISABLE_DNSSSEC | Michael Haardt | |
2015-12-20 | OS: define sockaddr_storage for HP-UX | Michael Haardt | |
2015-12-18 | Redis: move from Experimental to mainlineexim-4_87_RC2 | Jeremy Harris | |
2015-12-18 | Redis: fix server-specified-in-lookup | Jasen Betts | |
Affects Bug 1745. Broken-by: 2d8d625b2b96 | |||
2015-12-17 | Fix hosts_connection_nolog ensuring that sender_host_cache is not | Jeremy Harris | |
incorrectly filled in by the daemon, where the sender_host will be varying. | |||
2015-12-17 | DANE: do not override a cert verify failure, in callback. Also fix some ↵ | Jeremy Harris | |
test mistakes | |||
2015-12-16 | DANE: When PKIX-EE matches don't clobber depth by trying PKIX-TA | Viktor Dukhovni | |
2015-12-16 | DANE: current src version | Viktor Dukhovni | |
2015-12-16 | DANE: fix testcase 2/0/1 TLSA record | Jeremy Harris | |
2015-12-16 | Testsuite: GnuTLS version changes | Jeremy Harris | |
2015-12-16 | Testsuite: OpenSSL version changes | Jeremy Harris | |
2015-12-14 | Events: testsuite updates | Jeremy Harris | |
2015-12-14 | Events: move from Experimental to mainline | Jeremy Harris | |
2015-12-13 | tidying | Jeremy Harris | |
2015-12-12 | Testsuite: add testcase for Redis. Bug 1755 | Jeremy Harris | |
2015-12-11 | Redis: fix lookups to handle (quoted) spaces embedded in parts | Jeremy Harris | |
of the query string, and make ${quote_redis:} do that quoting. Bug 1745 | |||
2015-12-09 | I18N: Move EAI support from Experimental to mainlineexim-4_87_RC1 | Jeremy Harris | |
2015-12-09 | Testsuite: divert server log away from case 0611 to help with runtime ↵ | Jeremy Harris | |
ordering changes | |||
2015-12-08 | PROXY: fix mismerge | Jeremy Harris | |
2015-12-08 | Testsuite: fix to ignore SUPPORT_PROXY debug output difference | Jeremy Harris | |
2015-12-08 | SOCKS: Add log_selector support. | Jeremy Harris | |
Also make the proxy_* variables meaningful for events associated with proxied transports. | |||
2015-12-08 | PROXY: Move Proxy Protocol support from Experimental to mainline. | Jeremy Harris | |
No testsuite coverage yet. | |||
2015-12-08 | SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/Makefile | Jeremy Harris | |
2015-12-07 | SOCKS: move from Experimental to mainline | Jeremy Harris | |
2015-12-06 | Docs: more index entries | Jeremy Harris | |
2015-12-04 | SPAMD/malware: Log service identity with errors. Bug 1740 | Jeremy Harris | |
2015-12-04 | DKIM: replace pdkim module debugging trace facility with Exim standard | Jeremy Harris | |
2015-12-02 | Testsuite: Use the configure results in Makefile | Heiko Schlittermann (HS12-RIPE) | |
2015-12-02 | Testsuite: remove accidently included fakens.s file | Heiko Schlittermann (HS12-RIPE) | |
2015-12-02 | Testsuite: fakens: check for sys/socket.h | Heiko Schlittermann (HS12-RIPE) | |
FreeBSD seems to need it for AF_INET | |||
2015-12-02 | Testsuite: helpful diagnostic for configuration fault | Jeremy Harris | |
2015-12-02 | DKIM: fix simple body verify for trailing empty lines after text | Jeremy Harris | |
2015-12-01 | DKIM: $dkim_key_length visibility variable. Bug 1311 | Jeremy Harris | |
2015-11-30 | DKIM: Project coding standards | Jeremy Harris | |
2015-11-30 | Docs: De-clarify the rfc2047 default charset | Heiko Schlittermann (HS12-RIPE) | |
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 | Docs: Update example for multi value attributes | Heiko Schlittermann (HS12-RIPE) | |
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. |