]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
10 years agotypo/grammar 3660/head
Mark McKinstry [Mon, 4 Apr 2016 18:23:43 +0000 (14:23 -0400)] 
typo/grammar

10 years agoMerge pull request #3653 from ahupowerdns/tab-are-ws-too
bert hubert [Mon, 4 Apr 2016 18:13:21 +0000 (20:13 +0200)] 
Merge pull request #3653 from ahupowerdns/tab-are-ws-too

tabs are whitespace too!

10 years agoVarious fixes from clang static analyzer, coverity and cppcheck 3659/head
Remi Gacogne [Mon, 4 Apr 2016 12:35:07 +0000 (14:35 +0200)] 
Various fixes from clang static analyzer, coverity and cppcheck

Most of them are simply about making sure that members are
properly initialized by all constructors, especially if there is a
default one. The initialization cost should be fairly small, and I
expect that turning a random failure into a deterministic one is
worth it.

10 years agodnsdist: Add a lock to MaxQPSIPRule 3658/head
Remi Gacogne [Mon, 4 Apr 2016 10:02:53 +0000 (12:02 +0200)] 
dnsdist: Add a lock to MaxQPSIPRule

Otherwise we might crash when one thread inserts into the internal
map while another one is accessing it.
Reported by @rygl.

10 years agodnsdist: Clarify the doc for QPS-related rules and actions 3657/head
Remi Gacogne [Mon, 4 Apr 2016 10:01:21 +0000 (12:01 +0200)] 
dnsdist: Clarify the doc for QPS-related rules and actions

10 years agoAPI: clean up cryptokeys resource 3656/head
Christian Hofstaedtler [Tue, 29 Dec 2015 13:17:32 +0000 (14:17 +0100)] 
API: clean up cryptokeys resource

Treat domain not found as a normal not found; treat all keys
absent for single resource request as a normal not found;
return an object instead of a single-valued list for single
resource requests and rename "content" to "privatekey"
and don't re-read the key from the backend.

Also share UeberBackend with DNSSECKeeper to avoid extra
backend connection.

10 years agoRename PUBLISH_* to PUBLISH-* domainmetadata 3651/head
Christian Hofstaedtler [Sat, 2 Apr 2016 19:24:51 +0000 (21:24 +0200)] 
Rename PUBLISH_* to PUBLISH-* domainmetadata

For consistency with all other domainmetadata settings names.

10 years agotabs are whitespace too! 3653/head
bert hubert [Sat, 2 Apr 2016 13:16:45 +0000 (15:16 +0200)] 
tabs are whitespace too!

10 years agoRevert "Make pdns die on fatal error" 3666/head
Kees Monshouwer [Fri, 1 Apr 2016 20:06:37 +0000 (22:06 +0200)] 
Revert "Make pdns die on fatal error"

This reverts commit ff1ac70002cc705285a58daf4dcb6ccbb4b7e312.

10 years agoRevert "Add remark about not removing the throw"
Kees Monshouwer [Fri, 1 Apr 2016 20:06:17 +0000 (22:06 +0200)] 
Revert "Add remark about not removing the throw"

This reverts commit 7da873e9210bdaff73e9b436a4d1657f19bae600.

10 years agoRevert "Throw correct exception on temporary DB issue"
Kees Monshouwer [Fri, 1 Apr 2016 18:54:41 +0000 (20:54 +0200)] 
Revert "Throw correct exception on temporary DB issue"

This reverts commit 90843c356a97b002983249a21a7530a091e3ea79.

10 years agoMerge pull request #3634 from rgacogne/dnsdist-dangling-tcp-fd
Remi Gacogne [Fri, 1 Apr 2016 14:37:18 +0000 (16:37 +0200)] 
Merge pull request #3634 from rgacogne/dnsdist-dangling-tcp-fd

dnsdist: Prevent dangling TCP fd in case setupTCPDownstream() fails

10 years agoMerge pull request #3641 from rgacogne/dnsdist-qps-none
Remi Gacogne [Fri, 1 Apr 2016 14:36:55 +0000 (16:36 +0200)] 
Merge pull request #3641 from rgacogne/dnsdist-qps-none

dnsdist: Under threshold, QPS action should return None, not Allow

10 years agoAdd lowercase-outgoing tests 3617/head
Pieter Lexis [Wed, 23 Mar 2016 15:09:36 +0000 (16:09 +0100)] 
Add lowercase-outgoing tests

