]>
granicus.if.org Git - pdns/log
Pieter Lexis [Tue, 7 Jun 2016 12:32:35 +0000 (14:32 +0200)]
Merge pull request #3931 from zeha/rename-notify
Rename notify to pdns_notify to avoid conflicts
Pieter Lexis [Tue, 7 Jun 2016 11:19:44 +0000 (13:19 +0200)]
Merge pull request #3948 from mind04/oldboost
don't install dnsbulktest and dnstcpbench manpages if boost is too old
Pieter Lexis [Tue, 7 Jun 2016 10:59:38 +0000 (12:59 +0200)]
Merge pull request #3926 from pieterlexis/recursor-CD-on-fwd
Recursor: set +CD on queries forwarded to a recursor
Pieter Lexis [Tue, 7 Jun 2016 10:59:34 +0000 (12:59 +0200)]
Merge pull request #3910 from pieterlexis/recursor-NTA
Recursor: implement Negative Trust Anchor management and runtime Trust Anchor management
Pieter Lexis [Tue, 7 Jun 2016 10:59:25 +0000 (12:59 +0200)]
Merge pull request #3924 from pieterlexis/recursor-virtual-hosting
recursor: Add multi-instance unit-file
Kees Monshouwer [Tue, 7 Jun 2016 09:33:35 +0000 (11:33 +0200)]
don't install dnsbulktest and dnstcpbench manpages if boost is too old
Pieter Lexis [Tue, 7 Jun 2016 09:32:12 +0000 (11:32 +0200)]
Update recursor dnssec docs
Pieter Lexis [Tue, 7 Jun 2016 09:29:54 +0000 (11:29 +0200)]
Add logging to trust anchor management
bert hubert [Tue, 7 Jun 2016 09:22:10 +0000 (11:22 +0200)]
improve set-meta help.
Pieter Lexis [Fri, 3 Jun 2016 07:44:02 +0000 (09:44 +0200)]
recursor: implement runtime trust anchor management
Pieter Lexis [Tue, 31 May 2016 08:15:45 +0000 (10:15 +0200)]
Add script to print logs after failure
Pieter Lexis [Mon, 30 May 2016 16:36:35 +0000 (18:36 +0200)]
Use configured trust anchors other than root
Pieter Lexis [Fri, 27 May 2016 11:18:00 +0000 (13:18 +0200)]
Add 2 simple NTA tests
Pieter Lexis [Thu, 26 May 2016 23:19:21 +0000 (01:19 +0200)]
Hookup NTA management to rec_control
Pieter Lexis [Thu, 26 May 2016 21:36:22 +0000 (23:36 +0200)]
Implement Negative Trust Anchors
bert hubert [Tue, 7 Jun 2016 08:07:52 +0000 (10:07 +0200)]
Merge pull request #3923 from pieterlexis/recursor-dnssec-docs
Add Recursor DNSSEC docs
bert hubert [Tue, 7 Jun 2016 08:07:33 +0000 (10:07 +0200)]
Merge pull request #3929 from pieterlexis/issue-3915-recursor-fds
recursor: set more sensible default fd limit
bert hubert [Tue, 7 Jun 2016 08:07:08 +0000 (10:07 +0200)]
Merge pull request #3936 from rgacogne/dnsdist-more-filtering-options
dnsdist: Filter on opcode, records count/type, trailing data
bert hubert [Tue, 7 Jun 2016 08:06:38 +0000 (10:06 +0200)]
Merge pull request #3940 from rgacogne/auth-accu-centos6
auth: Don't build dnsbulktest and dnstcpbench if boost is too old
Christian Hofstaedtler [Mon, 6 Jun 2016 18:59:56 +0000 (20:59 +0200)]
Rename notify to pdns_notify to avoid conflicts
Note that this does not change regression-tests.recursor for now,
because that needs a newer pdns-tools deb.
bert hubert [Mon, 6 Jun 2016 19:30:58 +0000 (21:30 +0200)]
fix confusing error on TCP/IP disconnect at just the right time (about 'endpoint is not connected')
Remi Gacogne [Mon, 6 Jun 2016 13:59:19 +0000 (15:59 +0200)]
auth: Don't build dnsbulktest and dnstcpbench if boost is too old
Remi Gacogne [Mon, 6 Jun 2016 09:40:46 +0000 (11:40 +0200)]
Fix ugly commented out var and actual code on the same line
Remi Gacogne [Mon, 6 Jun 2016 08:34:37 +0000 (10:34 +0200)]
dnsdist: Filter on opcode, records count/type, trailing data
* Add `OpcodeRule()` to filter on opcode + DNSOpcode.* Lua values
* Add `TrailingDataRule()` to filter queries with trailing data
* Add `RecordsCountRule(section, minCount, maxCount)` to match on
the number of records in a given section
* Add `RecordsTypeCountRule(section, type, minCount, maxCount)` to
match on the number of records of type `type` in a given section
* Add DNSSection.* Lua values
* Add DNSClass.* Lua values
Remi Gacogne [Mon, 6 Jun 2016 07:46:32 +0000 (09:46 +0200)]
Merge pull request #3906 from rgacogne/dnsdist-issue-3903
dnsdist: Keep the servers ordered inside pools
bert hubert [Sun, 5 Jun 2016 08:30:05 +0000 (10:30 +0200)]
netflix messing with your IPv6? This script has you covered.
Peter van Dijk [Sat, 4 Jun 2016 13:25:42 +0000 (15:25 +0200)]
Merge pull request #3928 from pieterlexis/4-b1-secpoll
secpoll: Add beta1 debian packages
bert hubert [Sat, 4 Jun 2016 10:19:41 +0000 (12:19 +0200)]
add example google/bing safesearch or strict mode network wide DNS script for PowerDNS Recursor
Remi Gacogne [Thu, 26 May 2016 17:42:36 +0000 (19:42 +0200)]
dnsdist: Keep the servers ordered inside pools
Several policies expect the servers to be ordered on their 'order'.
In addition to that, we keep the servers in a `NumberedVector` to
be able to pass them as a Lua table to Lua custom policies, and
that means we need to get the numbers right there too, especially
when we remove a server from a pool.
Pieter Lexis [Fri, 3 Jun 2016 12:07:46 +0000 (14:07 +0200)]
recursor: set more sensible default fd limit
closes #3915
Pieter Lexis [Tue, 31 May 2016 22:35:27 +0000 (00:35 +0200)]
Add Recursor DNSSEC docs
Pieter Lexis [Wed, 1 Jun 2016 21:02:56 +0000 (23:02 +0200)]
Recursor: +CD on queries forwarded to a recursor
Pieter Lexis [Fri, 3 Jun 2016 10:27:59 +0000 (12:27 +0200)]
secpoll: Add beta1 debian packages
bert hubert [Thu, 2 Jun 2016 06:53:13 +0000 (08:53 +0200)]
Merge pull request #3917 from cmouse/remotebackend-getalldomains
Remotebackend: Add getAllDomains call
bert hubert [Wed, 1 Jun 2016 18:55:43 +0000 (20:55 +0200)]
fix up lua axfr filter, supposed to close #3925 please check.
Pieter Lexis [Wed, 1 Jun 2016 13:34:05 +0000 (15:34 +0200)]
recursor: Add multi-instance unit-file
Closes #3922
Aki Tuomi [Tue, 31 May 2016 11:24:40 +0000 (14:24 +0300)]
remotebackend: Add documentation
Aki Tuomi [Tue, 31 May 2016 11:10:10 +0000 (14:10 +0300)]
remotebackend: Add test for getAllDomains
Aki Tuomi [Tue, 31 May 2016 11:09:59 +0000 (14:09 +0300)]
remotebackend: Implement getAllDomains
bert hubert [Tue, 31 May 2016 08:55:01 +0000 (10:55 +0200)]
slightly improve description of dnsquestion.variable attribute in Lua.
Remi Gacogne [Fri, 27 May 2016 14:40:06 +0000 (16:40 +0200)]
Merge pull request #3904 from rgacogne/protobuf-logger
Add ProtobufLogger.py, a script to display protobuf messages
Pieter Lexis [Fri, 27 May 2016 13:56:22 +0000 (15:56 +0200)]
Add release date to recursor 4.0.0 beta 1
Pieter Lexis [Fri, 27 May 2016 11:26:59 +0000 (13:26 +0200)]
Merge pull request #3908 from pieterlexis/variable-boost-version
Check for different boost versions
Pieter Lexis [Fri, 27 May 2016 11:26:02 +0000 (13:26 +0200)]
Merge pull request #3905 from pieterlexis/dnssec-process-no-validate
Recursor: Add dnssec=process-no-validate option
Pieter Lexis [Fri, 27 May 2016 09:36:20 +0000 (11:36 +0200)]
Fix small markdown error
Pieter Lexis [Fri, 27 May 2016 09:17:38 +0000 (11:17 +0200)]
Merge pull request #3899 from pieterlexis/beta1-changelog
Add 4.0.0 beta 1 changelogs
Pieter Lexis [Thu, 26 May 2016 06:34:50 +0000 (08:34 +0200)]
Update secpoll for beta1
Pieter Lexis [Wed, 25 May 2016 13:46:36 +0000 (15:46 +0200)]
Add auth 4.0.0 beta 1 changelog
Pieter Lexis [Wed, 25 May 2016 13:20:03 +0000 (15:20 +0200)]
Add recursor 4.0.0 beta 1 changelog
Pieter Lexis [Fri, 27 May 2016 09:11:32 +0000 (11:11 +0200)]
Merge pull request #3907 from pieterlexis/disable-protobuf-centos6
Disable building recursor with protobuf on Centos 6
Pieter Lexis [Fri, 27 May 2016 09:11:00 +0000 (11:11 +0200)]
Merge pull request #3901 from pieterlexis/systemd-virtual-hosting
Generate and install virtual hosting unit file
Pieter Lexis [Thu, 26 May 2016 11:07:38 +0000 (13:07 +0200)]
Generate and install virtual hosting unit file
Idea and some changes taken from @ekohl, thanks!
Closes: #2563
Pieter Lexis [Thu, 26 May 2016 14:51:13 +0000 (16:51 +0200)]
Add test for dnssec=process-no-validate
Pieter Lexis [Thu, 26 May 2016 13:46:40 +0000 (15:46 +0200)]
pdns_recursor.cc: some whitespace fixes
Pieter Lexis [Thu, 26 May 2016 13:45:40 +0000 (15:45 +0200)]
Recursor: Add process-no-validate option
Make it also the default. This turns the recursor into a
"Security-Aware Recursive Name Server" (RFC 4033 §2), meaning it will
pass on RRSIGs and NSEC(3)s but will not validate.
Pieter Lexis [Fri, 27 May 2016 08:12:58 +0000 (10:12 +0200)]
Dnsdist: test for boost 1.42 when protobuf is enabled
Pieter Lexis [Fri, 27 May 2016 08:12:49 +0000 (10:12 +0200)]
Recursor: test for boost 1.42 when protobuf is enabled
Pieter Lexis [Fri, 27 May 2016 08:02:42 +0000 (10:02 +0200)]
Disable building recursor with protobuf on Centos 6
Pieter Lexis [Fri, 27 May 2016 07:57:11 +0000 (09:57 +0200)]
Merge pull request #3898 from pieterlexis/rm-static
Remove static package scripts and mentions
Remi Gacogne [Thu, 26 May 2016 18:40:02 +0000 (20:40 +0200)]
Merge pull request #3900 from rgacogne/rec-lua-policy-tags
rec: Manage the applied policy and tags from pre/post resolve hooks
Remi Gacogne [Thu, 26 May 2016 13:58:18 +0000 (15:58 +0200)]
Add ProtobufLogger.py, a script to display protobuf messages
Split from #3869.
Remi Gacogne [Wed, 25 May 2016 14:41:00 +0000 (16:41 +0200)]
rec: Manage the applied policy and tags from pre/post resolve hooks
This adds a `appliedPolicy` string member to the dq object, along
with new methods:
* `addPolicyTag(string)`
* `setPolicyTags(table of strings)`
* `getPolicyTags()`
A new repeated (ie, {0,n}) `tags` is added to our protobuf responses.
Pieter Lexis [Wed, 25 May 2016 13:52:43 +0000 (15:52 +0200)]
Remove static package scripts and mentions
Pieter Lexis [Wed, 25 May 2016 13:23:37 +0000 (15:23 +0200)]
Merge pull request #3897 from pieterlexis/small-recursor-fix
silence an unused variable warning
Pieter Lexis [Wed, 25 May 2016 11:41:10 +0000 (13:41 +0200)]
silence an unused variable warning
Pieter Lexis [Wed, 25 May 2016 10:05:29 +0000 (12:05 +0200)]
Merge pull request #3894 from pieterlexis/protobuf-in-pkg
Add protobuf support to the PowerDNS provided packages
Remi Gacogne [Wed, 25 May 2016 09:47:47 +0000 (11:47 +0200)]
Merge pull request #3876 from rgacogne/dnsdist-response-rules-3870
dnsdist: Add `showResponseRules()`, `{mv,rm,top}ResponseRule()`
Pieter Lexis [Tue, 24 May 2016 12:39:13 +0000 (14:39 +0200)]
Remove stubquery, unpackaged, RPMs won't build otherwise
Pieter Lexis [Tue, 24 May 2016 12:01:21 +0000 (14:01 +0200)]
Add protobuf support to dnsdist packages
Pieter Lexis [Tue, 24 May 2016 10:43:19 +0000 (12:43 +0200)]
Enable protobuf support in recursor packages
Pieter Lexis [Tue, 24 May 2016 11:19:17 +0000 (13:19 +0200)]
Merge pull request #3872 from pieterlexis/issue-3782-auth-multiple-carbon
Auth: add support for multiple carbon servers
Pieter Lexis [Tue, 24 May 2016 11:19:13 +0000 (13:19 +0200)]
Merge pull request #3893 from pieterlexis/disable-protobuf
Disable protobuf detection in packages
Pieter Lexis [Tue, 24 May 2016 11:19:08 +0000 (13:19 +0200)]
Merge pull request #3892 from Habbie/recursor-librt
support clock_gettime for platforms that require -lrt
Pieter Lexis [Tue, 24 May 2016 10:47:43 +0000 (12:47 +0200)]
Disable protobuf detection in packages
So that we do not accidently link against it.
Pieter Lexis [Tue, 24 May 2016 10:06:51 +0000 (12:06 +0200)]
Merge pull request #3882 from Habbie/override-python
allow overriding python binary in tests
Pieter Lexis [Tue, 24 May 2016 10:06:23 +0000 (12:06 +0200)]
Merge pull request #3885 from Habbie/deadsymlinks
remove two dead symlinks
Pieter Lexis [Tue, 24 May 2016 10:03:49 +0000 (12:03 +0200)]
Merge pull request #3881 from rgacogne/rec-noedns-stats
rec: Fix the `noEdnsOutQueries` counter
Pieter Lexis [Tue, 24 May 2016 10:03:35 +0000 (12:03 +0200)]
Merge pull request #3886 from pieterlexis/recursor-autotool-fixes
Some Recursor fixes
Pieter Lexis [Tue, 24 May 2016 10:03:24 +0000 (12:03 +0200)]
Merge pull request #3887 from pieterlexis/readme-update
Update README files
Peter van Dijk [Tue, 24 May 2016 09:46:17 +0000 (11:46 +0200)]
Merge pull request #3875 from ahupowerdns/edns-fallback
with this commit, we turn off DNSSEC queries iff you respond with Not…
Peter van Dijk [Mon, 23 May 2016 15:40:23 +0000 (17:40 +0200)]
support clock_gettime for platforms that require -lrt
Peter van Dijk [Mon, 23 May 2016 11:33:44 +0000 (13:33 +0200)]
Merge pull request #3851 from mind04/ecdsa2
disable algorithm 13 and 14 in the opensslsigner if OpenSSL does not …
Peter van Dijk [Mon, 23 May 2016 11:12:13 +0000 (13:12 +0200)]
Merge pull request #3866 from pieterlexis/issue-3811-recursor-FD-limit
rec: Increase max FDs for systemd machines
Peter van Dijk [Mon, 23 May 2016 11:11:46 +0000 (13:11 +0200)]
Merge pull request #3877 from rgacogne/dnsdist-max-fds
dnsdist: Increase max FDs in systemd unit, warn if clearly too low
Pieter Lexis [Mon, 23 May 2016 09:28:18 +0000 (11:28 +0200)]
Update README files
Pieter Lexis [Wed, 18 May 2016 10:28:41 +0000 (12:28 +0200)]
Ensure the `logmessages` statistic is increased.
When a message is sent to the console or syslog, increase the
logmessages counter.
Closes #3855
Pieter Lexis [Mon, 23 May 2016 10:49:36 +0000 (12:49 +0200)]
Remove the statbag from the recursor
Pieter Lexis [Mon, 23 May 2016 10:38:16 +0000 (12:38 +0200)]
rec: add configure summary
Peter van Dijk [Mon, 23 May 2016 10:24:03 +0000 (12:24 +0200)]
remove two dead symlinks
Peter van Dijk [Fri, 20 May 2016 13:54:21 +0000 (15:54 +0200)]
allow overriding python binary in tests
Peter van Dijk [Fri, 20 May 2016 11:44:22 +0000 (13:44 +0200)]
Merge pull request #3732 from Habbie/dnsdist-osx
improve OSX portability
Peter van Dijk [Mon, 18 Apr 2016 15:02:11 +0000 (17:02 +0200)]
move PDNS_CHECK_OS so it can actually change CXXFLAGS
Peter van Dijk [Mon, 18 Apr 2016 14:22:06 +0000 (16:22 +0200)]
introduce central gettime() function, so we can avoid clock_gettime on platforms that do not have it, like osx/mach
Remi Gacogne [Fri, 20 May 2016 07:56:25 +0000 (09:56 +0200)]
rec: Fix the `noEdnsOutQueries` counter
It was incremented for every call to `asyncresolveWrapper()`, then
one more time for queries sent without EDNS.
Peter van Dijk [Sat, 26 Mar 2016 10:35:42 +0000 (11:35 +0100)]
document editline usage
Peter van Dijk [Thu, 19 May 2016 11:27:09 +0000 (13:27 +0200)]
Merge pull request #3874 from romuald/doc-remote-type
Remote backend doc example change (types)
Remi Gacogne [Thu, 19 May 2016 10:36:33 +0000 (12:36 +0200)]
dnsdist: Warn when the max FDs limit is clearly too low
Remi Gacogne [Thu, 19 May 2016 10:17:18 +0000 (12:17 +0200)]
dnsdist: Add `showResponseRules()`, `{mv,rm,top}ResponseRule()`
Peter van Dijk [Thu, 19 May 2016 09:58:38 +0000 (11:58 +0200)]
Merge pull request #3857 from Habbie/stubquery
add simple stubquery tool for testing the stubresolver
Peter van Dijk [Thu, 19 May 2016 09:56:07 +0000 (11:56 +0200)]
Merge pull request #3858 from rgacogne/dnsdist-web-exceptions
dnsdist: Only log YaHTTP's parser exceptions in verbose mode