Matthijs Mekking dab0af8d87 Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is received.
This is okay according 4035, but not after revising existence in 4592. 
NSEC empty non-terminals exist and thus the RCODE should have been NOERROR.

If this occurs, and the RRsets are secure, we set the RCODE to NOERROR and
the security status of the reponse is also considered secure.



git-svn-id: file:///svn/unbound/trunk@3089 be551aaa-1e26-0410-a405-d3ace91eadb9
2014-02-20 09:46:50 +00:00
2014-02-14 09:23:32 +00:00
2014-02-18 09:58:51 +00:00
2014-02-18 13:54:19 +00:00
2014-02-18 13:54:19 +00:00
2014-02-14 09:24:39 +00:00
2014-02-14 09:24:39 +00:00
2014-02-14 09:23:32 +00:00
2012-02-10 10:34:15 +00:00

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time and the builtin alternative is equally capable and a 
  little faster.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf

S
Description
No description provided
Readme BSD-3-Clause
134 MiB
Languages
C 83.7%
Shell 6.1%
M4 2.4%
Makefile 2%
Yacc 1.8%
Other 4%