]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agoMerge pull request #9101 from pieterlexis/lua-record-improvements
Peter van Dijk [Wed, 19 Aug 2020 09:29:36 +0000 (11:29 +0200)] 
Merge pull request #9101 from pieterlexis/lua-record-improvements

LUA records: two improvements to createForward

4 years agoMerge pull request #8824 from cmouse/retrieve
Peter van Dijk [Wed, 19 Aug 2020 09:10:46 +0000 (11:10 +0200)] 
Merge pull request #8824 from cmouse/retrieve

Allow forced retrieval

4 years agoMerge pull request #9395 from Habbie/spelling-9264
Peter van Dijk [Wed, 19 Aug 2020 08:58:30 +0000 (10:58 +0200)] 
Merge pull request #9395 from Habbie/spelling-9264

fix spelling dict after merge of 9264

4 years agofix spelling dict after merge of 9264 9395/head
Peter van Dijk [Wed, 19 Aug 2020 08:52:16 +0000 (10:52 +0200)] 
fix spelling dict after merge of 9264

4 years agoMerge pull request #9264 from cmouse/patch-1592679516
Peter van Dijk [Wed, 19 Aug 2020 08:43:27 +0000 (10:43 +0200)] 
Merge pull request #9264 from cmouse/patch-1592679516

PKCS#11: Document SoftHSM2 remote usage

4 years agoMerge pull request #9384 from kpfleming/add-rrsets-parameter-to-listZone
Peter van Dijk [Wed, 19 Aug 2020 08:41:01 +0000 (10:41 +0200)] 
Merge pull request #9384 from kpfleming/add-rrsets-parameter-to-listZone

Document 'rrsets' parameter to API listZone operation

4 years agoMerge pull request #9394 from vincentbernat/patch-1
Peter van Dijk [Wed, 19 Aug 2020 08:40:32 +0000 (10:40 +0200)] 
Merge pull request #9394 from vincentbernat/patch-1

Fix capitalization of Zone in documentation

4 years agoMerge pull request #9390 from omoerbeek/rec-record-cache-shards
Otto Moerbeek [Wed, 19 Aug 2020 08:03:01 +0000 (10:03 +0200)] 
Merge pull request #9390 from omoerbeek/rec-record-cache-shards

rec: rename cache-shards to record-cache-shards and document it.

4 years agodynhandler: Do not copy master value 8824/head
Aki Tuomi [Wed, 12 Aug 2020 12:25:13 +0000 (15:25 +0300)] 
dynhandler: Do not copy master value

4 years agopdns_control.1.rst: retrieve - Document new parameter
Aki Tuomi [Tue, 11 Aug 2020 12:40:53 +0000 (15:40 +0300)] 
pdns_control.1.rst: retrieve - Document new parameter

4 years agodynhandler: Allow specifying master IP on retrieve
Aki Tuomi [Fri, 14 Feb 2020 11:20:26 +0000 (13:20 +0200)] 
dynhandler: Allow specifying master IP on retrieve

Setting master IP allows overriding master location. This will
also override slave requirement checks, allowing fetch of NATIVE
and MASTER zones.

4 years agocommunicator: Allow forcing domain retrieval
Aki Tuomi [Fri, 14 Feb 2020 11:20:01 +0000 (13:20 +0200)] 
communicator: Allow forcing domain retrieval

This allows forcing retrieval of domain that is not slave domain.

4 years agoFix capitalization of Zone in documentation 9394/head
Vincent Bernat [Wed, 19 Aug 2020 07:02:18 +0000 (09:02 +0200)] 
Fix capitalization of Zone in documentation

4 years agoMerge pull request #9393 from Habbie/dnsdist-upgrade-webserver-acl
Remi Gacogne [Tue, 18 Aug 2020 14:17:50 +0000 (16:17 +0200)] 
Merge pull request #9393 from Habbie/dnsdist-upgrade-webserver-acl

dnsdist upgrade notes: note new webserver ACL

4 years agodnsdist upgrade notes: note new webserver ACL 9393/head
Peter van Dijk [Tue, 18 Aug 2020 14:16:04 +0000 (16:16 +0200)] 
dnsdist upgrade notes: note new webserver ACL

