]> git.ipfire.org Git - thirdparty/bind9.git/commit
2448. [func] Add NSEC3 support. [RT #15452]
authorMark Andrews <marka@isc.org>
Wed, 24 Sep 2008 02:46:23 +0000 (02:46 +0000)
committerMark Andrews <marka@isc.org>
Wed, 24 Sep 2008 02:46:23 +0000 (02:46 +0000)
commit6098d364b690cb9dabf96e9664c4689c8559bd2e
tree73cbf492c7a8f6406694acfacad2eb52d51504d4
parent931cb604b1552b8c2ce2da7a97a12406140f7f99
2448.   [func]          Add NSEC3 support. [RT #15452]
120 files changed:
CHANGES
NSEC3-NOTES [new file with mode: 0644]
bin/dnssec/dnssec-keyfromlabel.c
bin/dnssec/dnssec-keyfromlabel.docbook
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-keygen.docbook
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-signzone.docbook
bin/dnssec/dnssectool.h
bin/named/config.c
bin/named/named.conf.docbook
bin/named/query.c
bin/named/update.c
bin/named/xfrout.c
bin/named/zoneconf.c
bin/nsupdate/nsupdate.c
bin/nsupdate/nsupdate.docbook
bin/tests/Makefile.in
bin/tests/db_test.c
bin/tests/nsec3hash.c [new file with mode: 0644]
bin/tests/nsecify.c
bin/tests/system/Makefile.in
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns2/child.nsec3.example.db [new file with mode: 0644]
bin/tests/system/dnssec/ns2/child.optout.example.db [new file with mode: 0644]
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/named.conf
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/insecure.nsec3.example.db [new file with mode: 0644]
bin/tests/system/dnssec/ns3/insecure.optout.example.db [new file with mode: 0644]
bin/tests/system/dnssec/ns3/multiple.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/named.conf
bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/nsec3.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/optout-unknown.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/optout.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/optout.optout.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/secure.example.db.in
bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/secure.optout.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns7/named.conf [new file with mode: 0644]
bin/tests/system/dnssec/tests.sh
bin/tests/system/ifconfig.sh
contrib/sdb/bdb/zone2bdb.c
contrib/sdb/ldap/zone2ldap.c
contrib/sdb/pgsql/zonetodb.c
contrib/sdb/sqlite/zone2sqlite.c
doc/misc/options
lib/dns/Makefile.in
lib/dns/cache.c
lib/dns/db.c
lib/dns/diff.c
lib/dns/dst_api.c
lib/dns/gen.c
lib/dns/include/dns/db.h
lib/dns/include/dns/keyvalues.h
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/ncache.h
lib/dns/include/dns/nsec.h
lib/dns/include/dns/nsec3.h
lib/dns/include/dns/rbt.h
lib/dns/include/dns/rcode.h
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/rdatatype.h
lib/dns/include/dns/result.h
lib/dns/include/dns/types.h
lib/dns/include/dns/validator.h
lib/dns/include/dns/zone.h
lib/dns/include/dst/dst.h
lib/dns/journal.c
lib/dns/masterdump.c
lib/dns/message.c
lib/dns/ncache.c
lib/dns/nsec.c
lib/dns/nsec3.c [new file with mode: 0644]
lib/dns/opensslrsa_link.c
lib/dns/rbt.c
lib/dns/rbtdb.c
lib/dns/rcode.c
lib/dns/rdata.c
lib/dns/rdata/generic/nsec3_50.c [new file with mode: 0644]
lib/dns/rdata/generic/nsec3_50.h [new file with mode: 0644]
lib/dns/rdata/generic/nsec3param_51.c [new file with mode: 0644]
lib/dns/rdata/generic/nsec3param_51.h [new file with mode: 0644]
lib/dns/rdatalist.c
lib/dns/rdatalist_p.h
lib/dns/rdataset.c
lib/dns/rdataslab.c
lib/dns/resolver.c
lib/dns/result.c
lib/dns/rootns.c
lib/dns/sdb.c
lib/dns/sdlz.c
lib/dns/validator.c
lib/dns/win32/libdns.def
lib/dns/win32/libdns.dsp
lib/dns/win32/libdns.mak
lib/dns/zone.c
lib/isc/Makefile.in
lib/isc/buffer.c
lib/isc/commandline.c
lib/isc/hex.c
lib/isc/include/isc/base32.h [new file with mode: 0644]
lib/isc/include/isc/buffer.h
lib/isc/include/isc/hex.h
lib/isc/include/isc/iterated_hash.h [new file with mode: 0644]
lib/isc/include/isc/result.h
lib/isc/result.c
lib/isc/win32/libisc.def
lib/isc/win32/libisc.dsp
lib/isc/win32/libisc.mak
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c
util/copyrights