]> granicus.if.org Git - pdns/log
pdns
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 agoremove AhuException from FAQ
bert hubert [Fri, 12 Jul 2013 14:38:27 +0000 (16:38 +0200)]
remove AhuException from FAQ

11 years agoand the AhuException in Yacc
bert hubert [Fri, 12 Jul 2013 14:34:43 +0000 (16:34 +0200)]
and the AhuException in Yacc

11 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 12 Jul 2013 14:24:12 +0000 (16:24 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns

11 years agowe still love ahu, but the AhuException had to go. Welcome to the PDNSException.
bert hubert [Fri, 12 Jul 2013 14:23:43 +0000 (16:23 +0200)]
we still love ahu, but the AhuException had to go. Welcome to the PDNSException.

11 years agoUpdate web-api.md
bert hubert [Fri, 12 Jul 2013 09:29:43 +0000 (11:29 +0200)]
Update web-api.md

11 years agoupdate pdns.conf-dist with udp-truncation-threshold setting
bert hubert [Fri, 12 Jul 2013 09:09:11 +0000 (11:09 +0200)]
update pdns.conf-dist with udp-truncation-threshold setting

11 years agoimplement udp-truncation-threshold to override the previous 1680 byte maximum respons...
bert hubert [Fri, 12 Jul 2013 09:03:24 +0000 (11:03 +0200)]
implement udp-truncation-threshold to override the previous 1680 byte maximum response datagram size - no matter what EDNS0 said. Plus document it.

11 years agoteach dnsscope command line parameters like --rd to only look at recursion desired...
bert hubert [Thu, 11 Jul 2013 20:47:40 +0000 (22:47 +0200)]
teach dnsscope command line parameters like --rd to only look at recursion desired, --ipv4 and --ipv6 to configure ipv4 and ipv6 filtering

11 years agoteach dnspcap to provide ComboAddresses for src/dst of IPv4 and IPv6 packets, move...
bert hubert [Thu, 11 Jul 2013 20:05:50 +0000 (22:05 +0200)]
teach dnspcap to provide ComboAddresses for src/dst of IPv4 and IPv6 packets, move dnsscope and dnsreplay to this new API.
I don't think dnsreplay is really IPv6 ready though. Might even crash on it right now.

11 years agoteach dnsscope some more statistics, like non-rd
bert hubert [Thu, 11 Jul 2013 15:05:24 +0000 (17:05 +0200)]
teach dnsscope some more statistics, like non-rd

11 years agouse IPv6 addresses from dnspcap infrastructure for question/answer tracking in analysis
bert hubert [Thu, 11 Jul 2013 15:05:00 +0000 (17:05 +0200)]
use IPv6 addresses from dnspcap infrastructure for question/answer tracking in analysis

11 years agoteach our pcap reader IPv6. Already.
bert hubert [Thu, 11 Jul 2013 15:03:34 +0000 (17:03 +0200)]
teach our pcap reader IPv6. Already.

11 years agoMerge pull request #907 from cmouse/edns-subnet
Peter van Dijk [Tue, 9 Jul 2013 11:16:26 +0000 (04:16 -0700)]
Merge pull request #907 from cmouse/edns-subnet

Support for multiple EDNS subnet option numbers

11 years agoNow copies edns subnet code in copy ctor and replyPacket()
Aki Tuomi [Tue, 9 Jul 2013 11:05:50 +0000 (14:05 +0300)]
Now copies edns subnet code in copy ctor and replyPacket()

11 years agoMerge pull request #906 from cmouse/remotebackend-unix-test
Peter van Dijk [Tue, 9 Jul 2013 10:52:56 +0000 (03:52 -0700)]
Merge pull request #906 from cmouse/remotebackend-unix-test

Remotebackend unix test and coverity/test based fixes

11 years agoFix pdns.conf-dist with correct paths (not local)
Aki Tuomi [Tue, 9 Jul 2013 10:52:00 +0000 (13:52 +0300)]
Fix pdns.conf-dist with correct paths (not local)

11 years agoUpgraded pdns.conf-dist to match with reality
Aki Tuomi [Tue, 9 Jul 2013 10:35:20 +0000 (13:35 +0300)]
Upgraded pdns.conf-dist to match with reality

11 years agoAdded sleep after socat startup to avoid race condition
Aki Tuomi [Tue, 9 Jul 2013 10:03:45 +0000 (13:03 +0300)]
Added sleep after socat startup to avoid race condition

11 years agoSupport for standard and non-standard EDNS subnet option numbers
Aki Tuomi [Tue, 9 Jul 2013 09:58:48 +0000 (12:58 +0300)]
Support for standard and non-standard EDNS subnet option numbers

11 years agoAdded socat for unix backend testing
Aki Tuomi [Tue, 9 Jul 2013 09:26:30 +0000 (12:26 +0300)]
Added socat for unix backend testing

11 years agoSupport for multiple subnet options
Aki Tuomi [Tue, 9 Jul 2013 09:23:53 +0000 (12:23 +0300)]
Support for multiple subnet options

11 years agoNow uses indefinite wait instead of while loop
Aki Tuomi [Tue, 9 Jul 2013 07:50:02 +0000 (10:50 +0300)]
Now uses indefinite wait instead of while loop

11 years agoMerge branch 'remotebackend-coverity-20130709' into remotebackend-unix-test
Aki Tuomi [Tue, 9 Jul 2013 07:29:59 +0000 (10:29 +0300)]
Merge branch 'remotebackend-coverity-20130709' into remotebackend-unix-test

11 years agoFixed coverity issues
Aki Tuomi [Tue, 9 Jul 2013 07:00:00 +0000 (10:00 +0300)]
Fixed coverity issues

11 years agoFixed incorrect use or errno
Aki Tuomi [Tue, 9 Jul 2013 07:29:25 +0000 (10:29 +0300)]
Fixed incorrect use or errno

11 years agoTest suite for unixconnector
Aki Tuomi [Tue, 9 Jul 2013 07:29:20 +0000 (10:29 +0300)]
Test suite for unixconnector

11 years agoTest suite for unix connector
Aki Tuomi [Tue, 9 Jul 2013 07:29:09 +0000 (10:29 +0300)]
Test suite for unix connector

11 years agoMerge pull request #891 from mind04/stat
Peter van Dijk [Tue, 9 Jul 2013 06:09:39 +0000 (23:09 -0700)]
Merge pull request #891 from mind04/stat

improve query statistics

11 years agoMerge pull request #905 from cmouse/remotebackend-pipe-connector
Peter van Dijk [Tue, 9 Jul 2013 06:09:19 +0000 (23:09 -0700)]
Merge pull request #905 from cmouse/remotebackend-pipe-connector

Remotebackend pipe connector

11 years agoMerge pull request #904 from cmouse/travis-clang
Peter van Dijk [Tue, 9 Jul 2013 06:08:24 +0000 (23:08 -0700)]
Merge pull request #904 from cmouse/travis-clang

Add clang compiler

11 years agoAdded endl to log messages in send/recv wrapper
Aki Tuomi [Mon, 8 Jul 2013 09:56:46 +0000 (12:56 +0300)]
Added endl to log messages in send/recv wrapper

11 years agoMerged CoProcess into pipeconnector
Aki Tuomi [Mon, 8 Jul 2013 09:46:01 +0000 (12:46 +0300)]
Merged CoProcess into pipeconnector

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

11 years agoAdd clang compiler
Aki Tuomi [Mon, 8 Jul 2013 08:40:16 +0000 (11:40 +0300)]
Add clang compiler

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 agoMerge branch 'rel/auth-3.3'
Peter van Dijk [Fri, 5 Jul 2013 13:24:03 +0000 (15:24 +0200)]
Merge branch 'rel/auth-3.3'

Conflicts:
.travis.yml
debian-pdns/rules
modules/remotebackend/testrunner.sh
modules/remotebackend/unittest_http.rb
modules/remotebackend/unittest_json.rb
modules/remotebackend/unittest_pipe.rb
modules/remotebackend/unittest_post.rb
pdns.spec
pdns/Makefile.am
pdns/misc.hh
regression-tests/start-test-stop

11 years ago3.3 final docs
Peter van Dijk [Fri, 5 Jul 2013 07:14:34 +0000 (09:14 +0200)]
3.3 final docs

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 agoultimate 3.3 changelog update
Peter van Dijk [Thu, 4 Jul 2013 19:03:34 +0000 (21:03 +0200)]
ultimate 3.3 changelog update

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 agoMerge pull request #898 from mind04/nsd-interop
Peter van Dijk [Thu, 4 Jul 2013 19:00:15 +0000 (12:00 -0700)]
Merge pull request #898 from mind04/nsd-interop

no rectify for presigned zones

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 agopenultimate 3.3 changelog update plus correct another oversight
Peter van Dijk [Thu, 4 Jul 2013 18:35:10 +0000 (20:35 +0200)]
penultimate 3.3 changelog update plus correct another oversight

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 agoMerge pull request #897 from mind04/nsd-interop
Peter van Dijk [Thu, 4 Jul 2013 18:28:40 +0000 (11:28 -0700)]
Merge pull request #897 from mind04/nsd-interop

AXFR-in 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 agodrop useless index
Peter van Dijk [Thu, 4 Jul 2013 18:26:29 +0000 (20:26 +0200)]
drop useless index

11 years agominor doc updates
Peter van Dijk [Thu, 4 Jul 2013 18:24:20 +0000 (20:24 +0200)]
minor doc updates

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 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 agopartial 3.3-final docs
Peter van Dijk [Thu, 4 Jul 2013 11:55:29 +0000 (13:55 +0200)]
partial 3.3-final docs

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 agoMerge pull request #896 from zeha/f/remoteloader-linkage
Peter van Dijk [Thu, 4 Jul 2013 10:37:35 +0000 (03:37 -0700)]
Merge pull request #896 from zeha/f/remoteloader-linkage

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 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 linkage of RemoteLoader::RemoteLoader
Christian Hofstaedtler [Wed, 3 Jul 2013 21:45:23 +0000 (23:45 +0200)]
Fix linkage of RemoteLoader::RemoteLoader

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 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 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 agodrop dependency on epoll of dnsdist
bert hubert [Wed, 3 Jul 2013 10:00:35 +0000 (12:00 +0200)]
drop dependency on epoll of dnsdist

11 years agoadd qtype to unauth-queries statistics
Kees Monshouwer [Wed, 3 Jul 2013 09:52:45 +0000 (11:52 +0200)]
add qtype to unauth-queries statistics

11 years agokeep statistics for tcp queries and queries with do bit
Kees Monshouwer [Mon, 1 Jul 2013 22:58:19 +0000 (00:58 +0200)]
keep statistics for tcp queries and queries with do bit

11 years agoimprove udp query statistics
Kees Monshouwer [Mon, 1 Jul 2013 17:30:50 +0000 (19:30 +0200)]
improve udp query statistics

11 years agoMerge pull request #893 from zeha/f/recursor-deb
Peter van Dijk [Wed, 3 Jul 2013 05:34:58 +0000 (22:34 -0700)]
Merge pull request #893 from zeha/f/recursor-deb

Recursor .deb-s fixes

11 years agobuild-recursor: set a maintainer name for resulting debs
Christian Hofstaedtler [Tue, 2 Jul 2013 20:58:29 +0000 (22:58 +0200)]
build-recursor: set a maintainer name for resulting debs

11 years agobuild-recursor: force a sane version for resulting debs
Christian Hofstaedtler [Tue, 2 Jul 2013 20:57:01 +0000 (22:57 +0200)]
build-recursor: force a sane version for resulting debs

11 years agobuild-recursor: stop using CDBS (-b), switch to 'single'
Christian Hofstaedtler [Tue, 2 Jul 2013 20:49:38 +0000 (22:49 +0200)]
build-recursor: stop using CDBS (-b), switch to 'single'

option -b is gone from newer dh_make versions.

11 years agomake man1 dir
Peter van Dijk [Tue, 2 Jul 2013 13:28:58 +0000 (15:28 +0200)]
make man1 dir

11 years agoadd get-zone to pdns-recursor. Untested. ch2500, go! ;-)
bert hubert [Tue, 2 Jul 2013 12:06:01 +0000 (14:06 +0200)]
add get-zone to pdns-recursor. Untested. ch2500, go! ;-)