4 years agoMerge pull request #9388 from omoerbeek/rec-dnsname-equal
Otto Moerbeek [Tue, 18 Aug 2020 13:27:16 +0000 (15:27 +0200)] 
Merge pull request #9388 from omoerbeek/rec-dnsname-equal

Fix docs for DNSName::equal()

4 years agoFix docs for DNSName::equal() 9388/head
Otto Moerbeek [Mon, 17 Aug 2020 13:42:07 +0000 (15:42 +0200)] 
Fix docs for DNSName::equal()

Since overloading Lua wrapper functions does not seem to be possible,
fix docs for DNSName:equal(). But note that == is defined for DNSNames.

Fixes #7510

4 years agoRename cache-shards to record-cache-shards and document it. 9390/head
Otto Moerbeek [Tue, 18 Aug 2020 11:45:04 +0000 (13:45 +0200)] 
Rename cache-shards to record-cache-shards and document it.

4 years agoMerge pull request #8928 from rgacogne/auth-lua-axfrfilter-last-char
Peter van Dijk [Tue, 18 Aug 2020 09:07:34 +0000 (11:07 +0200)] 
Merge pull request #8928 from rgacogne/auth-lua-axfrfilter-last-char

auth: Ensure qtype is set before calling setContent() in axfrfilter()

4 years agoMerge pull request #7932 from James-TR/patch-2
Peter van Dijk [Tue, 18 Aug 2020 08:57:08 +0000 (10:57 +0200)] 
Merge pull request #7932 from James-TR/patch-2

auth: remove redundant --no-config in makefile

4 years agoauth: remove redundant --no-config from commands 7932/head
James Taylor [Fri, 14 Jun 2019 11:17:38 +0000 (21:17 +1000)] 
auth: remove redundant --no-config from commands

Both the flags --no-config and --config=default prevent the loading of
configuration files from disk when used independently as per
https://github.com/PowerDNS/pdns/blob/master/pdns/receiver.cc#L418-L419

This commit removes the anomaly from documentation and build files to avoid
confusion and make it consistent among all packages.

4 years agoDocument 'rrsets' parameter to API listZone operation 9384/head
Kevin P. Fleming [Mon, 17 Aug 2020 11:55:36 +0000 (07:55 -0400)] 
Document 'rrsets' parameter to API listZone operation

The listZone operation supports the 'rrsets' parameter in the same
fashion as createZone does.

Signed-off-by: Kevin P. Fleming <kevin@km6g.us>
4 years agoMerge pull request #7963 from Godwottery/master
Peter van Dijk [Mon, 17 Aug 2020 11:40:30 +0000 (13:40 +0200)] 
Merge pull request #7963 from Godwottery/master

Add a new command to add a super-master to SQL backends

4 years agoMerge pull request #8564 from criteo-forks/weighted_gap
Peter van Dijk [Mon, 17 Aug 2020 11:11:25 +0000 (13:11 +0200)] 
Merge pull request #8564 from criteo-forks/weighted_gap

geoipbackend: propagate weighted rounding gap fix

4 years agoMerge pull request #8565 from criteo-forks/stop_weighted
Peter van Dijk [Mon, 17 Aug 2020 11:09:10 +0000 (13:09 +0200)] 
Merge pull request #8565 from criteo-forks/stop_weighted

geoipbackend: stop looking after first weighted match

4 years agoMerge pull request #8623 from jonathaneen/accept_combination_delete_replace_for_rrset
Peter van Dijk [Mon, 17 Aug 2020 09:58:47 +0000 (11:58 +0200)] 
Merge pull request #8623 from jonathaneen/accept_combination_delete_replace_for_rrset

Make a combination of delete and replace for rrset possible

4 years agoMerge pull request #9092 from jsoref/current-config-help
Peter van Dijk [Wed, 12 Aug 2020 13:59:58 +0000 (15:59 +0200)] 
Merge pull request #9092 from jsoref/current-config-help

receiver: fix help output for pdns current-config

4 years agoMerge pull request #9340 from pieterlexis/auth-api-rm-nsec3param
Peter van Dijk [Wed, 12 Aug 2020 13:57:35 +0000 (15:57 +0200)] 
Merge pull request #9340 from pieterlexis/auth-api-rm-nsec3param

Auth API: Allow removal of NSEC3PARAM metadata

4 years agoMerge pull request #9380 from rgacogne/qclass-in-cleanup
Peter van Dijk [Wed, 12 Aug 2020 13:55:21 +0000 (15:55 +0200)] 
Merge pull request #9380 from rgacogne/qclass-in-cleanup

