]> granicus.if.org Git - pdns/log
pdns
5 years agodnsdist: Remove references to GnuTLS for DoH
Remi Gacogne [Fri, 27 Sep 2019 14:15:40 +0000 (16:15 +0200)]
dnsdist: Remove references to GnuTLS for DoH

5 years agodnsdist: Exclude TLS session resumption tests from Travis (no DoH, old libssl)
Remi Gacogne [Fri, 27 Sep 2019 14:11:23 +0000 (16:11 +0200)]
dnsdist: Exclude TLS session resumption tests from Travis (no DoH, old libssl)

5 years agodnsdist: Document DoH TLS Session Ticket keys management. Add tests.
Remi Gacogne [Fri, 27 Sep 2019 14:10:36 +0000 (16:10 +0200)]
dnsdist: Document DoH TLS Session Ticket keys management. Add tests.

5 years agodnsdist: Implement TLS Session Ticket Keys management for DoH
Remi Gacogne [Thu, 26 Sep 2019 14:19:28 +0000 (16:19 +0200)]
dnsdist: Implement TLS Session Ticket Keys management for DoH

5 years agoMerge pull request #8328 from mind04/pdns-mysql-ssl
Peter van Dijk [Tue, 24 Sep 2019 08:20:48 +0000 (10:20 +0200)]
Merge pull request #8328 from mind04/pdns-mysql-ssl

auth: gmysql backend, add an option to send the SSL capability flag t…

5 years agoMerge pull request #8326 from rgacogne/security-policy
Remi Gacogne [Tue, 24 Sep 2019 07:56:34 +0000 (09:56 +0200)]
Merge pull request #8326 from rgacogne/security-policy

Add a security policy in our repo, remove outdated statement about versions

5 years agoMerge pull request #8336 from Habbie/auth-no-version-in-manpage
Remi Gacogne [Tue, 24 Sep 2019 07:54:00 +0000 (09:54 +0200)]
Merge pull request #8336 from Habbie/auth-no-version-in-manpage

auth: remove version number from man page footers

5 years agoauth: gmysql backend, add an option to send the SSL capability flag to the server
Kees Monshouwer [Wed, 28 Aug 2019 10:07:02 +0000 (12:07 +0200)]
auth: gmysql backend, add an option to send the SSL capability flag to the server

5 years agoauth: remove version number from man page footers
Peter van Dijk [Mon, 23 Sep 2019 08:38:39 +0000 (10:38 +0200)]
auth: remove version number from man page footers

5 years agoMerge pull request #8332 from omoerbeek/rec-no-version-in-manpage
Peter van Dijk [Mon, 23 Sep 2019 08:29:25 +0000 (10:29 +0200)]
Merge pull request #8332 from omoerbeek/rec-no-version-in-manpage

Remove version number in man page footer

5 years agoBe more than explicit about the fact that dnsdist is also covered
Remi Gacogne [Mon, 23 Sep 2019 07:46:51 +0000 (09:46 +0200)]
Be more than explicit about the fact that dnsdist is also covered

5 years agoRemove version number
Otto Moerbeek [Sat, 21 Sep 2019 08:09:38 +0000 (10:09 +0200)]
Remove version number

5 years agoMerge pull request #8050 from mind04/nochop
Peter van Dijk [Fri, 20 Sep 2019 15:35:43 +0000 (17:35 +0200)]
Merge pull request #8050 from mind04/nochop

Improved version of #8031 and some other fixes and optimizations.

5 years agoMerge pull request #8317 from rgacogne/getrandom-eintr
Peter van Dijk [Fri, 20 Sep 2019 15:34:25 +0000 (17:34 +0200)]
Merge pull request #8317 from rgacogne/getrandom-eintr

Retry getrandom() on EINTR

5 years agoAdd a security policy in our repo, remove outdated statement about versions
Remi Gacogne [Fri, 20 Sep 2019 13:34:48 +0000 (15:34 +0200)]
Add a security policy in our repo, remove outdated statement about versions