11 years agoactually ship .1 manpages too
bert hubert [Tue, 2 Jul 2013 11:52:36 +0000 (13:52 +0200)]
actually ship .1 manpages too

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 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 agoMerge pull request #892 from mind04/ds-at-apex
Peter van Dijk [Tue, 2 Jul 2013 05:31:48 +0000 (22:31 -0700)]
Merge pull request #892 from mind04/ds-at-apex

fix getAuth for DS queries at apex

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 agogitignore
Peter van Dijk [Mon, 1 Jul 2013 18:38:06 +0000 (20:38 +0200)]
gitignore

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 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 agoMerge pull request #889 from mind04/axfr
Peter van Dijk [Mon, 1 Jul 2013 12:23:33 +0000 (05:23 -0700)]
Merge pull request #889 from mind04/axfr

Axfr

11 years agoincrease retrieval-threads
Kees Monshouwer [Mon, 1 Jul 2013 11:54:31 +0000 (13:54 +0200)]
increase retrieval-threads

11 years agodupicate controlsocket name in gsqlite-presigned test
Kees Monshouwer [Mon, 1 Jul 2013 11:50:14 +0000 (13:50 +0200)]
dupicate controlsocket name in gsqlite-presigned test

11 years agoMerge pull request #874 from nlmark/patch-4
Peter van Dijk [Mon, 1 Jul 2013 10:53:03 +0000 (03:53 -0700)]
Merge pull request #874 from nlmark/patch-4