Replace the use of '1' by QClass::IN to improve readability

4 years agoMerge pull request #9378 from rgacogne/ddist-stop-backend-thread-on-removal
Remi Gacogne [Wed, 12 Aug 2020 07:23:23 +0000 (09:23 +0200)] 
Merge pull request #9378 from rgacogne/ddist-stop-backend-thread-on-removal

dnsdist: Stop the related responder thread when a backend is removed

4 years agoMerge pull request #9218 from zeha/auth-log-actions
Peter van Dijk [Tue, 11 Aug 2020 12:26:04 +0000 (14:26 +0200)] 
Merge pull request #9218 from zeha/auth-log-actions

auth: log more pdns_control actions

4 years agoReplace the use of '1' by QClass::IN to improve readability 9380/head
Remi Gacogne [Tue, 11 Aug 2020 12:10:58 +0000 (14:10 +0200)] 
Replace the use of '1' by QClass::IN to improve readability

4 years agoMerge pull request #9318 from zeha/gsql-specific
Peter van Dijk [Tue, 11 Aug 2020 11:59:42 +0000 (13:59 +0200)] 
Merge pull request #9318 from zeha/gsql-specific

gsqlbackend: allow backend-specific queries

4 years agoMerge pull request #9265 from zeha/notify-axfr
Peter van Dijk [Tue, 11 Aug 2020 11:56:19 +0000 (13:56 +0200)] 
Merge pull request #9265 from zeha/notify-axfr

auth: add used master address to slave check logs

4 years agoMerge pull request #9049 from rgacogne/ddist-edns-buffer-size-self-generated
Remi Gacogne [Tue, 11 Aug 2020 11:47:05 +0000 (13:47 +0200)] 
Merge pull request #9049 from rgacogne/ddist-edns-buffer-size-self-generated

dnsdist: Set the default EDNS buffer size on generated answers to 1232

4 years agoMerge pull request #9159 from rgacogne/ueberbackend-tests
Remi Gacogne [Tue, 11 Aug 2020 11:46:42 +0000 (13:46 +0200)] 
Merge pull request #9159 from rgacogne/ueberbackend-tests

auth: Add some UeberBackend unit tests, document multi-backend interactions

4 years agoMerge pull request #9351 from omoerbeek/rec-forwarder-vs-ns-in-cache
Otto Moerbeek [Tue, 11 Aug 2020 09:03:07 +0000 (11:03 +0200)] 
Merge pull request #9351 from omoerbeek/rec-forwarder-vs-ns-in-cache

rec: if we have an NS in cache, use it in the forwarder case

4 years agodnsdist: Stop the related responder thread when a backend is removed 9378/head
Remi Gacogne [Mon, 10 Aug 2020 13:51:18 +0000 (15:51 +0200)] 
dnsdist: Stop the related responder thread when a backend is removed

4 years agoauth: Document that two backends might have the same name/types 9159/head
Remi Gacogne [Tue, 7 Jul 2020 12:36:23 +0000 (14:36 +0200)] 
auth: Document that two backends might have the same name/types

As long as they are somehow kept in sync..

4 years agoauth: Document a few more backend methods (TSIG, metadata, DNSSEC..)
Remi Gacogne [Wed, 27 May 2020 10:25:54 +0000 (12:25 +0200)] 
auth: Document a few more backend methods (TSIG, metadata, DNSSEC..)

4 years agoauth: Document a few more points of multi-backend interactions
Remi Gacogne [Wed, 27 May 2020 10:14:23 +0000 (12:14 +0200)] 
auth: Document a few more points of multi-backend interactions

4 years agoauth: Add unit tests for the UeberBackend
Remi Gacogne [Wed, 27 May 2020 08:25:06 +0000 (10:25 +0200)] 
auth: Add unit tests for the UeberBackend

4 years agoMerge pull request #9374 from omoerbeek/rec-docs-webserver-allow-from
Remi Gacogne [Mon, 10 Aug 2020 08:07:12 +0000 (10:07 +0200)] 
Merge pull request #9374 from omoerbeek/rec-docs-webserver-allow-from

Be explicit about IPs vs netmasks.