10 years agoUpdate link in docs
Pieter Lexis [Thu, 31 Mar 2016 14:20:59 +0000 (16:20 +0200)] 
Update link in docs

10 years agodnsdist: Under threshold, QPS action should return None, not Allow 3641/head
Remi Gacogne [Wed, 30 Mar 2016 21:48:25 +0000 (23:48 +0200)] 
dnsdist: Under threshold, QPS action should return None, not Allow

Closes #3638.

10 years agorec: Extract ECS even w/o gettag. Wake worker when exiting. 3640/head
Remi Gacogne [Wed, 30 Mar 2016 16:12:03 +0000 (18:12 +0200)] 
rec: Extract ECS even w/o gettag. Wake worker when exiting.

10 years agoMerge pull request #3639 from rgacogne/rec-protobuf
bert hubert [Wed, 30 Mar 2016 15:14:14 +0000 (16:14 +0100)] 
Merge pull request #3639 from rgacogne/rec-protobuf

rec: Add protobuf support, add RPZ policy name

10 years agorec: Remove protobuf debug output 3639/head
Remi Gacogne [Wed, 30 Mar 2016 14:59:51 +0000 (16:59 +0200)] 
rec: Remove protobuf debug output

10 years agoprotobuf: add an "originalRequestorSubnet" field
Remi Gacogne [Wed, 30 Mar 2016 14:48:30 +0000 (16:48 +0200)] 
protobuf: add an "originalRequestorSubnet" field

10 years agorec: Add a name to DNSFilterEngine policy
Remi Gacogne [Wed, 30 Mar 2016 14:30:13 +0000 (16:30 +0200)] 
rec: Add a name to DNSFilterEngine policy

10 years agorec: Add protobuf support
Remi Gacogne [Wed, 30 Mar 2016 11:24:35 +0000 (13:24 +0200)] 
rec: Add protobuf support

10 years agothis liberates the rapid ednssubnet parser in pdns_recursor for use for the protobuf...
bert hubert [Wed, 30 Mar 2016 14:17:08 +0000 (16:17 +0200)] 
this liberates the rapid ednssubnet parser in pdns_recursor for use for the protobuf emitter

10 years agoslightly improve RPZ documentation
bert hubert [Wed, 30 Mar 2016 13:10:05 +0000 (15:10 +0200)] 
slightly improve RPZ documentation

10 years agodnsdist: Sync debian dir with downstream 3635/head
Pieter Lexis [Tue, 29 Mar 2016 12:32:04 +0000 (14:32 +0200)] 
dnsdist: Sync debian dir with downstream

This is synced as much as possible. With the exception of the service
file. We use the Type=simple and now disable logging to syslog (this way
all logs end up in the journal).

Closes #3367

10 years agoAXFR-out rectify: don't set odername for empty non-terminals only derived from glue 3637/head
Kees Monshouwer [Tue, 29 Mar 2016 12:02:07 +0000 (14:02 +0200)] 
AXFR-out rectify: don't set odername for empty non-terminals only derived from glue

10 years agodnsdist: Prevent dangling TCP fd in case setupTCPDownstream() fails 3634/head
Remi Gacogne [Tue, 29 Mar 2016 12:49:50 +0000 (14:49 +0200)] 
dnsdist: Prevent dangling TCP fd in case setupTCPDownstream() fails

Remove the closed socket descriptor from the sockets map.
Otherwise, if an exception occurs in setupTCPDownstream(), we might
try to use it and close it again later, not knowing it has been
reassigned to another socket or, worse, to a TCP acceptor pipe.

10 years agodnsdist: Count "TTL too short" events, default min TTL to 0 3633/head
Remi Gacogne [Tue, 29 Mar 2016 09:58:36 +0000 (11:58 +0200)] 
dnsdist: Count "TTL too short" events, default min TTL to 0

This means that we'll cache response regardless of their TTL value
by default.

10 years agofix exit statuses to constants and return 0 when success 3632/head
Joonas Aunola [Tue, 29 Mar 2016 09:24:41 +0000 (12:24 +0300)] 
fix exit statuses to constants and return 0 when success

Use EXIT_ constants instead of bools or ints when function return
value is passed to exit() function.

10 years agoenable travis root zone tests for gsql backends
Kees Monshouwer [Tue, 29 Mar 2016 08:51:16 +0000 (10:51 +0200)] 
enable travis root zone tests for gsql backends

10 years agoadd AXFR to root zone tests
Kees Monshouwer [Tue, 29 Mar 2016 08:22:42 +0000 (10:22 +0200)] 
add AXFR to root zone tests

