]> git.ipfire.org Git - thirdparty/pdns.git/commit
More strict ENABLE_GSS_TSIG #ifdefs and checking of g_doGSSTSIG.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 2 Sep 2022 10:39:32 +0000 (12:39 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 2 Sep 2022 12:22:48 +0000 (14:22 +0200)
commitc113acc3dccb96fdd9487258d609ba3022669193
tree000c30a70294b1671e29b724b5baee284d06ab48
parent5e8d94f1d2b1973ed11869f807e6f5197154a443
More strict ENABLE_GSS_TSIG #ifdefs and checking of g_doGSSTSIG.

In some (low level) code, g_doGSSTSIG cannot be used as the code is shared betwen various executables,
but the functionality should be conditional in the higher level processing.

This is a bit tricky to get right, so carefull checks needed.
pdns/auth-main.cc
pdns/auth-main.hh
pdns/distributor.hh
pdns/dnspacket.cc
pdns/gss_context.hh
pdns/packethandler.cc
pdns/rfc2136handler.cc
pdns/tcpreceiver.cc
pdns/test-distributor_hh.cc
pdns/tkey.cc