From: Aki Tuomi Date: Tue, 11 Aug 2015 06:40:35 +0000 (+0300) Subject: Indicate signed NOTIFY X-Git-Tag: dnsdist-1.0.0-alpha2~40^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e116ef0c6a6fb98cdde83139bdb46f9fc692445;p=thirdparty%2Fpdns.git Indicate signed NOTIFY --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index f35c0d7c14..82fa1c5813 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -851,7 +851,7 @@ int PacketHandler::processNotify(DNSPacket *p) if(!s_allowNotifyFrom.match((ComboAddress *) &p->d_remote ) || p->d_havetsig) { if (p->d_havetsig && p->getTSIGKeyname().empty() == false) { - L<qdomain<<" from "<getRemote()<<", allowed by TSIG key '"<getTSIGKeyname()<<"'"<qdomain<<" from "<getRemote()<<", allowed by TSIG key '"<getTSIGKeyname()<<"'"<qdomain<<" from "<getRemote()<<" but remote is not permitted by TSIG or allow-notify-from"<qdomain<<" from "<getRemote()<<": refused because allow-insecure-notify is turned off."<getTSIGKeyname().toStringNoDot()) { - L<qdomain<<" from "<getRemote()<<": expected TSIG key '"<getTSIGKeyname()<<"'"<qdomain<<" from "<getRemote()<<": expected TSIG key '"<getTSIGKeyname()<<"'"<