]> granicus.if.org Git - pdns/log
pdns
11 years agodrop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is...
Peter van Dijk [Fri, 1 Nov 2013 12:31:27 +0000 (13:31 +0100)]
drop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is what we build on

11 years agoRemove unused mysql dependency from pdns_server and pdnssec.
tw [Tue, 24 Sep 2013 04:09:47 +0000 (00:09 -0400)]
Remove unused mysql dependency from pdns_server and pdnssec.

11 years agosupport polarssl 1.3
Peter van Dijk [Thu, 17 Oct 2013 12:42:29 +0000 (14:42 +0200)]
support polarssl 1.3

Conflicts:
pdns/sha.hh

also support polarssl 1.2.9+

11 years agoEnable subdir-objects for automake-1.14
Christian Hofstaedtler [Wed, 4 Sep 2013 09:20:55 +0000 (11:20 +0200)]
Enable subdir-objects for automake-1.14

Fixes warnings about source files in subdirectories, without having
this option enabled.

11 years agoReplace PolarSSL-conditionals in Makefile.am and trust the include dirs
Tiziano Müller [Mon, 20 May 2013 13:43:05 +0000 (15:43 +0200)]
Replace PolarSSL-conditionals in Makefile.am and trust the include dirs

Different ways of using the bundled PolarSSL have been used (-L.. vs
if/then/else). Replace this by defining POLARSSL_CFLAGS/_LIBS/_SUBDIR in
configure.ac and use that in all makefiles. Remove includes based on the
preprocessor HAVE_LIBPOLARSSL definition and trust the CFLAGS set in the
environment to point to the correct directory for the PolarSSL include.

Conflicts:
configure.ac
pdns/Makefile.am

11 years agoNow uses send/recv wrapper to handle exceptions and connector rebuild
Aki Tuomi [Mon, 8 Jul 2013 09:45:45 +0000 (12:45 +0300)]
Now uses send/recv wrapper to handle exceptions and connector rebuild

Merged CoProcess into pipeconnector

Added endl to log messages in send/recv wrapper

Test suite for unix connector

Test suite for unixconnector

Fixed incorrect use or errno

Fixed coverity issues

Now uses indefinite wait instead of while loop

Added sleep after socat startup to avoid race condition

Add NULL initialization for d_c on httpconnector

Fix coverity CID 1066169

Remove unnecessary pipebackend include.

11 years agoupdate gitignore
Peter van Dijk [Thu, 17 Oct 2013 18:03:29 +0000 (20:03 +0200)]
update gitignore

11 years agoadd unit test to check if we detected byte order correctly
bert hubert [Sun, 14 Jul 2013 18:24:04 +0000 (20:24 +0200)]
add unit test to check if we detected byte order correctly

11 years agoour OPT testing appears to have been little-endian only, this might improve things
bert hubert [Sun, 14 Jul 2013 09:04:09 +0000 (11:04 +0200)]
our OPT testing appears to have been little-endian only, this might improve things

11 years agofor ages... we messed up base64 decoding on big endian platforms. The shame.
bert hubert [Sun, 14 Jul 2013 08:27:06 +0000 (10:27 +0200)]
for ages... we messed up base64 decoding on big endian platforms. The shame.

11 years agoFix truncating bug
Ruben d'Arco [Mon, 22 Jul 2013 20:23:25 +0000 (22:23 +0200)]
Fix truncating bug

11 years agoSOA-EDIT: fix INCEPTION-INCREMENT handling
Stefan Bühler [Sat, 13 Jul 2013 11:37:27 +0000 (13:37 +0200)]
SOA-EDIT: fix INCEPTION-INCREMENT handling

11 years agoadd innodb-read-committed option
Kees Monshouwer [Fri, 12 Jul 2013 10:26:09 +0000 (12:26 +0200)]
add innodb-read-committed option

11 years agounbreak auth osx compilation, closes #902
Peter van Dijk [Mon, 8 Jul 2013 07:26:20 +0000 (09:26 +0200)]
unbreak auth osx compilation, closes #902