10 years agoDNSName makeRelative pain
Kees Monshouwer [Tue, 29 Mar 2016 08:07:02 +0000 (10:07 +0200)] 
DNSName makeRelative pain

10 years agodon't add nsec3 records for insecure delegations in optout zones
Kees Monshouwer [Tue, 29 Mar 2016 07:39:49 +0000 (09:39 +0200)] 
don't add nsec3 records for insecure delegations in optout zones

10 years agoadd insecure delegation to the root zone
Kees Monshouwer [Tue, 29 Mar 2016 07:37:26 +0000 (09:37 +0200)] 
add insecure delegation to the root zone

10 years agopdnsutil: don't set odername for empty non-terminals only derived from glue
Kees Monshouwer [Mon, 28 Mar 2016 17:37:39 +0000 (19:37 +0200)] 
pdnsutil: don't set odername for empty non-terminals only derived from glue

10 years agominimize records in root zone test
Kees Monshouwer [Mon, 28 Mar 2016 17:36:04 +0000 (19:36 +0200)] 
minimize records in root zone test

10 years agofix typo, sorry for that - broke dnspcap2protobuf
bert hubert [Sun, 27 Mar 2016 14:32:36 +0000 (16:32 +0200)] 
fix typo, sorry for that - broke dnspcap2protobuf

10 years agoadjust to new dnsmessage protobuf semantics: from/to is not requestor/responder....
bert hubert [Sat, 26 Mar 2016 22:57:10 +0000 (23:57 +0100)] 
adjust to new dnsmessage protobuf semantics: from/to is not requestor/responder. Plus, we ignore rd=0 queries for now.

10 years agohopefully fix build without protobuf on travis
bert hubert [Sat, 26 Mar 2016 08:07:25 +0000 (09:07 +0100)] 
hopefully fix build without protobuf on travis

10 years agofix up dnspcap2protobuf htons plus catch exception
bert hubert [Fri, 25 Mar 2016 20:33:24 +0000 (21:33 +0100)] 
fix up dnspcap2protobuf htons plus catch exception

10 years agoAdd unique IDs to match query w/ response in dnspcap2protobuf
Remi Gacogne [Thu, 24 Mar 2016 15:32:38 +0000 (16:32 +0100)] 
Add unique IDs to match query w/ response in dnspcap2protobuf

10 years agoCheck the packet size in dnspcap2protobuf
Remi Gacogne [Thu, 24 Mar 2016 15:14:00 +0000 (16:14 +0100)] 
Check the packet size in dnspcap2protobuf

10 years agoAdd a dnspcap2protobuf tool
Remi Gacogne [Thu, 24 Mar 2016 15:09:56 +0000 (16:09 +0100)] 
Add a dnspcap2protobuf tool

10 years agoFix printing DLOG in addNSECX()
Pieter Lexis [Fri, 25 Mar 2016 13:50:11 +0000 (14:50 +0100)] 
Fix printing DLOG in addNSECX()

10 years agoAdd regression tests for root zone serving
Pieter Lexis [Thu, 11 Feb 2016 15:03:44 +0000 (16:03 +0100)] 
Add regression tests for root zone serving

10 years agoAllow root-zones as '.' in the SQL backends
Pieter Lexis [Tue, 9 Feb 2016 16:39:10 +0000 (17:39 +0100)] 
Allow root-zones as '.' in the SQL backends

Allow importing a root-zone through zone2sql as well.
This also fixes slaving the root with the bind backend and dnssec.

10 years agoMerge pull request #3627 from rgacogne/dnsdist-ecs-remove
bert hubert [Fri, 25 Mar 2016 18:47:12 +0000 (19:47 +0100)] 
Merge pull request #3627 from rgacogne/dnsdist-ecs-remove

dnsdist: Remove ECS option from response's OPT RR when necessary

10 years agoMerge pull request #3626 from rgacogne/dnsdist-fix-boost-uuid
Remi Gacogne [Fri, 25 Mar 2016 14:35:37 +0000 (15:35 +0100)] 
Merge pull request #3626 from rgacogne/dnsdist-fix-boost-uuid

dnsdist: Don't include boost/uuid headers without protobuf support

10 years agoRemove semistatic stuff 3628/head
Ruben Kerkhof [Fri, 25 Mar 2016 14:12:25 +0000 (15:12 +0100)] 
Remove semistatic stuff

