]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agoFormatting
Otto Moerbeek [Fri, 14 Feb 2020 09:55:11 +0000 (10:55 +0100)] 
Formatting

4 years agoAvoid copying policies around by passing a Policy& that gets modified
Otto Moerbeek [Fri, 14 Feb 2020 09:22:12 +0000 (10:22 +0100)] 
Avoid copying policies around by passing a Policy& that gets modified
if a match is found.

4 years agorec: Lookup RPZ Client IP rules before qname ones
Remi Gacogne [Thu, 13 Feb 2020 14:24:42 +0000 (15:24 +0100)] 
rec: Lookup RPZ Client IP rules before qname ones

4 years agorec: Add more RPZ regression tests
Remi Gacogne [Thu, 13 Feb 2020 14:23:57 +0000 (15:23 +0100)] 
rec: Add more RPZ regression tests

4 years agoTest clientIP before name, fix one more cutoff condition.
Otto Moerbeek [Wed, 12 Feb 2020 16:04:39 +0000 (17:04 +0100)] 
Test clientIP before name, fix one more cutoff condition.

4 years agorec: Add unit tests for the RPZ policy priorities and ordering
Remi Gacogne [Wed, 12 Feb 2020 15:53:47 +0000 (16:53 +0100)] 
rec: Add unit tests for the RPZ policy priorities and ordering

4 years agoSet the d_priority field in the policy objects of a zone.
Otto Moerbeek [Wed, 12 Feb 2020 15:49:58 +0000 (16:49 +0100)] 
Set the d_priority field in the policy objects of a zone.

Comments from racacogne:
Better name for currentPriority, more elegant loops with right cutoff.

4 years agorec: Add regression tests for the ordering of RPZ policies
Remi Gacogne [Wed, 12 Feb 2020 14:54:38 +0000 (15:54 +0100)] 
rec: Add regression tests for the ordering of RPZ policies

4 years agoContinue evaluation of RPZ rules after passthru, taking
Otto Moerbeek [Wed, 12 Feb 2020 14:35:12 +0000 (15:35 +0100)] 
Continue evaluation of RPZ rules after passthru, taking
into account RPZ priorities.

4 years agodnsdist: Fix issues reported by Charles-Henri during code review
Remi Gacogne [Fri, 14 Feb 2020 09:00:55 +0000 (10:00 +0100)] 
dnsdist: Fix issues reported by Charles-Henri during code review

4 years agoReplace include guard ifdef/define with pragma once 8631/head
Chris Hofstaedtler [Fri, 13 Dec 2019 10:00:31 +0000 (11:00 +0100)] 
Replace include guard ifdef/define with pragma once

4 years agotravis: enable ODBC thread locking 8799/head
Peter van Dijk [Mon, 10 Feb 2020 09:26:15 +0000 (10:26 +0100)] 
travis: enable ODBC thread locking

4 years agocircleci: enable ODBC thread locking
Peter van Dijk [Mon, 10 Feb 2020 09:26:09 +0000 (10:26 +0100)] 
circleci: enable ODBC thread locking

4 years agoMerge pull request #8614 from zeha/api-rm-unimplemented-check
Peter van Dijk [Wed, 12 Feb 2020 21:00:28 +0000 (22:00 +0100)] 
Merge pull request #8614 from zeha/api-rm-unimplemented-check

Remove not implemented zone check API from spec

4 years agoMerge pull request #8766 from zeha/chrish
Peter van Dijk [Wed, 12 Feb 2020 20:16:30 +0000 (21:16 +0100)] 
Merge pull request #8766 from zeha/chrish

Update my name in old changelogs

4 years agoMerge pull request #8793 from rgacogne/auth-reserve-caches
Peter van Dijk [Wed, 12 Feb 2020 20:06:24 +0000 (21:06 +0100)] 
Merge pull request #8793 from rgacogne/auth-reserve-caches

auth: Prepare the caches' buckets in advance

4 years agodocs security-policy: fix typo in my email address
Peter van Dijk [Wed, 12 Feb 2020 19:03:43 +0000 (20:03 +0100)] 
docs security-policy: fix typo in my email address

