]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 10 Jan 2012 09:42:32 +0000 (09:42 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 10 Jan 2012 09:42:32 +0000 (09:42 +0000)
commit6dd2c0467e6dea554489e448c2108f969ba7a036
tree2b65910ce03c0fbaa7f5fada85bb743cb2f7c215
parenta7ec2af62a9823983968743047328db39388b981
- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
  that would be permissible by the RFCs but it is not the TTL in the
  cache.

git-svn-id: file:///svn/unbound/trunk@2581 be551aaa-1e26-0410-a405-d3ace91eadb9
16 files changed:
daemon/cachedump.c
doc/Changelog
iterator/iter_scrub.c
iterator/iter_utils.c
iterator/iter_utils.h
iterator/iterator.c
pythonmod/pythonmod_utils.c
services/cache/dns.c
services/cache/dns.h
services/cache/rrset.c
services/cache/rrset.h
testdata/iter_domain_sale.rpl
testdata/iter_prefetch_change.rpl [new file with mode: 0644]
testdata/iter_prefetch_ns.rpl
testdata/rrset_rettl.rpl
validator/validator.c