]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth/rec: seperate out dnssec constants from DNSSECKeeper by moving them to a DNSSEC...
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 9 Oct 2025 07:27:51 +0000 (09:27 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 9 Oct 2025 07:56:19 +0000 (09:56 +0200)
commitd4a7fe5aaa82c08fdcc3408996ac038047ab4676
tree82617a355a6695af3a9991dc66fa88da0b637895
parent4cb0337e480c9820abc4ee94eeb1aa4a72692371
auth/rec: seperate out dnssec constants from DNSSECKeeper by moving them to a DNSSEC class

This allows not having ueberbackend.hh in rec, it makes no sense including that file in rec

A bit of churn in rec, but all mechanical

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
26 files changed:
pdns/Makefile.am
pdns/dnssec.hh [new file with mode: 0644]
pdns/dnssecinfra.cc
pdns/dnsseckeeper.hh
pdns/opensslsigners.cc
pdns/recursordist/Makefile.am
pdns/recursordist/dnssec.hh [new symlink]
pdns/recursordist/rec-main.cc
pdns/recursordist/syncres.cc
pdns/recursordist/test-aggressive_nsec_cc.cc
pdns/recursordist/test-syncres_cc.hh
pdns/recursordist/test-syncres_cc1.cc
pdns/recursordist/test-syncres_cc10.cc
pdns/recursordist/test-syncres_cc2.cc
pdns/recursordist/test-syncres_cc3.cc
pdns/recursordist/test-syncres_cc4.cc
pdns/recursordist/test-syncres_cc5.cc
pdns/recursordist/test-syncres_cc6.cc
pdns/recursordist/test-syncres_cc7.cc
pdns/recursordist/test-syncres_cc8.cc
pdns/recursordist/test-syncres_cc9.cc
pdns/recursordist/ueberbackend.hh [deleted symlink]
pdns/recursordist/validate-recursor.cc
pdns/sodiumsigners.cc
pdns/test-signers.cc
pdns/validate.cc