]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
5 years agoMerge pull request #7093 from pieterlexis/el6-post-inst-issue
Pieter Lexis [Wed, 24 Oct 2018 12:06:55 +0000 (14:06 +0200)] 
Merge pull request #7093 from pieterlexis/el6-post-inst-issue

Fix el6 post install issue with auth

5 years agoMerge pull request #7083 from Privex/patch-privex-docs1
Pieter Lexis [Wed, 24 Oct 2018 07:51:07 +0000 (09:51 +0200)] 
Merge pull request #7083 from Privex/patch-privex-docs1

Documentation for Reverse DNS functions, using Lua with generic SQL, plus README improvements

5 years agoMerge pull request #7092 from rgacogne/dnsdist-tribool-fix
Remi Gacogne [Tue, 23 Oct 2018 16:46:23 +0000 (18:46 +0200)] 
Merge pull request #7092 from rgacogne/dnsdist-tribool-fix

dnsdist: Fix return-type detection with boost 1.69's tribool

5 years agoMerge pull request #7095 from rgacogne/dnsdist-api-tests-acl-order
Remi Gacogne [Tue, 23 Oct 2018 15:17:00 +0000 (17:17 +0200)] 
Merge pull request #7095 from rgacogne/dnsdist-api-tests-acl-order

dnsdist: Nodes in NMG are now ordered, fix the API regression tests

5 years agoMerge pull request #7069 from rgacogne/openssl-signer-smart
Remi Gacogne [Tue, 23 Oct 2018 14:21:19 +0000 (16:21 +0200)] 
Merge pull request #7069 from rgacogne/openssl-signer-smart

Use unique pointers in the OpenSSL signer

5 years agodnsdist: Nodes in NMG are now ordered, fix the API regression tests 7095/head
Remi Gacogne [Tue, 23 Oct 2018 11:49:15 +0000 (13:49 +0200)] 
dnsdist: Nodes in NMG are now ordered, fix the API regression tests

5 years agoMerge pull request #7085 from pieterlexis/debian-pkg-fixes
Pieter Lexis [Tue, 23 Oct 2018 08:33:54 +0000 (10:33 +0200)] 
Merge pull request #7085 from pieterlexis/debian-pkg-fixes

Several Debian pkg fixes

5 years agoFix el6 post install issue with auth 7093/head
Pieter Lexis [Tue, 23 Oct 2018 08:19:19 +0000 (10:19 +0200)] 
Fix el6 post install issue with auth

5 years agodnsdist: Fix return-type detection with boost 1.69's tribool 7092/head
Remi Gacogne [Tue, 23 Oct 2018 07:57:12 +0000 (09:57 +0200)] 
dnsdist: Fix return-type detection with boost 1.69's tribool

5 years agoMerge pull request #7089 from pieterlexis/dnsdist-stats-add-help
Remi Gacogne [Tue, 23 Oct 2018 07:37:52 +0000 (09:37 +0200)] 
Merge pull request #7089 from pieterlexis/dnsdist-stats-add-help

dnsdist: Add HELP and TYPE for dnsdist_server_ stats

5 years agodnsdist: Add HELP and TYPE for dnsdist_server_ stats 7089/head
Pieter Lexis [Mon, 22 Oct 2018 14:54:54 +0000 (16:54 +0200)] 
dnsdist: Add HELP and TYPE for dnsdist_server_ stats

5 years agore-add licence files to dnsdist and rec tarball 7085/head
Pieter Lexis [Thu, 18 Oct 2018 15:04:15 +0000 (17:04 +0200)] 
re-add licence files to dnsdist and rec tarball

Fixes #7082

5 years agopkgs: remove ixfrdist.service from pdns-server package
Pieter Lexis [Thu, 18 Oct 2018 14:31:02 +0000 (16:31 +0200)] 
pkgs: remove ixfrdist.service from pdns-server package

5 years agoPackages needed for Ubuntu 18.04 + how to build sphinx docs 7083/head
Chris (Someguy123) [Fri, 19 Oct 2018 02:55:38 +0000 (03:55 +0100)] 
Packages needed for Ubuntu 18.04 + how to build sphinx docs

