]> granicus.if.org Git - pdns/commitdiff
minor doc update
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 11 Oct 2012 18:52:11 +0000 (18:52 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 11 Oct 2012 18:52:11 +0000 (18:52 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2805 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/binddnssec.cc
pdns/docs/pdns.xml

index 732f9f97dda4a2cc79b5716dc4d3faef9064589c..dbd248d37390d36631f45c929b9846cc4958073a 100644 (file)
@@ -255,6 +255,7 @@ bool Bind2Backend::deactivateDomainKey(const string& name, unsigned int id)
 
 bool Bind2Backend::getTSIGKey(const string& name, string* algorithm, string* content)
 {
+  QType
   if(!d_dnssecdb)
     return false;
   boost::format fmt("select algorithm, secret from tsigkeys where name='%s'");
index 254dbc7cec8a6d1ce2400116c5852791bbbfd16d..a6847d41b93780b565e5819b4c0f8eb7bf867439 100644 (file)
       </note>
       <para>
        This is a stability and confirmity update to 3.1. It mostly makes our DNSSEC implementation more robust,
-       and improves interoperability with various validators.
+       and improves interoperability with various validators. 3.2 has received very extensive testing on a lot
+       of edge cases, verifying output both against common validators and compared against other authoritative servers.
       </para>
       <para>
        DNSSEC changes in 3.2: