]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agorec: Don't go Bogus if the auth zone delegation test takes too long 8008/head
Remi Gacogne [Mon, 1 Jul 2019 10:03:55 +0000 (12:03 +0200)] 
rec: Don't go Bogus if the auth zone delegation test takes too long

4 years agoMerge pull request #7918 from mind04/soacomplete
Peter van Dijk [Mon, 1 Jul 2019 08:33:36 +0000 (10:33 +0200)] 
Merge pull request #7918 from mind04/soacomplete

auth: deprecate SOA autocomplete in pdnsutil check-zone

4 years agoMerge pull request #7996 from omoerbeek/valgrind-memset-cmsg-space
Otto Moerbeek [Mon, 1 Jul 2019 08:07:08 +0000 (10:07 +0200)] 
Merge pull request #7996 from omoerbeek/valgrind-memset-cmsg-space

Clear CMSG_SPACE(sizeof(data)) in cmsghdr to appease valgrind.

4 years agoMerge pull request #7997 from rgacogne/rec-outgoing-queries-responses
Remi Gacogne [Fri, 28 Jun 2019 14:09:40 +0000 (16:09 +0200)] 
Merge pull request #7997 from rgacogne/rec-outgoing-queries-responses

rec: Fix the export of only outgoing queries or incoming responses

4 years agorec: Add tests for outgoing queries/ incoming responses export 7997/head
Remi Gacogne [Fri, 28 Jun 2019 09:47:59 +0000 (11:47 +0200)] 
rec: Add tests for outgoing queries/ incoming responses export

4 years agorec: Fix the export of only outgoing queries or incoming responses
Remi Gacogne [Fri, 28 Jun 2019 09:47:39 +0000 (11:47 +0200)] 
rec: Fix the export of only outgoing queries or incoming responses

4 years agoClear CMSG_SPACE(sizeof(data)) in cmsghdr to appease valgrind. 7996/head
Otto Moerbeek [Fri, 28 Jun 2019 09:25:32 +0000 (11:25 +0200)] 
Clear CMSG_SPACE(sizeof(data)) in cmsghdr to appease valgrind.

4 years agoMerge pull request #7990 from omoerbeek/msgbuf-align
Otto Moerbeek [Fri, 28 Jun 2019 07:40:13 +0000 (09:40 +0200)] 
Merge pull request #7990 from omoerbeek/msgbuf-align

Explicitly align the buffer used for cmsgs

4 years agoFix indent. 7990/head
Otto Moerbeek [Fri, 28 Jun 2019 07:38:59 +0000 (09:38 +0200)] 
Fix indent.

4 years agoMerge pull request #7946 from rgacogne/doc-markup-fixes
Remi Gacogne [Thu, 27 Jun 2019 09:33:42 +0000 (11:33 +0200)] 
Merge pull request #7946 from rgacogne/doc-markup-fixes

Fix a few markup issues in our documentation

4 years agoMerge pull request #7974 from rgacogne/ddist-tcp-short-writes
Remi Gacogne [Thu, 27 Jun 2019 08:05:50 +0000 (10:05 +0200)] 
Merge pull request #7974 from rgacogne/ddist-tcp-short-writes

dnsdist: Fix short IOs over TCP

4 years agoMerge pull request #7978 from rgacogne/dnsdist-dot-error-msgs
Remi Gacogne [Thu, 27 Jun 2019 08:05:02 +0000 (10:05 +0200)] 
Merge pull request #7978 from rgacogne/dnsdist-dot-error-msgs

dnsdist: Improve error messages for DoT issues

4 years agoMerge pull request #7979 from rgacogne/ddist-tcp-backend-failure
Remi Gacogne [Thu, 27 Jun 2019 08:04:16 +0000 (10:04 +0200)] 
Merge pull request #7979 from rgacogne/ddist-tcp-backend-failure

dnsdist: Fix handling of backend connection failing over TCP