Other small clean ups, such as adding a link to the list of modules
and correcting the "compiling powerdns" link to point to the 4.1 docs

5 years agoAdded section on using Lua records with generic SQL
Chris (Someguy123) [Fri, 19 Oct 2018 01:37:36 +0000 (02:37 +0100)] 
Added section on using Lua records with generic SQL

5 years agoVarious small corrections for reverse DNS functions
Chris (Someguy123) [Fri, 19 Oct 2018 01:09:35 +0000 (02:09 +0100)] 
Various small corrections for reverse DNS functions

5 years agoCreate sections for reverse DNS functions
Someguy123 [Thu, 18 Oct 2018 23:15:52 +0000 (00:15 +0100)] 
Create sections for reverse DNS functions

Documentation + examples for:
 - createReverse
 - createForward
 - createReverse6
 - createForward6

Plus minor changes for  'closest' to 'pickclosest'

5 years agoSelector is 'pickclosest' not 'closest'
Someguy123 [Thu, 18 Oct 2018 19:52:05 +0000 (20:52 +0100)] 
Selector is 'pickclosest' not 'closest'

5 years agoMerge pull request #7072 from r-bk/fix_lua_recursor4_exception_handling
Remi Gacogne [Wed, 17 Oct 2018 13:31:07 +0000 (15:31 +0200)] 
Merge pull request #7072 from r-bk/fix_lua_recursor4_exception_handling

pdns-recursor: properly handle exceptions thrown from lua-recursor4

5 years agoMerge pull request #7068 from phonedph1/edns
Remi Gacogne [Wed, 17 Oct 2018 09:23:31 +0000 (11:23 +0200)] 
Merge pull request #7068 from phonedph1/edns

rec: dump edns harder

5 years agoMerge pull request #6986 from rgacogne/dnsdist-warning-dynblocks
Remi Gacogne [Wed, 17 Oct 2018 09:20:18 +0000 (11:20 +0200)] 
Merge pull request #6986 from rgacogne/dnsdist-warning-dynblocks

dnsdist: Add warning rates to dynBlockRulesGroup rules

5 years agopdns-recursor: properly handle exceptions thrown from lua-recursor4 7072/head
Rafael Buchbinder [Wed, 17 Oct 2018 06:48:28 +0000 (09:48 +0300)] 
pdns-recursor: properly handle exceptions thrown from lua-recursor4

directResolve function is used by lua-recursor4 in various callbacks. As
a result an exception thrown from this function is caught in generic
exception handlers at the end of startDoResolve (pdns_recursor).
Specifically, ImmediateServFailException is caught in the catch-all
exception handler, which obscures the origin of the error.

This commit adds handling of all exceptions inside directResolve and
converts them to error code (-1). This way, an exception in this
function is handled properly in startDoResolve and ServFail is sent
downstream.

To clarify, in case of exception the return DNSRecord vector is cleared
to make sure that old behavior is preserved, when in case of exception
the vector was not referenced in any way.

5 years agoMerge pull request #7070 from r-bk/fix_memory_leak_in_catch_all_block
Remi Gacogne [Wed, 17 Oct 2018 08:04:29 +0000 (10:04 +0200)] 
Merge pull request #7070 from r-bk/fix_memory_leak_in_catch_all_block

pdns-recursor: avoid a memory leak in catch-all exception handler

5 years agodnsdist: Clarify that DynBlock's warning rates can't be used alone 6986/head
Remi Gacogne [Tue, 16 Oct 2018 14:23:19 +0000 (16:23 +0200)] 
dnsdist: Clarify that DynBlock's warning rates can't be used alone

5 years agoMerge pull request #7062 from rgacogne/dnsdist-tls-stored-sessions
Remi Gacogne [Tue, 16 Oct 2018 13:22:42 +0000 (15:22 +0200)] 
Merge pull request #7062 from rgacogne/dnsdist-tls-stored-sessions