4 years agoYaHTTP: Send correct Host header for IPv6 address 8815/head
Pieter Lexis [Wed, 12 Feb 2020 14:29:01 +0000 (15:29 +0100)] 
YaHTTP: Send correct Host header for IPv6 address

4 years agoYaHTTP: Parse addresses with IPv6 literals
Pieter Lexis [Wed, 12 Feb 2020 14:27:18 +0000 (15:27 +0100)] 
YaHTTP: Parse addresses with IPv6 literals

A URL like http://[::1]:81 are parsed correctly now.

4 years agoMerge pull request #8760 from rgacogne/ddist-doh-exact-match
Remi Gacogne [Wed, 12 Feb 2020 09:09:24 +0000 (10:09 +0100)] 
Merge pull request #8760 from rgacogne/ddist-doh-exact-match

dnsdist: Don't accept sub-paths of configured DoH URLs

4 years agoUpdate pdns/dnsdistdist/docs/upgrade_guide.rst 8760/head
Remi Gacogne [Wed, 12 Feb 2020 09:09:04 +0000 (10:09 +0100)] 
Update pdns/dnsdistdist/docs/upgrade_guide.rst

Co-Authored-By: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 years agoAdd a couple tests on Netmask comparison 8812/head
Remi Gacogne [Tue, 11 Feb 2020 14:29:24 +0000 (15:29 +0100)] 
Add a couple tests on Netmask comparison

4 years agoKeep a masked network in the Netmask class
Remi Gacogne [Tue, 11 Feb 2020 13:28:07 +0000 (14:28 +0100)] 
Keep a masked network in the Netmask class

4 years agoCompare netmasks on their masked version (highly inefficient version)
Remi Gacogne [Tue, 11 Feb 2020 11:52:37 +0000 (12:52 +0100)] 
Compare netmasks on their masked version (highly inefficient version)

4 years agoMerge pull request #8355 from stephanbosch/netmask-tree
Remi Gacogne [Wed, 12 Feb 2020 08:43:49 +0000 (09:43 +0100)] 
Merge pull request #8355 from stephanbosch/netmask-tree

Rework NetmaskTree for better CPU and memory efficiency.

4 years agoiputils.hh: NetmaskTree: Make the node_type key value const. 8355/head
Stephan Bosch [Wed, 9 Oct 2019 00:06:33 +0000 (02:06 +0200)] 
iputils.hh: NetmaskTree: Make the node_type key value const.

This prevents changing the key used by the tree, which would otherwise provide
an opportunity to corrupt the tree.

4 years agoiputils.hh: NetmaskTree: Make the iterator reference a normal reference rather than...
Stephan Bosch [Mon, 30 Sep 2019 13:10:42 +0000 (15:10 +0200)] 
iputils.hh: NetmaskTree: Make the iterator reference a normal reference rather than a pointer.

This is possible now that the iterator type is no longer dictated by the
internal std::set. This changes the NetmaskTree::iterator API, but it makes it
more standard, less cumbersome, and less confusing.

4 years agoiputils.hh: NetmaskTree: Make TreeNode::node a normal field rather than a pointer.
Stephan Bosch [Mon, 30 Sep 2019 12:33:43 +0000 (14:33 +0200)] 
iputils.hh: NetmaskTree: Make TreeNode::node a normal field rather than a pointer.

It no longer needs to be allocated separately.

4 years agoiputils.hh: NetmaskTree: Drop the internal std::set.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Drop the internal std::set.

It is now superfluous.

4 years agoMerge pull request #8777 from omoerbeek/rec-wip-qname-vs-ds
Otto Moerbeek [Tue, 11 Feb 2020 16:08:28 +0000 (17:08 +0100)] 
Merge pull request #8777 from omoerbeek/rec-wip-qname-vs-ds

rec: QNAME minimization sometimes uses 1 label too many

4 years agodnsdist: Document that we no longer start as root by default
Remi Gacogne [Tue, 11 Feb 2020 15:40:31 +0000 (16:40 +0100)] 
dnsdist: Document that we no longer start as root by default

4 years agodnsdist: Document that DoH paths are now exact matches.
Remi Gacogne [Tue, 11 Feb 2020 15:40:11 +0000 (16:40 +0100)] 
dnsdist: Document that DoH paths are now exact matches.

