summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-17DANE: do not override a cert verify failure, in callback. Also fix some ↵Jeremy Harris
test mistakes
2015-12-16DANE: When PKIX-EE matches don't clobber depth by trying PKIX-TAViktor Dukhovni
2015-12-16DANE: current src versionViktor Dukhovni
2015-12-16DANE: fix testcase 2/0/1 TLSA recordJeremy Harris
2015-12-16Testsuite: GnuTLS version changesJeremy Harris
2015-12-16Testsuite: OpenSSL version changesJeremy Harris
2015-12-14Events: testsuite updatesJeremy Harris
2015-12-14Events: move from Experimental to mainlineJeremy Harris
2015-12-13tidyingJeremy Harris
2015-12-12Testsuite: add testcase for Redis. Bug 1755Jeremy Harris
2015-12-11Redis: fix lookups to handle (quoted) spaces embedded in partsJeremy Harris
of the query string, and make ${quote_redis:} do that quoting. Bug 1745
2015-12-09I18N: Move EAI support from Experimental to mainlineexim-4_87_RC1Jeremy Harris
2015-12-09Testsuite: divert server log away from case 0611 to help with runtime ↵Jeremy Harris
ordering changes
2015-12-08PROXY: fix mismergeJeremy Harris
2015-12-08Testsuite: fix to ignore SUPPORT_PROXY debug output differenceJeremy Harris
2015-12-08SOCKS: Add log_selector support.Jeremy Harris
Also make the proxy_* variables meaningful for events associated with proxied transports.
2015-12-08PROXY: Move Proxy Protocol support from Experimental to mainline.Jeremy Harris
No testsuite coverage yet.
2015-12-08SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/MakefileJeremy Harris
2015-12-07SOCKS: move from Experimental to mainlineJeremy Harris
2015-12-06Docs: more index entriesJeremy Harris
2015-12-04SPAMD/malware: Log service identity with errors. Bug 1740Jeremy Harris
2015-12-04DKIM: replace pdkim module debugging trace facility with Exim standardJeremy Harris
2015-12-02Testsuite: Use the configure results in MakefileHeiko Schlittermann (HS12-RIPE)
2015-12-02Testsuite: remove accidently included fakens.s fileHeiko Schlittermann (HS12-RIPE)
2015-12-02Testsuite: fakens: check for sys/socket.hHeiko Schlittermann (HS12-RIPE)
FreeBSD seems to need it for AF_INET
2015-12-02Testsuite: helpful diagnostic for configuration faultJeremy Harris
2015-12-02DKIM: fix simple body verify for trailing empty lines after textJeremy Harris
2015-12-01DKIM: $dkim_key_length visibility variable. Bug 1311Jeremy Harris
2015-11-30DKIM: Project coding standardsJeremy Harris
2015-11-30Docs: De-clarify the rfc2047 default charsetHeiko Schlittermann (HS12-RIPE)
2015-11-29DKIM: fix relaxed body verify for a newline-only body. Bug 963Jeremy Harris
2015-11-29Separate PolarSSL from PDKIM. Bug 1192Andreas Metzler
This is intended to be a step towards replacing the PolarSSL code with either OpenSSL of GnuTLS equivalents.
2015-11-29DKIM: relaxed body canonicalisation should ignore whitespace at EOLJeremy Harris
and empty lines at EOM. Bug 1721
2015-11-29Docs: Update example for multi value attributesHeiko Schlittermann (HS12-RIPE)
2015-11-29LDAP: Fix separator for multiple attrs and ldapmHeiko 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-29LDAP: Fix comment formattingHeiko Schlittermann (HS12-RIPE)
2015-11-29LDAP: Fix debug messagesHeiko Schlittermann (HS12-RIPE)
2015-11-29LDAP: internal rename of attr_countHeiko Schlittermann (HS12-RIPE)
This avoids ambiguity with valuecount, rescount and others. attrs_requested is more expressive, IMHO.
2015-11-29LDAP: Fix comment about delimiterHeiko Schlittermann (HS12-RIPE)
2015-11-28Testsuite: permit "client" utility to pass trailing spaces from script input ↵Jeremy Harris
lines
2015-11-26Docs: Add note on -D commandline option restriction. Bug 1154Jeremy Harris
2015-11-26Events: add docs noteJeremy Harris
2015-11-26Fix potential misaligned ipv6 result records from DNS searchJeremy Harris
2015-11-25Testsuite: fakens/inet_pton on solaris againHeiko Schlittermann (HS12-RIPE)
2015-11-25Testsuite: fakens/inet_pton on solaris againHeiko Schlittermann (HS12-RIPE)
2015-11-25Testsuite: search for libs providing inet_{ntop,pton}Heiko Schlittermann (HS12-RIPE)
2015-11-25Testsuite: Add Ustrtok() to quieten solaris' compilerHeiko Schlittermann (HS12-RIPE)
2015-11-25MIME: fix crash on filenames having null charset. Bug 1730Jeremy Harris
2015-11-24Testsuite: fix 1003 logHeiko Schlittermann (HS12-RIPE)
The IPv6 address of the connecting *is* resolveable.
2015-11-24Testsuite: Fix fakens parser for A and AAAA RRsHeiko Schlittermann (HS12-RIPE)