]> git.ipfire.org Git - thirdparty/pdns.git/commit
keyroller first import
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 20 Sep 2022 12:56:34 +0000 (14:56 +0200)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 20 Sep 2022 12:56:34 +0000 (14:56 +0200)
commit30150eab3853a999d99f498129c86f23fd548045
treeea4acb54e98c0601add446d94da63b9f92a3eb6a
parent4d33db9465d80cc1f922c04d29d0b2bf8f161e17
keyroller first import
23 files changed:
pdns/keyroller/Pipfile [new file with mode: 0644]
pdns/keyroller/Pipfile.lock [new file with mode: 0644]
pdns/keyroller/README.md [new file with mode: 0644]
pdns/keyroller/pdns-keyroller-ctl.py [new file with mode: 0755]
pdns/keyroller/pdns-keyroller.conf.example [new file with mode: 0644]
pdns/keyroller/pdns-keyroller.py [new file with mode: 0755]
pdns/keyroller/pdnsapi/__init__.py [new file with mode: 0644]
pdns/keyroller/pdnsapi/api.py [new file with mode: 0644]
pdns/keyroller/pdnsapi/cryptokey.py [new file with mode: 0644]
pdns/keyroller/pdnsapi/metadata.py [new file with mode: 0644]
pdns/keyroller/pdnsapi/zone.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/__init__.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/config.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/daemon.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/domainconfig.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/domainstate.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/keyroll.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/keyrollerdomain.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/prepublishkeyroll.py [new file with mode: 0644]
pdns/keyroller/pdnskeyroller/util.py [new file with mode: 0644]
pdns/keyroller/requirements-test.txt [new file with mode: 0644]
pdns/keyroller/requirements.txt [new file with mode: 0644]
pdns/keyroller/setup.py [new file with mode: 0644]