4 years agoMerge pull request #7992 from pieterlexis/dnsdist-nmg-quiet
Remi Gacogne [Thu, 27 Jun 2019 08:04:00 +0000 (10:04 +0200)] 
Merge pull request #7992 from pieterlexis/dnsdist-nmg-quiet

dnsdist: Add `quiet` parameter to NetmaskGroupRule

4 years agodnsdist: Keep the buffer's constness when passing it to write() 7974/head
Remi Gacogne [Wed, 26 Jun 2019 21:17:28 +0000 (23:17 +0200)] 
dnsdist: Keep the buffer's constness when passing it to write()

4 years agoMerge pull request #7985 from pieterlexis/dnsdist-smn-from-string
Remi Gacogne [Wed, 26 Jun 2019 20:52:59 +0000 (22:52 +0200)] 
Merge pull request #7985 from pieterlexis/dnsdist-smn-from-string

SuffixMatchNode:add: Accept more types

4 years agoMerge pull request #7947 from pieterlexis/secpoll-fix-0.0.0
Pieter Lexis [Wed, 26 Jun 2019 15:39:31 +0000 (17:39 +0200)] 
Merge pull request #7947 from pieterlexis/secpoll-fix-0.0.0

Secpoll code: fixes and clean-ups

4 years agodnsdist: Update doc wording for `quiet` 7992/head
Pieter Lexis [Wed, 26 Jun 2019 14:53:10 +0000 (16:53 +0200)] 
dnsdist: Update doc wording for `quiet`

4 years agodnsdist: Add `quiet` parameter to NetmaskGroupRule
Pieter Lexis [Wed, 26 Jun 2019 14:35:23 +0000 (16:35 +0200)] 
dnsdist: Add `quiet` parameter to NetmaskGroupRule

4 years agodnsdist: Add tests for short reads and writes over TCP and DoT
Remi Gacogne [Wed, 26 Jun 2019 14:25:21 +0000 (16:25 +0200)] 
dnsdist: Add tests for short reads and writes over TCP and DoT

4 years agoComment on cmsgbuf_aligned in the proper place.
Otto Moerbeek [Wed, 26 Jun 2019 09:14:25 +0000 (11:14 +0200)] 
Comment on cmsgbuf_aligned in the proper place.

4 years agoExact string returned is lib dependent. So only check prefix. 7947/head
Otto Moerbeek [Wed, 26 Jun 2019 08:44:39 +0000 (10:44 +0200)] 
Exact string returned is lib dependent. So only check prefix.

4 years agoMerge branch 'msgbuf-align' of github.com:omoerbeek/pdns into msgbuf-align
Otto Moerbeek [Wed, 26 Jun 2019 08:04:22 +0000 (10:04 +0200)] 
Merge branch 'msgbuf-align' of github.com:omoerbeek/pdns into msgbuf-align

4 years agoFixerror: flexible array member 'cmsghdr::__cmsg_data' not at end of 'struct MMReceiver'
Otto Moerbeek [Wed, 26 Jun 2019 08:03:07 +0000 (10:03 +0200)] 
Fixerror: flexible array member 'cmsghdr::__cmsg_data' not at end of 'struct MMReceiver'

4 years agotypo
Otto Moerbeek [Tue, 25 Jun 2019 14:04:43 +0000 (16:04 +0200)] 
typo

4 years agodoc: add a depreation warning to the SOA autocomplete settings 7918/head
Kees Monshouwer [Tue, 25 Jun 2019 14:02:42 +0000 (16:02 +0200)] 
doc: add a depreation warning to the SOA autocomplete settings

4 years agoSuffixMatchNode:add: Accept more types 7985/head
Pieter Lexis [Tue, 25 Jun 2019 13:36:31 +0000 (15:36 +0200)] 
SuffixMatchNode:add: Accept more types

The SuffixMatchNode now also accepts a table of DNSNames, a table of
string, and singular strings.

4 years agoAlign cmsg aux data, as recommended by OpenBSD manpage.
Otto Moerbeek [Tue, 25 Jun 2019 12:27:00 +0000 (14:27 +0200)] 
Align cmsg aux data, as recommended by OpenBSD manpage.

