History log of /bind-9.11.3/bin/python/.gitignore
Revision Date Author Comments Expand
f6096b958c8b58c4709860d7c4dcdde5deeacb7a 28-Apr-2016 Evan Hunt <each@isc.org>

[master] dnssec-keymgr 4349. [contrib] kasp2policy: A python script to create a DNSSEC policy file from an OpenDNSSEC KASP XML file. 4348. [func] dnssec-keymgr: A new python-based DNSSEC key management utility, which reads a policy definition file and can create or update DNSSEC keys as needed to ensure that a zone's keys match policy, roll over correctly on schedule, etc. Thanks to Sebastian Castro for assistance in development. [RT #39211]

/bind-9.11.3/CHANGES /bind-9.11.3/bin/dnssec/dnssec-settime.c .gitignore Makefile.in dnssec-checkds.py.in dnssec-coverage.docbook dnssec-coverage.py.in dnssec-keymgr.docbook dnssec-keymgr.py.in isc/.gitignore isc/Makefile.in isc/__init__.py isc/checkds.py isc/coverage.py isc/dnskey.py isc/eventlist.py isc/keydict.py isc/keyevent.py isc/keymgr.py isc/keyseries.py isc/keyzone.py isc/policy.py isc/tests/Makefile.in isc/tests/dnskey_test.py isc/tests/policy_test.py isc/tests/test-policies/01-keysize.pol isc/tests/test-policies/02-prepublish.pol isc/tests/test-policies/03-postpublish.pol isc/tests/test-policies/04-combined-pre-post.pol isc/tests/testdata/Kexample.com.+007+35529.key isc/tests/testdata/Kexample.com.+007+35529.private isc/utils.py.in /bind-9.11.3/bin/tests/system/conf.sh.in /bind-9.11.3/bin/tests/system/coverage/03-ksk-unpublished/expect /bind-9.11.3/bin/tests/system/coverage/04-zsk-unpublished/expect /bind-9.11.3/bin/tests/system/coverage/05-ksk-unpub-active/expect /bind-9.11.3/bin/tests/system/coverage/06-zsk-unpub-active/expect /bind-9.11.3/bin/tests/system/coverage/07-ksk-ttl/expect /bind-9.11.3/bin/tests/system/coverage/08-zsk-ttl/expect /bind-9.11.3/bin/tests/system/keymgr/01-ksk-inactive/README /bind-9.11.3/bin/tests/system/keymgr/01-ksk-inactive/expect /bind-9.11.3/bin/tests/system/keymgr/02-zsk-inactive/README /bind-9.11.3/bin/tests/system/keymgr/02-zsk-inactive/expect /bind-9.11.3/bin/tests/system/keymgr/03-ksk-unpublished/README /bind-9.11.3/bin/tests/system/keymgr/03-ksk-unpublished/expect /bind-9.11.3/bin/tests/system/keymgr/04-zsk-unpublished/README /bind-9.11.3/bin/tests/system/keymgr/04-zsk-unpublished/expect /bind-9.11.3/bin/tests/system/keymgr/05-ksk-unpub-active/README /bind-9.11.3/bin/tests/system/keymgr/05-ksk-unpub-active/expect /bind-9.11.3/bin/tests/system/keymgr/06-zsk-unpub-active/README /bind-9.11.3/bin/tests/system/keymgr/06-zsk-unpub-active/expect /bind-9.11.3/bin/tests/system/keymgr/07-ksk-ttl/README /bind-9.11.3/bin/tests/system/keymgr/07-ksk-ttl/expect /bind-9.11.3/bin/tests/system/keymgr/08-zsk-ttl/README /bind-9.11.3/bin/tests/system/keymgr/08-zsk-ttl/expect /bind-9.11.3/bin/tests/system/keymgr/09-no-keys/README /bind-9.11.3/bin/tests/system/keymgr/09-no-keys/expect /bind-9.11.3/bin/tests/system/keymgr/10-change-roll/README /bind-9.11.3/bin/tests/system/keymgr/10-change-roll/expect /bind-9.11.3/bin/tests/system/keymgr/11-many-simul/README /bind-9.11.3/bin/tests/system/keymgr/11-many-simul/expect /bind-9.11.3/bin/tests/system/keymgr/12-many-active/README /bind-9.11.3/bin/tests/system/keymgr/12-many-active/expect /bind-9.11.3/bin/tests/system/keymgr/13-noroll/README /bind-9.11.3/bin/tests/system/keymgr/13-noroll/expect /bind-9.11.3/bin/tests/system/keymgr/14-wrongalg/README /bind-9.11.3/bin/tests/system/keymgr/14-wrongalg/expect /bind-9.11.3/bin/tests/system/keymgr/15-unspec/README /bind-9.11.3/bin/tests/system/keymgr/15-unspec/expect /bind-9.11.3/bin/tests/system/keymgr/16-wrongalg-unspec/README /bind-9.11.3/bin/tests/system/keymgr/16-wrongalg-unspec/expect /bind-9.11.3/bin/tests/system/keymgr/17-noforce/README /bind-9.11.3/bin/tests/system/keymgr/17-noforce/expect /bind-9.11.3/bin/tests/system/keymgr/clean.sh /bind-9.11.3/bin/tests/system/keymgr/policy.conf /bind-9.11.3/bin/tests/system/keymgr/policy.good /bind-9.11.3/bin/tests/system/keymgr/policy.sample /bind-9.11.3/bin/tests/system/keymgr/prereq.sh /bind-9.11.3/bin/tests/system/keymgr/setup.sh /bind-9.11.3/bin/tests/system/keymgr/testpolicy.py /bind-9.11.3/bin/tests/system/keymgr/tests.sh /bind-9.11.3/configure /bind-9.11.3/configure.in /bind-9.11.3/contrib/kasp/README /bind-9.11.3/contrib/kasp/kasp.xml /bind-9.11.3/contrib/kasp/kasp2policy.py /bind-9.11.3/contrib/kasp/policy.good /bind-9.11.3/doc/arm/notes.xml
831f59eb43b56642b00f82e07722836d2f9593ab 20-Mar-2013 Evan Hunt <each@isc.org>