Update pdns_server.8

11 years agoMerge pull request #887 from cmouse/remotebackend-extractors-02
Peter van Dijk [Mon, 1 Jul 2013 08:33:04 +0000 (01:33 -0700)]
Merge pull request #887 from cmouse/remotebackend-extractors-02

Allow logging of non-string values.

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 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 agoMerge pull request #886 from cmouse/remotebackend-extractors
Peter van Dijk [Fri, 28 Jun 2013 19:34:30 +0000 (12:34 -0700)]
Merge pull request #886 from cmouse/remotebackend-extractors

Be more liberal about received JSON (accept integers as strings etc)

11 years agoadd dnsdist manpage!
bert hubert [Fri, 28 Jun 2013 15:05:37 +0000 (17:05 +0200)]
add dnsdist manpage!

11 years agoadd syslog to dnsdist, plus make it daemonize itself
bert hubert [Fri, 28 Jun 2013 14:19:56 +0000 (16:19 +0200)]
add syslog to dnsdist, plus make it daemonize itself

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 agodo our startup messages from main() so the threads don't write through eachother
bert hubert [Fri, 28 Jun 2013 09:41:45 +0000 (11:41 +0200)]
do our startup messages from main() so the threads don't write through eachother

11 years agoadd non-fatal configure check for ragel and asciidoc, thanks Nido
Peter van Dijk [Fri, 28 Jun 2013 08:49:54 +0000 (10:49 +0200)]
add non-fatal configure check for ragel and asciidoc, thanks Nido