dnsdist: Add a setting to control the number of stored sessions

5 years agopdns-recursor: avoid a memory leak in catch-all exception handler 7070/head
Rafael Buchbinder [Tue, 16 Oct 2018 12:39:20 +0000 (15:39 +0300)] 
pdns-recursor: avoid a memory leak in catch-all exception handler

This commit prevents a leak of DNSComboWriter in the catch-all exception
handler.

5 years agoUse unique pointers in the OpenSSL signer 7069/head
Remi Gacogne [Mon, 15 Oct 2018 15:22:30 +0000 (17:22 +0200)] 
Use unique pointers in the OpenSSL signer

5 years agoDo the edns dumping harder. 7068/head
phonedph1 [Tue, 16 Oct 2018 02:07:50 +0000 (02:07 +0000)] 
Do the edns dumping harder.

5 years agodnsdist: Check 'numberOfStoredSessions' >= 0, dismiss otherwise 7062/head
Remi Gacogne [Mon, 15 Oct 2018 15:43:50 +0000 (17:43 +0200)] 
dnsdist: Check 'numberOfStoredSessions' >= 0, dismiss otherwise

5 years agodnsdist: Add a setting to control the number of stored sessions
Remi Gacogne [Fri, 12 Oct 2018 15:21:06 +0000 (17:21 +0200)] 
dnsdist: Add a setting to control the number of stored sessions

5 years agoMerge pull request #7064 from rgacogne/dnsdist-tls-accept-leak-smart
Remi Gacogne [Mon, 15 Oct 2018 15:24:44 +0000 (17:24 +0200)] 
Merge pull request #7064 from rgacogne/dnsdist-tls-accept-leak-smart

 dnsdist: Wrap GnuTLS and OpenSSL pointers in smart pointers

5 years agodnsdist: Wrap GnuTLS and OpenSSL pointers in smart pointers 7064/head
Remi Gacogne [Fri, 12 Oct 2018 16:14:15 +0000 (18:14 +0200)] 
dnsdist: Wrap GnuTLS and OpenSSL pointers in smart pointers

5 years agoMerge pull request #7060 from rgacogne/dnsdist-tls-accept-leak
Remi Gacogne [Mon, 15 Oct 2018 13:29:13 +0000 (15:29 +0200)] 
Merge pull request #7060 from rgacogne/dnsdist-tls-accept-leak

dnsdist: Release memory on DNS over TLS handshake failure

5 years agoMerge pull request #7054 from mind04/doc-warnings2
Remi Gacogne [Mon, 15 Oct 2018 09:27:10 +0000 (11:27 +0200)] 
Merge pull request #7054 from mind04/doc-warnings2

auth: fix all warnings in the docs

5 years agoMerge pull request #7057 from mind04/sd-scopemask
Remi Gacogne [Mon, 15 Oct 2018 09:26:22 +0000 (11:26 +0200)] 
Merge pull request #7057 from mind04/sd-scopemask

auth: scopeMask in the SOAData structure is unused after #5512

5 years agodnsdist: Remove potential double-free in GnuTLS session tickets error handling 7060/head
Remi Gacogne [Sat, 13 Oct 2018 08:44:40 +0000 (10:44 +0200)] 
dnsdist: Remove potential double-free in GnuTLS session tickets error handling

5 years agodnsdist: Also catch exceptions not derived from std::exception
Remi Gacogne [Fri, 12 Oct 2018 17:16:43 +0000 (19:16 +0200)] 
dnsdist: Also catch exceptions not derived from std::exception

5 years agodnsdist: Release memory on DNS over TLS handshake failure
Remi Gacogne [Fri, 12 Oct 2018 14:15:32 +0000 (16:15 +0200)] 
dnsdist: Release memory on DNS over TLS handshake failure

5 years agoMerge pull request #7055 from phonedph1/rpz-log
Remi Gacogne [Fri, 12 Oct 2018 06:44:57 +0000 (08:44 +0200)] 
Merge pull request #7055 from phonedph1/rpz-log

rec: RPZ - Include zone name in loading and indexed message