4 years agoMerge pull request #7550 from Habbie/auth-web-bodysize
Peter van Dijk [Tue, 25 Jun 2019 10:34:08 +0000 (12:34 +0200)] 
Merge pull request #7550 from Habbie/auth-web-bodysize

auth web: make max request/response body size configurable

4 years agoMerge pull request #7910 from mind04/disable-packetcache
Peter van Dijk [Tue, 25 Jun 2019 10:02:10 +0000 (12:02 +0200)] 
Merge pull request #7910 from mind04/disable-packetcache

auth: completely disable the packet when cache-ttl=0

4 years agoMerge pull request #7976 from mnordhoff/set-publish-cds-2-rebase
Peter van Dijk [Tue, 25 Jun 2019 09:39:35 +0000 (11:39 +0200)] 
Merge pull request #7976 from mnordhoff/set-publish-cds-2-rebase

Make pdnsutil set-publish-cds default to SHA-256 only

4 years agoMerge pull request #7966 from omoerbeek/rec-4.2.0-rc2-changelog
Otto Moerbeek [Tue, 25 Jun 2019 09:33:48 +0000 (11:33 +0200)] 
Merge pull request #7966 from omoerbeek/rec-4.2.0-rc2-changelog

Changelog and secpoll for upcoming rec-4.2.0-rc2 release.

4 years agodnsdist: Fix handling of backend connection failing over TCP 7979/head
Remi Gacogne [Tue, 25 Jun 2019 08:42:59 +0000 (10:42 +0200)] 
dnsdist: Fix handling of backend connection failing over TCP

- The creation of the Socket object can throw if we run out of file
descriptors ;
- Catch exceptions thrown from setupTCPDownstream() earlier, we don't
care why it failed later, only that it did.

4 years agoMerge branch 'master' into set-publish-cds-2-rebase 7976/head
Matt Nordhoff [Mon, 24 Jun 2019 18:45:28 +0000 (18:45 +0000)] 
Merge branch 'master' into set-publish-cds-2-rebase

4 years agoMerge pull request #7911 from rgacogne/dnsdist-doh-server-header
Remi Gacogne [Mon, 24 Jun 2019 14:12:28 +0000 (16:12 +0200)] 
Merge pull request #7911 from rgacogne/dnsdist-doh-server-header

dnsdist: Properly override the HTTP Server header for DoH

4 years agosecpoll: set to unknown when OK before throwing
Pieter Lexis [Mon, 24 Jun 2019 14:06:24 +0000 (16:06 +0200)] 
secpoll: set to unknown when OK before throwing

4 years agoAdd a few secpoll unit tests.
Otto Moerbeek [Mon, 24 Jun 2019 13:32:59 +0000 (15:32 +0200)] 
Add a few secpoll unit tests.

4 years agodnsdist: Improve error messages for DoT issues 7978/head
Remi Gacogne [Mon, 24 Jun 2019 13:45:37 +0000 (15:45 +0200)] 
dnsdist: Improve error messages for DoT issues

4 years agoMerge pull request #7977 from pieterlexis/centos7-lmdb-backend
Peter van Dijk [Mon, 24 Jun 2019 12:48:35 +0000 (14:48 +0200)] 
Merge pull request #7977 from pieterlexis/centos7-lmdb-backend

Add LMDB backend to centos-7

4 years agodnsdist: Add checks for invalid position / buffer size on try*
Remi Gacogne [Mon, 24 Jun 2019 12:31:01 +0000 (14:31 +0200)] 
dnsdist: Add checks for invalid position / buffer size on try*

4 years agoMerge pull request #7962 from pieterlexis/auth-add-edited-serial-to-Zone
Peter van Dijk [Mon, 24 Jun 2019 12:23:06 +0000 (14:23 +0200)] 
Merge pull request #7962 from pieterlexis/auth-add-edited-serial-to-Zone

auth: add edited_serial to Zone object