4 years agoMerge pull request #9275 from Nuitari/AlwaysReconnectOnComingBackUp
Remi Gacogne [Mon, 10 Aug 2020 07:44:10 +0000 (09:44 +0200)] 
Merge pull request #9275 from Nuitari/AlwaysReconnectOnComingBackUp

dnsdist: Force a reconnection when a downstream transitions to the UP state

4 years agoA range is not a generally known thing, use "IP addreses or netmasks" more 9374/head
Otto Moerbeek [Fri, 7 Aug 2020 10:20:04 +0000 (12:20 +0200)] 
A range is not a generally known thing, use "IP addreses or netmasks" more
consistently.

4 years agoBe explicit about IPs vs netmasks.
Otto Moerbeek [Fri, 7 Aug 2020 09:35:00 +0000 (11:35 +0200)] 
Be explicit about IPs vs netmasks.

4 years agoLUA records: two improvements to createForward 9101/head
Pieter Lexis [Wed, 13 May 2020 15:05:03 +0000 (17:05 +0200)] 
LUA records: two improvements to createForward

* Allow the createForward record to lay deeper than directly underneath
  the zone's apex.

* Add dashed IP address support to createForward

4 years agoMerge pull request #9371 from phonedph1/patch-23
Otto Moerbeek [Mon, 3 Aug 2020 11:45:42 +0000 (13:45 +0200)] 
Merge pull request #9371 from phonedph1/patch-23

Update netmaskgroup.rst

4 years agoMerge pull request #9337 from pieterlexis/report-IPSECKEY
Peter van Dijk [Mon, 3 Aug 2020 11:09:04 +0000 (13:09 +0200)] 
Merge pull request #9337 from pieterlexis/report-IPSECKEY

Report IPSECKEY

4 years agoLets do (non-recursive) cases with qname minimization. 9351/head
Otto Moerbeek [Mon, 3 Aug 2020 11:05:47 +0000 (13:05 +0200)] 
Lets do (non-recursive) cases with qname minimization.

Have to shortcut forwarding in doResolveNoQNameMinimization() in that
case, otherwise all are queries are just forwarded.

4 years agoRange based loop and some comments
Otto Moerbeek [Mon, 3 Aug 2020 08:52:49 +0000 (10:52 +0200)] 
Range based loop and some comments

4 years agoNote that name.isPartOf(name)
Otto Moerbeek [Mon, 3 Aug 2020 08:43:14 +0000 (10:43 +0200)] 
Note that name.isPartOf(name)

4 years agoUpdate netmaskgroup.rst 9371/head
phonedph1 [Sun, 2 Aug 2020 01:55:58 +0000 (19:55 -0600)] 
Update netmaskgroup.rst

4 years agodnsdist: Check the responder's payload < the incoming buffer size 9049/head
Remi Gacogne [Fri, 31 Jul 2020 14:16:49 +0000 (16:16 +0200)] 
dnsdist: Check the responder's payload < the incoming buffer size

4 years agoUpdate pdns/dnsdistdist/dnsdist-healthchecks.cc 9275/head
Nuitari [Fri, 31 Jul 2020 13:45:59 +0000 (09:45 -0400)] 
Update pdns/dnsdistdist/dnsdist-healthchecks.cc

Co-authored-by: Remi Gacogne <rgacogne+github@valombre.net>
4 years agoMerge pull request #9222 from supervacuus/fix_dnsdist_ipv6_frontend_metric
Remi Gacogne [Fri, 31 Jul 2020 13:03:41 +0000 (15:03 +0200)] 
Merge pull request #9222 from supervacuus/fix_dnsdist_ipv6_frontend_metric

dnsdist: Use toStringWithPort instead of manual addr/port concat

4 years agoMerge pull request #9225 from rgacogne/wrap-files-smart-ptrs
Remi Gacogne [Fri, 31 Jul 2020 12:57:38 +0000 (14:57 +0200)] 
Merge pull request #9225 from rgacogne/wrap-files-smart-ptrs

Wrap more FILE objects in smart pointers

4 years agoMerge pull request #9273 from rgacogne/ddist-server-latency-bindings
Remi Gacogne [Fri, 31 Jul 2020 12:57:00 +0000 (14:57 +0200)] 
Merge pull request #9273 from rgacogne/ddist-server-latency-bindings

dnsdist: Add Lua bindings to get a server's latency