11 years agoactually notice timeout during AXFR retrieve, thanks hkraal
Peter van Dijk [Tue, 23 Jul 2013 13:24:37 +0000 (15:24 +0200)]
actually notice timeout during AXFR retrieve, thanks hkraal

11 years agoUpdate pdns_server.8 auth-3.3
nlmark [Wed, 19 Jun 2013 11:20:13 +0000 (13:20 +0200)]
Update pdns_server.8

11 years agono rectify for presigned zones
Kees Monshouwer [Thu, 4 Jul 2013 18:55:25 +0000 (20:55 +0200)]
no rectify for presigned zones

11 years agoAXFR-in can handle secure and insecure NSEC3 optout delegations
Kees Monshouwer [Wed, 3 Jul 2013 22:32:51 +0000 (00:32 +0200)]
AXFR-in can handle secure and insecure NSEC3 optout delegations

11 years agoAXFR-out can handle secure and insecure NSEC3 optout delegations
Kees Monshouwer [Thu, 4 Jul 2013 17:28:54 +0000 (19:28 +0200)]
AXFR-out can handle secure and insecure NSEC3 optout delegations

11 years agodrop useless index
Peter van Dijk [Thu, 4 Jul 2013 18:27:54 +0000 (20:27 +0200)]
drop useless index

11 years agoteach dnstcpbench to emit some nice statistics, plus document them
bert hubert [Wed, 3 Jul 2013 10:05:46 +0000 (12:05 +0200)]
teach dnstcpbench to emit some nice statistics, plus document them

11 years agoimplement reading queries from a file
bert hubert [Tue, 2 Jul 2013 11:14:14 +0000 (13:14 +0200)]
implement reading queries from a file

11 years agoFix linkage of RemoteLoader::RemoteLoader
Christian Hofstaedtler [Wed, 3 Jul 2013 21:45:23 +0000 (23:45 +0200)]
Fix linkage of RemoteLoader::RemoteLoader

11 years agoavoid uninitialized values in LOC constructor
Peter van Dijk [Thu, 4 Jul 2013 08:24:05 +0000 (10:24 +0200)]
avoid uninitialized values in LOC constructor

11 years agofix truncated LOC parsing, closes #894
Peter van Dijk [Wed, 3 Jul 2013 18:24:51 +0000 (20:24 +0200)]
fix truncated LOC parsing, closes #894

11 years agoAllow logging of non-string values.
Aki Tuomi [Mon, 1 Jul 2013 06:31:36 +0000 (09:31 +0300)]
Allow logging of non-string values.

11 years agoMake sure webrick is running before testing
Aki Tuomi [Thu, 27 Jun 2013 08:44:58 +0000 (11:44 +0300)]
Make sure webrick is running before testing

11 years agoSupport for /ping
Aki Tuomi [Wed, 26 Jun 2013 21:33:52 +0000 (00:33 +0300)]
Support for /ping

11 years agofix getAuth for DS queries at apex
Kees Monshouwer [Mon, 1 Jul 2013 23:17:23 +0000 (01:17 +0200)]
fix getAuth for DS queries at apex

11 years agoadd asciidoc to travis deps
Peter van Dijk [Mon, 1 Jul 2013 14:09:01 +0000 (16:09 +0200)]
add asciidoc to travis deps

11 years agofix compiler warnings, thanks Morten Stevens
Peter van Dijk [Mon, 1 Jul 2013 14:04:16 +0000 (16:04 +0200)]
fix compiler warnings, thanks Morten Stevens

11 years agoremove useless include
Peter van Dijk [Mon, 1 Jul 2013 13:39:13 +0000 (15:39 +0200)]
remove useless include

11 years agoBe more liberal about received JSON (accept integers as strings etc)
Aki Tuomi [Fri, 28 Jun 2013 13:04:14 +0000 (16:04 +0300)]
Be more liberal about received JSON (accept integers as strings etc)

11 years agomove dnstcpbench.1 to tools deb auth-3.3-rc2
Peter van Dijk [Thu, 27 Jun 2013 10:58:42 +0000 (12:58 +0200)]
move dnstcpbench.1 to tools deb

