]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] delve
authorEvan Hunt <each@isc.org>
Sun, 16 Feb 2014 21:03:17 +0000 (13:03 -0800)
committerEvan Hunt <each@isc.org>
Sun, 16 Feb 2014 21:03:17 +0000 (13:03 -0800)
commit1d761cb453c76353deb8423c78e98d00c5f86ffa
tree167b3f8d4c57010a1802063975446ea6726abad4
parent14bf4702f37cc707ede64a097f7d4aa671265492
[master] delve

3741. [func] "delve" (domain entity lookup and validation engine):
A new tool with dig-like semantics for performing DNS
lookups, with internal DNSSEC validation, using the
same resolver and validator logic as named. This
allows easy validation of DNSSEC data in environments
with untrustworthy resolvers, and assists with
troubleshooting of DNSSEC problems. (Note: not yet
available on win32.) [RT #32406]
40 files changed:
CHANGES
Makefile.in
bin/Makefile.in
bin/delve/Makefile.in [new file with mode: 0644]
bin/delve/delve.1 [new file with mode: 0644]
bin/delve/delve.c [new file with mode: 0644]
bin/delve/delve.docbook [new file with mode: 0644]
bin/delve/delve.html [new file with mode: 0644]
bin/dig/dig.c
bin/named/Makefile.in
bin/named/config.c
bin/named/server.c
bind.keys.h [moved from bin/named/bind.keys.h with 100% similarity]
configure
configure.in
doc/arm/Bv9ARM-book.xml
doc/arm/man.delve.html [new file with mode: 0644]
lib/dns/adb.c
lib/dns/client.c
lib/dns/include/dns/client.h
lib/dns/include/dns/log.h
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/message.h
lib/dns/include/dns/resolver.h
lib/dns/include/dns/validator.h
lib/dns/log.c
lib/dns/masterdump.c
lib/dns/message.c
lib/dns/resolver.c
lib/dns/validator.c
lib/isc/include/isc/log.h
lib/isc/log.c
lib/isc/unix/app.c
lib/samples/.gitignore
lib/samples/Makefile.in
lib/samples/resolve.c
make/includes.in
make/rules.in
util/bindkeys.pl [moved from bin/named/bindkeys.pl with 100% similarity]
util/kit.sh