]>
git.ipfire.org Git - thirdparty/pdns.git/log
Peter van Dijk [Thu, 17 Dec 2020 19:29:39 +0000 (20:29 +0100)]
gh actions el6 build: only do auth
Peter van Dijk [Thu, 26 Nov 2020 10:57:40 +0000 (11:57 +0100)]
gh actions: build centos6 packages
(cherry picked from commit
ddd9bf0bd40d9df4ebb52faba18f1ff1d57821a4 )
Peter van Dijk [Wed, 16 Dec 2020 14:02:38 +0000 (15:02 +0100)]
el6 docker builds: prefer v4 resolution
(cherry picked from commit
a610ced8e0a09540ee9aac4eea8a72f563792838 )
Your Name [Thu, 3 Dec 2020 11:30:15 +0000 (12:30 +0100)]
el6 builds: use vault.centos.org
(cherry picked from commit
7476f49b4d78a5c687d36658b28109cb5f9386f6 )
Otto Moerbeek [Sun, 15 Nov 2020 17:13:58 +0000 (18:13 +0100)]
Merge pull request #9724 from Habbie/auth-4.3.x-circleci-pager
auth-4.3.x: avoid paging in git
Peter van Dijk [Fri, 13 Nov 2020 17:54:31 +0000 (18:54 +0100)]
auth-4.3.x: avoid paging in git
Peter van Dijk [Tue, 22 Sep 2020 07:16:45 +0000 (09:16 +0200)]
Merge pull request #9498 from Habbie/auth-4.3.x-2020-05
auth-4.3.x: raise an exception on invalid content in unknown records
Peter van Dijk [Mon, 21 Sep 2020 11:46:22 +0000 (13:46 +0200)]
Merge pull request #9480 from mind04/pdns-bp-9478
auth: backport to 4.3.x: Do not send out of zone lookups to the backends
Kees Monshouwer [Fri, 18 Sep 2020 08:02:11 +0000 (10:02 +0200)]
auth: backport to 4.3.x: Do not send out of zone lookups to the backends
Peter van Dijk [Mon, 14 Sep 2020 14:07:27 +0000 (16:07 +0200)]
Merge pull request #9449 from Habbie/backport-9430-to-auth-4.3.x
auth-4.3.x: sdig: Increment the DNS message IDs when pipelining
Remi Gacogne [Tue, 1 Sep 2020 07:53:49 +0000 (09:53 +0200)]
sdig: Increment the DNS message IDs when pipelining
As stated in section 6.2.1 of rfc7766:
"When sending multiple queries over a TCP connection, clients MUST NOT
reuse the DNS Message ID of an in-flight query on that connection in
order to avoid Message ID collisions. This is especially important
if the server could be performing out-of-order processing"
(cherry picked from commit
e4ddc6e9daae3d79c0c28a6391f1380e378238c8 )
Peter van Dijk [Fri, 4 Sep 2020 12:37:16 +0000 (14:37 +0200)]
Merge pull request #9444 from zeha/mysqlsp-4.3.x
MySQL stored-procedure fix backport for 4.3.x
Remi Gacogne [Tue, 11 Aug 2020 12:07:32 +0000 (14:07 +0200)]
Raise an exception on invalid first part (!= \#) in unknown records
Remi Gacogne [Tue, 11 Aug 2020 09:25:06 +0000 (11:25 +0200)]
Raise an exception on invalid hex content in unknown records
Otherwise we can end up reading uninitialised memory from the stack,
possibly leaking information.
This is only an issue if the content is read from an untrusted source
and can be passed back to an attacker.
Chris Hofstaedtler [Fri, 4 Sep 2020 08:20:36 +0000 (10:20 +0200)]
auth: Handle the extra single-row result set of MySQL stored procedures
Backport of #9423, master commit
f8289e595a8dc1b8c9738833ffa3d5a98b711268 .
Chris Hofstaedtler [Fri, 4 Sep 2020 08:19:34 +0000 (10:19 +0200)]
auth: add test for gmysql with stored procedures
Backport of #9422, master commit
ca32c9e0698fb39a1dd53e3a45ce58bfdd96d53b .
Chris Hofstaedtler [Fri, 4 Sep 2020 08:18:02 +0000 (10:18 +0200)]
auth gmysql: backport Fix 'value is never actually read' warnings from clang++ 10
Partial backport of #9044, master commit
a5d2c081d227b96992adeef4c2a1f5a89b014ac6 .
Peter van Dijk [Tue, 1 Sep 2020 07:22:05 +0000 (09:22 +0200)]
Merge pull request #9036 from Habbie/backport-9033-to-auth-4.3.x
auth-4.3.x: EL8 pkgs: Build mysql backend against mariadb-connector-c-devel
Peter van Dijk [Tue, 11 Aug 2020 13:20:58 +0000 (15:20 +0200)]
Merge pull request #9219 from zeha/psql-prep-4.3.x
auth 4.3.x: gpgsql: Reintroduce prepared statements
Peter van Dijk [Tue, 23 Jun 2020 09:33:27 +0000 (11:33 +0200)]
Merge pull request #9233 from mind04/pdns-sqlite-schema-bp
auth-4.3.x: gsqlite3backend: add missing indexes
Kees Monshouwer [Mon, 15 Jun 2020 09:54:05 +0000 (11:54 +0200)]
auth: gsqlite3backend: add missing indexes
Sqlite3 backend was performing terrible in environments with many updates.
On a slaved root zone the performance increase was huge, 71ms -> 1ms.
Since the lack of proper indexes is causing a lot of trouble in larger environments, I target this update at 4.3.1
Peter van Dijk [Mon, 15 Jun 2020 09:15:35 +0000 (11:15 +0200)]
Merge pull request #9224 from mind04/pdns-supersomething-bp
auth-4.3.x: use real remote for supermaster createSlaveDomain()
Kees Monshouwer [Fri, 12 Jun 2020 09:52:36 +0000 (11:52 +0200)]
auth: use real remote for supermaster createSlaveDomain()
Chris Hofstaedtler [Tue, 9 Jun 2020 19:21:18 +0000 (21:21 +0200)]
Flip prepared-statements to off for 4.3.x
Chris Hofstaedtler [Tue, 9 Jun 2020 19:10:40 +0000 (21:10 +0200)]
spgsql: tidy up (partial)
Partial version of
4f214291f9ca0ac5304bb3be173d2937286fa904 ,
only changing the NULLs introduced in the commit before.
Chris Hofstaedtler [Tue, 2 Jun 2020 18:40:29 +0000 (20:40 +0200)]
gpgsql: Reintroduce prepared statements
And a toggle.
Peter van Dijk [Mon, 8 Jun 2020 14:49:57 +0000 (16:49 +0200)]
Merge pull request #9176 from zeha/fix-7795-4.3.x
auth-4.3.x: Optimize IXFR-to-AXFR fallback path
Chris Hofstaedtler [Fri, 29 May 2020 12:12:38 +0000 (14:12 +0200)]
Address feedback from #9176
Chris Hofstaedtler [Wed, 27 May 2020 21:20:08 +0000 (23:20 +0200)]
Optimize IXFR-to-AXFR fallback path
Avoid making new backends when we are going to either deny the XFR, or
fall back to AXFR anyway.
This cuts down the number of new backends from four (three for IXFR
pre-checks plus one for AXFR) to one (just the AXFR one).
When replying in IXFR mode, we keep making _one_ new backend, which is
also better than before.
While we now hold the s_plock for a while longer, we only take it once
in doIXFR; before we took it twice -- for TSIG retrieval, which now
re-uses the IXFR backend.
Remi Gacogne [Mon, 25 May 2020 14:22:26 +0000 (16:22 +0200)]
Merge pull request #9150 from rgacogne/auth43-no-spellcheck
auth-4.3.x: Suppress PR based spell check
Josh Soref [Tue, 19 May 2020 17:10:37 +0000 (13:10 -0400)]
Suppress PR based spell check
(cherry picked from commit
16f3f8060ece690049dbf8059cf2f5a2bcc21bc2 )
Peter van Dijk [Tue, 12 May 2020 15:27:31 +0000 (17:27 +0200)]
Merge pull request #9013 from Habbie/backport-9012-to-auth-4.3.x
auth-4.3.x: Install bind SQL schema files as part of bindbackend
Peter van Dijk [Fri, 1 May 2020 15:55:42 +0000 (17:55 +0200)]
Merge pull request #9083 from Habbie/backport-8972-to-auth-4.3.x
auth-4.3.x: add ubuntu focal target
Peter van Dijk [Wed, 25 Mar 2020 10:41:15 +0000 (11:41 +0100)]
builder: add ubuntu focal target
(cherry picked from commit
b4f4b1ab4ba666fe16f0201b38778fe66dc8e7ae )
Pieter Lexis [Thu, 16 Apr 2020 10:40:39 +0000 (12:40 +0200)]
EL8 pkgs: Build mysql backend against mariadb-connector-c-devel
This matches EPEL downstream.
Closes: #9026
(cherry picked from commit
fd0a94e9816a17f9046e71609db53878343c3cb3 )
Chris Hofstaedtler [Tue, 7 Apr 2020 15:55:59 +0000 (17:55 +0200)]
Install bind SQL schema files as part of bindbackend
(cherry picked from commit
a9124d551ee7cfb25464a8386f61187fd8ca6dc9 )
Peter van Dijk [Sun, 5 Apr 2020 19:42:39 +0000 (21:42 +0200)]
Merge pull request #8997 from Habbie/backport-8977-to-auth-4.3.x
auth-4.3.x: fix IXFR-in record duplication issue by avoiding the query cache
Peter van Dijk [Fri, 27 Mar 2020 13:00:43 +0000 (14:00 +0100)]
fix IXFR-in record duplication issue by avoiding the query cache
(cherry picked from commit
fce7ba570569aa6e9d5a21e0c4525a50b73789ef )
Peter van Dijk [Tue, 31 Mar 2020 14:49:42 +0000 (16:49 +0200)]
Merge pull request #8983 from Habbie/backport-8975-to-auth-4.3.x
auth-4.3.x: improve sql schema updates
Kees Monshouwer [Thu, 26 Mar 2020 21:16:30 +0000 (22:16 +0100)]
auth: remove beta2 schema files
(cherry picked from commit
5f0988efb1d2cfb997d842682a45f342aeb7a91e )
Kees Monshouwer [Sat, 21 Mar 2020 20:41:17 +0000 (21:41 +0100)]
auth: improve sql schema updates
(cherry picked from commit
2af952b486b3bd57e69eeecfed9cd25d6340a361 )
Peter van Dijk [Thu, 26 Mar 2020 12:25:34 +0000 (13:25 +0100)]
Merge pull request #8973 from Habbie/backport-8939-to-auth-4.3.x
auth-4.3.x: Fix NSECx for unpublished DNSKEYs properly
Peter van Dijk [Thu, 26 Mar 2020 10:21:29 +0000 (11:21 +0100)]
Merge pull request #8958 from Habbie/rel-auth-4.3.x-ci
CI: skip non-auth testing
Robin Geuze [Tue, 17 Mar 2020 15:33:43 +0000 (16:33 +0100)]
Retab backends/bind-master and backends/gsql-common to prevent annoying indenting issues
(cherry picked from commit
1bdee42ff1945dd631db725acf3d03b8a36f6a48 )
Robin Geuze [Tue, 17 Mar 2020 08:59:26 +0000 (09:59 +0100)]
Proper fix for NSECx typemaps in the case of only unpublished DNSKEY's
(cherry picked from commit
3a5b3fef3680b86c54f4a80bcbfa92b9035d1ece )
Peter van Dijk [Mon, 23 Mar 2020 10:53:53 +0000 (11:53 +0100)]
also skip docs build
Peter van Dijk [Sat, 21 Mar 2020 15:59:37 +0000 (16:59 +0100)]
Merge pull request #8959 from Habbie/backport-8916-to-auth-4.3.x
auth 4.3.x lmdb: avoid blanket std import; fixes #8872
Peter van Dijk [Mon, 9 Mar 2020 18:10:00 +0000 (19:10 +0100)]
auth lmdb: avoid blanket std import; fixes #8872
(cherry picked from commit
6910a23b67f64bd71ffb26c1888fb9d8b99acfa6 )
Peter van Dijk [Fri, 20 Mar 2020 15:17:47 +0000 (16:17 +0100)]
Merge pull request #8951 from Habbie/redo-8907
auth-4.3.x: Reduce the number of temporary memory allocations
Peter van Dijk [Fri, 20 Mar 2020 15:15:32 +0000 (16:15 +0100)]
CI: skip non-auth testing
Peter van Dijk [Mon, 16 Mar 2020 11:56:47 +0000 (12:56 +0100)]
Merge pull request #8936 from Habbie/backport-8925-to-auth-4.3.x
auth-4.3.x: Fix it so NSEC and NSEC3 records if there are no published DNSKEYs
Robin Geuze [Sat, 14 Mar 2020 11:24:35 +0000 (12:24 +0100)]
Also only add CDS and CDNSKEY to the type map in case we have published DNSKEY's
(cherry picked from commit
caa1f48db28a46abd1ce7ac2aa3b4b3cda4e38f0 )
Robin Geuze [Fri, 13 Mar 2020 12:09:10 +0000 (13:09 +0100)]
Fix it so NSEC and NSEC3 records will not include DNSKEY in the typemap if there are no published DNSKEY records
(cherry picked from commit
b8f6caa13c261a9994a3bb50a27dfae3a96c7d84 )
Remi Gacogne [Fri, 13 Mar 2020 10:10:32 +0000 (11:10 +0100)]
Merge pull request #8924 from mind04/auth-4.3.0-rc1-cache
auth: make sure we look at 10% of all cached items during cleanup
Kees Monshouwer [Thu, 12 Mar 2020 18:17:19 +0000 (19:17 +0100)]
auth: make sure we look at 10% of all cached items during cleanup
Remi Gacogne [Mon, 17 Feb 2020 14:08:21 +0000 (15:08 +0100)]
Move the logic of validDNSName to DNSName::has8bitBytes()
(cherry picked from commit
bf7ef5b4ee0ce310db0a3761a8250f86a5fea20d )
Remi Gacogne [Thu, 30 Jan 2020 14:12:57 +0000 (15:12 +0100)]
auth: Skip the construction of a root DNSName when possible
(cherry picked from commit
020b94c9e00434a509b8f46af070afb2f2afa4b5 )
Remi Gacogne [Thu, 30 Jan 2020 14:10:42 +0000 (15:10 +0100)]
auth: Prevent temporary objects in the DNSBackend::get() overrides
(cherry picked from commit
2ea3d25e0c9eeefdb6d625bc314ad40a19022e23 )
Remi Gacogne [Fri, 17 Jan 2020 15:46:49 +0000 (16:46 +0100)]
auth: Reserve the needed space in the vector of keys
(cherry picked from commit
fb4c0e19ccaaed9b88426ca3183b33271be2ecd6 )
Remi Gacogne [Fri, 17 Jan 2020 14:15:16 +0000 (15:15 +0100)]
auth: Reduce the number of allocations in apiServerZones()
(cherry picked from commit
c8b929d9f1b17cb3ca73a309172d6929254bf91c )
Remi Gacogne [Tue, 14 Jan 2020 16:26:15 +0000 (17:26 +0100)]
auth: Reduce the number of memory allocations
(cherry picked from commit
9bbcf03a6ff139016686e97a387cc6787a3990ce )
Peter van Dijk [Tue, 3 Mar 2020 21:03:18 +0000 (22:03 +0100)]
Merge pull request #8888 from Habbie/auth-4.3.x-backports
auth 4.3.x: two backports
Otto Moerbeek [Mon, 24 Feb 2020 14:58:08 +0000 (15:58 +0100)]
It's 2020
(backport of #8857)
(cherry picked from commit
9fce9d6c21253da0fbeed5163d148be4a0bad1f6 )
Peter van Dijk [Fri, 28 Feb 2020 10:53:30 +0000 (11:53 +0100)]
travis: skip odbc testing, we have it in circleci, closes #8796
(backport of #8877)
(cherry picked from commit
0d756465537c613b48c9b3bc3aa85d1b13090543 )
Otto Moerbeek [Tue, 18 Feb 2020 15:09:26 +0000 (16:09 +0100)]
Merge pull request #8631 from zeha/once
Replace include guard ifdef/define with pragma once
Remi Gacogne [Tue, 18 Feb 2020 13:37:11 +0000 (14:37 +0100)]
Merge pull request #8505 from rgacogne/dnsdist-lua-ffi
dnsdist: Implement LuaFFIRule, LuaFFIAction and LuaFFIResponseAction
Otto Moerbeek [Tue, 18 Feb 2020 10:48:48 +0000 (11:48 +0100)]
Merge pull request #8835 from omoerbeek/rec-prep-4.3.0-rc2
rec: Prep for rec-4.3.0-rc2
Otto Moerbeek [Tue, 18 Feb 2020 07:26:26 +0000 (08:26 +0100)]
Prep for rec-4.3.0-rc2
Remi Gacogne [Tue, 18 Feb 2020 09:37:54 +0000 (10:37 +0100)]
dnsdist: Add a comment about the lack of guard in dnsdist-lua-ffi-interface.h
Reported by LGTM.
Peter van Dijk [Mon, 17 Feb 2020 19:20:05 +0000 (20:20 +0100)]
Merge pull request #8833 from rgacogne/pgsql-circleci-trust
Allow all connections to the PG server in Circle CI
Remi Gacogne [Mon, 17 Feb 2020 14:11:29 +0000 (15:11 +0100)]
Allow all connections to the PG server in Circle CI
Otto Moerbeek [Mon, 17 Feb 2020 08:39:54 +0000 (09:39 +0100)]
Merge pull request #8830 from omoerbeek/rec-init-zone-prio
rec: Init zone's d_priority field.
Otto Moerbeek [Mon, 17 Feb 2020 08:38:10 +0000 (09:38 +0100)]
Init zone's d_priority field.
Peter van Dijk [Sat, 15 Feb 2020 22:01:00 +0000 (23:01 +0100)]
Merge pull request #8811 from Habbie/nsec-ttl
adjust NSEC TTLs to negative TTL
Peter van Dijk [Sat, 15 Feb 2020 21:50:34 +0000 (22:50 +0100)]
Merge pull request #8776 from mnordhoff/4.3-schema
auth: Add more SQL schema files to packages and tarballs
Peter van Dijk [Fri, 14 Feb 2020 19:52:08 +0000 (20:52 +0100)]
add upgrade notes for the new NSEC(3) TTLs
Peter van Dijk [Fri, 14 Feb 2020 19:45:31 +0000 (20:45 +0100)]
update DNSSEC TTL notes
Peter van Dijk [Tue, 11 Feb 2020 13:34:31 +0000 (14:34 +0100)]
adjust NSEC TTLs to negative TTL
Peter van Dijk [Fri, 14 Feb 2020 18:46:29 +0000 (19:46 +0100)]
Merge pull request #8828 from Habbie/qdcount-zero-debug
auth: log "No question section in packet" at Debug. Fixes #7970
Peter van Dijk [Fri, 14 Feb 2020 18:22:32 +0000 (19:22 +0100)]
Merge pull request #8096 from mind04/pdns-notify-db-queries
auth: do not update identical notified serials
Peter van Dijk [Fri, 14 Feb 2020 16:46:59 +0000 (17:46 +0100)]
Merge pull request #8826 from rgacogne/nsec-invalid-bitmap-len
Refuse NSEC records with a bitmap length > 32
Peter van Dijk [Fri, 14 Feb 2020 16:08:35 +0000 (17:08 +0100)]
auth: log "No question section in packet" at Debug. Fixes #7970
Matt Nordhoff [Wed, 12 Feb 2020 14:52:42 +0000 (14:52 +0000)]
Deduplicate EXTRA_DIST and dist_doc_DATA in modified Makefile.ams
Matt Nordhoff [Sun, 2 Feb 2020 20:40:10 +0000 (20:40 +0000)]
auth: Include bind schema files in debs
Matt Nordhoff [Sun, 2 Feb 2020 20:14:54 +0000 (20:14 +0000)]
auth: Include bind schema files in pdns RPM
Matt Nordhoff [Sun, 2 Feb 2020 16:36:34 +0000 (16:36 +0000)]
auth: List the 3.4.0+ SQL schema files wherever the older files are.
And clean up godbcbackend's Makefile.am.
Matt Nordhoff [Sun, 2 Feb 2020 15:29:07 +0000 (15:29 +0000)]
auth: Add enable-foreign-keys.mysql.sql to packages and Makefile.am
Matt Nordhoff [Sun, 2 Feb 2020 15:20:47 +0000 (15:20 +0000)]
auth: Add 4.3.0 schema files to Makefile.ams
Kees Monshouwer [Thu, 4 Jul 2019 07:30:29 +0000 (09:30 +0200)]
auth: do not update identical notified serials
Peter van Dijk [Fri, 14 Feb 2020 14:18:22 +0000 (15:18 +0100)]
Merge pull request #8094 from mind04/pdns-diff-config
auth: add full option to 'pdns_control show-config'
Otto Moerbeek [Fri, 14 Feb 2020 13:58:25 +0000 (14:58 +0100)]
Merge pull request #8823 from omoerbeek/rec-rpz-passthru
Rec: do continue rpz processing if the current policy is passthru
Remi Gacogne [Fri, 14 Feb 2020 13:40:33 +0000 (14:40 +0100)]
Refuse NSEC records with a bitmap length > 32
Peter van Dijk [Fri, 14 Feb 2020 12:53:17 +0000 (13:53 +0100)]
Merge pull request #8799 from Habbie/odbc-threading
auth CI: enable ODBC thread locking
Peter van Dijk [Fri, 14 Feb 2020 12:47:30 +0000 (13:47 +0100)]
Merge pull request #8815 from pieterlexis/yahttp-ipv6-address
YaHTTP: Support bracketed IPv6 addresses
Peter van Dijk [Fri, 14 Feb 2020 12:46:54 +0000 (13:46 +0100)]
Merge pull request #8779 from Habbie/empty-ixfr-soa-rrsig
IXFR: only sign SOA in empty response for +DO queries
Otto Moerbeek [Fri, 14 Feb 2020 12:46:21 +0000 (13:46 +0100)]
Rebased to handle NetmaskTree changes
Otto Moerbeek [Fri, 14 Feb 2020 10:48:15 +0000 (11:48 +0100)]
Fix compilation issue on older compilers
Otto Moerbeek [Fri, 14 Feb 2020 09:55:11 +0000 (10:55 +0100)]
Formatting
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.
Remi Gacogne [Thu, 13 Feb 2020 14:24:42 +0000 (15:24 +0100)]
rec: Lookup RPZ Client IP rules before qname ones