11 years agonit
Kees Monshouwer [Wed, 26 Jun 2013 10:11:46 +0000 (12:11 +0200)]
nit

11 years agonit
Peter van Dijk [Wed, 26 Jun 2013 09:21:26 +0000 (11:21 +0200)]
nit

11 years agozone2ldap/2sql manpages are not part of tools, thanks Kees Monshouwer
Peter van Dijk [Wed, 26 Jun 2013 08:59:35 +0000 (10:59 +0200)]
zone2ldap/2sql manpages are not part of tools, thanks Kees Monshouwer

11 years agomake sure we dist man dnstcpbench
Peter van Dijk [Tue, 25 Jun 2013 17:42:03 +0000 (19:42 +0200)]
make sure we dist man dnstcpbench

11 years agocorrect recursive make invocation
Peter van Dijk [Tue, 25 Jun 2013 17:20:03 +0000 (19:20 +0200)]
correct recursive make invocation

11 years agorecursive make considered harmful
Peter van Dijk [Tue, 25 Jun 2013 16:05:32 +0000 (18:05 +0200)]
recursive make considered harmful

11 years agoinclude dnstcpbench manual page
Peter van Dijk [Tue, 25 Jun 2013 16:01:11 +0000 (18:01 +0200)]
include dnstcpbench manual page

11 years agoonly install tool manpages when --enable-tools is given
Peter van Dijk [Tue, 25 Jun 2013 15:55:00 +0000 (17:55 +0200)]
only install tool manpages when --enable-tools is given

11 years agoadd pdns-tools deb
Peter van Dijk [Tue, 25 Jun 2013 14:27:43 +0000 (16:27 +0200)]
add pdns-tools deb

11 years agoupdate pdns-tools rpm
Peter van Dijk [Tue, 25 Jun 2013 12:00:48 +0000 (14:00 +0200)]
update pdns-tools rpm

11 years agodrop --enable-recursor; add --enable-tools, preparing for core/tools packaging split...
Peter van Dijk [Tue, 25 Jun 2013 11:37:17 +0000 (13:37 +0200)]
drop --enable-recursor; add --enable-tools, preparing for core/tools packaging split. Thanks to Nido Media of #autotools for autoconf/automake help

11 years agoimport dnstcpbench
Peter van Dijk [Mon, 24 Jun 2013 12:17:59 +0000 (14:17 +0200)]
import dnstcpbench

11 years agoadd selinux policy files
Sander Hoentjen [Thu, 20 Jun 2013 14:38:06 +0000 (16:38 +0200)]
add selinux policy files

11 years agounbreak.. well, everything. Brown paper bag commit.
Peter van Dijk [Thu, 20 Jun 2013 14:10:58 +0000 (16:10 +0200)]
unbreak.. well, everything. Brown paper bag commit.

11 years agoimprove OPT handling, presumably fixes #875
Peter van Dijk [Thu, 20 Jun 2013 10:30:32 +0000 (12:30 +0200)]
improve OPT handling, presumably fixes #875

11 years agoalso add narrow result for direct-rrsig test
Peter van Dijk [Tue, 18 Jun 2013 18:06:56 +0000 (20:06 +0200)]
also add narrow result for direct-rrsig test

11 years agoadd nsec3 result for direct-rrsig test
Peter van Dijk [Tue, 18 Jun 2013 17:35:36 +0000 (19:35 +0200)]
add nsec3 result for direct-rrsig test

11 years agofix OPT inclusion in truncated responses to EDNS queries
Peter van Dijk [Tue, 18 Jun 2013 17:02:49 +0000 (19:02 +0200)]
fix OPT inclusion in truncated responses to EDNS queries

11 years agoexpand any-to-tcp to direct RRSIG queries
Peter van Dijk [Tue, 18 Jun 2013 17:02:13 +0000 (19:02 +0200)]
expand any-to-tcp to direct RRSIG queries

11 years agoMerge commit 'f984ca21605caae25585f4e36dc6512590db20fb' into rel/auth-3.3
bert hubert [Wed, 19 Jun 2013 09:12:16 +0000 (11:12 +0200)]
Merge commit 'f984ca21605caae25585f4e36dc6512590db20fb' into rel/auth-3.3

