]> git.ipfire.org Git - thirdparty/pdns.git/commit
Use new domainid_t type for domain ids. 15474/head
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 25 Apr 2025 13:16:17 +0000 (15:16 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Mon, 5 May 2025 04:58:05 +0000 (06:58 +0200)
commitf928d2c1e9caa1e4b4c8fabb181086a7d15ee7da
tree8a302bf9097eded7fa09d17e251581626c283b7c
parent7b79eac90703b7102fbf25a7148906e6f6da09df
Use new domainid_t type for domain ids.

Also use UnknownDomainID instead of -1.

Update all users, remove casts and lint conversion annotations.
33 files changed:
docs/appendices/backend-writers-guide.rst
modules/bindbackend/bindbackend2.cc
modules/bindbackend/bindbackend2.hh
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/tinydnsbackend/tinydnsbackend.cc
modules/tinydnsbackend/tinydnsbackend.hh
pdns/auth-primarycommunicator.cc
pdns/auth-secondarycommunicator.cc
pdns/backends/gsql/gsqlbackend.cc
pdns/backends/gsql/gsqlbackend.hh
pdns/comment.hh
pdns/dbdnsseckeeper.cc
pdns/dns.hh
pdns/dnsbackend.cc
pdns/dnsbackend.hh
pdns/dnsparser.hh
pdns/dnsseckeeper.hh
pdns/packethandler.cc
pdns/pdnsutil.cc
pdns/rfc2136handler.cc
pdns/test-ueberbackend_cc.cc
pdns/ws-auth.cc