4 years agoAdd LMDB backend to centos-7 7977/head
Pieter Lexis [Mon, 24 Jun 2019 12:16:33 +0000 (14:16 +0200)] 
Add LMDB backend to centos-7

4 years agoMerge pull request #7890 from pieterlexis/auth-new-features
Peter van Dijk [Mon, 24 Jun 2019 11:57:37 +0000 (13:57 +0200)] 
Merge pull request #7890 from pieterlexis/auth-new-features

Show newer features in configure output and --version

4 years agoauth+rec secpoll: Combine secpoll result parsing code
Pieter Lexis [Mon, 24 Jun 2019 11:42:14 +0000 (13:42 +0200)] 
auth+rec secpoll: Combine secpoll result parsing code

4 years agoMerge pull request #7943 from ahupowerdns/non-slave-better-error
bert hubert [Mon, 24 Jun 2019 09:58:37 +0000 (11:58 +0200)] 
Merge pull request #7943 from ahupowerdns/non-slave-better-error

Improve error when notification comes in for non-slave zone

4 years agoMake pdnsutil set-publish-cds default to SHA-256 only
Matt Nordhoff [Tue, 19 Mar 2019 17:57:18 +0000 (17:57 +0000)] 
Make pdnsutil set-publish-cds default to SHA-256 only

4 years agomove settings doc from rec to auth 7550/head
Peter van Dijk [Mon, 24 Jun 2019 09:06:22 +0000 (11:06 +0200)] 
move settings doc from rec to auth

4 years agoMerge pull request #7889 from pieterlexis/auth-pkg-chown-var-lib
Peter van Dijk [Mon, 24 Jun 2019 08:46:12 +0000 (10:46 +0200)] 
Merge pull request #7889 from pieterlexis/auth-pkg-chown-var-lib

auth: move /var/lib/pdns to pdns-server debian package

4 years agodnsdist: Fix short IOs over TCP
Remi Gacogne [Mon, 24 Jun 2019 08:13:53 +0000 (10:13 +0200)] 
dnsdist: Fix short IOs over TCP

4 years agoAnd a missing change::
Otto Moerbeek [Mon, 24 Jun 2019 07:59:46 +0000 (09:59 +0200)] 
And a missing change::

4 years agoMerge pull request #7972 from hlindqvist/dnsdist-minor-doc-fixes
Remi Gacogne [Mon, 24 Jun 2019 07:33:15 +0000 (09:33 +0200)] 
Merge pull request #7972 from hlindqvist/dnsdist-minor-doc-fixes

Minor fixes to dnsdist docs

4 years agoFix missing .. changelog:: line
Otto Moerbeek [Mon, 24 Jun 2019 06:05:44 +0000 (08:05 +0200)] 
Fix missing .. changelog:: line

4 years agoMinor fixes to dnsdist docs 7972/head
Håkan Lindqvist [Thu, 20 Jun 2019 20:57:45 +0000 (22:57 +0200)] 
Minor fixes to dnsdist docs

DNSQType was introduced in 1.4.0, not 1.3.0
Typo in AXFR example (DNSQTypeIXFR)

4 years agoMerge pull request #7967 from fwSmit/changes
Otto Moerbeek [Fri, 21 Jun 2019 11:05:01 +0000 (13:05 +0200)] 
Merge pull request #7967 from fwSmit/changes

Silence unused lambda warning (retry)

4 years agoMerge pull request #5758 from pieterlexis/trustanchor.server
Otto Moerbeek [Fri, 21 Jun 2019 10:20:12 +0000 (12:20 +0200)] 
Merge pull request #5758 from pieterlexis/trustanchor.server

rec: support trustanchor.server CH TXT queries

4 years agoMerge pull request #7968 from aerique/docs-21jun2019
aerique [Fri, 21 Jun 2019 09:35:49 +0000 (11:35 +0200)] 
Merge pull request #7968 from aerique/docs-21jun2019

Changelog, docs and secpoll for 21st June CVE release.

