]> git.ipfire.org Git - thirdparty/unbound.git/commit
do not cache nonRD replies in msg cache, the rrset cache is used for that.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 27 Aug 2007 13:46:05 +0000 (13:46 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 27 Aug 2007 13:46:05 +0000 (13:46 +0000)
commit542b8126900b5b4a11307d17c9d9b642812c8db1
tree138e6f12bb51b5d8ee65a3ff20ef9fc056265a13
parent674fdd5e3968de514d6bd1c12134797fe63851a0
do not cache nonRD replies in msg cache, the rrset cache is used for that.
store verification status in rrset cache to enable security for nonRD
replies and also speed up processing.

git-svn-id: file:///svn/unbound/trunk@550 be551aaa-1e26-0410-a405-d3ace91eadb9
daemon/worker.c
doc/Changelog
iterator/iterator.c
services/cache/rrset.c
services/cache/rrset.h
validator/val_utils.c
validator/validator.c