]> git.ipfire.org Git - thirdparty/bind9.git/commit
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
authorckb <ckb@isc.org>
Wed, 25 Jul 2012 22:32:14 +0000 (17:32 -0500)
committerckb <ckb@isc.org>
Wed, 25 Jul 2012 22:32:14 +0000 (17:32 -0500)
commit682f157902c66bdfca2fe47c20c68def399a6711
tree8d726fc9b3ec56db0648b373c96c1e62d46b6e61
parent6af32d4dbd3f6f668b8e8e9bf87c3a0d8dda8b67
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
approaching their expiry, so they don't remain
in caches after expiry. [RT #26429]
14 files changed:
CHANGES
bin/named/query.c
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/expired.example.db.in
bin/tests/system/dnssec/ns3/expiring.example.db.in
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns4/named3.conf [new file with mode: 0644]
bin/tests/system/dnssec/tests.sh
lib/dns/include/dns/rdataset.h
lib/dns/rdataset.c
lib/dns/tests/Makefile.in
lib/dns/tests/rdataset_test.c [new file with mode: 0644]
lib/dns/validator.c