Package: pdns-server
Version: 2.9.21-2
Severity: important
Tags: patch

Since Windows 2003 SP2 the DNS transmits NS glue records with the zone,
which results in out of zone data, which pdns dies not like.

The problem ist best described here:
http://mailman.powerdns.com/pipermail/pdns-users/2007-May/004516.html


There is allready a patch submitted upstream, but it would be nice if we
could have this before 3.0 will come out.

Patch is at: http://wiki.powerdns.com/cgi-bin/trac.fcgi/changeset/1048


Index: /trunk/pdns/pdns/communicator.cc
===================================================================
--- /trunk/pdns/pdns/communicator.cc (revision 1018)
+++ /trunk/pdns/pdns/communicator.cc (revision 1048)
@@ -84,7 +84,6 @@
       for(Resolver::res_t::iterator i=recs.begin();i!=recs.end();++i) {
        if(!endsOn(i->qname, domain)) { 
-         L<<Logger::Error<<"Remote "<<remote<<" sneaked in out-of-zone data
'"<<i->qname<<"' during AXFR of zone '"<<domain<<"'"<<endl;
-         di.backend->abortTransaction();
-         return;
+         L<<Logger::Error<<"Remote "<<remote<<" tried to sneak in
out-of-zone data '"<<i->qname<<"' during AXFR of zone '"<<domain<<"',
ignoring"<<endl;
+         continue;
        }
        i->domain_id=domain_id;


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-xen-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pdns-server depends on:
ii  adduser                 3.104            add and remove users and groups
ii  debconf [debconf-2.0]   1.5.13           Debian configuration management sy
ii  libc6                   2.6-2            GNU C Library: Shared libraries
ii  libgcc1                 1:4.2-20070712-1 GCC support library
ii  libstdc++6              4.2-20070712-1   The GNU Standard C++ Library v3
ii  ucf                     3.001            Update Configuration File: preserv
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages pdns-server recommends:
ii  pdns-doc                      2.9.21-2   PowerDNS manual

-- debconf information:
* pdns-server/localaddress: 212.25.28.54
* pdns-server/allowrecursion: 127.0.0.1
* pdns-server/autostart: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to