]> git.ipfire.org Git - thirdparty/pdns.git/commit
Add SVCB records, parsing and writing
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 30 Jul 2020 15:56:00 +0000 (17:56 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 25 Sep 2020 10:26:12 +0000 (12:26 +0200)
commit373914dc54d4c7a1199ebde95c33176705de31b5
treed6fb5bd862421f8c1bcee07f709491c536cfe3eb
parent77ea4f4c21e8cfe7a589e5bd9abd4ba88def2b3a
Add SVCB records, parsing and writing
23 files changed:
modules/remotebackend/Makefile.am
pdns/Makefile.am
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/svc-records.cc [new symlink]
pdns/dnsdistdist/svc-records.hh [new symlink]
pdns/dnsparser.cc
pdns/dnsparser.hh
pdns/dnsrecords.cc
pdns/dnsrecords.hh
pdns/dnswriter.cc
pdns/dnswriter.hh
pdns/qtype.hh
pdns/rcpgenerator.cc
pdns/rcpgenerator.hh
pdns/recursordist/Makefile.am
pdns/recursordist/svc-records.cc [new symlink]
pdns/recursordist/svc-records.hh [new symlink]
pdns/svc-records.cc
pdns/svc-records.hh
pdns/test-dnsrecords_cc.cc
pdns/test-dnswriter_cc.cc
pdns/test-rcpgenerator_cc.cc
pdns/test-svc_records_cc.cc