summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2015-11-24Testsuite: fakens include unistd.h for sleepHeiko Schlittermann (HS12-RIPE)
2015-11-22SOCKS: Support priority groups and weighted-random selection fromJeremy Harris
multiple proxes. Bug 1720
2015-11-22MySQL: support MySQL config file option group names. Bug 1701Jeremy Harris
2015-11-18Docs: minor correctionJeremy Harris
2015-11-17GF: Changelog entry for bug 1715Graeme Fowler
2015-11-17GF: Fix esoteric race condition in exicyclogGraeme Fowler
2015-11-14Events: add recipient-deferred events, both per-host and all-hosts.Jasen Betts
2015-11-14Change notes for -bPJeremy Harris
2015-11-13Hide hidden lines for -bP configHeiko Schlittermann (HS12-RIPE)
2015-11-12Add -bP config_fileHeiko 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-12Add support for -bP configHeiko Schlittermann (HS12-RIPE)
2015-11-12Logging: support +outgoing_port on defer lines and per-host error linesJeremy Harris
2015-11-10Testsuite: reorder for dependencies; rename TPDA to eventsJeremy Harris
2015-11-08Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. ↵Jeremy Harris
Bug 1650
2015-11-08Testsuite: perl executable location may differJeremy Harris
2015-11-08Testsuite: fix fallout from TLS-by-defaultJeremy Harris
Also handle testsuite run user different from testsuite files owner
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy 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-08Testsuite: Add munge for EXPERIMENTAL_DSN_INFOJeremy Harris
2015-11-07DKIM: fix non-debug build. Bug 1713Jasen Betts
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-11-03PRDR: Introduce $prdr_requested flag variable. Bug 1712Jeremy Harris
2015-11-03Radius: 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-02Avoid misaligned access in cached lookup. Bug 1708Jeremy Harris
2015-11-01Source: Remove trailing whitespaces from src/*.{h,c}Heiko Schlittermann (HS12-RIPE)
2015-10-30Lookups: Do not escape percent or underbar in the ${quote_pgsql: } operator. ↵Jeremy Harris
Bug 1706
2015-10-30Cygwin: update from Exim Cygwin maintainer. Bug 1707Jeremy Harris
2015-10-29Docs: fix naming of the ldap_default_servers optionHeiko Schlittermann (HS12-RIPE)
2015-10-27Testsuite: allow for sudo -u <user> in test scriptsHeiko Schlittermann (HS12-RIPE)
2015-10-27Docs: minor tweaksJeremy Harris
2015-10-27Manualroute: 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.