]>
granicus.if.org Git - pdns/log
Remi Gacogne [Mon, 2 Sep 2019 08:59:45 +0000 (10:59 +0200)]
dnsdist: Display the DoH and DoT binds in the web view
Peter van Dijk [Mon, 2 Sep 2019 08:10:13 +0000 (10:10 +0200)]
Merge pull request #8262 from mnordhoff/patch-5
docs: suggest putting bind dnssec db in /var/lib/powerdns
Matt Nordhoff [Mon, 2 Sep 2019 01:41:08 +0000 (01:41 +0000)]
docs: suggest putting bind dnssec db in /var/lib/powerdns
Peter van Dijk [Fri, 30 Aug 2019 22:09:37 +0000 (00:09 +0200)]
Merge pull request #8260 from joeig/master
Set type of Cryptokey ID to integer
Pieter Lexis [Fri, 30 Aug 2019 22:09:33 +0000 (00:09 +0200)]
Merge pull request #8257 from Habbie/remove-tmpdns
remove tmpdns.powerdns.com from secpoll NSset
Johannes Eiglsperger [Fri, 30 Aug 2019 20:53:12 +0000 (22:53 +0200)]
Set type of Cryptokey ID to integer
Peter van Dijk [Fri, 30 Aug 2019 10:50:42 +0000 (12:50 +0200)]
remove tmpdns.powerdns.com from secpoll NSset
Peter van Dijk [Fri, 30 Aug 2019 10:33:27 +0000 (12:33 +0200)]
correct typo
Peter van Dijk [Fri, 30 Aug 2019 09:01:34 +0000 (11:01 +0200)]
Merge pull request #8247 from Habbie/auth-4.2.0-docs
auth 4.2.0: changelog, secpoll, doc updates
Remi Gacogne [Fri, 30 Aug 2019 08:33:49 +0000 (10:33 +0200)]
Merge pull request #8251 from rgacogne/dnsdist-build-pkgs-cdb-lmdb
dnsdist: Build packages with CDB and LMDB when possible
Remi Gacogne [Fri, 30 Aug 2019 08:11:10 +0000 (10:11 +0200)]
Merge pull request #8206 from rgacogne/dnsdist-early-doh-rewrite
dnsdist: Add support for early DoH HTTP responses
Remi Gacogne [Fri, 30 Aug 2019 07:57:29 +0000 (09:57 +0200)]
Merge pull request #8252 from rgacogne/dnsdist-dynblocks-quiet
dnsdist: Add a Lua binding for `DynBlockRulesGroup:setQuiet(quiet)`
Remi Gacogne [Thu, 29 Aug 2019 15:04:44 +0000 (17:04 +0200)]
Merge pull request #8246 from Enna1/fix-comment-typo-in-syncres.cc
fix a typo in comment in syncres.cc: 'FRC 7129' to 'RFC 7129'
Remi Gacogne [Thu, 29 Aug 2019 14:26:50 +0000 (16:26 +0200)]
dnsdist: Add a Lua binding for `DynBlockRulesGroup:setQuiet(quiet)`
Remi Gacogne [Wed, 28 Aug 2019 15:02:37 +0000 (17:02 +0200)]
dnsdist: Fix DoH regression tests for early response headers
Remi Gacogne [Wed, 28 Aug 2019 13:56:43 +0000 (15:56 +0200)]
dnsdist: Add support for custom HTTP headers in early responses
Remi Gacogne [Tue, 27 Aug 2019 13:31:24 +0000 (15:31 +0200)]
dnsdist: Don't add the application/dns-message header to early 200
Remi Gacogne [Wed, 14 Aug 2019 17:15:08 +0000 (19:15 +0200)]
dnsdist: Add support for early DoH HTTP responses
Remi Gacogne [Thu, 29 Aug 2019 13:42:12 +0000 (15:42 +0200)]
Merge pull request #8237 from rgacogne/dnsdist-mintlsversion-tls13
dnsdist: TLS 1.3 requires OpenSSL 1.1.1.
Remi Gacogne [Thu, 29 Aug 2019 13:40:42 +0000 (15:40 +0200)]
Merge pull request #8248 from rgacogne/dnsdist-kvs-string-ref
dnsdist: Fix KVS compilation on Boost < 1.56
Peter van Dijk [Thu, 29 Aug 2019 13:39:42 +0000 (15:39 +0200)]
Merge pull request #8250 from rgacogne/dnsdist-split-lua-bindings
dnsdist: Split dnsdist-lua-bindings.cc
Remi Gacogne [Thu, 29 Aug 2019 13:15:04 +0000 (15:15 +0200)]
dnsdist: Split dnsdist-lua-bindings.cc
Hopefully this will reduce the memory usage needed to compile it.
Peter van Dijk [Thu, 29 Aug 2019 12:26:06 +0000 (14:26 +0200)]
update EOL statement
Peter van Dijk [Thu, 29 Aug 2019 08:34:22 +0000 (10:34 +0200)]
changelog and secpoll for auth 4.2.0
Remi Gacogne [Thu, 29 Aug 2019 12:23:44 +0000 (14:23 +0200)]
dnsdist: Build packages with CDB and LMDB when possible
- CDB and LMDB on Centos 7, Stretch, Buster, Bionic
- CDB-only on Jessie, Xenial
Remi Gacogne [Thu, 29 Aug 2019 09:48:26 +0000 (11:48 +0200)]
dnsdist: Fix KVS compilation on Boost < 1.56
When neither the C++ 17 nor Boost >= 1.61 string_view are available,
we fall back to boost::string_ref. Unfortunately it didn't have the
to_string() method before 1.56.
Since we end up converting it to a string anyway, let's just skip the
string_view/string_ref part.
Peter van Dijk [Thu, 29 Aug 2019 08:34:14 +0000 (10:34 +0200)]
note LMDB problems
Remi Gacogne [Thu, 29 Aug 2019 07:49:40 +0000 (09:49 +0200)]
Merge pull request #8139 from rgacogne/dnsdist-kvs
dnsdist: Add a KeyValueStoreLookup action based on CDB or LMDB
Enna1 [Thu, 29 Aug 2019 07:39:39 +0000 (15:39 +0800)]
fix typo in comment in syncres.cc: 'FRC 7129' to 'RFC 7129'
Remi Gacogne [Wed, 28 Aug 2019 12:08:26 +0000 (14:08 +0200)]
Merge pull request #8239 from rgacogne/dnsdist-ocsp-stapling-guide-typos
dnsdist: Fix some syntax errors in the OCSP stapling guide
Peter van Dijk [Wed, 28 Aug 2019 11:18:51 +0000 (13:18 +0200)]
Merge pull request #8242 from Habbie/table-name-typo
correct table name
Peter van Dijk [Wed, 28 Aug 2019 11:08:22 +0000 (13:08 +0200)]
correct table name
Remi Gacogne [Wed, 28 Aug 2019 09:38:37 +0000 (11:38 +0200)]
dnsdist: Add conditionally added CDB/LMDB files to EXTRA_DIST
So they are included in the `make dist` tarball even if CDB or LMDB
support is not enabled at that time.
Remi Gacogne [Wed, 28 Aug 2019 09:17:18 +0000 (11:17 +0200)]
dnsdist: Fix some syntax errors in the OCSP stapling guide
Otto Moerbeek [Wed, 28 Aug 2019 09:08:06 +0000 (11:08 +0200)]
Merge pull request #8236 from omoerbeek/rpz-missing-inc
Add missing inc in rpz findClientPolicy loop.
Remi Gacogne [Wed, 28 Aug 2019 09:03:44 +0000 (11:03 +0200)]
dnsdist: TLS 1.3 requires OpenSSL 1.1.1.
Otto Moerbeek [Wed, 28 Aug 2019 07:50:31 +0000 (09:50 +0200)]
Add missing inc in rpz findClientPolicy loop.
Remi Gacogne [Tue, 27 Aug 2019 13:08:20 +0000 (15:08 +0200)]
Merge pull request #8207 from rgacogne/dnsdist-tls-version
dnsdist: Add minTLSVersion for DoH and DoH
Remi Gacogne [Tue, 27 Aug 2019 08:49:48 +0000 (10:49 +0200)]
dnsdist: Set CDB/LMDB KVS version to 1.4.0 as experimental
Otto Moerbeek [Mon, 26 Aug 2019 08:53:21 +0000 (10:53 +0200)]
Merge pull request #8227 from omoerbeek/rec-fix-snmp-8226
Fix inverse handler registration logic for SNMP.
Peter van Dijk [Mon, 26 Aug 2019 08:48:54 +0000 (10:48 +0200)]
Merge pull request #8219 from Habbie/b2b-getalldomains-catch
bind getAllDomains: ignore per-zone exceptions
Otto Moerbeek [Fri, 23 Aug 2019 09:12:48 +0000 (11:12 +0200)]
Fix inverse handler registration logic for SNMP.
Otto Moerbeek [Wed, 21 Aug 2019 14:41:53 +0000 (16:41 +0200)]
Merge pull request #8223 from PowerDNS/omoerbeek-patch-1
Fix stray sentence in lua statistics docs.
Otto Moerbeek [Wed, 21 Aug 2019 14:37:19 +0000 (16:37 +0200)]
Fix stray sentence
Peter van Dijk [Tue, 20 Aug 2019 08:42:23 +0000 (10:42 +0200)]
bind getAllDomains: ignore per-zone exceptions
Remi Gacogne [Fri, 16 Aug 2019 14:25:43 +0000 (16:25 +0200)]
dnsdist: Document the default value of minTLSVersion
Remi Gacogne [Fri, 16 Aug 2019 14:21:52 +0000 (16:21 +0200)]
dnsdist: Move libssl.hh to pdns/, it's needed for the fuzz target
Remi Gacogne [Fri, 16 Aug 2019 13:22:09 +0000 (15:22 +0200)]
Merge pull request #8209 from franklouwers/patch-1
dnsdist: clarify in the examples that DelayAction is UDP-only
Frank Louwers [Fri, 16 Aug 2019 13:17:32 +0000 (15:17 +0200)]
Update qpslimits.rst
DelayAction is UDP only
Frank Louwers [Fri, 16 Aug 2019 13:14:12 +0000 (15:14 +0200)]
Update rules-actions.rst
Make it clear that DelayAction() is udp-only
Remi Gacogne [Fri, 16 Aug 2019 12:31:51 +0000 (14:31 +0200)]
dnsdist: Add minTLSVersion for DoH and DoH
Otto Moerbeek [Fri, 16 Aug 2019 09:39:12 +0000 (11:39 +0200)]
Merge pull request #7941 from rgacogne/rec-records-from-gettag-ffi
rec: Add bindings to craft answers from the FFI version of gettag
Peter van Dijk [Thu, 15 Aug 2019 22:33:55 +0000 (00:33 +0200)]
Merge pull request #8204 from hawken93/patch-1
Add information about pdns-builder to README.md
hawken [Thu, 15 Aug 2019 22:14:00 +0000 (22:14 +0000)]
Update README.md
Add informations about pdns-builder so it can be more easily found
Remi Gacogne [Thu, 15 Aug 2019 09:47:48 +0000 (11:47 +0200)]
Merge pull request #8198 from rgacogne/dnsdist-flaky-healthcheck-test
dnsdist: Remove flaky healthcheck regression test
Remi Gacogne [Thu, 15 Aug 2019 09:47:35 +0000 (11:47 +0200)]
Merge pull request #8196 from rgacogne/fix-mplexer-pipe
Gracefully handle the mplexer test pipe having only room for one
Remi Gacogne [Wed, 14 Aug 2019 16:35:26 +0000 (18:35 +0200)]
Merge pull request #8200 from rgacogne/update-h2o-2.2.6
Update h2o to 2.2.6, fixing CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515
Remi Gacogne [Wed, 14 Aug 2019 16:16:21 +0000 (18:16 +0200)]
Update h2o to 2.2.6, fixing CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515
Remi Gacogne [Wed, 14 Aug 2019 14:19:07 +0000 (16:19 +0200)]
Merge pull request #8188 from rgacogne/dnsdist-ocsp-stapling-guide
dnsdist: Add an OCSP stapling guide
Remi Gacogne [Wed, 14 Aug 2019 14:10:10 +0000 (16:10 +0200)]
dnsdist: Remove flaky healthcheck regression test
Remi Gacogne [Wed, 14 Aug 2019 13:57:39 +0000 (15:57 +0200)]
Move lmdb-safe files to ext/lmdb-safe/
Remi Gacogne [Wed, 14 Aug 2019 12:48:29 +0000 (14:48 +0200)]
Gracefully handle the mplexer test pipe having only room for one
Remi Gacogne [Wed, 14 Aug 2019 12:17:51 +0000 (14:17 +0200)]
dnsdist: Don't end the KVS plain text names with a dot
Remi Gacogne [Wed, 14 Aug 2019 10:14:41 +0000 (12:14 +0200)]
dnsdist: Add missing console completions for the KVS feature
Remi Gacogne [Wed, 14 Aug 2019 10:14:33 +0000 (12:14 +0200)]
dnsdist: Add KeyValueStoreLookupRule to only check if the key exists
Otto Moerbeek [Wed, 14 Aug 2019 06:51:55 +0000 (08:51 +0200)]
Merge pull request #8195 from PowerDNS/revert-8189-revert-8122-bail-out-on-no-context
Revert "Revert "Bail out when no Context library is available""
Otto Moerbeek [Wed, 14 Aug 2019 06:48:43 +0000 (08:48 +0200)]
Revert "Revert "Bail out when no Context library is available""
Peter van Dijk [Tue, 13 Aug 2019 20:55:59 +0000 (22:55 +0200)]
Merge pull request #8194 from omoerbeek/alpine-to-3-10
Move to newer alpine for docker buildbot, needed for proper boost context detection
Otto Moerbeek [Tue, 13 Aug 2019 14:17:54 +0000 (16:17 +0200)]
Move to newer alpine for docker buildbot, needed for proper
boost context detection
Peter van Dijk [Tue, 13 Aug 2019 14:18:24 +0000 (16:18 +0200)]
Merge pull request #8193 from ladislavmacoun/fix/ladislavmacoun/fixes-typo
fixes misleading documentation
Ladislav [Tue, 13 Aug 2019 13:59:36 +0000 (15:59 +0200)]
fixes misleading documentation
Fixes misleading documentation for the `setSwitch` function.
Remi Gacogne [Tue, 13 Aug 2019 13:44:31 +0000 (15:44 +0200)]
dnsdist: Support for plaintext KVS lookups, suffix matching limits
Peter van Dijk [Tue, 13 Aug 2019 10:05:40 +0000 (12:05 +0200)]
Merge pull request #8191 from fnkr/patch-1
Fix typo in SQL query name in documentation
Florian Kaiser [Tue, 13 Aug 2019 09:58:56 +0000 (09:58 +0000)]
Fix typo in SQL query name in documentation
Otto Moerbeek [Mon, 12 Aug 2019 15:03:04 +0000 (17:03 +0200)]
Merge pull request #8189 from PowerDNS/revert-8122-bail-out-on-no-context
Revert "Bail out when no Context library is available"
Otto Moerbeek [Mon, 12 Aug 2019 15:02:27 +0000 (17:02 +0200)]
Revert "Bail out when no Context library is available"
Remi Gacogne [Mon, 12 Aug 2019 14:46:47 +0000 (16:46 +0200)]
dnsdist: Add an OCSP stapling guide
Otto Moerbeek [Mon, 12 Aug 2019 12:37:47 +0000 (14:37 +0200)]
Merge pull request #8122 from pieterlexis/bail-out-on-no-context
Bail out when no Context library is available
Otto Moerbeek [Mon, 12 Aug 2019 11:35:33 +0000 (13:35 +0200)]
Merge pull request #8091 from omoerbeek/float-vs-double
Some unneeded float<->double conversions.
Remi Gacogne [Mon, 12 Aug 2019 10:55:54 +0000 (12:55 +0200)]
Merge pull request #8180 from rgacogne/dnsdist-140-rc1-changelog
dnsdist: Update the ChangeLog and secpoll for 1.4.0-rc1
Remi Gacogne [Mon, 12 Aug 2019 08:12:15 +0000 (10:12 +0200)]
dnsdist: Fix a typo (isEDNSOoptionInOpt) in the ChangeLog
Remi Gacogne [Fri, 9 Aug 2019 14:54:22 +0000 (16:54 +0200)]
dnsdist: Update the ChangeLog and secpoll for 1.4.0-rc1
Remi Gacogne [Fri, 9 Aug 2019 12:40:24 +0000 (14:40 +0200)]
Merge pull request #8030 from rgacogne/ddist-tcp-enotconn-read-bsd
dnsdist: Handle ENOTCONN on read() over TCP
aerique [Fri, 9 Aug 2019 12:04:43 +0000 (14:04 +0200)]
Merge pull request #8179 from Habbie/secpoll-dup
secpoll: remove duplicate auth entry; unduplicate SOA
Peter van Dijk [Fri, 9 Aug 2019 11:01:02 +0000 (13:01 +0200)]
secpoll: remove duplicate auth entry; unduplicate SOA
aerique [Fri, 9 Aug 2019 10:50:48 +0000 (12:50 +0200)]
Merge pull request #8127 from Habbie/auth-4.2.0-rc3-docs
changelog and secpoll for auth 4.2.0-rc3
Remi Gacogne [Fri, 9 Aug 2019 08:20:24 +0000 (10:20 +0200)]
Merge pull request #8175 from rgacogne/dnsdist-max-outstanding
dnsdist: Increase the default value of setMaxUDPOutstanding to 65535
Remi Gacogne [Fri, 9 Aug 2019 08:20:04 +0000 (10:20 +0200)]
Merge pull request #8141 from rgacogne/dnsdist-ocsp
dnsdist: Add OCSP stapling (from files) for DoT and DoH
Peter van Dijk [Thu, 8 Aug 2019 20:23:31 +0000 (22:23 +0200)]
mark LMDB backend experimental
Peter van Dijk [Thu, 8 Aug 2019 20:20:28 +0000 (22:20 +0200)]
auth backend docs: remove autoserial column
Peter van Dijk [Thu, 25 Jul 2019 14:21:55 +0000 (16:21 +0200)]
changelog and secpoll for auth 4.2.0-rc3
Remi Gacogne [Thu, 8 Aug 2019 13:28:49 +0000 (15:28 +0200)]
dnsdist: Add regression tests for OCSP stapling over DoH and DoT
aerique [Thu, 8 Aug 2019 12:17:29 +0000 (14:17 +0200)]
Merge pull request #8170 from Habbie/auth-4.1.12-release
auth 4.1.13: changelog and secpoll
Remi Gacogne [Thu, 8 Aug 2019 09:06:20 +0000 (11:06 +0200)]
dnsdist: Increase the default value of setMaxUDPOutstanding to 65535
Peter van Dijk [Wed, 7 Aug 2019 11:08:56 +0000 (13:08 +0200)]
auth 4.1.13: changelog and secpoll
Remi Gacogne [Wed, 7 Aug 2019 14:54:31 +0000 (16:54 +0200)]
dnsdist: Check that the TLS key type is supported
Remi Gacogne [Wed, 7 Aug 2019 10:04:38 +0000 (12:04 +0200)]
dnsdist: Take ComboAddress and DNSName in the KVS lookup binding
Remi Gacogne [Wed, 7 Aug 2019 09:01:28 +0000 (11:01 +0200)]
dnsdist: Fix the toString() description of the KVS lookup keys
Remi Gacogne [Wed, 7 Aug 2019 09:00:44 +0000 (11:00 +0200)]
dnsdist: Clear the CDB refresh guard after a successful refresh
Remi Gacogne [Tue, 30 Jul 2019 16:33:03 +0000 (18:33 +0200)]
dnsdist: Fix invalid '\5domain' label, should be \6domain
Reported by @ph1 (thanks!).