4 years agoMerge pull request #9196 from pieterlexis/qla-only-v6
Otto Moerbeek [Fri, 31 Jul 2020 10:12:49 +0000 (12:12 +0200)] 
Merge pull request #9196 from pieterlexis/qla-only-v6

rec: Disable outgoing v4 when QLA has no v4 addresses

4 years agoTidy declaration of new exitCode field 9196/head
Otto Moerbeek [Fri, 31 Jul 2020 09:13:05 +0000 (11:13 +0200)] 
Tidy declaration of new exitCode field

4 years agoMerge pull request #9366 from rgacogne/dnsdist-doh-response-map
Remi Gacogne [Fri, 31 Jul 2020 08:43:20 +0000 (10:43 +0200)] 
Merge pull request #9366 from rgacogne/dnsdist-doh-response-map

dnsdist: Better documentation for HTTP responses map

4 years agoMerge pull request #9362 from omoerbeek/rec-bulk-more-threads
Otto Moerbeek [Fri, 31 Jul 2020 07:28:47 +0000 (09:28 +0200)] 
Merge pull request #9362 from omoerbeek/rec-bulk-more-threads

Rec: run test with more threads and skip the last (repeated) test

4 years agodnsdist: Better documentation for HTTP responses map 9366/head
Remi Gacogne [Thu, 30 Jul 2020 15:23:59 +0000 (17:23 +0200)] 
dnsdist: Better documentation for HTTP responses map

Including the fact that in 1.5.0 the paths should be listed in the
list of path passed to `addDOHLocal` to be able to match a response
rule.

4 years agoMerge pull request #9365 from rgacogne/ddist-fix-invalid-char-changelog
Remi Gacogne [Thu, 30 Jul 2020 12:30:06 +0000 (14:30 +0200)] 
Merge pull request #9365 from rgacogne/ddist-fix-invalid-char-changelog

dnsdist: Fix weird UTF-8 character in the ChangeLog

4 years agodnsdist: Fix weird UTF-8 character in the ChangeLog 9365/head
Remi Gacogne [Thu, 30 Jul 2020 12:29:06 +0000 (14:29 +0200)] 
dnsdist: Fix weird UTF-8 character in the ChangeLog

4 years agoMerge pull request #9358 from rgacogne/ddist150-secpoll-changelog
Remi Gacogne [Thu, 30 Jul 2020 12:15:59 +0000 (14:15 +0200)] 
Merge pull request #9358 from rgacogne/ddist150-secpoll-changelog

dnsdist: Update ChangeLog and secpoll for the 1.5.0 release

4 years agodnsdist: Fix the release date of dnsdist 1.5.0 9358/head
Remi Gacogne [Thu, 30 Jul 2020 08:34:43 +0000 (10:34 +0200)] 
dnsdist: Fix the release date of dnsdist 1.5.0

4 years agoMerge pull request #9360 from rgacogne/ddist-prevent-backends-copy dnsdist-1.5.0
Remi Gacogne [Wed, 29 Jul 2020 12:16:39 +0000 (14:16 +0200)] 
Merge pull request #9360 from rgacogne/ddist-prevent-backends-copy

dnsdist: Prevent a copy of a pool's backends when selecting a server

4 years agoHalf a million as biggest test for now to prevent buildbot timeouts 9362/head
Otto Moerbeek [Wed, 29 Jul 2020 12:03:34 +0000 (14:03 +0200)] 
Half a million as biggest test for now to prevent buildbot timeouts

4 years agoDefault to more (m)threads for bulk and fix a typo in test-recursor-bulk
Otto Moerbeek [Wed, 29 Jul 2020 09:22:06 +0000 (11:22 +0200)] 
Default to more (m)threads for bulk and fix a typo in test-recursor-bulk

4 years agodnsdist: Prevent a copy of a pool's backends when selecting a server 9360/head
Remi Gacogne [Wed, 29 Jul 2020 07:38:38 +0000 (09:38 +0200)] 
dnsdist: Prevent a copy of a pool's backends when selecting a server

4 years agoWhitelist part of the name of a contributor..
Remi Gacogne [Wed, 29 Jul 2020 07:00:16 +0000 (09:00 +0200)] 
Whitelist part of the name of a contributor..

