Add options dnssec_request_domains, dnssec_require_domains to the dnslookup router
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 20 Apr 2014 15:44:52 +0000 (16:44 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 20 Apr 2014 16:52:22 +0000 (17:52 +0100)
commit8c51eead714a52b81651352b5db4b985d17c3148
treedbaf19a651a617dd0e8d9033db27dec65ed5ceb6
parent35aba663e3f1eab672a8b2082a83194bf3b7a058
Add options dnssec_request_domains, dnssec_require_domains to the dnslookup router

Note there are no testsuite cases included.

TODO in this area:
- dnssec during verify-callouts
- dnssec during dnsdb expansions
- dnssec on the forward lookup of a verify=helo and verify=reverse_host_lookup
- observability of status of requested dnssec
12 files changed:
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
src/src/dns.c
src/src/functions.h
src/src/host.c
src/src/lookups/dnsdb.c
src/src/match.c
src/src/routers/dnslookup.c
src/src/routers/dnslookup.h
src/src/routers/rf_lookup_hostlist.c
src/src/transports/smtp.c
src/src/verify.c