5 years agoprovide some context as to which zone 7055/head
phonedph1 [Thu, 11 Oct 2018 16:46:02 +0000 (16:46 +0000)] 
provide some context as to which zone

5 years agoMerge pull request #7053 from mind04/doc-warnings
Remi Gacogne [Thu, 11 Oct 2018 07:04:17 +0000 (09:04 +0200)] 
Merge pull request #7053 from mind04/doc-warnings

rec: fix all warnings in the docs

5 years agoauth: scopeMask in the SOAData structure is unused after #5512 7057/head
Kees Monshouwer [Mon, 17 Jul 2017 21:56:47 +0000 (23:56 +0200)] 
auth: scopeMask in the SOAData structure is unused after #5512

5 years agoauth: fix a warining in the docs 7054/head
Kees Monshouwer [Wed, 10 Oct 2018 21:40:00 +0000 (23:40 +0200)] 
auth: fix a warining in the docs

5 years agoauth: remove duplicate dns update section from the backend-writers-guide
Kees Monshouwer [Wed, 10 Oct 2018 21:39:08 +0000 (23:39 +0200)] 
auth: remove duplicate dns update section from the backend-writers-guide

5 years agorec: fix some warnings in the docs 7053/head
Kees Monshouwer [Wed, 10 Oct 2018 21:08:41 +0000 (23:08 +0200)] 
rec: fix some warnings in the docs

5 years agoMerge pull request #7050 from mind04/el6-boost
Remi Gacogne [Wed, 10 Oct 2018 16:20:35 +0000 (18:20 +0200)] 
Merge pull request #7050 from mind04/el6-boost

auth: fix el6 build with default boost

5 years agoMerge pull request #7025 from Habbie/remove-api-logfile
Pieter Lexis [Wed, 10 Oct 2018 12:04:00 +0000 (14:04 +0200)] 
Merge pull request #7025 from Habbie/remove-api-logfile

remove api-logfile flag and grep API endpoint

5 years agoMerge pull request #7046 from ahupowerdns/dynupdate-log-improv
Pieter Lexis [Wed, 10 Oct 2018 12:03:36 +0000 (14:03 +0200)] 
Merge pull request #7046 from ahupowerdns/dynupdate-log-improv

slightly improve rfc2136 error message on failed prerequisite: what name

5 years agoMerge pull request #7040 from Habbie/builder-el6
Pieter Lexis [Wed, 10 Oct 2018 12:03:23 +0000 (14:03 +0200)] 
Merge pull request #7040 from Habbie/builder-el6

make auth builder work on el6

5 years agoMerge pull request #7028 from jsoref/travis-dangling-symlinks
Pieter Lexis [Wed, 10 Oct 2018 12:03:00 +0000 (14:03 +0200)] 
Merge pull request #7028 from jsoref/travis-dangling-symlinks

Travis dangling symlinks

5 years agoauth: fix el6 build, histograms are too sophisticated for boost 1.41 7050/head
Kees Monshouwer [Wed, 10 Oct 2018 09:39:35 +0000 (11:39 +0200)] 
auth: fix el6 build, histograms are too sophisticated for boost 1.41

5 years agopackage tools now supported due to boost upgrade 7040/head
Peter van Dijk [Tue, 9 Oct 2018 19:24:47 +0000 (21:24 +0200)] 
package tools now supported due to boost upgrade

5 years agoswitch to devtoolset-7
Peter van Dijk [Tue, 9 Oct 2018 15:54:18 +0000 (17:54 +0200)] 
switch to devtoolset-7

5 years agoslightly improve rfc2136 error message on failed prerequisite: what name 7046/head
bert hubert [Tue, 9 Oct 2018 14:53:33 +0000 (16:53 +0200)] 
slightly improve rfc2136 error message on failed prerequisite: what name

5 years agoMerge pull request #7042 from ahupowerdns/multi-rpz-doc
Remi Gacogne [Tue, 9 Oct 2018 12:28:38 +0000 (14:28 +0200)] 
Merge pull request #7042 from ahupowerdns/multi-rpz-doc

