]>
granicus.if.org Git - pdns/log
phonedph1 [Thu, 17 May 2018 00:55:54 +0000 (18:55 -0600)]
Update dq.rst
I believe the returns were mixed between these two..
Remi Gacogne [Wed, 16 May 2018 15:09:16 +0000 (17:09 +0200)]
Merge pull request #6566 from rgacogne/rec-queries-pipe
rec: Use a separate, non-blocking pipe to distribute queries
Remi Gacogne [Wed, 16 May 2018 15:08:56 +0000 (17:08 +0200)]
Merge pull request #6588 from rgacogne/rec-safe-load-rpz
rec: Delay the loading of RPZ zones until the parsing is done, fix race
Remi Gacogne [Wed, 16 May 2018 15:08:22 +0000 (17:08 +0200)]
Merge pull request #6605 from rgacogne/rec-cap-ecs-scope
rec: Make sure that the ECS scope from the auth is < to the source
bert hubert [Tue, 15 May 2018 13:41:08 +0000 (15:41 +0200)]
Merge pull request #6609 from ahupowerdns/lua-policy-doc-improv
our recursor lua policy override example did not work
bert hubert [Tue, 15 May 2018 12:33:25 +0000 (14:33 +0200)]
our recursor lua policy override example did not work
bert hubert [Tue, 15 May 2018 08:10:45 +0000 (10:10 +0200)]
Merge pull request #6582 from rgacogne/dnspcap-cleanup
dnsreplay: Add more checks against bogus PCAP
bert hubert [Tue, 15 May 2018 08:08:00 +0000 (10:08 +0200)]
Merge pull request #6486 from phonedph1/patch-2
Update dns64.rst
Remi Gacogne [Thu, 14 Dec 2017 22:12:01 +0000 (23:12 +0100)]
rec: Add a regression test for invalid ECS scope from auth servers
Remi Gacogne [Thu, 14 Dec 2017 22:11:25 +0000 (23:11 +0100)]
rec: Make sure that the ECS scope from the auth is < to the source
Pieter Lexis [Mon, 14 May 2018 14:35:07 +0000 (15:35 +0100)]
Merge pull request #6585 from cmouse/geoip
Geoip
Pieter Lexis [Mon, 14 May 2018 14:34:50 +0000 (15:34 +0100)]
Merge pull request #6594 from chbruyand/auth-util-load-modules
pdnsutil: also load modules through the load-modules directive
Pieter Lexis [Mon, 14 May 2018 14:34:29 +0000 (15:34 +0100)]
Merge pull request #6604 from Habbie/validns
revive validns testing, closes #3097
Remi Gacogne [Mon, 14 May 2018 09:43:09 +0000 (11:43 +0200)]
Merge pull request #6505 from rgacogne/rec-multi-index
rec: Add hashed indexes to the caches, for faster retrieval
Remi Gacogne [Mon, 14 May 2018 09:41:15 +0000 (11:41 +0200)]
Merge pull request #6602 from zeha/dnstap-doc-fixeds
dnstap.rst: Fix some editing errors
Remi Gacogne [Mon, 14 May 2018 09:40:36 +0000 (11:40 +0200)]
Merge pull request #6601 from rgacogne/pimp-my-calidns
calidns: Add quiet, minimum-success-rate options to use from a script
Peter van Dijk [Thu, 10 May 2018 17:09:34 +0000 (19:09 +0200)]
revive validns testing, closes #3097
Christian Hofstaedtler [Fri, 11 May 2018 17:17:54 +0000 (19:17 +0200)]
dnstap.rst: Fix some editing errors
Remi Gacogne [Fri, 11 May 2018 14:34:11 +0000 (16:34 +0200)]
calidns: Add a --quiet option
Remi Gacogne [Fri, 11 May 2018 14:20:47 +0000 (16:20 +0200)]
calidns: Add an option to stop once we drop below a minimum rate
Remi Gacogne [Fri, 11 May 2018 13:29:58 +0000 (15:29 +0200)]
calidns: Only write a 'plot' file when asked to
Remi Gacogne [Fri, 11 May 2018 13:18:52 +0000 (15:18 +0200)]
calidns: Accept lines with an ECS value even if we don't use it
Remi Gacogne [Tue, 5 Dec 2017 15:31:56 +0000 (16:31 +0100)]
dnsreplay: Add more checks against bogus PCAP
Remi Gacogne [Fri, 11 May 2018 07:57:00 +0000 (09:57 +0200)]
Merge pull request #6592 from chbruyand/dnsdist-docs-healthchecks
docs: document setVerboseHealthChecks()
Remi Gacogne [Fri, 11 May 2018 07:55:25 +0000 (09:55 +0200)]
Merge pull request #6597 from wk/patch-1
reflect accurate old value of webserver-allow-from
Remi Gacogne [Fri, 11 May 2018 07:55:04 +0000 (09:55 +0200)]
Merge pull request #6599 from Habbie/make-dnspcap2calidns-manpage
add dnspcap2calidns manpage to build
Aki Tuomi [Thu, 10 May 2018 18:06:11 +0000 (21:06 +0300)]
geoipbackend: Avoid expensive destroy during initialization
Aki Tuomi [Thu, 10 May 2018 15:37:24 +0000 (18:37 +0300)]
geoipbackend: Optimize lookup
Avoids expensive copying operations
Charles-Henri Bruyand [Thu, 10 May 2018 13:20:54 +0000 (15:20 +0200)]
pdnsutil: refactor loadModules()
Peter van Dijk [Thu, 10 May 2018 12:45:53 +0000 (14:45 +0200)]
add manpage to build
Wild Kat [Thu, 10 May 2018 12:12:52 +0000 (14:12 +0200)]
reflect accurate old value of webserver-allow-from
Charles-Henri Bruyand [Thu, 10 May 2018 10:31:39 +0000 (12:31 +0200)]
pdnsutil: also load modules through the load-modules directive
Pieter Lexis [Thu, 10 May 2018 07:58:36 +0000 (08:58 +0100)]
Merge pull request #6562 from chbruyand/rec-api-flush-tree
rec api: add subtree option to the cache flush endpoint
Pieter Lexis [Thu, 10 May 2018 07:57:45 +0000 (08:57 +0100)]
Merge pull request #6564 from rgacogne/dnspcap2calidns2
Add dnspcap2calidns, to convert PCAP to the calidns format
Pieter Lexis [Thu, 10 May 2018 07:57:04 +0000 (08:57 +0100)]
Merge pull request #6568 from cmouse/docs
Disable parallel build for docs
Pieter Lexis [Thu, 10 May 2018 07:55:32 +0000 (08:55 +0100)]
Merge pull request #6590 from rgacogne/gcc-8-warnings
Fix warnings reported by GCC 8.1.0
Remi Gacogne [Wed, 9 May 2018 15:06:40 +0000 (17:06 +0200)]
Fix warnings reported by GCC 8.1.0
- polymorphic exceptions caught by value
- ComboAddress objects manipulated via `memset()`
Remi Gacogne [Wed, 9 May 2018 10:53:06 +0000 (12:53 +0200)]
rec: Delay RPZ threads creation until the Lua config has been parsed
Otherwise if the parsing of the remaining Lua directives takes longer
than the AXFR, our zone content will be replaced by an empty zone
once the parsing finishes.
Remi Gacogne [Wed, 9 May 2018 08:02:19 +0000 (10:02 +0200)]
rec: Add unit tests for wiping the cache
Pieter Lexis [Tue, 8 May 2018 20:47:33 +0000 (21:47 +0100)]
rec: Load RPZ safely from the RPZIXFRTracker
Peter van Dijk [Tue, 8 May 2018 20:10:56 +0000 (22:10 +0200)]
Merge pull request #6581 from rgacogne/docs-sec-2018-02
Add PowerDNS Advisory 2018-02 for CVE-2018-1046 in dnsreplay
Peter van Dijk [Tue, 8 May 2018 18:43:23 +0000 (20:43 +0200)]
Merge pull request #6580 from rgacogne/rec-dnsreplay-outgoing-buffer
dnsreplay: Bail out on a too small outgoing buffer
Aki Tuomi [Tue, 8 May 2018 17:07:47 +0000 (20:07 +0300)]
geoipbackend: Make sure initial netmask is not too wide
Otherwise cache will be "poisoned" with too wide value, rendering
the geoip functionality useless.
Fixes #6584, found by @blop
Aki Tuomi [Tue, 8 May 2018 16:59:40 +0000 (19:59 +0300)]
geoipbackend: Hide queryGeoIP
Aki Tuomi [Tue, 8 May 2018 16:55:35 +0000 (19:55 +0300)]
geoipbackend: Add struct for holding geoip service
Aki Tuomi [Tue, 8 May 2018 16:47:22 +0000 (19:47 +0300)]
geoipbackend: Fix struct/class usage
Remi Gacogne [Tue, 8 May 2018 15:06:43 +0000 (16:06 +0100)]
Merge pull request #6574 from rgacogne/rec-lua-ffi-raw
rec: Add _raw versions for qname / ComboAddresses to the FFI API
Remi Gacogne [Tue, 8 May 2018 13:35:47 +0000 (15:35 +0200)]
Fix "Risk of system compromise" and concerned version in advisory 2018 02
Remi Gacogne [Tue, 5 Dec 2017 16:07:19 +0000 (17:07 +0100)]
dnsreplay: Bail out on a too small outgoing buffer
Remi Gacogne [Tue, 8 May 2018 13:14:16 +0000 (15:14 +0200)]
Add PowerDNS Advisory 2018-02 for CVE-2018-1046 in dnsreplay
Peter van Dijk [Tue, 8 May 2018 11:17:33 +0000 (13:17 +0200)]
Merge pull request #6576 from Habbie/docs-auth-4.1.2
docs + secpoll update for auth 4.1.2
Charles-Henri Bruyand [Tue, 8 May 2018 10:43:53 +0000 (12:43 +0200)]
docs: document setVerboseHealthChecks()
aerique [Tue, 8 May 2018 08:07:43 +0000 (10:07 +0200)]
Merge pull request #6577 from aerique/feature/add-syntax-to-dnstap-proto
Add syntax to dns.proto to silence compilation warning.
Peter van Dijk [Mon, 7 May 2018 12:53:38 +0000 (14:53 +0200)]
docs + secpoll update for auth 4.1.2
Erik Winkels [Mon, 7 May 2018 13:26:23 +0000 (15:26 +0200)]
Add syntax to dns.proto to silence compilation warning.
Remi Gacogne [Mon, 7 May 2018 13:01:15 +0000 (15:01 +0200)]
rec: Fix the description of several metrics in the SNMP MIB
Remi Gacogne [Mon, 7 May 2018 12:57:47 +0000 (14:57 +0200)]
rec: Check that the query distribution pipe has been set non-blocking
Peter van Dijk [Mon, 7 May 2018 12:40:02 +0000 (14:40 +0200)]
fix old typo
Remi Gacogne [Mon, 7 May 2018 10:03:24 +0000 (12:03 +0200)]
rec: Add _raw versions for qname / ComboAddresses to the FFI API
Peter van Dijk [Mon, 7 May 2018 09:45:34 +0000 (11:45 +0200)]
Merge pull request #6559 from cmouse/di_new
pdnsutil: Use new domain in b2bmigrate
Peter van Dijk [Mon, 7 May 2018 07:51:48 +0000 (09:51 +0200)]
Merge pull request #6571 from mind04/api-serial
auth-api: increase serial after dnssec related updates
Kees Monshouwer [Fri, 4 May 2018 10:02:13 +0000 (12:02 +0200)]
auth-api: remove headers
Kees Monshouwer [Thu, 3 May 2018 22:56:51 +0000 (00:56 +0200)]
auth-api: increase serial after dnssec related updates
Aki Tuomi [Thu, 3 May 2018 17:10:35 +0000 (20:10 +0300)]
docs: Add support for clean
Aki Tuomi [Thu, 3 May 2018 17:09:55 +0000 (20:09 +0300)]
docs: Disable parallel build for docs
It is not supported for docs
Remi Gacogne [Thu, 3 May 2018 11:17:50 +0000 (12:17 +0100)]
rec: Use a separate, non-blocking pipe to distribute queries
This allows us to drop queries when a pipe goes full, thus still
distributing queries to other threads instead of blocking. It also
adds a new metric to keep track of queries dropped because the pipe
was full.
Remi Gacogne [Thu, 3 May 2018 08:24:58 +0000 (09:24 +0100)]
Add dnspcap2calidns to .gitignore
Remi Gacogne [Thu, 3 May 2018 08:23:26 +0000 (09:23 +0100)]
Merge pull request #5 from pieterlexis/dnspcap2calidns2
dnspcap2calidns: Add manpage and packaging
Pieter Lexis [Wed, 2 May 2018 21:07:25 +0000 (23:07 +0200)]
dnspcap2calidns: Add manpage and packaging
Remi Gacogne [Wed, 2 May 2018 20:49:31 +0000 (21:49 +0100)]
Add dnspcap2calidns, to convert PCAP to the calidns format
Charles-Henri Bruyand [Wed, 2 May 2018 14:18:50 +0000 (16:18 +0200)]
check if parameter has been submitted before accessing it
Charles-Henri Bruyand [Wed, 2 May 2018 14:17:31 +0000 (16:17 +0200)]
details version the subtree parameters has been added
Charles-Henri Bruyand [Wed, 2 May 2018 13:55:34 +0000 (15:55 +0200)]
Skip subtree option tests against auth
Charles-Henri Bruyand [Wed, 2 May 2018 12:07:13 +0000 (14:07 +0200)]
rec api: add subtree option to the cache flush endpoint
Pieter Lexis [Tue, 1 May 2018 22:01:39 +0000 (00:01 +0200)]
Merge pull request #6528 from cmouse/geoip
docs: geoip-database-files has not been dropped in v4.2.0
Pieter Lexis [Tue, 1 May 2018 22:00:55 +0000 (00:00 +0200)]
Merge pull request #6537 from zeha/lgtm-cleanup
Cleanup small issues found by lgtm.com
Pieter Lexis [Tue, 1 May 2018 22:00:31 +0000 (00:00 +0200)]
Merge pull request #6538 from zeha/lgtm-config
Add custom config for lgtm.com
Pieter Lexis [Tue, 1 May 2018 21:59:41 +0000 (23:59 +0200)]
Merge pull request #6545 from Habbie/6312-redux
auth: lower 'packet too short' loglevel in another place
Pieter Lexis [Tue, 1 May 2018 21:57:11 +0000 (23:57 +0200)]
Merge pull request #6557 from Habbie/rec_control-include-dir
make rec_control respect include-dir; closes #6536
Pieter Lexis [Tue, 1 May 2018 21:56:48 +0000 (23:56 +0200)]
Merge pull request #6558 from Habbie/bind-no-suffix
bindbackend: refuse launch suffixes
Pieter Lexis [Tue, 1 May 2018 21:56:26 +0000 (23:56 +0200)]
Merge pull request #6560 from Habbie/compile-and-test
split compile/test in pull request template
Peter van Dijk [Tue, 1 May 2018 18:52:39 +0000 (20:52 +0200)]
split compile/test in pull request template
Aki Tuomi [Tue, 1 May 2018 18:46:55 +0000 (21:46 +0300)]
pdnsutil: Use new domain in b2bmigrate
Peter van Dijk [Tue, 1 May 2018 17:42:14 +0000 (19:42 +0200)]
document bindbackend launch limitation
Peter van Dijk [Tue, 1 May 2018 17:38:31 +0000 (19:38 +0200)]
bindbackend: refuse launch suffixes
Peter van Dijk [Tue, 1 May 2018 17:16:52 +0000 (19:16 +0200)]
make rec_control respect include-dir; closes #6536
Chris Hofstaedtler [Mon, 30 Apr 2018 18:23:57 +0000 (20:23 +0200)]
Remove redundant function declaration
Chris Hofstaedtler [Mon, 30 Apr 2018 12:10:07 +0000 (14:10 +0200)]
Add config for lgtm.com
Peter van Dijk [Mon, 30 Apr 2018 16:11:59 +0000 (18:11 +0200)]
auth: lower 'packet too short' loglevel in another place
Peter van Dijk [Mon, 30 Apr 2018 14:52:11 +0000 (16:52 +0200)]
Merge pull request #6539 from Habbie/config-help
document undocumented config vars
Peter van Dijk [Mon, 30 Apr 2018 14:00:39 +0000 (16:00 +0200)]
document undocumented config vars
configuration variables without a help string do not show up in --help and
pdns_control current-config
Remi Gacogne [Mon, 30 Apr 2018 10:06:49 +0000 (12:06 +0200)]
rec: Remove the now irrelevant part of a comment about records' sizes
Chris Hofstaedtler [Mon, 30 Apr 2018 09:37:20 +0000 (11:37 +0200)]
Add some missing header include guards
Chris Hofstaedtler [Mon, 30 Apr 2018 09:36:44 +0000 (11:36 +0200)]
Catch exceptions by-ref
Remi Gacogne [Fri, 27 Apr 2018 16:37:04 +0000 (18:37 +0200)]
Merge pull request #6534 from rgacogne/rec-fix-tcp
Restore the existing behaviour of Socket::connect() with a 0 timeout
Remi Gacogne [Fri, 27 Apr 2018 09:03:04 +0000 (11:03 +0200)]
Merge pull request #6526 from rgacogne/calidns-ecs-from-file
calidns: Add an option to read ECS values from the query file, skip comments
Remi Gacogne [Thu, 26 Apr 2018 07:38:51 +0000 (09:38 +0200)]
Restore the existing behaviour of Socket::connect() with a 0 timeout
73ba5999186da82b444472170f7e0ce312ce536b rightly removed the code
duplication between `Socket::connect()` and `SConnectWithTimeout()`.
Unfortunately the two codes had different behaviours when connecting
in non-blocking mode with a timeout value of zero. The first one
just returned the socket descriptor on `EINPROGRESS`, rightly
assuming that a value of 0 for the timeout meant not to wait for the
connection to established, while `SConnectWithTimeout()` did not
handle that special case, because it was never called with a value
of 0 for the timeout duration.
Remi Gacogne [Wed, 25 Apr 2018 12:00:41 +0000 (14:00 +0200)]
Merge pull request #6503 from rgacogne/rec-udp-allocs
rec: Remove some unnecessary allocations and copies in the UDP path
Remi Gacogne [Wed, 25 Apr 2018 11:57:41 +0000 (13:57 +0200)]
Merge pull request #6524 from rgacogne/dnsdist-multi-certs
dnsdist: Add support for more than one TLS certificate
Pieter Lexis [Wed, 25 Apr 2018 07:49:51 +0000 (09:49 +0200)]
Merge pull request #6531 from Habbie/lua-meta-interleaved
avoid interleaved access to B (via d_dk)