4 years agoremoved unused variables 7967/head
fwsmit [Fri, 21 Jun 2019 09:16:24 +0000 (11:16 +0200)] 
removed unused variables

4 years agoFix config template and remove old root trust anchor 5758/head
Otto Moerbeek [Fri, 21 Jun 2019 08:47:09 +0000 (10:47 +0200)] 
Fix config template and remove old root trust anchor

4 years agodocs+secpoll for 21st June CVE release 7968/head
Peter van Dijk [Thu, 20 Jun 2019 10:39:16 +0000 (12:39 +0200)] 
docs+secpoll for 21st June CVE release

4 years agoauth: add edited_serial to Zone object 7962/head
Pieter Lexis [Thu, 20 Jun 2019 12:04:23 +0000 (14:04 +0200)] 
auth: add edited_serial to Zone object

This gives API consumers the ability to see the edited SOA serial. The
API code used the same functions as the DNSSECKeeper, so this serial
will match the one send to clients in response to queries.

Closes #7961

4 years agoProper default value for allow-trust-anchor-query
Otto Moerbeek [Wed, 19 Jun 2019 14:27:54 +0000 (16:27 +0200)] 
Proper default value for allow-trust-anchor-query

4 years agoFix default value and versionadded for allow-trust-anchor-query
Otto Moerbeek [Wed, 19 Jun 2019 14:24:45 +0000 (16:24 +0200)] 
Fix default value and versionadded for allow-trust-anchor-query

4 years agoMerge pull request #7879 from pieterlexis/rec-start-as-nonroot
Otto Moerbeek [Wed, 19 Jun 2019 14:07:06 +0000 (16:07 +0200)] 
Merge pull request #7879 from pieterlexis/rec-start-as-nonroot

Recursor: don't start as root in systemd

4 years agoMerge pull request #7945 from pieterlexis/syncres-CNAME-cache-cleanup
Otto Moerbeek [Wed, 19 Jun 2019 14:05:43 +0000 (16:05 +0200)] 
Merge pull request #7945 from pieterlexis/syncres-CNAME-cache-cleanup

rec: Clean ups in the SyncRes::doCNAMECacheLookup code

4 years agoMerge pull request #7952 from pieterlexis/dnsdist-unused-warning
Remi Gacogne [Wed, 19 Jun 2019 13:57:45 +0000 (15:57 +0200)] 
Merge pull request #7952 from pieterlexis/dnsdist-unused-warning

dnsdist: squelch unused function warning

4 years agoutility: Remove makeUidNumeric and makeGidNumeric 7879/head
Pieter Lexis [Wed, 19 Jun 2019 13:35:28 +0000 (15:35 +0200)] 
utility: Remove makeUidNumeric and makeGidNumeric

4 years agodnsdist: squelch unused function warning 7952/head
Pieter Lexis [Wed, 19 Jun 2019 12:09:14 +0000 (14:09 +0200)] 
dnsdist: squelch unused function warning

Only compile the loadTLSCertificateAndKeys fucntion when DoT and/or DoH
are enabled.

4 years agoauth secpoll: Set state to unknown when needed
Pieter Lexis [Tue, 18 Jun 2019 15:44:20 +0000 (17:44 +0200)] 
auth secpoll: Set state to unknown when needed

4 years agoauth+rec secpoll: Use early return
Pieter Lexis [Tue, 18 Jun 2019 15:39:48 +0000 (17:39 +0200)] 
auth+rec secpoll: Use early return

instead of nested if's

4 years agosecpoll: Fix log messages for non-releases
Pieter Lexis [Tue, 18 Jun 2019 15:23:13 +0000 (17:23 +0200)] 
secpoll: Fix log messages for non-releases

Fixes #7895

4 years agoFix a few markup issues in our documentation 7946/head
Remi Gacogne [Tue, 18 Jun 2019 15:01:37 +0000 (17:01 +0200)] 
Fix a few markup issues in our documentation

