]> granicus.if.org Git - pdns/commit
Skip a level when a CNAME is found for the name
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 Jul 2016 13:09:34 +0000 (15:09 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 14 Jul 2016 15:41:35 +0000 (17:41 +0200)
commit19d1e7b17da9cd86959bdd12d8ff0a5296300d2a
tree4bcf0999cb19ec8cae5be8cbfcf3271535acfb66
parent2276d8e9e5d027169aaecaf7bea05aee92f92b1d
Skip a level when a CNAME is found for the name

If we'd encounter a CNAME when chasing for DS/DNSKEY, we followed it and
concluded that the domain was bogus. We now skip this level and try to
get a DS record for the next name.

I'm unsure this is the correct solution, but it fixes #4158
pdns/validate.cc