Simon Kelley 288df49c96 Fix bug when resulted in NXDOMAIN answers instead of NODATA.
check_for_local_domain() was broken due to new code matching F_*
bits in cache entries for DNSSEC. Because F_DNSKEY | F_DS is
used to match RRSIG entries, cache_find_by_name() insists on an exact match
of those bits. So adding F_DS to the bits that check_for_local_domain()
sends to cache_find_by_name() won't result in DS records as well
as the others, it results in only DS records. Add a new bit, F_NSIGMATCH
which suitably changes the behaviour of cache_find_by_name().
2014-09-18 21:55:27 +01:00
2014-07-29 16:34:14 +01:00
2014-08-18 22:19:50 +01:00
2014-08-12 18:30:44 +01:00
2014-09-16 11:22:33 +01:00
2012-04-02 20:40:34 +01:00
2014-09-13 20:28:30 +01:00
2012-01-05 17:31:15 +00:00
2012-01-05 17:31:10 +00:00
2012-01-05 17:31:13 +00:00
2013-04-15 14:31:52 +01:00
2014-07-29 16:34:14 +01:00
2012-01-05 17:31:15 +00:00
2012-01-05 22:00:08 +00:00
Description
No description provided
17 MiB
Languages
C 94.2%
Perl 2.3%
HTML 1.2%
Shell 1.1%
Makefile 0.6%
Other 0.6%