summaryrefslogtreecommitdiff
path: root/src/src/lookups/dnsdb.c
Commit message (Expand)AuthorAgeFilesLines
* More abstraction of the gstring APIJeremy Harris2023-02-051-20/+10
* SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris2022-11-271-1/+1
* SPDX: license tags (mostly by guesswork)Jeremy Harris2022-11-271-0/+1
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-1/+1
* Debug: feed startup "whats supported" info through normal debug channelJeremy Harris2022-02-041-3/+4
* Copyright updates:Jeremy Harris2021-10-231-1/+1
* DNS: explicit alloc/free of workspaceJeremy Harris2021-03-211-10/+25
* Remove attempts to quieten compiler static-checkingJeremy Harris2020-06-271-7/+0
* Copyright updates:exim-4_94_RC0Jeremy Harris2020-04-301-0/+1
* C99 initialisersJeremy Harris2020-04-091-9/+9
* Lookups: per-searchtype options frameworkJeremy Harris2020-04-031-1/+2
* constifyJeremy Harris2020-03-291-3/+3
* Fix taint-handling in rDNS name constructionJeremy Harris2019-11-101-5/+1
* Change the default of dnssec_request_domains to '*'Heiko Schlittermann (HS12-RIPE)2019-10-181-2/+2
* tidyingJeremy Harris2019-09-101-3/+3
* DNS: use tainted memory for all lookupsJeremy Harris2019-08-131-12/+12
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-1/+1
* Debug: indent lookup operationsJeremy Harris2019-07-111-1/+1
* Use C99 initialisations for iteratorsJeremy Harris2019-02-101-4/+2
* DANE - testcase for fail under GnuTLS with TA-mode to a selfsigned server certJeremy Harris2018-09-091-6/+4
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* String handling: refactor the expanding-string routines and users to use a de...Jeremy Harris2017-10-141-37/+27
* tidyingJeremy Harris2017-08-141-1/+1
* Split out smtp MAIL and RCPT option string buildingJeremy Harris2017-01-211-4/+2
* 214 spelling fixesJosh Soref2017-01-181-1/+1
* String-handling: rename string_cat() to string_catn() and intro a new string_...Jeremy Harris2016-04-101-16/+15
* DNS: time-limit cached returns, using TTL. Bug 1395Jeremy Harris2015-09-171-1/+4
* Copyright year updates (things touched in 2015)Phil Pennock2015-06-041-1/+1
* Fix truncated dns-lookup return record handlingJeremy Harris2015-05-181-1/+1
* tidyingJeremy Harris2015-05-161-2/+2
* Support SOA lookup in dnsdb lookups. Bug 286Jeremy Harris2015-05-091-61/+88
* Add retrans/retry options to dnsdb lookup. Bug 1539Jeremy Harris2015-05-091-40/+55
* Withdraw A6 DNS record supportJeremy Harris2015-02-151-19/+2
* constificationJeremy Harris2015-02-011-5/+5
* Const-ificationJeremy Harris2014-11-201-1/+1
* Support secondary-separator specifier for MX, SRV and TLSA dnsdb lookupsJeremy Harris2014-09-061-6/+13
* DNSSEC: fix clang warning re && in || precedencePhil Pennock2014-07-141-1/+1
* Rename T_APL to T_ADDRESSESPhil Pennock2014-07-141-7/+7
* Fix dnssec dnsdb lookup in defer_never modeJeremy Harris2014-05-291-6/+3
* Support dnssec in verify-callout use of smtp transport.Jeremy Harris2014-05-011-1/+1
* Dnssec observability: add variable $lookup_dnssec_authenticatedJeremy Harris2014-04-241-0/+3
* dnssec_strict, _lax, _never modifiers for dnsdb lookupsJeremy Harris2014-04-241-22/+70
* Add options dnssec_request_domains, dnssec_require_domains to the dnslookup r...Jeremy Harris2014-04-201-1/+1
* Copyright year updates:Todd Lyons2014-04-191-1/+1
* dnsdb tlsa lookupTodd Lyons2014-04-091-0/+30
* Unbreak non-ipv6 build.Jeremy Harris2012-09-271-6/+8
* Add dnsdb lookup pseudo-type "a+". Addresses bug 1269.Jeremy Harris2012-09-051-125/+148
* Second SPF fix, moved to where type is correct.Phil Pennock2012-05-181-10/+12
* SPF multiple strings join on "".Phil Pennock2012-05-181-1/+10