[master] add dnssec-coverage tool 3528. [func] New "dnssec-coverage" command scans the timing metadata for a set of DNSSEC keys and reports if a lapse in signing coverage has been scheduled inadvertently. (Note: This tool depends on python; it will not be built or installed on systems that do not have a python interpreter.) [RT #28098]

/bind-9.11.3/CHANGES .gitignore Makefile.in dnssec-coverage.docbook dnssec-coverage.py.in /bind-9.11.3/bin/tests/system/conf.sh.in /bind-9.11.3/bin/tests/system/coverage/01-ksk-inactive/README /bind-9.11.3/bin/tests/system/coverage/01-ksk-inactive/expect /bind-9.11.3/bin/tests/system/coverage/02-zsk-inactive/README /bind-9.11.3/bin/tests/system/coverage/02-zsk-inactive/expect /bind-9.11.3/bin/tests/system/coverage/03-ksk-unpublished/README /bind-9.11.3/bin/tests/system/coverage/03-ksk-unpublished/expect /bind-9.11.3/bin/tests/system/coverage/04-zsk-unpublished/README /bind-9.11.3/bin/tests/system/coverage/04-zsk-unpublished/expect /bind-9.11.3/bin/tests/system/coverage/05-ksk-unpub-active/README /bind-9.11.3/bin/tests/system/coverage/05-ksk-unpub-active/expect /bind-9.11.3/bin/tests/system/coverage/06-zsk-unpub-active/README /bind-9.11.3/bin/tests/system/coverage/06-zsk-unpub-active/expect /bind-9.11.3/bin/tests/system/coverage/07-ksk-ttl/README /bind-9.11.3/bin/tests/system/coverage/07-ksk-ttl/expect /bind-9.11.3/bin/tests/system/coverage/08-zsk-ttl/README /bind-9.11.3/bin/tests/system/coverage/08-zsk-ttl/expect /bind-9.11.3/bin/tests/system/coverage/clean.sh /bind-9.11.3/bin/tests/system/coverage/setup.sh /bind-9.11.3/bin/tests/system/coverage/tests.sh /bind-9.11.3/bin/tests/system/dnssec/tests.sh /bind-9.11.3/configure /bind-9.11.3/configure.in /bind-9.11.3/doc/arm/Bv9ARM-book.xml
1cefb9df3fa34d08734f29005cfafa6be5cf3e93 28-Jun-2012 Mark Andrews <marka@isc.org>

3344. [func] New "dnssec-checkds" command checks a zone to determine which DS records should be published in the parent zone, or which DLV records should be published in a DLV zone, and queries the DNS to ensure that it exists. (Note: This tool depends on python; it will not be built or installed on systems that do not have a python interpreter.) [RT #28099]

/bind-9.11.3/bin/Makefile.in .gitignore Makefile.in dnssec-checkds.8 dnssec-checkds.docbook dnssec-checkds.html dnssec-checkds.py.in /bind-9.11.3/bin/tests/system/checkds/clean.sh /bind-9.11.3/bin/tests/system/checkds/dig.sh /bind-9.11.3/bin/tests/system/checkds/missing.example.dlv.example.dlv.db /bind-9.11.3/bin/tests/system/checkds/missing.example.dnskey.db /bind-9.11.3/bin/tests/system/checkds/missing.example.ds.db /bind-9.11.3/bin/tests/system/checkds/none.example.dlv.example.dlv.db /bind-9.11.3/bin/tests/system/checkds/none.example.dnskey.db /bind-9.11.3/bin/tests/system/checkds/none.example.ds.db /bind-9.11.3/bin/tests/system/checkds/ok.example.dlv.example.dlv.db /bind-9.11.3/bin/tests/system/checkds/ok.example.dnskey.db /bind-9.11.3/bin/tests/system/checkds/ok.example.ds.db /bind-9.11.3/bin/tests/system/checkds/setup.sh /bind-9.11.3/bin/tests/system/checkds/tests.sh /bind-9.11.3/bin/tests/system/checkds/wrong.example.dlv.example.dlv.db /bind-9.11.3/bin/tests/system/checkds/wrong.example.dnskey.db /bind-9.11.3/bin/tests/system/checkds/wrong.example.ds.db /bind-9.11.3/bin/tests/system/conf.sh.in /bind-9.11.3/configure /bind-9.11.3/configure.in
9334fc368bef6e3993e7a92b93c0a1266003c1e0 28-Jun-2012 Evan Hunt <each@isc.org>

add .gitignore

46014ad9dd1f971b8a9b7efdddbbce812fe0104f 12-Apr-2012 Evan Hunt <each@isc.org>

add .gitignore