]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/pdnsutil.cc
Implement published and unpublished dnskeys to allow algorith rollovers. 8177/head
authorRobin Geuze <robing@transip.nl>
Thu, 8 Aug 2019 18:03:28 +0000 (20:03 +0200)
committerRobin Geuze <robing@transip.nl>
Tue, 28 Jan 2020 13:16:30 +0000 (14:16 +0100)
commit3391829938b4544a59c93c4734532ce2fdc311bf
treeeb2d75593d26285b98504e8a7951a154df58cd95
parent5337019feaa389899412b14ddd9b5647427d6147
Implement published and unpublished dnskeys to allow algorith rollovers.
62 files changed:
docs/backends/generic-sql.rst
docs/backends/lua2.rst
docs/backends/remote.rst
docs/http-api/swagger/authoritative-api-swagger.yaml
docs/manpages/pdnsutil.1.rst
modules/bindbackend/bindbackend2.hh
modules/bindbackend/binddnssec.cc
modules/geoipbackend/geoipbackend.cc
modules/geoipbackend/geoipbackend.hh
modules/gmysqlbackend/4.2.0_to_4.3.0_schema.mysql.sql [new file with mode: 0644]
modules/gmysqlbackend/gmysqlbackend.cc
modules/gmysqlbackend/schema.mysql.sql
modules/godbcbackend/4.2.0_to_4.3.0_schema.mssql.sql [new file with mode: 0644]
modules/godbcbackend/godbcbackend.cc
modules/godbcbackend/schema.mssql.sql
modules/gpgsqlbackend/4.2.0_to_4.3.0_schema.pgsql.sql [new file with mode: 0644]
modules/gpgsqlbackend/gpgsqlbackend.cc
modules/gpgsqlbackend/schema.pgsql.sql
modules/gsqlite3backend/4.2.0_to_4.3.0_schema.sqlite3.sql [new file with mode: 0644]
modules/gsqlite3backend/gsqlite3backend.cc
modules/gsqlite3backend/schema.sqlite3.sql
modules/lmdbbackend/lmdbbackend.cc
modules/lmdbbackend/lmdbbackend.hh
modules/lua2backend/lua2api2.hh
modules/remotebackend/example.rb
modules/remotebackend/httpconnector.cc
modules/remotebackend/regression-tests/backend.rb
modules/remotebackend/regression-tests/dnsbackend.rb
modules/remotebackend/regression-tests/test-schema.sql
modules/remotebackend/remotebackend.cc
modules/remotebackend/remotebackend.hh
modules/remotebackend/test-remotebackend-keys.hh
modules/remotebackend/test-remotebackend.cc
modules/remotebackend/unittest.rb
modules/remotebackend/unittest_http.rb
pdns/backends/gsql/gsqlbackend.cc
pdns/backends/gsql/gsqlbackend.hh
pdns/bind-dnssec.4.2.0_to_4.3.0_schema.sqlite3.sql [new file with mode: 0644]
pdns/bind-dnssec.schema.sqlite3.sql
pdns/dbdnsseckeeper.cc
pdns/dnsbackend.hh
pdns/dnsseckeeper.hh
pdns/packethandler.cc
pdns/pdnsutil.cc
pdns/tcpreceiver.cc
pdns/ueberbackend.cc
pdns/ueberbackend.hh
pdns/ws-auth.cc
regression-tests.api/test_Zones.py
regression-tests.api/test_cryptokeys.py
regression-tests.nobackend/tinydns-data-check/expected_result
regression-tests/backends/bind-master
regression-tests/backends/godbc_sqlite3-master
regression-tests/backends/gsql-common
regression-tests/backends/lmdb-master
regression-tests/named.conf
regression-tests/tests/cryptokeys/command [new file with mode: 0755]
regression-tests/tests/cryptokeys/description [new file with mode: 0644]
regression-tests/tests/cryptokeys/expected_result.dnssec [new file with mode: 0644]
regression-tests/tests/cryptokeys/skip.nodnssec [new file with mode: 0644]
regression-tests/tests/verify-dnssec-zone/command
regression-tests/zones/.gitignore