4 years agoTypos 8777/head
Otto Moerbeek [Tue, 11 Feb 2020 14:58:35 +0000 (15:58 +0100)] 
Typos

4 years agobuilder: also touch /var/lib/rpm/* before build-specs
Peter van Dijk [Tue, 11 Feb 2020 12:22:44 +0000 (13:22 +0100)] 
builder: also touch /var/lib/rpm/* before build-specs

4 years agoMerge pull request #8778 from Habbie/recursor-rpz-refresh
Otto Moerbeek [Tue, 11 Feb 2020 11:33:09 +0000 (12:33 +0100)] 
Merge pull request #8778 from Habbie/recursor-rpz-refresh

rec RPZ dumpFile/seedFile: store/get SOA refresh on dump/load

4 years agoWarn at refresh=0 8778/head
Otto Moerbeek [Tue, 11 Feb 2020 11:30:29 +0000 (12:30 +0100)] 
Warn at refresh=0

4 years agodnsdist: Add LuaRule(), the non-FFI equivalent of LuaFFIRule()
Remi Gacogne [Wed, 29 Jan 2020 16:59:02 +0000 (17:59 +0100)] 
dnsdist: Add LuaRule(), the non-FFI equivalent of LuaFFIRule()

4 years agodnsdist: Add Lua bindings and documentation for the Lua FFI policies
Remi Gacogne [Thu, 23 Jan 2020 13:20:33 +0000 (14:20 +0100)] 
dnsdist: Add Lua bindings and documentation for the Lua FFI policies

4 years agodnsdist: Speed up the consistent hashing policies with large weights
Remi Gacogne [Wed, 22 Jan 2020 17:59:40 +0000 (18:59 +0100)] 
dnsdist: Speed up the consistent hashing policies with large weights

Using a sorted vector provides a much faster lookup time than a
std::set when the number of points on the circle (weight of the
backend) is huge.
A boost::flat_set is almost as fast as a sorted vector but the
insertion time is quite bad.

4 years agodnsdist: Clean up FFI types
Remi Gacogne [Mon, 6 Jan 2020 15:59:24 +0000 (16:59 +0100)] 
dnsdist: Clean up FFI types

4 years agodnsdist: Add direct Lua FFI interface for masking the remote addr
Remi Gacogne [Fri, 3 Jan 2020 17:06:54 +0000 (18:06 +0100)] 
dnsdist: Add direct Lua FFI interface for masking the remote addr

4 years agodnsdist: Skip the creation of temp objects in KVS lookups from Lua
Remi Gacogne [Fri, 3 Jan 2020 17:05:57 +0000 (18:05 +0100)] 
dnsdist: Skip the creation of temp objects in KVS lookups from Lua

4 years agodnsdist: Speed-up of the leastOutstanding policy
Remi Gacogne [Fri, 3 Jan 2020 17:04:33 +0000 (18:04 +0100)] 
dnsdist: Speed-up of the leastOutstanding policy

4 years agodnsdist: Add Lua Netmask bindings
Remi Gacogne [Fri, 3 Jan 2020 17:03:31 +0000 (18:03 +0100)] 
dnsdist: Add Lua Netmask bindings

4 years agodnsdist: Implement fast-{c,w}hashed FFI policies
Remi Gacogne [Thu, 2 Jan 2020 16:09:44 +0000 (17:09 +0100)] 
dnsdist: Implement fast-{c,w}hashed FFI policies

4 years agodnsdist: Bench LB policies
Remi Gacogne [Thu, 26 Dec 2019 15:37:29 +0000 (16:37 +0100)] 
dnsdist: Bench LB policies

4 years agodnsdist: Add Lua bindings for DNSName::hash()
Remi Gacogne [Thu, 26 Dec 2019 15:37:13 +0000 (16:37 +0100)] 
dnsdist: Add Lua bindings for DNSName::hash()

4 years agodnsdist: Add unit tests for Lua LB policies as well
Remi Gacogne [Mon, 16 Dec 2019 17:57:31 +0000 (18:57 +0100)] 
dnsdist: Add unit tests for Lua LB policies as well

4 years agodnsdist: Add unit tests for the load-balancing policies
Remi Gacogne [Fri, 13 Dec 2019 09:34:06 +0000 (10:34 +0100)] 
dnsdist: Add unit tests for the load-balancing policies

4 years agodnsdist: Implement FFI LB policies
Remi Gacogne [Wed, 11 Dec 2019 17:12:32 +0000 (18:12 +0100)] 
dnsdist: Implement FFI LB policies

4 years agodnsdist: Allow wrapping the FFI interface for the existing DNSQuestion object
Remi Gacogne [Tue, 3 Dec 2019 16:10:09 +0000 (17:10 +0100)] 
dnsdist: Allow wrapping the FFI interface for the existing DNSQuestion object

4 years agodnsdist: Add more FFI regression test (DoH, EDNS options and tags)
Remi Gacogne [Thu, 7 Nov 2019 14:36:04 +0000 (15:36 +0100)] 
dnsdist: Add more FFI regression test (DoH, EDNS options and tags)

4 years agodnsdist: Add documentation and a regression test for FFI functions
Remi Gacogne [Tue, 5 Nov 2019 15:40:56 +0000 (16:40 +0100)] 
dnsdist: Add documentation and a regression test for FFI functions

4 years agodnsdist: Implement LuaFFIRule, LuaFFIAction and LuaFFIResponseAction
Remi Gacogne [Mon, 4 Nov 2019 17:47:06 +0000 (18:47 +0100)] 
dnsdist: Implement LuaFFIRule, LuaFFIAction and LuaFFIResponseAction

4 years agoMerge pull request #8807 from Habbie/docker-ovl-rpm
Peter van Dijk [Tue, 11 Feb 2020 10:33:32 +0000 (11:33 +0100)] 
Merge pull request #8807 from Habbie/docker-ovl-rpm

builder: touch /var/lib/rpm/* in every docker layer that uses rpmdb

4 years agobuilder: touch /var/lib/rpm/* in every docker layer that uses rpmdb 8807/head
Peter van Dijk [Tue, 11 Feb 2020 10:06:03 +0000 (11:06 +0100)] 
builder: touch /var/lib/rpm/* in every docker layer that uses rpmdb

references:
https://github.com/pombredanne/dnf-plugin-ovl
https://bugzilla.redhat.com/show_bug.cgi?id=1213602

4 years agoMerge pull request #8804 from rgacogne/ddist-install-config-file
Peter van Dijk [Tue, 11 Feb 2020 05:56:30 +0000 (06:56 +0100)] 
Merge pull request #8804 from rgacogne/ddist-install-config-file

dnsdist: Fix configuration file installation / chmod

4 years agoiputils.hh: NetmaskTree: Add iterator class and use it for begin() and end() methods.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Add iterator class and use it for begin() and end() methods.

4 years agoiputils.hh: NetmaskTree: Keep track of the left-most node in the tree.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Keep track of the left-most node in the tree.

Needed to provide a begin() iterator in constant time.

4 years agoiputils.hh: NetmaskTree: Copy the tree using tree traversal.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Copy the tree using tree traversal.

Before, it used the internal std::set.

4 years agoiputils.hh: NetmaskTree::TreeNode: Implement tree traversal methods.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree::TreeNode: Implement tree traversal methods.

4 years agoiputils.hh: NetmaskTree: Make tree cleanup mandatory.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Make tree cleanup mandatory.

Potentially leaving branches full of unassigned nodes unnecessarily complicates
tree algorithms. Disabling tree cleanup was not used anywhere, except for a unit
test. Note that, after this change, individual branch nodes can still be
unassigned, but not the whole branch. So, when e.g. the left sub-branch of a
node exists, algorithms can rely on the fact that there is at least one assigned
node in there.

4 years agoiputils.hh: NetmaskTree: Always normalize key netmasks.
Stephan Bosch [Wed, 9 Oct 2019 20:49:21 +0000 (22:49 +0200)] 
iputils.hh: NetmaskTree: Always normalize key netmasks.

This makes address bits below the network mask all zero, which is consistent
with the tree's behavior.

This change addresses one sensitivity to this behavioral change in the recursor
cache.

4 years agoiputils.hh: NetmaskTree: Reduce the number of tree nodes.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Reduce the number of tree nodes.

Before, it created a tree node for every network bit in the netmask. Now, it
only creates a tree node when necessary (only for values and branches).

4 years agoiputils.hh: NetmaskTree: Initialize TreeNode::node immediately.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Initialize TreeNode::node immediately.

Later commit relies on this.

4 years agoiputils.hh: NetmaskTree: Use for loops instead of while loops.
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Use for loops instead of while loops.

Makes using `continue' easier in later commit.

4 years agoiputils.hh: NetmaskTree: Restructure the tree with separate branches for for IPv4...
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Restructure the tree with separate branches for for IPv4 and IPv6

This simplifies the code considerably.

4 years agoiputils.hh: NetmaskTree: Rename field "root" to "d_root"
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Rename field "root" to "d_root"

4 years agoiputils.hh: NetmaskTree: Use ComboAddress::getBit() and Netmask::getBit()
Stephan Bosch [Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)] 
iputils.hh: NetmaskTree: Use ComboAddress::getBit() and Netmask::getBit()

4 years agoiputils.hh: NetmaskTree: Make cleanup_tree() method private.
Stephan Bosch [Wed, 9 Oct 2019 01:49:33 +0000 (03:49 +0200)] 
iputils.hh: NetmaskTree: Make cleanup_tree() method private.

4 years agoiputils.hh: Netmask: Prevent the construction of a 128-bit IPv4 netmask.
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
iputils.hh: Netmask: Prevent the construction of a 128-bit IPv4 netmask.

4 years agoiputils.hh: Netmask: Add getBit()
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
iputils.hh: Netmask: Add getBit()

4 years agoiputils.hh: Netmask: Add getAddressBits()
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
iputils.hh: Netmask: Add getAddressBits()

4 years agoiputils.hh: ComboAddress: Add getBit()
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
iputils.hh: ComboAddress: Add getBit()

4 years agoiputils.hh: ComboAddress: Add getBits()
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
iputils.hh: ComboAddress: Add getBits()

4 years agoiputils.hh: Netmask: Add getSuper()
Stephan Bosch [Wed, 9 Oct 2019 00:23:30 +0000 (02:23 +0200)] 
iputils.hh: Netmask: Add getSuper()

4 years agotest-iputils_hh.cc: Add tests for NetmaskTree copy, swap and iterator operations.
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
test-iputils_hh.cc: Add tests for NetmaskTree copy, swap and iterator operations.

4 years agoiputils.hh: Netmask: Add getNormalized()
Stephan Bosch [Wed, 9 Oct 2019 00:34:15 +0000 (02:34 +0200)] 
iputils.hh: Netmask: Add getNormalized()

4 years agotest-iputils_hh.cc: Test 0.0.0.0 address at serveral network bit ranges.
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
test-iputils_hh.cc: Test 0.0.0.0 address at serveral network bit ranges.

4 years agotest-iputils_hh.cc: Better verify the NetmaskTree container size during tests.
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
test-iputils_hh.cc: Better verify the NetmaskTree container size during tests.

4 years agoiputils.hh: Consistently use nullptr rather than NULL.
Stephan Bosch [Wed, 9 Oct 2019 01:34:13 +0000 (03:34 +0200)] 
iputils.hh: Consistently use nullptr rather than NULL.

4 years agoiputils.hh: Fix erroneous comments.
Stephan Bosch [Wed, 9 Oct 2019 20:36:12 +0000 (22:36 +0200)] 
iputils.hh: Fix erroneous comments.

4 years agoReformat test-iputils_hh.cc.
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
Reformat test-iputils_hh.cc.

Remove a few empty lines.

4 years agoReformat iputils.hh
Stephan Bosch [Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)] 
Reformat iputils.hh

Mainly removed whitespace at end of line and fixed several indenting mishaps.

4 years agoMerge pull request #8803 from rgacogne/dnsname-centos-6
Peter van Dijk [Mon, 10 Feb 2020 18:23:08 +0000 (19:23 +0100)] 
Merge pull request #8803 from rgacogne/dnsname-centos-6

Fix "error: 'strlen' was not declared in this scope" on CentOS 6

4 years agodnsdist: Fix configuration file installation / chmod 8804/head
Remi Gacogne [Mon, 10 Feb 2020 17:12:47 +0000 (18:12 +0100)] 
dnsdist: Fix configuration file installation / chmod

Introduced in c98c0ef694de0c536e6d71af8c58a16f6635ea35

4 years agoFix "error: 'strlen' was not declared in this scope" on CentOS 6 8803/head
Remi Gacogne [Mon, 10 Feb 2020 17:10:01 +0000 (18:10 +0100)] 
Fix "error: 'strlen' was not declared in this scope" on CentOS 6

4 years agoMerge pull request #8800 from Habbie/dnsdist-docs-tables
Peter van Dijk [Mon, 10 Feb 2020 16:33:18 +0000 (17:33 +0100)] 
Merge pull request #8800 from Habbie/dnsdist-docs-tables

dnsdist docs: refer to new tables. Fixes #8798

4 years agoMerge pull request #8783 from rgacogne/cpu-steal-iowait
Remi Gacogne [Mon, 10 Feb 2020 14:36:47 +0000 (15:36 +0100)] 
Merge pull request #8783 from rgacogne/cpu-steal-iowait

Add 'IO wait' and 'steal' metrics on Linux

4 years agoTweaks for minimum time
Otto Moerbeek [Mon, 10 Feb 2020 14:17:09 +0000 (15:17 +0100)] 
Tweaks for minimum time

4 years agoIntroduce an explicit refreshFromConf arg to RPZIXFRTracker.
Otto Moerbeek [Mon, 10 Feb 2020 13:31:41 +0000 (14:31 +0100)] 
Introduce an explicit refreshFromConf arg to RPZIXFRTracker.

Always load and store the rpz refresh value from and to the zone.
That we we can easily decide which value to use: if an explicit
refreshFromConf value is set, use that one, otherwise use the one
in the rpz zone.

4 years agoDocument that IO wait and steal metrics are in units of USER_HZ. 8783/head
Remi Gacogne [Mon, 10 Feb 2020 10:53:24 +0000 (11:53 +0100)] 
Document that IO wait and steal metrics are in units of USER_HZ.

4 years agoMerge pull request #8801 from rgacogne/ddist-setwebapikey
Remi Gacogne [Mon, 10 Feb 2020 10:26:33 +0000 (11:26 +0100)] 
Merge pull request #8801 from rgacogne/ddist-setwebapikey

dnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc

4 years agodnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc 8801/head
Remi Gacogne [Mon, 10 Feb 2020 10:25:16 +0000 (11:25 +0100)] 
dnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc

4 years agodnsdist docs: refer to new tables. Fixes #8798 8800/head
Peter van Dijk [Mon, 10 Feb 2020 09:40:39 +0000 (10:40 +0100)] 
dnsdist docs: refer to new tables. Fixes #8798

4 years agoMerge pull request #8792 from rgacogne/dnsname-strlen
Remi Gacogne [Mon, 10 Feb 2020 09:17:39 +0000 (10:17 +0100)] 
Merge pull request #8792 from rgacogne/dnsname-strlen

DNSName: Don't call strlen() when the length is already known

4 years agoMerge pull request #8737 from Habbie/circleci-pager
Remi Gacogne [Fri, 7 Feb 2020 14:32:57 +0000 (15:32 +0100)] 
Merge pull request #8737 from Habbie/circleci-pager

avoid 'git show -s' from starting a pager in CircleCI

4 years agoDNSName: Don't call strlen() when the length is already known 8792/head
Remi Gacogne [Thu, 30 Jan 2020 14:11:53 +0000 (15:11 +0100)] 
DNSName: Don't call strlen() when the length is already known

4 years agoMerge pull request #8795 from omoerbeek/rec-lua-docs-policytag
Remi Gacogne [Fri, 7 Feb 2020 14:29:39 +0000 (15:29 +0100)] 
Merge pull request #8795 from omoerbeek/rec-lua-docs-policytag

rec: Remove duplicate *PolicyTags docs

4 years agoMerge pull request #8171 from rgacogne/dnsdist-soa-in-negative
Remi Gacogne [Fri, 7 Feb 2020 14:28:42 +0000 (15:28 +0100)] 
Merge pull request #8171 from rgacogne/dnsdist-soa-in-negative

dnsdist: Add SetNegativeAndSOAAction() and its Lua binding