document how multiple RPZs are consulted

5 years agoMerge pull request #7044 from rgacogne/rec-test-syncres-conflict-fix
Remi Gacogne [Tue, 9 Oct 2018 10:18:41 +0000 (12:18 +0200)] 
Merge pull request #7044 from rgacogne/rec-test-syncres-conflict-fix

rec: Fix a compilation issue in the SyncRes unit tests

5 years agorec: Fix a compilation issue in the SyncRes unit tests 7044/head
Remi Gacogne [Tue, 9 Oct 2018 08:48:51 +0000 (10:48 +0200)] 
rec: Fix a compilation issue in the SyncRes unit tests

Introduced by a conflict between #6708 and #6979.

5 years agoleave the default boost for el7
Peter van Dijk [Mon, 8 Oct 2018 18:54:05 +0000 (20:54 +0200)] 
leave the default boost for el7

5 years agodocument how multiple RPZs are consulted 7042/head
bert hubert [Mon, 8 Oct 2018 15:33:54 +0000 (17:33 +0200)] 
document how multiple RPZs are consulted

5 years agoremove -std=gnu++0x
Peter van Dijk [Mon, 8 Oct 2018 14:35:00 +0000 (16:35 +0200)] 
remove -std=gnu++0x

5 years agomake auth builder work on el6
Peter van Dijk [Mon, 8 Oct 2018 14:17:33 +0000 (16:17 +0200)] 
make auth builder work on el6

5 years agoMerge pull request #6979 from rgacogne/rec-cname-authority
Remi Gacogne [Mon, 8 Oct 2018 12:16:56 +0000 (14:16 +0200)] 
Merge pull request #6979 from rgacogne/rec-cname-authority

rec: Authority records in AA=1 CNAME answer are authoritative

5 years agoMerge pull request #6962 from rgacogne/nmt-faster-removal
Pieter Lexis [Mon, 8 Oct 2018 08:35:02 +0000 (10:35 +0200)] 
Merge pull request #6962 from rgacogne/nmt-faster-removal

Store NetmaskTree nodes in a set for faster removal

5 years agoMerge pull request #7034 from pieterlexis/doc-fix
Pieter Lexis [Fri, 5 Oct 2018 18:28:37 +0000 (20:28 +0200)] 
Merge pull request #7034 from pieterlexis/doc-fix

Fix several sphinx warnings in the dnsdist docs.

5 years agoMerge pull request #7032 from pieterlexis/rm-delaypipe-from-auth
Pieter Lexis [Fri, 5 Oct 2018 18:28:24 +0000 (20:28 +0200)] 
Merge pull request #7032 from pieterlexis/rm-delaypipe-from-auth

Move delaypipe tests from auth to dnsdist

5 years agoMerge pull request #6969 from ahupowerdns/loglog2018
Pieter Lexis [Fri, 5 Oct 2018 16:01:10 +0000 (18:01 +0200)] 
Merge pull request #6969 from ahupowerdns/loglog2018

a clean re-do of an earlier PR to add the glorious log-log histograms

5 years agoMerge pull request #7015 from rgacogne/dnsdist-protobuf-serverid
Pieter Lexis [Fri, 5 Oct 2018 16:00:54 +0000 (18:00 +0200)] 
Merge pull request #7015 from rgacogne/dnsdist-protobuf-serverid

 dnsdist: Add support for exporting a server ID in protobuf

5 years agoMerge pull request #7027 from jsoref/readme-debian-9
Pieter Lexis [Fri, 5 Oct 2018 16:00:37 +0000 (18:00 +0200)] 
Merge pull request #7027 from jsoref/readme-debian-9

Update readme for debian 9

5 years agoMerge pull request #7030 from ahupowerdns/dnsdist-tcp-speedup
Pieter Lexis [Fri, 5 Oct 2018 16:00:15 +0000 (18:00 +0200)] 
Merge pull request #7030 from ahupowerdns/dnsdist-tcp-speedup

dnsdist did not set TCP_NODELAY, causing needless latency