10 years agodnsdist: Don't include boost/uuid headers without protobuf support 3626/head
Remi Gacogne [Fri, 25 Mar 2016 13:09:30 +0000 (14:09 +0100)] 
dnsdist: Don't include boost/uuid headers without protobuf support

10 years agoMerge pull request #3611 from pieterlexis/issue-3392-no-rectify-on-nondnssec
Pieter Lexis [Fri, 25 Mar 2016 11:39:39 +0000 (12:39 +0100)] 
Merge pull request #3611 from pieterlexis/issue-3392-no-rectify-on-nondnssec

pdnsutil: Don't try to rectify non-DNSSEC zones

10 years agoMerge pull request #3620 from pieterlexis/rec-control-manpage-test
Pieter Lexis [Fri, 25 Mar 2016 11:39:27 +0000 (12:39 +0100)] 
Merge pull request #3620 from pieterlexis/rec-control-manpage-test

Add test for rec_control manpage

10 years agoMerge pull request #3621 from pieterlexis/lowercase-in-db
Pieter Lexis [Fri, 25 Mar 2016 11:39:19 +0000 (12:39 +0100)] 
Merge pull request #3621 from pieterlexis/lowercase-in-db

Lowercase names when inserting in the database

10 years agoMerge pull request #3623 from zeha/typo
Pieter Lexis [Fri, 25 Mar 2016 11:39:13 +0000 (12:39 +0100)] 
Merge pull request #3623 from zeha/typo

geoip: Fix typo in messages

10 years agodnsdist: Remove ECS option from response's OPT RR when necessary 3627/head
Remi Gacogne [Thu, 10 Mar 2016 08:31:33 +0000 (09:31 +0100)] 
dnsdist: Remove ECS option from response's OPT RR when necessary

If we added an ECS option to a query already having EDNS,
we need to remove the ECS option sent back by the server if any,
otherwise this might confuse the original client.

10 years agoSuggested fix for #3362 and #2911 3625/head
Ruben d'Arco [Fri, 25 Mar 2016 09:37:06 +0000 (10:37 +0100)] 
Suggested fix for #3362 and #2911

10 years agogeoip: Fix typo in messages 3623/head
Christian Hofstaedtler [Thu, 24 Mar 2016 20:53:00 +0000 (21:53 +0100)] 
geoip: Fix typo in messages

10 years agoMerge pull request #3622 from ahupowerdns/remi-protobuf
bert hubert [Thu, 24 Mar 2016 15:39:23 +0000 (16:39 +0100)] 
Merge pull request #3622 from ahupowerdns/remi-protobuf

Merge dnsdist protobuf based query logging

10 years agofix up protobuf for make dist 3622/head
bert hubert [Thu, 24 Mar 2016 13:20:03 +0000 (14:20 +0100)] 
fix up protobuf for make dist

10 years agoautobuild dnsmessage.pb.cc & h
bert hubert [Thu, 24 Mar 2016 10:52:03 +0000 (11:52 +0100)] 
autobuild dnsmessage.pb.cc & h

10 years agoMerge remote-tracking branch 'rgacogne/dnsdist-protobuf' into remi-protobuf
bert hubert [Thu, 24 Mar 2016 09:15:56 +0000 (10:15 +0100)] 
Merge remote-tracking branch 'rgacogne/dnsdist-protobuf' into remi-protobuf

10 years agodnsdist: In remote logger, payload size should be 16 bits, not 32
Remi Gacogne [Thu, 24 Mar 2016 09:12:19 +0000 (10:12 +0100)] 
dnsdist: In remote logger, payload size should be 16 bits, not 32

10 years agoMerge remote-tracking branch 'rgacogne/dnsdist-protobuf'
bert hubert [Thu, 24 Mar 2016 08:34:01 +0000 (09:34 +0100)] 
Merge remote-tracking branch 'rgacogne/dnsdist-protobuf'

10 years agoLowercase names when inserting in the database 3621/head
Pieter Lexis [Thu, 24 Mar 2016 08:17:28 +0000 (09:17 +0100)] 
Lowercase names when inserting in the database

Closes #3583

10 years agoAdd test for rec_control manpage 3620/head
Pieter Lexis [Tue, 9 Feb 2016 09:51:26 +0000 (10:51 +0100)] 
Add test for rec_control manpage

Closes #601

10 years agoAdd lowercase-outgoing documentation
Pieter Lexis [Wed, 23 Mar 2016 13:10:26 +0000 (14:10 +0100)] 
Add lowercase-outgoing documentation

