endif
-EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control qgen dnsscope dnsreplay_mindex dnswasher dnsreplay dnsscan dnslog
+EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control qgen dnsscope dnsgram dnsreplay_mindex dnswasher dnsreplay dnsscan dnslog
pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \
qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \
dnsscope_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@
+dnsgram_SOURCES=dnsgram.cc misc.cc unix_utility.cc qtype.cc \
+ logger.cc statbag.cc dnspcap.cc dnspcap.hh dnsparser.cc dnsrecords.cc \
+ base64.cc base64.hh dnswriter.cc dnswriter.hh rcpgenerator.cc rcpgenerator.hh \
+ utility.hh dnsparser.hh
+
+
+
# INCLUDES=-I/usr/include/mysql
#define SYSCONFDIR "/etc/powerdns/"
#define LOCALSTATEDIR "/var/run/"
-#define VERSION "3.1.4-snapshot"
+#define VERSION "3.1.4-pre2"
#define RECURSOR
#ifndef WIN32
#define GCC_SKIP_LOCKING
-VERSION=3.1.4-snapshot
+VERSION=3.1.4-pre2
INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \
+3.1.4-pre2-1
+Sun, 05 Nov 2006 14:47:42 +0100
+* almost ready!
+-- bert hubert <bert.hubert@netherlabs.nl>
3.1.3-1
Tue, 12 Sep 2006 20:21:28 +0200
* 3.1.3 release
#include "utility.hh"
#include <string>
#include <sys/types.h>
-
+#include <boost/algorithm/string.hpp>
#include "dns.hh"
#include "dnsbackend.hh"
#include "ueberbackend.hh"
r->addRecord(rr);
}
+ if(boost::iequals(arg()["send-root-referral"], "lean"))
+ return;
+
// add the additional stuff
rr.ttl=3600000;
Buildroot: /tmp/pdns/
Name: pdns-recursor
-Version: 3.1.3
+Version: 3.1.4pre2
Release: 1
Summary: extremely powerful and versatile recursing nameserver
License: GPL