4 years agoMerge pull request #9356 from rgacogne/ddist-check-cache-ptr
Remi Gacogne [Wed, 29 Jul 2020 06:58:36 +0000 (08:58 +0200)] 
Merge pull request #9356 from rgacogne/ddist-check-cache-ptr

dnsdist: Handle calling PacketCache methods on a nil object

4 years agoMerge pull request #9359 from Habbie/mysql-both-typo
Remi Gacogne [Wed, 29 Jul 2020 06:57:20 +0000 (08:57 +0200)] 
Merge pull request #9359 from Habbie/mysql-both-typo

auth tests gmysql2: fix env var name typo

4 years agoauth tests gmysql2: fix env var name typo 9359/head
Peter van Dijk [Tue, 28 Jul 2020 21:37:11 +0000 (23:37 +0200)] 
auth tests gmysql2: fix env var name typo

4 years agodnsdist: Update ChangeLog and secpoll for the 1.5.0 release
Remi Gacogne [Tue, 28 Jul 2020 13:15:11 +0000 (15:15 +0200)] 
dnsdist: Update ChangeLog and secpoll for the 1.5.0 release

4 years agoMerge pull request #9355 from rgacogne/ddist-proxy-protocol-large
Remi Gacogne [Tue, 28 Jul 2020 12:45:11 +0000 (14:45 +0200)] 
Merge pull request #9355 from rgacogne/ddist-proxy-protocol-large

dnsdist: Improve reporting of possible overflow via large Proxy Protocol values

4 years agodnsdist: Handle calling PacketCache methods on a nil object 9356/head
Remi Gacogne [Tue, 28 Jul 2020 12:41:38 +0000 (14:41 +0200)] 
dnsdist: Handle calling PacketCache methods on a nil object

4 years agoReport IPSECKEY 9337/head
Pieter Lexis [Wed, 29 Apr 2020 08:06:16 +0000 (10:06 +0200)] 
Report IPSECKEY

4 years agodnsdist: Improve reporting of possible overflow via large Proxy Protocol values 9355/head
Remi Gacogne [Tue, 28 Jul 2020 09:12:27 +0000 (11:12 +0200)] 
dnsdist: Improve reporting of possible overflow via large Proxy Protocol values

4 years agoMerge pull request #9354 from PowerDNS/dependabot/bundler/modules/remotebackend/json...
Remi Gacogne [Tue, 28 Jul 2020 09:05:27 +0000 (11:05 +0200)] 
Merge pull request #9354 from PowerDNS/dependabot/bundler/modules/remotebackend/json-2.3.0

build(deps): bump json from 1.8.5 to 2.3.0 in /modules/remotebackend

4 years agoMerge pull request #9353 from PowerDNS/dependabot/bundler/modules/remotebackend/regre...
Remi Gacogne [Tue, 28 Jul 2020 09:05:06 +0000 (11:05 +0200)] 
Merge pull request #9353 from PowerDNS/dependabot/bundler/modules/remotebackend/regression-tests/json-2.3.0

build(deps): bump json from 1.8.2 to 2.3.0 in /modules/remotebackend/regression-tests

4 years agoMerge pull request #9343 from cmouse/hostname-fix
Remi Gacogne [Tue, 28 Jul 2020 07:40:24 +0000 (09:40 +0200)] 
Merge pull request #9343 from cmouse/hostname-fix

misc.cc: Resize hostname to final size in getCarbonHostname()

4 years agoMerge pull request #9344 from rgacogne/ddist-fix-doh-sni
Remi Gacogne [Tue, 28 Jul 2020 07:37:21 +0000 (09:37 +0200)] 
Merge pull request #9344 from rgacogne/ddist-fix-doh-sni

dnsdist: Fix compilation with h2o_socket_get_ssl_server_name

4 years agoMerge pull request #9346 from omoerbeek/dnsdist-openbsd-clang-std
Remi Gacogne [Tue, 28 Jul 2020 07:37:05 +0000 (09:37 +0200)] 
Merge pull request #9346 from omoerbeek/dnsdist-openbsd-clang-std

dnsdist: Fix compilation on OpenBSD/amd64

4 years agobuild(deps): bump json from 1.8.5 to 2.3.0 in /modules/remotebackend 9354/head
dependabot[bot] [Tue, 28 Jul 2020 04:11:38 +0000 (04:11 +0000)] 
build(deps): bump json from 1.8.5 to 2.3.0 in /modules/remotebackend