10 years agoclarify comment
Peter van Dijk [Tue, 9 Feb 2016 13:53:06 +0000 (14:53 +0100)] 
clarify comment

10 years agoadd lowercase-outgoing flag
Peter van Dijk [Tue, 9 Feb 2016 13:21:25 +0000 (14:21 +0100)] 
add lowercase-outgoing flag

10 years agoDon't replace forwards with broken config file 3619/head
Pieter Lexis [Wed, 23 Mar 2016 17:29:04 +0000 (18:29 +0100)] 
Don't replace forwards with broken config file

Closes #2072

10 years agoDocument v6 scoped syntax 3618/head
Pieter Lexis [Wed, 23 Mar 2016 16:43:04 +0000 (17:43 +0100)] 
Document v6 scoped syntax

Closes: #3430
10 years agoMerge pull request #3610 from pieterlexis/dnsupdate-docs
bert hubert [Wed, 23 Mar 2016 15:40:17 +0000 (16:40 +0100)] 
Merge pull request #3610 from pieterlexis/dnsupdate-docs

Fix dnsupdate docs.

10 years agoMerge pull request #3616 from ahupowerdns/insecure-fix
bert hubert [Wed, 23 Mar 2016 15:39:47 +0000 (16:39 +0100)] 
Merge pull request #3616 from ahupowerdns/insecure-fix

For for incorrect 'Bogus' on Insecure on provable insecure delegation, plus better dnssec trace logging

10 years agosome further additional trace logging for dnssec validation 3616/head
bert hubert [Wed, 23 Mar 2016 14:46:27 +0000 (15:46 +0100)] 
some further additional trace logging for dnssec validation

10 years agoCloses #3390 by fixing validation of provably insecure delegation for NSEC records...
bert hubert [Wed, 23 Mar 2016 12:00:35 +0000 (13:00 +0100)] 
Closes #3390 by fixing validation of provably insecure delegation for NSEC records, plus improving our DNSSEC validation logging with --trace output on

10 years agoHandle unset 'zone' in policy RRL script 3614/head
Håkan Lindqvist [Sun, 6 Mar 2016 08:36:45 +0000 (09:36 +0100)] 
Handle unset 'zone' in policy RRL script

10 years agoHandle queries that do not match any zone in Lua getZone call
Håkan Lindqvist [Sun, 6 Mar 2016 02:06:00 +0000 (03:06 +0100)] 
Handle queries that do not match any zone in Lua getZone call

10 years agoMerge pull request #3608 from rgacogne/dnsdist-cache-stats
bert hubert [Tue, 22 Mar 2016 22:40:50 +0000 (23:40 +0100)] 
Merge pull request #3608 from rgacogne/dnsdist-cache-stats

dnsdist: Export cache stats to carbon

10 years agoMerge pull request #3613 from pieterlexis/ignore-pdns_recursor-pidfile
Peter van Dijk [Tue, 22 Mar 2016 15:43:20 +0000 (16:43 +0100)] 
Merge pull request #3613 from pieterlexis/ignore-pdns_recursor-pidfile

Ignore pdns_recursor.pid

10 years agoIgnore pdns_recursor.pid 3613/head
Pieter Lexis [Tue, 22 Mar 2016 15:38:09 +0000 (16:38 +0100)] 
Ignore pdns_recursor.pid

10 years agodnsdist: Use a separate thread and a queue for remote logging
Remi Gacogne [Tue, 22 Mar 2016 15:24:55 +0000 (16:24 +0100)] 
dnsdist: Use a separate thread and a queue for remote logging

10 years agoMerge pull request #3609 from rgacogne/dnsdist-display-acl
bert hubert [Tue, 22 Mar 2016 15:09:54 +0000 (16:09 +0100)] 
Merge pull request #3609 from rgacogne/dnsdist-display-acl

dnsdist: Display the ACL content on startup

10 years agopdnsutil: Fix rectify message for non-DNSSEC zones 3611/head
Pieter Lexis [Tue, 22 Mar 2016 15:00:06 +0000 (16:00 +0100)] 
pdnsutil: Fix rectify message for non-DNSSEC zones

Closes: #3392
10 years agopdnsutil: Fix segfault in the gpgsql backend 3612/head
Pieter Lexis [Tue, 22 Mar 2016 14:45:08 +0000 (15:45 +0100)] 
pdnsutil: Fix segfault in the gpgsql backend

Closes #3480