5 years agoMerge pull request #7017 from ahupowerdns/txt-escape-127
Pieter Lexis [Fri, 5 Oct 2018 13:35:59 +0000 (15:35 +0200)] 
Merge pull request #7017 from ahupowerdns/txt-escape-127

Make sure we escape 127 in TXT records

5 years agoMerge pull request #7029 from pieterlexis/pdns-builder-version
Pieter Lexis [Fri, 5 Oct 2018 13:35:32 +0000 (15:35 +0200)] 
Merge pull request #7029 from pieterlexis/pdns-builder-version

pdnsbuilder: Make the version number even better

5 years agoFix several sphinx warnings 7034/head
Pieter Lexis [Fri, 5 Oct 2018 12:40:18 +0000 (14:40 +0200)] 
Fix several sphinx warnings

5 years agoEnable unit tests for dnsdist in EL builds 7032/head
Pieter Lexis [Fri, 5 Oct 2018 10:08:30 +0000 (12:08 +0200)] 
Enable unit tests for dnsdist in EL builds

5 years agoRemove delaypipe testing from auth
Pieter Lexis [Fri, 5 Oct 2018 09:26:44 +0000 (11:26 +0200)] 
Remove delaypipe testing from auth

Move it to dnsdist, this is the only place where it is used.

5 years agouse already available function in misc.cc instead of setsockopt 7030/head
bert hubert [Fri, 5 Oct 2018 11:49:48 +0000 (13:49 +0200)] 
use already available function in misc.cc instead of setsockopt

5 years agoMerge pull request #4598 from zilopbg/soa-fix
Peter van Dijk [Fri, 5 Oct 2018 11:16:59 +0000 (13:16 +0200)] 
Merge pull request #4598 from zilopbg/soa-fix

auth: Add support for "NONE" SOA-EDIT kind

5 years agodnsdist did not set TCP_NODELAY, causing needless latency
bert hubert [Fri, 5 Oct 2018 10:58:18 +0000 (12:58 +0200)] 
dnsdist did not set TCP_NODELAY, causing needless latency
Winfried and others noted that our TLS responses were super slow. This turned out to be caused by the Nagle
algorithm which we failed to disable. https://en.wikipedia.org/wiki/Nagle%27s_algorithm

5 years agofix up reallylate count problem as spotted by @ph1 6969/head
bert hubert [Fri, 5 Oct 2018 10:40:38 +0000 (12:40 +0200)] 
fix up reallylate count problem as spotted by @ph1

5 years agotravis: complain about dangling symlinks 7028/head
Josh Soref [Fri, 5 Oct 2018 03:42:59 +0000 (23:42 -0400)] 
travis: complain about dangling symlinks

5 years agoUpdate readme for debian 9 7027/head
Josh Soref [Fri, 5 Oct 2018 03:32:54 +0000 (23:32 -0400)] 
Update readme for debian 9

5 years agoremove a bit less 7025/head
Peter van Dijk [Thu, 4 Oct 2018 21:43:52 +0000 (23:43 +0200)] 
remove a bit less

5 years agoremove more
Peter van Dijk [Thu, 4 Oct 2018 21:09:56 +0000 (23:09 +0200)] 
remove more

5 years agonit
Peter van Dijk [Thu, 4 Oct 2018 16:57:11 +0000 (18:57 +0200)] 
nit

5 years agonit
Peter van Dijk [Thu, 4 Oct 2018 16:56:38 +0000 (18:56 +0200)] 
nit

5 years agoremove api-logfile flag and grep API endpoint
Peter van Dijk [Thu, 4 Oct 2018 16:52:46 +0000 (18:52 +0200)] 
remove api-logfile flag and grep API endpoint

5 years agoMerge pull request #7023 from ahupowerdns/dnsdist-metrics-docs
bert hubert [Thu, 4 Oct 2018 13:02:56 +0000 (15:02 +0200)] 
Merge pull request #7023 from ahupowerdns/dnsdist-metrics-docs

Clarify meaning of dnsdist statistics