Bumps [json](https://github.com/flori/json) from 1.8.5 to 2.3.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/compare/v1.8.5...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agobuild(deps): bump json in /modules/remotebackend/regression-tests 9353/head
dependabot[bot] [Tue, 28 Jul 2020 04:02:10 +0000 (04:02 +0000)] 
build(deps): bump json in /modules/remotebackend/regression-tests

Bumps [json](https://github.com/flori/json) from 1.8.2 to 2.3.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/compare/v1.8.2...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoFix a bugf related to getBestNSFromCache not returning the NS domain,
Otto Moerbeek [Mon, 27 Jul 2020 10:51:19 +0000 (12:51 +0200)] 
Fix a bugf related to getBestNSFromCache not returning the NS domain,
which the code assumed to.

4 years agoFor the forwarder case, look in the cache first and only use forwarder
Otto Moerbeek [Wed, 10 Jun 2020 12:55:18 +0000 (14:55 +0200)] 
For the forwarder case, look in the cache first and only use forwarder
if a cache entry is found that is less specific.

4 years agoAdd an option to toggle the reconnectOnUp option
Stephane Bakhos [Thu, 23 Jul 2020 02:51:28 +0000 (22:51 -0400)] 
Add an option to toggle the reconnectOnUp option

4 years agotest-misc_hh: Add test for getCarbonHostname 9343/head
Aki Tuomi [Tue, 21 Jul 2020 19:04:56 +0000 (22:04 +0300)] 
test-misc_hh: Add test for getCarbonHostname

4 years agomisc.cc: Resize hostname to final size in getCarbonHostname()
Aki Tuomi [Sun, 19 Jul 2020 15:06:14 +0000 (18:06 +0300)] 
misc.cc: Resize hostname to final size in getCarbonHostname()

In 5c21b47fbc35ddcb8d939eb8541c6c3bad1080a8 we change how
hostname is allocated. We allocate getMaxHostNameSize for string,
then give the raw buffer for gethostname function, but forget to
resize the string into actual result length, causing the carbon
output to include trailing NUL bytes after hostname.

4 years agoFix compilation on OpenBSD/amd64 9346/head
Otto Moerbeek [Mon, 20 Jul 2020 07:56:15 +0000 (09:56 +0200)] 
Fix compilation on OpenBSD/amd64

The readline lib on OpenBSD redefines __attribute__ to empty if __STRICT_ANSI__...

4 years agoMerge pull request #9348 from omoerbeek/solaris-name-clashes
Otto Moerbeek [Mon, 20 Jul 2020 18:08:02 +0000 (20:08 +0200)] 
Merge pull request #9348 from omoerbeek/solaris-name-clashes

Avoid name clashes on Solaris derived systems.

4 years agoAvoid name clashes on Solaris derived systems. 9348/head
Otto Moerbeek [Mon, 20 Jul 2020 14:13:29 +0000 (16:13 +0200)] 
Avoid name clashes on Solaris derived systems.

Fixes #9279

4 years agoMerge pull request #9342 from omoerbeek/rec-prep-4.4.0-alpha2
Otto Moerbeek [Mon, 20 Jul 2020 09:25:27 +0000 (11:25 +0200)] 
Merge pull request #9342 from omoerbeek/rec-prep-4.4.0-alpha2

rec: prep for rec-4.4.0-alpha2

4 years agoPrep for rec 4.4.0-alpha2 9342/head
Otto Moerbeek [Fri, 17 Jul 2020 10:34:30 +0000 (12:34 +0200)] 
Prep for rec 4.4.0-alpha2

4 years agodnsdist: Fix compilation with h2o_socket_get_ssl_server_name 9344/head
Remi Gacogne [Sun, 19 Jul 2020 21:28:02 +0000 (23:28 +0200)] 
dnsdist: Fix compilation with h2o_socket_get_ssl_server_name

4 years agoCreate Ubuntu Focal Dockerfile for rec-43+.
aerique [Fri, 17 Jul 2020 09:00:24 +0000 (11:00 +0200)] 
Create Ubuntu Focal Dockerfile for rec-43+.

4 years agoOnly add `--nobest` for CentOS 8.
aerique [Fri, 17 Jul 2020 09:00:03 +0000 (11:00 +0200)] 
Only add `--nobest` for CentOS 8.