5 years agoauth: cleanup slave-renotify code
Kees Monshouwer [Fri, 20 Sep 2019 13:13:26 +0000 (15:13 +0200)]
auth: cleanup slave-renotify code

5 years agoauth: improve the handling of duplicate id's in bindbackend
Kees Monshouwer [Mon, 15 Jul 2019 08:55:28 +0000 (10:55 +0200)]
auth: improve the handling of duplicate id's in bindbackend
duplicate id's are not allowed in powerdns and will still result in undefined behavior

5 years agoauth: bind-backend, improve the domain_id check in lookup()
Kees Monshouwer [Mon, 16 Jan 2017 09:19:47 +0000 (10:19 +0100)]
auth: bind-backend, improve the domain_id check in lookup()
zone_id was not checked for a root zone and finding the right zone for a specific zone_id was super slow
With this commit, the uncached output of bind backen will increase by approximately 10%

5 years agoauth: silence 'mastercommunicator.cc:223:104 warning: ‘id’ may be used uninitialized...
Kees Monshouwer [Wed, 10 Jul 2019 10:16:31 +0000 (12:16 +0200)]
auth: silence 'mastercommunicator.cc:223:104 warning: ‘id’ may be used uninitialized in this function' warning
id was set in getOne()

5 years agoauth: pdnsutil show zone, make sure the DNSKEY is from the right zone
Kees Monshouwer [Tue, 9 Jul 2019 20:28:45 +0000 (22:28 +0200)]
auth: pdnsutil show zone, make sure the DNSKEY is from the right zone

5 years agoauth: prevent new database connections while sending notifies
Kees Monshouwer [Fri, 20 Sep 2019 12:44:01 +0000 (14:44 +0200)]
auth: prevent new database connections while sending notifies

5 years agoauth: send notifies only to the nameservers in the zone
Kees Monshouwer [Tue, 9 Jul 2019 18:36:48 +0000 (20:36 +0200)]
auth: send notifies only to the nameservers in the zone

5 years agoauth: make sure the RRSIG freshness check is using the right 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

5 years agoauth: api, look for pre-existing RRsets in 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

5 years agoauth: remove the default default from the zone_id argument in lookup()
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);

5 years agoauth: prevent the chopOff() loop in lookup(), for SOA queries
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.

5 years agoMerge pull request #8324 from Habbie/coprocess-init-pid
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

5 years agoMerge pull request #7956 from pieterlexis/auth-dont-start-as-root
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

5 years agoMerge pull request #8320 from phonedph1/patch-16
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

5 years agopipebackend coprocess: initialise d_pid
Peter van Dijk [Fri, 20 Sep 2019 08:03:30 +0000 (10:03 +0200)]
pipebackend coprocess: initialise d_pid

5 years agoMerge pull request #8322 from omoerbeek/coverity-fix-cwd-for-upload
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

5 years agoFix cwd for dnsdist and rec when uploading tarballs so ./builder-support
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.

5 years agoUpdate dnsdist-kvs.hh
phonedph1 [Thu, 19 Sep 2019 15:59:10 +0000 (09:59 -0600)]
Update dnsdist-kvs.hh

5 years agoMerge pull request #8159 from rgacogne/auth-faster-pipebackend
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

5 years agoMerge pull request #8316 from rgacogne/dnsdist-healthcheck-tests-timing
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

5 years agoRetry getrandom() on EINTR
Remi Gacogne [Thu, 19 Sep 2019 08:10:07 +0000 (10:10 +0200)]
Retry getrandom() on EINTR

5 years agoMerge pull request #8044 from Habbie/pdnsutil-test-algos-create-time
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

5 years agoMerge pull request #8304 from rgacogne/dnsdist-remotelog-client
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

5 years agoMerge pull request #7973 from yantarou/do_pdsn_control_current_config
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