5 years agoMerge branch 'master' into loglog2018
bert hubert [Thu, 4 Oct 2018 08:25:34 +0000 (10:25 +0200)] 
Merge branch 'master' into loglog2018

5 years agoClarify meaning of dnsdist statistics 7023/head
bert hubert [Thu, 4 Oct 2018 08:20:10 +0000 (10:20 +0200)] 
Clarify meaning of dnsdist statistics
The various statistics kept by dnsdist do add up to a coherent picture, this PR documents how.

5 years agoMerge pull request #6708 from rgacogne/rec-pb-types
Remi Gacogne [Thu, 4 Oct 2018 08:16:46 +0000 (10:16 +0200)] 
Merge pull request #6708 from rgacogne/rec-pb-types

rec: Support exporting more record types via protobuf

5 years agoMerge pull request #6997 from pieterlexis/thread-names
bert hubert [Thu, 4 Oct 2018 08:06:55 +0000 (10:06 +0200)] 
Merge pull request #6997 from pieterlexis/thread-names

Name threads in the programs

5 years agoMerge pull request #6727 from pieterlexis/alias-servfail-on-nxd
Pieter Lexis [Thu, 4 Oct 2018 05:56:50 +0000 (07:56 +0200)] 
Merge pull request #6727 from pieterlexis/alias-servfail-on-nxd

ALIAS: Respond SERVFAIL on non-NOERRORs from resolver

5 years agoMerge pull request #6910 from pieterlexis/openssl-eddsa
Pieter Lexis [Thu, 4 Oct 2018 05:56:07 +0000 (07:56 +0200)] 
Merge pull request #6910 from pieterlexis/openssl-eddsa

Add support for OpenSSL 1.1.1's ed25519 and ed448 for signing and verifying

5 years agoMerge pull request #7018 from ahupowerdns/dnsdist-response-clarify
Pieter Lexis [Thu, 4 Oct 2018 04:53:42 +0000 (06:53 +0200)] 
Merge pull request #7018 from ahupowerdns/dnsdist-response-clarify

document explicitly that the dnsdist 'responses' metric is actually 'backend responses'

5 years agoMerge pull request #7022 from jsoref/doc-dash
Pieter Lexis [Thu, 4 Oct 2018 04:53:30 +0000 (06:53 +0200)] 
Merge pull request #7022 from jsoref/doc-dash

fixing doc rst error by extending dashes

5 years agofixing doc rst error by extending dashes 7022/head
Josh Soref [Wed, 3 Oct 2018 23:30:55 +0000 (19:30 -0400)] 
fixing doc rst error by extending dashes

5 years agopdnsbuilder: Make the version number even better 7029/head
Pieter Lexis [Wed, 3 Oct 2018 17:53:18 +0000 (19:53 +0200)] 
pdnsbuilder: Make the version number even better

5 years agorec: Support exporting more record types via protobuf 6708/head
Remi Gacogne [Mon, 4 Jun 2018 14:48:20 +0000 (16:48 +0200)] 
rec: Support exporting more record types via protobuf

5 years agoMerge pull request #7007 from Line-Rate-Development/prometheus_active_servers
Peter van Dijk [Wed, 3 Oct 2018 15:47:44 +0000 (17:47 +0200)] 
Merge pull request #7007 from Line-Rate-Development/prometheus_active_servers

dnsdist: export Prometheus metric about number of alive servers in pool

5 years agodocument that the dnsdist 'responses' metric is actually 'backend responses' 7018/head
bert hubert [Wed, 3 Oct 2018 14:56:07 +0000 (16:56 +0200)] 
document that the dnsdist 'responses' metric is actually 'backend responses'

5 years agoMake sure we escape 127 in TXT records 7017/head
bert hubert [Wed, 3 Oct 2018 14:20:45 +0000 (16:20 +0200)] 
Make sure we escape 127 in TXT records
It turns out that value 127 (decimal) in TXT records also needs to be escaped as 127 ('DEL') is unprintable. Adds test too, and documents our test infra a bit better.