11 years agoSilent rules backward compatibility, see http://www.flameeyes.eu/autotools-mythbuster...
Winfried Angele [Wed, 19 Jun 2013 08:12:19 +0000 (10:12 +0200)]
Silent rules backward compatibility, see http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html Chapter 3.1

11 years agoFix typo on line 604
Aki Tuomi [Tue, 18 Jun 2013 08:45:20 +0000 (11:45 +0300)]
Fix typo on line 604

11 years agoFix wrong order of bind and string_to_cbuf
Aki Tuomi [Mon, 17 Jun 2013 19:11:44 +0000 (22:11 +0300)]
Fix wrong order of bind and string_to_cbuf

11 years agoFixed bug where HMAC-MD5 is always assumed and fixed for.
Aki Tuomi [Mon, 17 Jun 2013 19:05:41 +0000 (22:05 +0300)]
Fixed bug where HMAC-MD5 is always assumed and fixed for.

11 years agoFix bug on getTSIGKey where name did not get bound, also remove
Aki Tuomi [Mon, 17 Jun 2013 18:47:16 +0000 (21:47 +0300)]
Fix bug on getTSIGKey where name did not get bound, also remove
requirement name to match zone name.

12 years agoReverted TSIG changes
Aki Tuomi [Fri, 14 Jun 2013 10:44:54 +0000 (13:44 +0300)]
Reverted TSIG changes

12 years agoimplement RKEY record type. No regression test since none have ever been spotted...
bert hubert [Wed, 12 Jun 2013 13:22:38 +0000 (15:22 +0200)]
implement RKEY record type. No regression test since none have ever been spotted in the wild, so we don't know what to compare against.

12 years agoreport TXT only once, thanks @zeha
Peter van Dijk [Fri, 14 Jun 2013 07:13:26 +0000 (09:13 +0200)]
report TXT only once, thanks @zeha

12 years agoalso drop strict-rfc-axfrs from pdns.conf-dist
Peter van Dijk [Thu, 13 Jun 2013 13:44:18 +0000 (15:44 +0200)]
also drop strict-rfc-axfrs from pdns.conf-dist

12 years agodrop no-op flag strict-rfc-axfrs, thanks Jelte
Peter van Dijk [Thu, 13 Jun 2013 13:26:43 +0000 (15:26 +0200)]
drop no-op flag strict-rfc-axfrs, thanks Jelte

12 years agoadd MINFO to qtypes
Peter van Dijk [Fri, 14 Jun 2013 06:52:29 +0000 (08:52 +0200)]
add MINFO to qtypes

12 years agoactivate MINFO, thanks Jelte
Peter van Dijk [Thu, 13 Jun 2013 14:00:02 +0000 (16:00 +0200)]
activate MINFO, thanks Jelte

12 years agoimplement MINFO. Why you ask? MINFO is one of the original RFC1035 types, and can...
bert hubert [Thu, 13 Jun 2013 09:59:29 +0000 (11:59 +0200)]
implement MINFO. Why you ask? MINFO is one of the original RFC1035 types, and can thus be compressed. NSD does such compression, and if we don't support MINFO we fail to decompress it.

12 years agofix tinydns data
Peter van Dijk [Thu, 13 Jun 2013 10:50:27 +0000 (12:50 +0200)]
fix tinydns data

12 years agoenable us to do SRV records that end on . for zone2sql
bert hubert [Wed, 12 Jun 2013 18:25:08 +0000 (20:25 +0200)]
enable us to do SRV records that end on . for zone2sql

12 years agoand fix up tinydns tests
bert hubert [Wed, 12 Jun 2013 20:08:32 +0000 (22:08 +0200)]
and fix up tinydns tests

12 years agofix nsec3 and nsec3-optout tests too for ent-axfr
bert hubert [Wed, 12 Jun 2013 20:00:54 +0000 (22:00 +0200)]
fix nsec3 and nsec3-optout tests too for ent-axfr

