]>
granicus.if.org Git - pdns/log
Kees Monshouwer [Fri, 20 Sep 2019 12:44:01 +0000 (14:44 +0200)]
auth: prevent new database connections while sending notifies
Kees Monshouwer [Tue, 9 Jul 2019 18:36:48 +0000 (20:36 +0200)]
auth: send notifies only to the nameservers in the zone
Kees Monshouwer [Tue, 9 Jul 2019 16:07:25 +0000 (18:07 +0200)]
auth: make sure the RRSIG freshness check is using the right zone
Kees Monshouwer [Tue, 9 Jul 2019 14:59:42 +0000 (16:59 +0200)]
auth: api, look for pre-existing RRsets in the right zone
Kees Monshouwer [Tue, 9 Jul 2019 20:43:19 +0000 (22:43 +0200)]
auth: remove the default default from the zone_id argument in lookup()
lookup calls without a zone_id:
modules/lmdbbackend/lmdbbackend.cc: lookup(QType(QType::SOA), domain, -1);
pdns/communicator.hh: b->lookup(QType(QType::ANY),name, -1);
pdns/pdnsutil.cc: B.lookup(QType(QType::NS), domain, -1);
pdns/pdnsutil.cc: B.lookup(QType(QType::A), DNSName(std::to_string(random()))+domain, -1);
pdns/pdnsutil.cc: B.lookup(QType(QType::DNSKEY), zone, -1 );
pdns/dnsbackend.cc: this->lookup(QType(QType::SOA),domain,-1);
pdns/mastercommunicator.cc: B->lookup(QType(QType::NS), di.zone, -1);
pdns/ws-auth.cc: di.backend->lookup(QType(QType::ANY), qname, -1);
pdns/slavecommunicator.cc: B->lookup(QType(QType::RRSIG), di.zone, -1);
Kees Monshouwer [Sat, 6 Jul 2019 20:58:41 +0000 (22:58 +0200)]
auth: prevent the chopOff() loop in lookup(), for SOA queries
without an id, in bind and lmdb backend.
Peter van Dijk [Fri, 20 Sep 2019 12:05:28 +0000 (14:05 +0200)]
Merge pull request #8324 from Habbie/coprocess-init-pid
pipebackend coprocess: initialise d_pid
Pieter Lexis [Fri, 20 Sep 2019 10:55:56 +0000 (12:55 +0200)]
Merge pull request #7956 from pieterlexis/auth-dont-start-as-root
Auth: Don't start as root on systemd
Remi Gacogne [Fri, 20 Sep 2019 08:34:53 +0000 (10:34 +0200)]
Merge pull request #8320 from phonedph1/patch-16
dnsdist: Make KVS lookup text read better
Peter van Dijk [Fri, 20 Sep 2019 08:03:30 +0000 (10:03 +0200)]
pipebackend coprocess: initialise d_pid
Peter van Dijk [Thu, 19 Sep 2019 16:09:47 +0000 (18:09 +0200)]
Merge pull request #8322 from omoerbeek/coverity-fix-cwd-for-upload
circleci coverity target: fix cwd for dnsdist and rec when uploading tarballs
Otto Moerbeek [Thu, 19 Sep 2019 16:04:45 +0000 (18:04 +0200)]
Fix cwd for dnsdist and rec when uploading tarballs so ./builder-support
is accessible.
phonedph1 [Thu, 19 Sep 2019 15:59:10 +0000 (09:59 -0600)]
Update dnsdist-kvs.hh
Remi Gacogne [Thu, 19 Sep 2019 12:48:26 +0000 (14:48 +0200)]
Merge pull request #8159 from rgacogne/auth-faster-pipebackend
auth: Emulate a buffered read in the pipe backend, ~3x faster
Remi Gacogne [Thu, 19 Sep 2019 12:02:29 +0000 (14:02 +0200)]
Merge pull request #8316 from rgacogne/dnsdist-healthcheck-tests-timing
dnsdist: Add more leeway in the health checks tests
Otto Moerbeek [Wed, 18 Sep 2019 16:53:49 +0000 (18:53 +0200)]
Merge pull request #8044 from Habbie/pdnsutil-test-algos-create-time
add key make time to pdnsutil test-all-algorithms, cleanup return type
Pieter Lexis [Wed, 18 Sep 2019 16:53:33 +0000 (18:53 +0200)]
Merge pull request #8304 from rgacogne/dnsdist-remotelog-client
dnsdist: Don't connect to remote logger in client/command mode
Otto Moerbeek [Wed, 18 Sep 2019 16:52:46 +0000 (18:52 +0200)]
Merge pull request #7973 from yantarou/do_pdsn_control_current_config
docs: Add missing words in pdns_control man page
Pieter Lexis [Wed, 18 Sep 2019 16:51:47 +0000 (18:51 +0200)]
Merge pull request #8305 from Habbie/circleci-local
makefile + one line doc for `circleci local execute`
Otto Moerbeek [Wed, 18 Sep 2019 16:51:12 +0000 (18:51 +0200)]
Merge pull request #8245 from Habbie/dns_random_testing
dns_random: verify upper bound; fix boundary condition for QID generation
Pieter Lexis [Wed, 18 Sep 2019 16:48:33 +0000 (18:48 +0200)]
Merge pull request #8287 from ton31337/feature/docs_pipe_backend_add_distributed_threads_section
docs: Add small description for pipe backend about distributor-threads
Pieter Lexis [Wed, 18 Sep 2019 16:47:19 +0000 (18:47 +0200)]
Merge pull request #8277 from blackbit42/master
docs/dnsupdate.rst: Fix typo in getZoneName()
Pieter Lexis [Wed, 18 Sep 2019 16:45:42 +0000 (18:45 +0200)]
Merge pull request #8290 from pieterlexis/arg-parser-improvement
Improve commandline error reporting for non-opts
Peter van Dijk [Wed, 18 Sep 2019 16:32:26 +0000 (18:32 +0200)]
Merge pull request #8313 from RobinGeuze/removeOracleDocs
Remove the oracle backends documentation
Robin Geuze [Wed, 18 Sep 2019 16:25:42 +0000 (18:25 +0200)]
Remove the oracle backends documentation
Remi Gacogne [Wed, 18 Sep 2019 16:14:41 +0000 (18:14 +0200)]
Merge pull request #8303 from rgacogne/dnsdist-fix-invalid-secpoll-answer-msg
dnsdist: Fix warning message on invalid secpoll answer
Remi Gacogne [Wed, 18 Sep 2019 16:14:22 +0000 (18:14 +0200)]
Merge pull request #8267 from rgacogne/dnsdist-doh-over-http
dnsdist: Allow accepting DoH queries over HTTP instead of HTTPS
Pieter Lexis [Wed, 19 Jun 2019 09:53:08 +0000 (11:53 +0200)]
auth: Ensure pdns.conf is readable by pdns
Pieter Lexis [Tue, 18 Jun 2019 15:09:35 +0000 (17:09 +0200)]
auth: ensure control socket can be created when running in systemd
Pieter Lexis [Tue, 18 Jun 2019 14:37:18 +0000 (16:37 +0200)]
auth: create service file with User/Group
Otto Moerbeek [Wed, 18 Sep 2019 16:07:52 +0000 (18:07 +0200)]
Merge pull request #7758 from gregcockroft/dev-metrics
recursor webhandler for prometheus metrics
Otto Moerbeek [Wed, 18 Sep 2019 15:35:01 +0000 (17:35 +0200)]
Merge pull request #8241 from omoerbeek/rec-authdomain-test-wildcard-ent
rec AuthDomain unit test for a wildcard in combinaton with an ent
Otto Moerbeek [Wed, 18 Sep 2019 15:31:00 +0000 (17:31 +0200)]
Move CHECKs to WARNs so the test succeeds and refer to issue #8321.
Otto Moerbeek [Wed, 18 Sep 2019 15:08:28 +0000 (17:08 +0200)]
Merge pull request #8234 from omoerbeek/rec-rpz-ent-wildcard-match
Add unit test for #8231.
Otto Moerbeek [Wed, 18 Sep 2019 15:04:45 +0000 (17:04 +0200)]
Make the test succeed but print warnings. Once issue #8231 is fixed
these BOOST_WARNs should be changed to BOOST_CHECK.
Peter van Dijk [Wed, 18 Sep 2019 13:19:56 +0000 (15:19 +0200)]
circleci docs: add rsync dep
Peter van Dijk [Wed, 18 Sep 2019 12:54:49 +0000 (14:54 +0200)]
Merge pull request #7455 from mind04/oracle
auth: remove the oracle backends
Peter van Dijk [Wed, 18 Sep 2019 12:48:03 +0000 (14:48 +0200)]
fix issue template chooser?
Peter van Dijk [Wed, 18 Sep 2019 12:35:42 +0000 (14:35 +0200)]
Merge pull request #8302 from Habbie/issue-templates
make separate bug/report templates
Otto Moerbeek [Wed, 18 Sep 2019 12:31:06 +0000 (14:31 +0200)]
Merge pull request #8288 from omoerbeek/rec-enable-dnstap
Move to buster on circlci and rec: install fstream-dev and enable libfstrm
Otto Moerbeek [Wed, 18 Sep 2019 12:19:52 +0000 (14:19 +0200)]
Merge pull request #8083 from omoerbeek/errno-review
Errno review
Kees Monshouwer [Wed, 18 Sep 2019 11:41:13 +0000 (13:41 +0200)]
auth: remove the oracle backends
Otto Moerbeek [Wed, 18 Sep 2019 11:24:35 +0000 (13:24 +0200)]
Merge remote-tracking branch 'origin' into errno-review
Pieter Lexis [Wed, 18 Sep 2019 09:30:03 +0000 (11:30 +0200)]
Merge pull request #8308 from tcely/patch-1
lua-logging-query -> lua-query-logging
Pieter Lexis [Wed, 18 Sep 2019 09:26:21 +0000 (11:26 +0200)]
Merge pull request #6496 from cyclops1982/3814
#3814 - Add question for to increase-soa after non SOA edit
tcely [Tue, 17 Sep 2019 17:33:16 +0000 (13:33 -0400)]
lua-logging-query -> lua-query-logging
Peter van Dijk [Tue, 17 Sep 2019 16:49:30 +0000 (18:49 +0200)]
Merge pull request #5572 from tcely/patch-1
Fixed up luabackend
Peter van Dijk [Tue, 17 Sep 2019 16:34:13 +0000 (18:34 +0200)]
Merge pull request #8307 from chbruyand/auth-lua-api-v2
auth: register lua functions only once
Charles-Henri Bruyand [Fri, 30 Aug 2019 09:14:53 +0000 (11:14 +0200)]
auth: register lua functions only once when shared context
Otto Moerbeek [Tue, 17 Sep 2019 15:06:28 +0000 (17:06 +0200)]
Enable dnstap and include libfstrm
Otto Moerbeek [Tue, 17 Sep 2019 15:05:31 +0000 (17:05 +0200)]
Fix out-of-bound access for zero length "serialized" string.
Otto Moerbeek [Tue, 17 Sep 2019 15:04:09 +0000 (17:04 +0200)]
Move to buster and make sure the env is the same for interactive and non-
interactive runs.
Also unpack tools in a safe location.
Peter van Dijk [Tue, 17 Sep 2019 13:19:40 +0000 (15:19 +0200)]
makefile + one line doc for `circleci local execute`
Peter van Dijk [Tue, 17 Sep 2019 13:11:37 +0000 (15:11 +0200)]
fix coverity auth; presumably fix coverity rec, dnsdist
Remi Gacogne [Tue, 17 Sep 2019 11:15:49 +0000 (13:15 +0200)]
dnsdist: Add more leeway in the health checks tests
Remi Gacogne [Tue, 17 Sep 2019 08:54:04 +0000 (10:54 +0200)]
dnsdist: Fix warning message on invalid secpoll answer
Remi Gacogne [Tue, 17 Sep 2019 08:52:50 +0000 (10:52 +0200)]
dnsdist: Don't connect to remote logger in client/command mode
Peter van Dijk [Mon, 16 Sep 2019 13:49:10 +0000 (15:49 +0200)]
make separate bug/report templates
Remi Gacogne [Mon, 16 Sep 2019 09:01:16 +0000 (11:01 +0200)]
Merge pull request #8264 from rgacogne/dnsdist-web-listen-addrs
dnsdist: Display the DoH and DoT binds in the web view
Remi Gacogne [Mon, 16 Sep 2019 08:59:38 +0000 (10:59 +0200)]
Merge pull request #8281 from phonedph1/patch-10
Update dnsdist-console.cc
Peter van Dijk [Mon, 16 Sep 2019 07:36:16 +0000 (09:36 +0200)]
Merge pull request #8296 from Habbie/webserver-handle-excs
webserver: handle exceptions instead of SIGABRTing the world
Remi Gacogne [Mon, 16 Sep 2019 06:17:13 +0000 (08:17 +0200)]
Merge pull request #8297 from rgacogne/dnsdist-tls-versions-doc-fix
dnsdist: Fix 'tls-1*' should be 'tls1.*' instead
Remi Gacogne [Mon, 16 Sep 2019 06:16:57 +0000 (08:16 +0200)]
Merge pull request #8298 from jacobbunk/doc-fix-dnsdist-logaction
Documentation fix. filename is mandatory for LogAction() in 1.3.3.
Jacob Bunk Nielsen [Sun, 15 Sep 2019 18:39:25 +0000 (20:39 +0200)]
Documentation fix. filename is mandatory in 1.3.3.
Remi Gacogne [Sat, 14 Sep 2019 09:56:09 +0000 (11:56 +0200)]
Merge pull request #8291 from Habbie/dnsdist-kvs-codeblocks
dnsdist kvs.rst: format code blocks correctly
Remi Gacogne [Sat, 14 Sep 2019 09:54:19 +0000 (11:54 +0200)]
Merge pull request #8285 from phonedph1/patch-13
dnsdist: dnsdistconf.lua use non-deprecated versions for 1.4.0
Remi Gacogne [Sat, 14 Sep 2019 09:53:53 +0000 (11:53 +0200)]
Merge pull request #8283 from phonedph1/patch-12
dnsdist: Allow configure CDB_CFLAGS to work
Remi Gacogne [Sat, 14 Sep 2019 09:49:26 +0000 (11:49 +0200)]
dnsdist: Fix 'tls-1*' should be 'tls1.*' instead
Peter van Dijk [Fri, 13 Sep 2019 13:07:08 +0000 (15:07 +0200)]
webserver: handle exceptions instead of SIGABRTing the world
Peter van Dijk [Fri, 13 Sep 2019 12:06:46 +0000 (14:06 +0200)]
Merge pull request #7983 from aerique/feature/generate-repo-files
Add script for generating repo files.
Peter van Dijk [Wed, 11 Sep 2019 12:50:43 +0000 (14:50 +0200)]
Merge pull request #8293 from sigio/patch-1
Fix typo/sentence
Mark Janssen [Wed, 11 Sep 2019 12:49:03 +0000 (14:49 +0200)]
Fix typo/sentence
Peter van Dijk [Wed, 11 Sep 2019 12:39:11 +0000 (14:39 +0200)]
Merge pull request #8271 from qvr/config-axfr-timeout
auth: add configurable timeout for inbound AXFR
Peter van Dijk [Wed, 11 Sep 2019 12:27:39 +0000 (14:27 +0200)]
Merge pull request #8292 from Habbie/unbreak-circleci-coverity
circleci coverity: actually do git checkout
Peter van Dijk [Wed, 11 Sep 2019 12:12:35 +0000 (14:12 +0200)]
circleci coverity: actually do git checkout
Peter van Dijk [Wed, 11 Sep 2019 09:52:35 +0000 (11:52 +0200)]
dnsdist kvs.rst: format code blocks correctly
Peter van Dijk [Wed, 11 Sep 2019 09:44:09 +0000 (11:44 +0200)]
Merge pull request #8282 from phonedph1/patch-11
Update kvs.rst
Pieter Lexis [Tue, 10 Sep 2019 15:26:35 +0000 (17:26 +0200)]
Improve commandline error reporting for non-opts
Before:
```
pdns_server --launch=random --socket-dir=. foo
Fatal: non-option on the command line, perhaps a '--setting=123' statement missed the '='?
```
After:
```
pdns_server --launch=random --socket-dir=. bar
Sep 10 17:24:25 Unable to open /usr/local/etc/pdns.conf
Fatal: non-options (bar) on the command line, perhaps a '--setting=123' statement missed the '='?
pdns_server --launch=random --socket-dir=. bar foo
Sep 10 17:24:25 Unable to open /usr/local/etc/pdns.conf
Fatal: non-options (bar, foo) on the command line, perhaps a '--setting=123' statement missed the '='?
```
Matti Hiljanen [Tue, 3 Sep 2019 13:10:04 +0000 (16:10 +0300)]
auth: add configurable timeout for inbound AXFR
Peter van Dijk [Tue, 10 Sep 2019 08:40:13 +0000 (10:40 +0200)]
Merge pull request #8095 from mind04/pdns-register-types
auth: register a few known types and remove an unknown one
Donatas Abraitis [Tue, 10 Sep 2019 06:17:00 +0000 (09:17 +0300)]
docs: Add small description for pipe backend about distributor-threads
By default distributor-threads is a small number (currently 3). For
latency-bound applications this is too small, thus it would be a correct
place to have this description in pipe backend section as well.
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
phonedph1 [Tue, 10 Sep 2019 00:09:31 +0000 (18:09 -0600)]
dnsdist: dnsdistconf.lua use non-deprecated versions
phonedph1 [Mon, 9 Sep 2019 20:20:33 +0000 (14:20 -0600)]
dnsdist: Allow configure CDB_CLFAGS to work
phonedph1 [Mon, 9 Sep 2019 19:32:34 +0000 (13:32 -0600)]
Update kvs.rst
phonedph1 [Mon, 9 Sep 2019 15:06:13 +0000 (09:06 -0600)]
Update dnsdist-console.cc
Allow CDB to work without having LMDB.
Peter van Dijk [Mon, 9 Sep 2019 10:58:15 +0000 (12:58 +0200)]
Merge pull request #8279 from Habbie/circleci-git-checkout-once
circleci: centralise git checkout
Peter van Dijk [Mon, 9 Sep 2019 07:58:36 +0000 (09:58 +0200)]
circleci: centralise git checkout
Alexander Huemer [Sun, 8 Sep 2019 09:06:31 +0000 (09:06 +0000)]
docs/dnsupdate.rst: Fix typo in getZoneName()
The function name getZoneName() was misspelled in the reference.
If the wrong name is used as it was documented, that lead to nasty,
silent failure of the script as lua assumed default behavior of
non-existing functions and doesn't abort.
Otto Moerbeek [Thu, 5 Sep 2019 11:32:56 +0000 (13:32 +0200)]
Review comments: change prefix to pdns_recursor, some type changes
Otto Moerbeek [Thu, 5 Sep 2019 08:47:51 +0000 (10:47 +0200)]
Two stray spaces fixed: less strange formatting
Otto Moerbeek [Thu, 5 Sep 2019 07:54:21 +0000 (09:54 +0200)]
Merge pull request #8272 from omoerbeek/rec-4.3.0-alpha1-prep
rec: changelog and secpoll update for rec-4.3.0-alpha1
Pieter Lexis [Thu, 5 Sep 2019 07:29:44 +0000 (09:29 +0200)]
Merge pull request #8273 from omoerbeek/rec-rm-contrib-systemd-pdns-recursor.service
rec: rm obsolete service file; we generate one these days
Otto Moerbeek [Wed, 4 Sep 2019 09:39:16 +0000 (11:39 +0200)]
rm obsolete service file; we generate one these days
Otto Moerbeek [Wed, 4 Sep 2019 09:35:02 +0000 (11:35 +0200)]
Index: ref to 4.3.rst
Pieter Lexis [Wed, 4 Sep 2019 08:34:32 +0000 (10:34 +0200)]
Merge pull request #8192 from MaxWichern/patch-1
Update domainmetadata.rst
Otto Moerbeek [Wed, 4 Sep 2019 08:14:08 +0000 (10:14 +0200)]
changelog and secpoll update for rec-4.3.0-alpha1
Otto Moerbeek [Tue, 3 Sep 2019 16:00:36 +0000 (18:00 +0200)]
Merge pull request #8256 from omoerbeek/rec-coverity-fixes
rec: fix two coverity issues
Otto Moerbeek [Tue, 3 Sep 2019 15:17:06 +0000 (17:17 +0200)]
Merge pull request #8270 from omoerbeek/dnstap-config-default
Parameterize dnstap configure default (rec=no, dndist=auto)
Remi Gacogne [Tue, 3 Sep 2019 14:36:43 +0000 (16:36 +0200)]
Merge pull request #8268 from zeha/dnsdist-spellcheck
Fix some spelling mistakes noticed by lintian
Otto Moerbeek [Tue, 3 Sep 2019 14:14:15 +0000 (16:14 +0200)]
Parameterize dnstap configure default (rec=no, dndist=auto)