10 years agoMerge pull request #3605 from pieterlexis/recursor-forward-multiple
bert hubert [Tue, 22 Mar 2016 13:44:08 +0000 (14:44 +0100)] 
Merge pull request #3605 from pieterlexis/recursor-forward-multiple

Recursor: Fix the forwarding to multiple servers

10 years agoMerge pull request #3606 from ahupowerdns/dnssec-ok-fix
bert hubert [Tue, 22 Mar 2016 13:36:37 +0000 (14:36 +0100)] 
Merge pull request #3606 from ahupowerdns/dnssec-ok-fix

Fix a few DNSSEC issues. this closes #3261, closes #3532, closes #3446.

10 years agoMerge pull request #3607 from ahupowerdns/recuregres-fixes
bert hubert [Tue, 22 Mar 2016 13:35:48 +0000 (14:35 +0100)] 
Merge pull request #3607 from ahupowerdns/recuregres-fixes

Improve recursor regression tests

10 years agoturns out that you also need to strip trailing , to be impervious to JSON order changes. 3607/head
bert hubert [Tue, 22 Mar 2016 12:48:32 +0000 (13:48 +0100)] 
turns out that you also need to strip trailing , to be impervious to JSON order changes.

10 years agofor now, skip the 'ghost' tests so we can reenable recursor testing on travis
bert hubert [Tue, 22 Mar 2016 11:38:19 +0000 (12:38 +0100)] 
for now, skip the 'ghost' tests so we can reenable recursor testing on travis

10 years agomake this test independent of ordering of json
bert hubert [Tue, 22 Mar 2016 11:36:59 +0000 (12:36 +0100)] 
make this test independent of ordering of json

10 years agoFix dnsupdate docs. closes #3525 3610/head
Pieter Lexis [Tue, 22 Mar 2016 09:52:26 +0000 (10:52 +0100)] 
Fix dnsupdate docs. closes #3525

10 years agodnsdist: Display the ACL content on startup 3609/head
Remi Gacogne [Tue, 22 Mar 2016 09:16:35 +0000 (10:16 +0100)] 
dnsdist: Display the ACL content on startup

Closes #3588.

10 years agoactually fail if the recursor tests fail
bert hubert [Tue, 22 Mar 2016 08:32:51 +0000 (09:32 +0100)] 
actually fail if the recursor tests fail

10 years agothis test relies on the ordering within json which is not wise, but I verified we...
bert hubert [Tue, 22 Mar 2016 07:55:43 +0000 (08:55 +0100)] 
this test relies on the ordering within json which is not wise, but I verified we got it right and set the ordering to what pdns emits now

10 years agowarn if recursor or pdns can't be found in regression tests (but continue anyhow...
bert hubert [Tue, 22 Mar 2016 07:54:43 +0000 (08:54 +0100)] 
warn if recursor or pdns can't be found in regression tests (but continue anyhow), improve documentation, remove "you can safely ignore this error"-error which still confused me, document lua-posix dependency, document how authbind works

10 years agoanother place where we looked for the recursor in the wrong place
bert hubert [Tue, 22 Mar 2016 06:56:49 +0000 (07:56 +0100)] 
another place where we looked for the recursor in the wrong place

10 years agoanother place that looked for pdns_recursor in the old place
bert hubert [Mon, 21 Mar 2016 22:03:40 +0000 (23:03 +0100)] 
another place that looked for pdns_recursor in the old place

10 years agomake regression tests look in sane default place for pdns_recursor, make travis put...
bert hubert [Mon, 21 Mar 2016 20:45:11 +0000 (21:45 +0100)] 
make regression tests look in sane default place for pdns_recursor, make travis put pdns_recursor in that sane place

10 years agofix --dnssec help output about defaults 3606/head
bert hubert [Mon, 21 Mar 2016 19:11:00 +0000 (20:11 +0100)] 
fix --dnssec help output about defaults

10 years agothis fixes #3261 and likely #3532 and #3446. In the new model, SyncRes has one flag...
bert hubert [Mon, 21 Mar 2016 16:40:56 +0000 (17:40 +0100)] 
this fixes #3261 and likely #3532 and #3446. In the new model, SyncRes has one flag: do DNSSEC or not. If the user did not want DNSSEC, pdns_recursor.cc will strip it out for you.
But the processing is mostly done anyhow (except for optimization). This also fixes everyone's favorite warning about State being unset, and it restores 'dnssec=process' as default

10 years agoUpdate domainmetadata.md 3563/head
GaveUp [Tue, 22 Mar 2016 02:07:52 +0000 (21:07 -0500)] 
Update domainmetadata.md