]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: merge "main" code into new auth-main.(cc|hh)
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Wed, 8 Dec 2021 19:46:39 +0000 (20:46 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 2 Aug 2022 13:48:10 +0000 (15:48 +0200)
commit8cb70f23571a2fa7e5505a3e668aa712096026cb
tree4a1d65f39667ae7e116c3ebe246c5671ad8b8939
parentfbd29da0e0024fced60ffae41927308e6508798c
auth: merge "main" code into new auth-main.(cc|hh)

Merge common_startup.cc and receiver.cc into auth-main.cc, and
rename common_startup.hh into receiver.hh.
This is a very minimal merge with no cleanup. Its intention is to
make understanding the startup code path easier, by avoiding having
to look at two compilation units to determine the exact order.
14 files changed:
.not-formatted
configure.ac
pdns/Makefile.am
pdns/auth-carbon.cc
pdns/auth-main.cc [moved from pdns/common_startup.cc with 66% similarity]
pdns/auth-main.hh [moved from pdns/common_startup.hh with 100% similarity]
pdns/dynhandler.cc
pdns/lua-record.cc
pdns/nameserver.cc
pdns/packethandler.cc
pdns/receiver.cc [deleted file]
pdns/slavecommunicator.cc
pdns/tcpreceiver.cc
pdns/ws-auth.cc