]> git.ipfire.org Git - thirdparty/unbound.git/commit
- moved version number to 1.4.0 because of 1.3.4 release with only
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Oct 2009 16:45:47 +0000 (16:45 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Oct 2009 16:45:47 +0000 (16:45 +0000)
commitce45cbda6dfe145459858b2c3ff1af8e8a83d477
tree6b827cf8e78fc23fb6e625fda2652929e560877b
parent6f37df3b924778bc0d7eedc44fb6680330bb6c53
- moved version number to 1.4.0 because of 1.3.4 release with only
  the NSEC3 patch.
- val-log-level: 2 shows extended error information for validation
  failures, but still one (longish) line per failure.  For example:
  validation failure <example.com. DNSKEY IN>: signature expired from
  192.0.2.4 for trust anchor example.com. while building chain of trust
  validation failure <www.example.com. A IN>: no signatures from
  192.0.2.6 for key example.com. while building chain of trust

git-svn-id: file:///svn/unbound/trunk@1868 be551aaa-1e26-0410-a405-d3ace91eadb9
16 files changed:
configure
configure.ac
doc/Changelog
testcode/testbound.c
testcode/unitverify.c
testdata/val_nsec3_nods_badsig.rpl [new file with mode: 0644]
testdata/val_secds_nosig.rpl [new file with mode: 0644]
validator/autotrust.c
validator/val_nsec.c
validator/val_nsec3.c
validator/val_sigcrypt.c
validator/val_sigcrypt.h
validator/val_utils.c
validator/val_utils.h
validator/validator.c
validator/validator.h