]> git.ipfire.org Git - thirdparty/pdns.git/commit
Introduce ZoneName.
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 11 Apr 2025 07:29:05 +0000 (09:29 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 11 Apr 2025 13:29:27 +0000 (15:29 +0200)
commit6d86539827b7ab45a50dadbd609f31315ed1b79c
tree587c05d6936a77a2e9d04bd46279a90b8ebeb08e
parentf0eaaf61c6791d76677ae04c165d6af3251a7b3a
Introduce ZoneName.

This is currently equivalent to DNSName and is intended to be used for,
well, zone names. This will allow specific processing later, and
currently make the areas where such names are used more visible.

This commit is mostly mechanical and introduces type changes in various
API and data fields.
76 files changed:
modules/bindbackend/bindbackend2.cc
modules/bindbackend/bindbackend2.hh
modules/bindbackend/binddnssec.cc
modules/geoipbackend/geoipbackend.cc
modules/geoipbackend/geoipbackend.hh
modules/ldapbackend/ldapbackend.hh
modules/ldapbackend/native.cc
modules/ldapbackend/primary.cc
modules/lmdbbackend/lmdbbackend.cc
modules/lmdbbackend/lmdbbackend.hh
modules/lua2backend/lua2api2.hh
modules/pipebackend/pipebackend.cc
modules/pipebackend/pipebackend.hh
modules/remotebackend/remotebackend.cc
modules/remotebackend/remotebackend.hh
modules/remotebackend/test-remotebackend.cc
modules/tinydnsbackend/tinydnsbackend.cc
modules/tinydnsbackend/tinydnsbackend.hh
pdns/auth-catalogzone.cc
pdns/auth-catalogzone.hh
pdns/auth-primarycommunicator.cc
pdns/auth-secondarycommunicator.cc
pdns/auth-zonecache.cc
pdns/auth-zonecache.hh
pdns/axfr-retriever.cc
pdns/axfr-retriever.hh
pdns/backends/gsql/gsqlbackend.cc
pdns/backends/gsql/gsqlbackend.hh
pdns/bindparser.yy
pdns/bindparserclasses.hh
pdns/communicator.hh
pdns/dbdnsseckeeper.cc
pdns/dnsbackend.cc
pdns/dnsbackend.hh
pdns/dnsname.cc
pdns/dnsname.hh
pdns/dnspacket.hh
pdns/dnsrecords.hh
pdns/dnssecinfra.hh
pdns/dnsseckeeper.hh
pdns/dnssecsigner.cc
pdns/dynhandler.cc
pdns/ixfrdist-stats.hh
pdns/ixfrdist.cc
pdns/ixfrutils.cc
pdns/ixfrutils.hh
pdns/ixplore.cc
pdns/lua-record.cc
pdns/misc.hh
pdns/nsecrecords.cc
pdns/pdnsutil.cc
pdns/rcpgenerator.cc
pdns/rcpgenerator.hh
pdns/serialtweaker.cc
pdns/signingpipe.cc
pdns/signingpipe.hh
pdns/tcpreceiver.cc
pdns/test-auth-zonecache_cc.cc
pdns/test-bindparser_cc.cc
pdns/test-communicator_hh.cc
pdns/test-ueberbackend_cc.cc
pdns/test-zonemd_cc.cc
pdns/test-zoneparser_tng_cc.cc
pdns/tkey.cc
pdns/tsig-tests.cc
pdns/ueberbackend.cc
pdns/ueberbackend.hh
pdns/ws-api.cc
pdns/ws-api.hh
pdns/ws-auth.cc
pdns/zone2json.cc
pdns/zone2ldap.cc
pdns/zone2sql.cc
pdns/zonemd.hh
pdns/zoneparser-tng.cc
pdns/zoneparser-tng.hh