12 years agoupdate ent-axfr test with _root SRV test
bert hubert [Wed, 12 Jun 2013 19:27:00 +0000 (21:27 +0200)]
update ent-axfr test with _root SRV test

12 years agoResolve tinydnsbackend coverity warnings
Ruben d'Arco [Mon, 10 Jun 2013 20:45:52 +0000 (22:45 +0200)]
Resolve tinydnsbackend coverity warnings
(8fb03db75947122da4e5425c4b517a46c54046f3+7e8f95a953ae3b5bac93e9314a7a75486618d96d)

12 years agoCoverity fixes for mydns
Ruben d'Arco [Mon, 10 Jun 2013 21:03:02 +0000 (23:03 +0200)]
Coverity fixes for mydns

12 years agodocument regression-test depencies, move 'right way' to run the tests to start of...
bert hubert [Thu, 13 Jun 2013 11:38:19 +0000 (13:38 +0200)]
document regression-test depencies, move 'right way' to run the tests to start of document

12 years agoadd new test for SRV records pointing at ., fix error within zoneparser that got...
bert hubert [Wed, 12 Jun 2013 17:36:46 +0000 (19:36 +0200)]
add new test for SRV records pointing at ., fix error within zoneparser that got confused by such root records

12 years agofix error in test description
bert hubert [Wed, 12 Jun 2013 17:35:58 +0000 (19:35 +0200)]
fix error in test description

12 years agoSRV record can have a '.' as final field, from which we would dutifully strip the...
bert hubert [Wed, 12 Jun 2013 14:17:57 +0000 (16:17 +0200)]
SRV record can have a '.' as final field, from which we would dutifully strip the trailing ., leaving void, confusing everything. We now remove the trailing . in the right place, and not if we are trying to server '.'. Again thanks to Jelte & SIDN for catching this.

12 years agoimprove error message in illformated unknown record type, thanks Jelte for reporting
bert hubert [Wed, 12 Jun 2013 12:22:21 +0000 (14:22 +0200)]
improve error message in illformated unknown record type, thanks Jelte for reporting

12 years agomake sure we distribute OBJECTLIBS etc for randombackend to tarball
bert hubert [Tue, 11 Jun 2013 19:51:36 +0000 (21:51 +0200)]
make sure we distribute OBJECTLIBS etc for randombackend to tarball

12 years agosilence a few clang & gcc warnings, partially addressing #856
bert hubert [Tue, 11 Jun 2013 15:30:22 +0000 (17:30 +0200)]
silence a few clang & gcc warnings, partially addressing #856

12 years agowait what I don't even this code, my eyes! Built in webserver can now listen on IPv6...
bert hubert [Tue, 11 Jun 2013 15:17:52 +0000 (17:17 +0200)]
wait what I don't even this code, my eyes! Built in webserver can now listen on IPv6, fixes #843
Also silences some useless messages about timeouts.

12 years agoInitialize d_result to NULL on ctor
Aki Tuomi [Mon, 10 Jun 2013 12:49:15 +0000 (15:49 +0300)]
Initialize d_result to NULL on ctor

12 years agoMerge branch 'rel/auth-3.3' of github.com:PowerDNS/pdns into rel/auth-3.3
bert hubert [Mon, 10 Jun 2013 14:14:07 +0000 (16:14 +0200)]
Merge branch 'rel/auth-3.3' of github.com:PowerDNS/pdns into rel/auth-3.3

12 years agoCHANGES BEHAVIOUR: before we launch, check if we can connect to the controlsocket...
bert hubert [Mon, 10 Jun 2013 14:11:20 +0000 (16:11 +0200)]
CHANGES BEHAVIOUR: before we launch, check if we can connect to the controlsocket we are about to obliterate. If it works, abort. Fixes #841 and changes standing behaviour. There might be circumstances where PowerDNS now refuses to start, where it previously would. However, starting and making our previous instance mute wasn't good.