4 years agodoCNAMECacheCheck: Rename iterator variable 7945/head
Pieter Lexis [Tue, 18 Jun 2019 13:00:40 +0000 (15:00 +0200)] 
doCNAMECacheCheck: Rename iterator variable

Renames `j` to `record` for clarity and dereferences it.

4 years agodoCNAMECacheCheck: Remove one level of indent
Pieter Lexis [Tue, 18 Jun 2019 12:55:22 +0000 (14:55 +0200)] 
doCNAMECacheCheck: Remove one level of indent

Done by returning early when no records were found.

4 years agorec: Log only once for DNAME cache lookups
Pieter Lexis [Tue, 18 Jun 2019 12:49:51 +0000 (14:49 +0200)] 
rec: Log only once for DNAME cache lookups

4 years agoMerge pull request #7811 from Habbie/circleci-dnsdist
Peter van Dijk [Tue, 18 Jun 2019 12:13:21 +0000 (14:13 +0200)] 
Merge pull request #7811 from Habbie/circleci-dnsdist

dnsdist: test on circleci; support py3 in tests

4 years agoMerge pull request #7923 from Habbie/auth-4.1.9-changelog
Peter van Dijk [Tue, 18 Jun 2019 11:13:33 +0000 (13:13 +0200)] 
Merge pull request #7923 from Habbie/auth-4.1.9-changelog

auth 4.1.9: changelog; secpoll; superslave setting revisionist history

4 years agoset UBSAN_OPTIONS 7811/head
Peter van Dijk [Tue, 18 Jun 2019 09:37:00 +0000 (11:37 +0200)] 
set UBSAN_OPTIONS

4 years agoMerge pull request #7757 from omoerbeek/rec-qname-min
Otto Moerbeek [Tue, 18 Jun 2019 09:34:28 +0000 (11:34 +0200)] 
Merge pull request #7757 from omoerbeek/rec-qname-min

Rec experimental qname minimization

4 years agoComments from pieterlexis: comment args, restructure "no ancestor found" case, zap... 7757/head
Otto Moerbeek [Tue, 18 Jun 2019 09:22:25 +0000 (11:22 +0200)] 
Comments from pieterlexis: comment args, restructure "no ancestor found" case, zap newlines in trace.

4 years agoResolve merge errors.
Otto Moerbeek [Tue, 18 Jun 2019 08:30:12 +0000 (10:30 +0200)] 
Resolve merge errors.

4 years agoProper annotation for RFC link in docs.
Otto Moerbeek [Tue, 18 Jun 2019 08:23:43 +0000 (10:23 +0200)] 
Proper annotation for RFC link in docs.

4 years agoMerge pull request #7871 from omoerbeek/calidns-openbsd
Otto Moerbeek [Tue, 18 Jun 2019 08:21:19 +0000 (10:21 +0200)] 
Merge pull request #7871 from omoerbeek/calidns-openbsd

Adapt calidns for openbsd and other systems without rcvmmsg(2)

4 years agoQname minimizaton.
Otto Moerbeek [Tue, 16 Apr 2019 13:25:46 +0000 (15:25 +0200)] 
Qname minimizaton.

4 years agoMerge pull request #7944 from pieterlexis/coverity-2019-03
Peter van Dijk [Tue, 18 Jun 2019 08:10:52 +0000 (10:10 +0200)] 
Merge pull request #7944 from pieterlexis/coverity-2019-03

coverity: Fix paths from extracted tarball

4 years agoMerge pull request #7942 from rgacogne/mplexer-unit-tests-debug
Peter van Dijk [Tue, 18 Jun 2019 07:52:39 +0000 (09:52 +0200)] 
Merge pull request #7942 from rgacogne/mplexer-unit-tests-debug

Add debug informations to the MPlexer unit tests, tracking a failure

4 years agocoverity: Fix paths from extracted tarball 7944/head
Pieter Lexis [Tue, 18 Jun 2019 07:48:23 +0000 (09:48 +0200)] 
coverity: Fix paths from extracted tarball

