Miek Gieben (SIDN), Stephane Bortzmeyer (AFNIC), Michael Braunoeder (nic.at), Peter van Dijk, Maik Zumstrull,
Jose Arthur Benetasso Villanova (Locaweb), Stefan Schmidt, Roland van Rijswijk (Surfnet), Paul Bakker (Brainspark/Fox-IT),
Mathew Hennessy, Johannes Kuehrer (Austrian World4You GmbH), Marc van de Geijn (bHosted.nl), Stefan Arentz and
- Martin van Hensbergen (Fox-IT)
+ Martin van Hensbergen (Fox-IT), Detlef Peeters
</para>
<para>
On to the release notes. Next to DNSSEC, other major new features include:
<listitem><para>Martin van Hensbergen (Fox-IT)</para></listitem>
<listitem><para>Christoph Meerwald</para></listitem>
<listitem><para>Leen Besselink</para></listitem>
+ <listitem><para>Detlef Peeters</para></listitem>
<listitem><para>.. this list is far from complete yet .. </para></listitem>
</itemizedlist>
#include "communicator.hh"
#include "dnsproxy.hh"
-#if 0
+#if 1
#undef DLOG
#define DLOG(x) x
#endif
}
if(!getAuth(p, &sd, target, 0)) {
+ if(r->d.ra) {
+ *shouldRecurse=true;
+ delete r;
+ return 0;
+ }
+
r->setA(false);
if(::arg().mustDo("send-root-referral")) {
DLOG(L<<Logger::Warning<<"Adding root-referral"<<endl);