12 years agoCHANGES BEHAVIOUR: before we launch, check if we can connect to the controlsocket...
bert hubert [Mon, 10 Jun 2013 14:11:20 +0000 (16:11 +0200)]
CHANGES BEHAVIOUR: before we launch, check if we can connect to the controlsocket we are about to obliterate. If it works, abort. Fixes #841 and changes standing behaviour. There might be circumstances where PowerDNS now refuses to start, where it previously would. However, starting and making our previous instance mute wasn't good.

12 years agocorrectly refuse out-of-zone data in bindbackend, closes #845
Peter van Dijk [Mon, 10 Jun 2013 14:11:41 +0000 (16:11 +0200)]
correctly refuse out-of-zone data in bindbackend, closes #845

12 years agofix message, refs #844
Peter van Dijk [Mon, 10 Jun 2013 12:42:53 +0000 (14:42 +0200)]
fix message, refs #844

12 years agoinitialise server-id after all parsing is done, instead of half way through. Fixes...
Peter van Dijk [Mon, 10 Jun 2013 12:20:37 +0000 (14:20 +0200)]
initialise server-id after all parsing is done, instead of half way through. Fixes situations where server-id was emptied explicitly. Reported by Wouter de Jong

12 years agobump boost requirement, thanks Wouter de Jong
Peter van Dijk [Mon, 10 Jun 2013 09:00:27 +0000 (11:00 +0200)]
bump boost requirement, thanks Wouter de Jong

12 years agosilence array warning
bert hubert [Tue, 4 Jun 2013 13:07:07 +0000 (15:07 +0200)]
silence array warning

12 years agoUpdate pdns auth init script so it works on wheezy
Christian Hofstaedtler [Wed, 5 Jun 2013 01:54:07 +0000 (03:54 +0200)]
Update pdns auth init script so it works on wheezy

insserv would complain:
insserv: There is a loop at service pdns if started
insserv: There is a loop between service pdns and mountall if started
insserv: There is a loop between service pdns and mountall-bootclean if started
insserv: Starting rsync depends on pdns and therefore on system facility `$all' which can not be true!

12 years agocherry-squash of 38860c862e3064980d6ace6ae5cc2bffd001f45b..9183c9e515c1720e05ef3843a1...
Peter van Dijk [Mon, 10 Jun 2013 06:54:24 +0000 (08:54 +0200)]
cherry-squash of 38860c862e3064980d6ace6ae5cc2bffd001f45b..9183c9e515c1720e05ef3843a1f8a52ad617c649, clang fixes by Aki Tuomi, thanks!

12 years agothis commit will force potential undefined behaviour into a crash. Not observed in...
bert hubert [Tue, 4 Jun 2013 13:18:34 +0000 (15:18 +0200)]
this commit will force potential undefined behaviour into a crash. Not observed in real life.

12 years agoalso stretch supermasters.ip for goracle
Peter van Dijk [Mon, 10 Jun 2013 06:31:57 +0000 (08:31 +0200)]
also stretch supermasters.ip for goracle

12 years agostretch supermasters.ip for IPv6, thanks Dennis Krul
Peter van Dijk [Mon, 10 Jun 2013 06:28:33 +0000 (08:28 +0200)]
stretch supermasters.ip for IPv6, thanks Dennis Krul

12 years agocherry pick squash of e09ff8b07703...ae03af280d89 from master - various remotebackend...
Peter van Dijk [Fri, 7 Jun 2013 11:53:42 +0000 (13:53 +0200)]
cherry pick squash of e09ff8b07703...ae03af280d89 from master - various remotebackend improvements by Aki Tuomi

12 years agomake sure systemd starts pdnsd after relevant databases have been started, thanks...
Peter van Dijk [Tue, 4 Jun 2013 12:13:12 +0000 (14:13 +0200)]
make sure systemd starts pdnsd after relevant databases have been started, thanks Morten Stevens

12 years agoMerge branch 'master' into rel/auth-3.3
Peter van Dijk [Thu, 30 May 2013 13:59:21 +0000 (15:59 +0200)]
Merge branch 'master' into rel/auth-3.3

12 years agoavoid warning
Peter van Dijk [Thu, 30 May 2013 13:59:14 +0000 (15:59 +0200)]
avoid warning