]> git.ipfire.org Git - thirdparty/pdns.git/commit
Revert of 9385 (which removed GSS_TSIG functionality) and rebase to master
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 7 Dec 2021 16:07:43 +0000 (17:07 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 2 Sep 2022 12:22:48 +0000 (14:22 +0200)
commitb08f131552e44b34f3482688f87150498a9c281b
tree4a81af31ff23ad5d5a78e110e5acd2003eb601dd
parent5657f97a732fc8d76f507e086a34c9a48a36579d
Revert of 9385 (which removed GSS_TSIG functionality) and rebase to master

Reformat according to project settings

We prefer C++ style casts and change NULL into nullptr

Move includes from gss_context.hh to gss_context.cc if possible, remove unused ones and move from boost::shared_ptr to std::shared_ptr.

Protect access to global maps by a mechanic translation to use
LockGuarded. The scopes of the locks should be verified, they might need
to be wider!
23 files changed:
configure.ac
docs/domainmetadata.rst
docs/tsig.rst
m4/pdns_enable_gss_tsig.m4 [new file with mode: 0644]
modules/remotebackend/Makefile.am
pdns/Makefile.am
pdns/dnspacket.cc
pdns/dnssecinfra.cc
pdns/gss_context.cc [new file with mode: 0644]
pdns/gss_context.hh [new file with mode: 0644]
pdns/ixplore.cc
pdns/packethandler.cc
pdns/packethandler.hh
pdns/pdnsutil.cc
pdns/recursordist/Makefile.am
pdns/recursordist/gss_context.cc [new symlink]
pdns/recursordist/gss_context.hh [new symlink]
pdns/resolver.cc
pdns/rfc2136handler.cc
pdns/saxfr.cc
pdns/tkey.cc
pdns/tsigverifier.cc
pdns/ws-auth.cc