5 years agoMerge pull request #8305 from Habbie/circleci-local
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`

5 years agoMerge pull request #8245 from Habbie/dns_random_testing
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

5 years agoMerge pull request #8287 from ton31337/feature/docs_pipe_backend_add_distributed_thre...
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

5 years agoMerge pull request #8277 from blackbit42/master
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()

5 years agoMerge pull request #8290 from pieterlexis/arg-parser-improvement
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

5 years agoMerge pull request #8313 from RobinGeuze/removeOracleDocs
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

5 years agoRemove the oracle backends documentation
Robin Geuze [Wed, 18 Sep 2019 16:25:42 +0000 (18:25 +0200)]
Remove the oracle backends documentation

5 years agoMerge pull request #8303 from rgacogne/dnsdist-fix-invalid-secpoll-answer-msg
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

5 years agoMerge pull request #8267 from rgacogne/dnsdist-doh-over-http
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

5 years agoauth: Ensure pdns.conf is readable by pdns
Pieter Lexis [Wed, 19 Jun 2019 09:53:08 +0000 (11:53 +0200)]
auth: Ensure pdns.conf is readable by pdns

5 years agoauth: ensure control socket can be created when running in systemd
Pieter Lexis [Tue, 18 Jun 2019 15:09:35 +0000 (17:09 +0200)]
auth: ensure control socket can be created when running in systemd

5 years agoauth: create service file with User/Group
Pieter Lexis [Tue, 18 Jun 2019 14:37:18 +0000 (16:37 +0200)]
auth: create service file with User/Group

5 years agoMerge pull request #7758 from gregcockroft/dev-metrics
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

5 years agoMerge pull request #8241 from omoerbeek/rec-authdomain-test-wildcard-ent
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

5 years agoMove CHECKs to WARNs so the test succeeds and refer to issue #8321.
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.

5 years agoMerge pull request #8234 from omoerbeek/rec-rpz-ent-wildcard-match
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.

5 years agoMake the test succeed but print warnings. Once issue #8231 is fixed
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.

5 years agocircleci docs: add rsync dep
Peter van Dijk [Wed, 18 Sep 2019 13:19:56 +0000 (15:19 +0200)]
circleci docs: add rsync dep

5 years agoMerge pull request #7455 from mind04/oracle
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

5 years agofix issue template chooser?
Peter van Dijk [Wed, 18 Sep 2019 12:48:03 +0000 (14:48 +0200)]
fix issue template chooser?

5 years agoMerge pull request #8302 from Habbie/issue-templates
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

5 years agoMerge pull request #8288 from omoerbeek/rec-enable-dnstap
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

5 years agoMerge pull request #8083 from omoerbeek/errno-review
Otto Moerbeek [Wed, 18 Sep 2019 12:19:52 +0000 (14:19 +0200)]
Merge pull request #8083 from omoerbeek/errno-review

Errno review

5 years agoauth: remove the oracle backends
Kees Monshouwer [Wed, 18 Sep 2019 11:41:13 +0000 (13:41 +0200)]
auth: remove the oracle backends

5 years agoMerge remote-tracking branch 'origin' into errno-review
Otto Moerbeek [Wed, 18 Sep 2019 11:24:35 +0000 (13:24 +0200)]
Merge remote-tracking branch 'origin' into errno-review

5 years agoMerge pull request #8308 from tcely/patch-1
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

5 years agoMerge pull request #6496 from cyclops1982/3814
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

5 years agolua-logging-query -> lua-query-logging
tcely [Tue, 17 Sep 2019 17:33:16 +0000 (13:33 -0400)]
lua-logging-query -> lua-query-logging

5 years agoMerge pull request #5572 from tcely/patch-1
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

5 years agoMerge pull request #8307 from chbruyand/auth-lua-api-v2
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

5 years agoauth: register lua functions only once when shared context
Charles-Henri Bruyand [Fri, 30 Aug 2019 09:14:53 +0000 (11:14 +0200)]
auth: register lua functions only once when shared context

5 years agoEnable dnstap and include libfstrm
Otto Moerbeek [Tue, 17 Sep 2019 15:06:28 +0000 (17:06 +0200)]
Enable dnstap and include libfstrm

5 years agoFix out-of-bound access for zero length "serialized" string.
Otto Moerbeek [Tue, 17 Sep 2019 15:05:31 +0000 (17:05 +0200)]
Fix out-of-bound access for zero length "serialized" string.

5 years agoMove to buster and make sure the env is the same for interactive and non-
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.

5 years agomakefile + one line doc for `circleci local execute`
Peter van Dijk [Tue, 17 Sep 2019 13:19:40 +0000 (15:19 +0200)]
makefile + one line doc for `circleci local execute`

5 years agofix coverity auth; presumably fix coverity rec, dnsdist
Peter van Dijk [Tue, 17 Sep 2019 13:11:37 +0000 (15:11 +0200)]
fix coverity auth; presumably fix coverity rec, dnsdist

5 years agodnsdist: Add more leeway in the health checks tests
Remi Gacogne [Tue, 17 Sep 2019 11:15:49 +0000 (13:15 +0200)]
dnsdist: Add more leeway in the health checks tests

5 years agodnsdist: Fix warning message on invalid secpoll answer
Remi Gacogne [Tue, 17 Sep 2019 08:54:04 +0000 (10:54 +0200)]
dnsdist: Fix warning message on invalid secpoll answer

5 years agodnsdist: Don't connect to remote logger in client/command mode
Remi Gacogne [Tue, 17 Sep 2019 08:52:50 +0000 (10:52 +0200)]
dnsdist: Don't connect to remote logger in client/command mode

5 years agomake separate bug/report templates
Peter van Dijk [Mon, 16 Sep 2019 13:49:10 +0000 (15:49 +0200)]
make separate bug/report templates

5 years agoMerge pull request #8264 from rgacogne/dnsdist-web-listen-addrs
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

5 years agoMerge pull request #8281 from phonedph1/patch-10
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

5 years agoMerge pull request #8296 from Habbie/webserver-handle-excs
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

5 years agoMerge pull request #8297 from rgacogne/dnsdist-tls-versions-doc-fix
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

5 years agoMerge pull request #8298 from jacobbunk/doc-fix-dnsdist-logaction
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.

5 years agoDocumentation fix. filename is mandatory 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.

5 years agoMerge pull request #8291 from Habbie/dnsdist-kvs-codeblocks
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

5 years agoMerge pull request #8285 from phonedph1/patch-13
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

5 years agoMerge pull request #8283 from phonedph1/patch-12
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

5 years agodnsdist: Fix 'tls-1*' should be 'tls1.*' instead
Remi Gacogne [Sat, 14 Sep 2019 09:49:26 +0000 (11:49 +0200)]
dnsdist: Fix 'tls-1*' should be 'tls1.*' instead

5 years agowebserver: handle exceptions instead of SIGABRTing the world
Peter van Dijk [Fri, 13 Sep 2019 13:07:08 +0000 (15:07 +0200)]
webserver: handle exceptions instead of SIGABRTing the world

5 years agoMerge pull request #7983 from aerique/feature/generate-repo-files
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.

5 years agoMerge pull request #8293 from sigio/patch-1
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

5 years agoFix typo/sentence
Mark Janssen [Wed, 11 Sep 2019 12:49:03 +0000 (14:49 +0200)]
Fix typo/sentence

5 years agoMerge pull request #8271 from qvr/config-axfr-timeout
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

5 years agoMerge pull request #8292 from Habbie/unbreak-circleci-coverity
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

5 years agocircleci 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

5 years agodnsdist kvs.rst: format code blocks correctly
Peter van Dijk [Wed, 11 Sep 2019 09:52:35 +0000 (11:52 +0200)]
dnsdist kvs.rst: format code blocks correctly

5 years agoMerge pull request #8282 from phonedph1/patch-11
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

5 years agoImprove commandline error reporting for non-opts
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 '='?
```

5 years agoauth: add configurable timeout for inbound AXFR
Matti Hiljanen [Tue, 3 Sep 2019 13:10:04 +0000 (16:10 +0300)]
auth: add configurable timeout for inbound AXFR