It seems that in the 2019-03 version of the coverity tools, the number
of leading dirs in the tarball changed.

4 years agoclarify code with a comment 7943/head
bert hubert [Mon, 17 Jun 2019 20:26:29 +0000 (22:26 +0200)] 
clarify code with a comment

4 years agoMerge pull request #7934 from rgacogne/dnsdist-fix-dup-metrics
Remi Gacogne [Mon, 17 Jun 2019 15:41:42 +0000 (17:41 +0200)] 
Merge pull request #7934 from rgacogne/dnsdist-fix-dup-metrics

dnsdist: Deduplicate frontends entries with carbon and prometheus

4 years agoSave errno before printing in case printing fails and clobbers it 7942/head
Remi Gacogne [Mon, 17 Jun 2019 15:34:56 +0000 (17:34 +0200)] 
Save errno before printing in case printing fails and clobbers it

4 years agoMerge pull request #7928 from rgacogne/rec-validate-timeoff
Remi Gacogne [Mon, 17 Jun 2019 13:48:30 +0000 (15:48 +0200)] 
Merge pull request #7928 from rgacogne/rec-validate-timeoff

rec: Better detection of Bogus zone cuts for DNSSEC validation

4 years agodnsdist: Make the frontend code dedup clearer 7934/head
Remi Gacogne [Mon, 17 Jun 2019 13:46:57 +0000 (15:46 +0200)] 
dnsdist: Make the frontend code dedup clearer

4 years agoImprove error when notification comes in for non-slave zone
bert hubert [Mon, 17 Jun 2019 12:57:58 +0000 (14:57 +0200)] 
Improve error when notification comes in for non-slave zone

4 years agoAdd debug informations to the MPlexer unit tests, tracking a failure
Remi Gacogne [Mon, 17 Jun 2019 12:27:32 +0000 (14:27 +0200)] 
Add debug informations to the MPlexer unit tests, tracking a failure

4 years agoMerge remote-tracking branch 'origin/master' into trustanchor.server
Pieter Lexis [Mon, 17 Jun 2019 09:55:00 +0000 (11:55 +0200)] 
Merge remote-tracking branch 'origin/master' into trustanchor.server

4 years agorec: Add comments to clarify the no DS case when detecting zone cuts 7928/head
Remi Gacogne [Mon, 17 Jun 2019 08:40:57 +0000 (10:40 +0200)] 
rec: Add comments to clarify the no DS case when detecting zone cuts

4 years agoMerge pull request #7940 from omoerbeek/include-branch-in-cherry-pick-name
Otto Moerbeek [Mon, 17 Jun 2019 08:23:54 +0000 (10:23 +0200)] 
Merge pull request #7940 from omoerbeek/include-branch-in-cherry-pick-name

Append the basename of the target branch to the name of the created branch

4 years agoMerge pull request #7886 from rgacogne/smt-fixes
Remi Gacogne [Mon, 17 Jun 2019 08:19:48 +0000 (10:19 +0200)] 
Merge pull request #7886 from rgacogne/smt-fixes

 SuffixMatchTree: Fix root removal, partial match of non-leaf nodes

4 years agoAppend the basename of the target branch to the name of the created branch. 7940/head
Otto Moerbeek [Mon, 17 Jun 2019 08:17:32 +0000 (10:17 +0200)] 
Append the basename of the target branch to the name of the created branch.

Typical name will be: backport-7905-to-rec-4.2.x

4 years agoMerge pull request #7935 from appliedprivacy/patch-1
Remi Gacogne [Mon, 17 Jun 2019 08:16:31 +0000 (10:16 +0200)] 
Merge pull request #7935 from appliedprivacy/patch-1

dnsdist doc: add newline to fix bullet points

4 years agoMerge pull request #7936 from appliedprivacy/patch-2
Remi Gacogne [Mon, 17 Jun 2019 08:16:06 +0000 (10:16 +0200)] 
Merge pull request #7936 from appliedprivacy/patch-2

dnsdist doc typo fix