]>
granicus.if.org Git - pdns/log
bert hubert [Sun, 24 Jan 2016 13:44:11 +0000 (14:44 +0100)]
Merge pull request #3199 from cmouse/remove-rapidjson
Remove rapidjson
Aki Tuomi [Sat, 9 Jan 2016 18:36:44 +0000 (20:36 +0200)]
Remove rapidjson
Peter van Dijk [Sat, 23 Jan 2016 19:52:47 +0000 (20:52 +0100)]
Merge pull request #3197 from cmouse/remotebackend-json11
Convert remotebackend to JSON11 and fix some small bugs
bert hubert [Sat, 23 Jan 2016 17:53:26 +0000 (18:53 +0100)]
Merge pull request #3293 from ahupowerdns/udpasy
make asynchronous UDP Lua queries work again in 4.x
bert hubert [Sat, 23 Jan 2016 15:31:14 +0000 (16:31 +0100)]
Merge pull request #3280 from pieterlexis/recursor-install-config
Install generated recursor.conf-dist in sysconfdir
bert hubert [Sat, 23 Jan 2016 15:30:52 +0000 (16:30 +0100)]
Merge pull request #3292 from rgacogne/dnsdist-empty-queries
dnsdist: Drop queries with no question (qdcount == 0)
Remi Gacogne [Sat, 23 Jan 2016 10:59:39 +0000 (11:59 +0100)]
dnsdist: Drop queries with no question (qdcount == 0)
Added a counter for these dropped queries, `emptyQueries` too.
This might be an issue for DNS cookies some day, as it uses
query with no question [1].
Additionnaly drops queries with QR set over TCP too to be
consistent with UDP.
This might close #3290.
[1]: https://tools.ietf.org/html/draft-ietf-dnsop-cookies-09#section-5.4
Peter van Dijk [Fri, 22 Jan 2016 14:54:29 +0000 (15:54 +0100)]
Merge pull request #2591 from cmouse/notify-tsig
Sign NOTIFY with TSIG
bert hubert [Fri, 22 Jan 2016 11:45:53 +0000 (12:45 +0100)]
improve kv-example script, make sure we honor variable in there
bert hubert [Fri, 22 Jan 2016 10:32:38 +0000 (11:32 +0100)]
fix up asynchronous querying
Remi Gacogne [Fri, 22 Jan 2016 10:33:23 +0000 (11:33 +0100)]
Merge pull request #3287 from rgacogne/external-sodium
Temporarily use an external libsodium in travis, revert me later
Remi Gacogne [Fri, 22 Jan 2016 08:32:01 +0000 (09:32 +0100)]
Test if we can temporarily use external libsodium in travis
Pieter Lexis [Thu, 21 Jan 2016 12:38:03 +0000 (13:38 +0100)]
Install generated recursor.conf-dist in sysconfdir
bert hubert [Thu, 21 Jan 2016 12:06:20 +0000 (13:06 +0100)]
Merge pull request #3278 from rgacogne/dnsdist-lock-exceed-respgen
dnsdist: Lock the response ring in exceedRespGen()
Remi Gacogne [Thu, 21 Jan 2016 10:19:55 +0000 (11:19 +0100)]
dnsdist: Lock the response ring in exceedRespGen()
Hopefully this should fix #3277.
Pieter Lexis [Thu, 21 Jan 2016 10:18:14 +0000 (11:18 +0100)]
Merge pull request #3242 from pieterlexis/zone2sql-json-comments-test
Add test for zone2sql --json-comments
Pieter Lexis [Thu, 21 Jan 2016 10:18:09 +0000 (11:18 +0100)]
Merge pull request #3166 from pieterlexis/db-exceptions
Make auth crash less on transient DB failures
Remi Gacogne [Thu, 21 Jan 2016 09:27:05 +0000 (10:27 +0100)]
Merge pull request #3275 from rgacogne/dnsdist-exceedservfails-typo
dnsdist: Fix exceedServFails() case. Add exceedQRate to completion
Remi Gacogne [Thu, 21 Jan 2016 08:41:20 +0000 (09:41 +0100)]
Merge pull request #3269 from rgacogne/dnsdist-incbin-unlicense
dnsdist: Include ext/incbin/UNLICENSE in the dnsdist tarball
Remi Gacogne [Wed, 20 Jan 2016 17:09:18 +0000 (18:09 +0100)]
dnsdist: Fix exceedServFails() case. Add exceedQRate to completion
Rename exceedServfails() to exceedServFails() to be consistent.
Closes #3273.
bert hubert [Wed, 20 Jan 2016 23:51:28 +0000 (00:51 +0100)]
Update README-dnsdist.md
bert hubert [Wed, 20 Jan 2016 22:53:36 +0000 (23:53 +0100)]
Merge pull request #3274 from ahupowerdns/recpack
redo packet cache to be simpler, have more features, testcases and still reduce lines of code!
bert hubert [Wed, 20 Jan 2016 22:02:41 +0000 (23:02 +0100)]
Merge remote-tracking branch 'origin/master' into recpack
Pieter Lexis [Wed, 20 Jan 2016 20:58:50 +0000 (21:58 +0100)]
Fix auth make dist
bert hubert [Wed, 20 Jan 2016 15:51:38 +0000 (16:51 +0100)]
also support running w/o lua
bert hubert [Wed, 20 Jan 2016 14:56:17 +0000 (15:56 +0100)]
revamp recursor packet cache to be far less clever and simply hash its question case insensitively. Plus add testcases.
bert hubert [Wed, 20 Jan 2016 14:50:42 +0000 (15:50 +0100)]
implement Lua gettag() which optionally tells you which part of the packet cache to look at
bert hubert [Wed, 20 Jan 2016 14:49:37 +0000 (15:49 +0100)]
clarifying comment
Pieter Lexis [Wed, 20 Jan 2016 16:04:16 +0000 (17:04 +0100)]
Move pdns-recursor contrib to recursordist
Pieter Lexis [Wed, 20 Jan 2016 15:40:58 +0000 (16:40 +0100)]
recursor dist: add missing file
bert hubert [Wed, 20 Jan 2016 15:27:27 +0000 (16:27 +0100)]
Merge pull request #3259 from pieterlexis/recursor-autotools
Fully autotoolize the recursor distribution!
Pieter Lexis [Wed, 20 Jan 2016 12:27:02 +0000 (13:27 +0100)]
Appease the license-gods
Remi Gacogne [Wed, 20 Jan 2016 11:32:58 +0000 (12:32 +0100)]
dnsdist: Include ext/incbin/UNLICENSE in the dnsdist tarball
Aki Tuomi [Wed, 20 Jan 2016 11:19:15 +0000 (13:19 +0200)]
Fix typos
Aki Tuomi [Wed, 20 Jan 2016 11:18:50 +0000 (13:18 +0200)]
Fix typos
Aki Tuomi [Thu, 14 Jan 2016 10:08:37 +0000 (12:08 +0200)]
nit
Aki Tuomi [Thu, 14 Jan 2016 06:54:13 +0000 (08:54 +0200)]
Update tests to match changes
Aki Tuomi [Thu, 14 Jan 2016 06:53:51 +0000 (08:53 +0200)]
Assert column count when result is not empty
Aki Tuomi [Tue, 12 Jan 2016 19:59:20 +0000 (21:59 +0200)]
Use pdnsutil instead of pdnssec
Aki Tuomi [Thu, 13 Aug 2015 06:44:17 +0000 (09:44 +0300)]
Use separate setting for supermaster and notify
This allows enforcing signed supermaster notifications,
but retains compability with possible external nameservers
that do not support signed notifications.
Aki Tuomi [Wed, 12 Aug 2015 19:45:04 +0000 (22:45 +0300)]
Minimize zones
Aki Tuomi [Wed, 12 Aug 2015 18:00:41 +0000 (21:00 +0300)]
Fix name handling for tsigkeyname and algorithm
Aki Tuomi [Wed, 12 Aug 2015 17:59:54 +0000 (20:59 +0300)]
Ignore artefacts from supermaster test
Aki Tuomi [Wed, 12 Aug 2015 17:59:42 +0000 (20:59 +0300)]
Supermaster feature test
Aki Tuomi [Tue, 11 Aug 2015 06:54:17 +0000 (09:54 +0300)]
Add documentation
Aki Tuomi [Tue, 11 Aug 2015 06:49:50 +0000 (09:49 +0300)]
Update pdnsdistconf test
Aki Tuomi [Tue, 11 Aug 2015 06:40:35 +0000 (09:40 +0300)]
Indicate signed NOTIFY
Aki Tuomi [Tue, 11 Aug 2015 06:39:56 +0000 (09:39 +0300)]
Add allow-insecure-notify
Aki Tuomi [Tue, 11 Aug 2015 06:38:33 +0000 (09:38 +0300)]
Fix log levels
Aki Tuomi [Tue, 4 Aug 2015 11:51:01 +0000 (14:51 +0300)]
use DNSName for tsig keyname
Aki Tuomi [Sun, 14 Jun 2015 18:14:36 +0000 (21:14 +0300)]
In supermaster mode, set TSIG key used as domain's TSIG key
Aki Tuomi [Sun, 14 Jun 2015 18:14:05 +0000 (21:14 +0300)]
Check for correct TSIG key for domain
Aki Tuomi [Mon, 15 Jun 2015 09:54:29 +0000 (12:54 +0300)]
Add accessor for d_tsigkeyname
Aki Tuomi [Sun, 14 Jun 2015 18:08:43 +0000 (21:08 +0300)]
Sign notifications with TSIG key associated with domain
Aki Tuomi [Wed, 20 Jan 2016 11:15:11 +0000 (13:15 +0200)]
Use int/number value instead of wrapper
Aki Tuomi [Wed, 20 Jan 2016 11:15:03 +0000 (13:15 +0200)]
Check account existence
Pieter Lexis [Wed, 20 Jan 2016 10:32:28 +0000 (11:32 +0100)]
Recursor: have buildscripts use new normal configure
Pieter Lexis [Tue, 29 Dec 2015 12:35:18 +0000 (13:35 +0100)]
Autotoolize the recursor
This is done similar to dnsdist.
This commit adds a pdns_check_os.m4 to set OS dependent options.
bert hubert [Tue, 19 Jan 2016 17:11:40 +0000 (18:11 +0100)]
Merge pull request #3268 from ahupowerdns/adfilter
enhance recursor lua with a hashed IP set, plus addRecord which is more generic than addAnswer
bert hubert [Tue, 19 Jan 2016 14:44:33 +0000 (15:44 +0100)]
add an efficient ComboAddress set (loads around a million IP addresses per second)
bert hubert [Tue, 19 Jan 2016 14:44:10 +0000 (15:44 +0100)]
add ability to store comboaddress in a hashed container
bert hubert [Tue, 19 Jan 2016 11:37:56 +0000 (12:37 +0100)]
Merge pull request #3244 from pieterlexis/4.0-forward-zones
Fix the forward zones in the recursor
bert hubert [Tue, 19 Jan 2016 11:37:30 +0000 (12:37 +0100)]
Merge pull request #3258 from Habbie/rrlfixes
minor fixes to policy/RRL code
bert hubert [Tue, 19 Jan 2016 11:37:05 +0000 (12:37 +0100)]
Merge pull request #3256 from rgacogne/dnsdist-or-not
dnsdist: Add NotRule() and OrRule()
bert hubert [Tue, 19 Jan 2016 11:34:45 +0000 (12:34 +0100)]
Merge pull request #3265 from rgacogne/dnsdist-ubsan
dnsdist: Fix misaligned load/store in ECS, reported by UBSAN
bert hubert [Tue, 19 Jan 2016 10:33:04 +0000 (11:33 +0100)]
Merge pull request #3266 from rgacogne/dnsdist-fake-ds
dnsdist: Do not create socket/thread for fake DS in client mode
Pieter Lexis [Tue, 19 Jan 2016 09:55:34 +0000 (10:55 +0100)]
Merge pull request #3264 from cmouse/geoipbackend-id
Use correct id numbers for domains
Remi Gacogne [Tue, 19 Jan 2016 09:43:08 +0000 (10:43 +0100)]
Merge pull request #3255 from janeczku/auth-basic
Don't log authentication errors before sending HTTP basic auth challenge
Remi Gacogne [Tue, 19 Jan 2016 09:25:42 +0000 (10:25 +0100)]
dnsdist: Do not create socket/thread for fake DS in client mode
While parsing the configuration in client mode, we create a fake
DownstreamState for each newServer() call, because we need it to
return a valid DownstreamState object. Unfortunately this leads
to the creation of a socket for 0.0.0.0, and a subsequent
connection attempt.
We now detect that the address does not make sense in this context
and do not create the associated socket.
Closes #3257.
Aki Tuomi [Tue, 19 Jan 2016 08:38:12 +0000 (10:38 +0200)]
Use correct id numbers for domains
Remi Gacogne [Tue, 19 Jan 2016 08:28:11 +0000 (09:28 +0100)]
dnsdist: Fix misaligned load/store in ECS, reported by UBSAN
Using the buffer position as an uint16_t requires 2 byte alignment,
which is not guaranteed here.
Jan Broer [Mon, 18 Jan 2016 01:01:48 +0000 (02:01 +0100)]
Don't throw authentication error on the first request a HTTP client sends
Pieter Lexis [Mon, 18 Jan 2016 14:21:50 +0000 (15:21 +0100)]
Add empty ComboAddress equality unit-test
Pieter Lexis [Fri, 15 Jan 2016 17:00:26 +0000 (18:00 +0100)]
Fix the forward zones in the recursor
In the pre-DNSName era, when dns-native names were passed as strings, we
overloaded the NS-name for a forward or auth zone. e.g. an empty string
meant 'this is an auth zone' and '+203.0.113.1' meant 'forward to 203.0.113.1
with the RD bit set'. With DNSNames, this is impossible (yay!).
In this commit, the set of strings (and later DNSNames), is replaced by
a map where a DNSName is the key and the value is a pair of a
ComboAddress and a boolean.
A non-empty DNSName: This is a normal NS, recurse as usual (the pair is
ignored).
An empty DNSName and empty ComboAddress: We are auth for this zone,
check the auth store for an answer.
An empty DNSName and non-empty ComboAddress: The query must be forwarded
to the ComboAddress specified and the boolean in the pair tells us the
value of the RD bit in the query we need to send.
Peter van Dijk [Mon, 18 Jan 2016 11:38:30 +0000 (12:38 +0100)]
don't toString an empty dnsname
Peter van Dijk [Mon, 18 Jan 2016 10:31:48 +0000 (11:31 +0100)]
Merge pull request #3176 from zeha/nombed
Allow building with OpenSSL in place of mbedtls
Remi Gacogne [Mon, 18 Jan 2016 10:19:40 +0000 (11:19 +0100)]
dnsdist: Add NotRule() and OrRule()
Pieter Lexis [Thu, 14 Jan 2016 12:59:09 +0000 (13:59 +0100)]
Add test for zone2sql --json-comments
Closes #3181
bert hubert [Sun, 17 Jan 2016 22:20:59 +0000 (23:20 +0100)]
Merge pull request #3251 from rgacogne/dnsdist-any-tcp
dnsdist: Document toString() aliases. Add TCPRule. Make AnyTCRule set TC only over UDP
Remi Gacogne [Sun, 17 Jan 2016 15:15:18 +0000 (16:15 +0100)]
dnsdist: Add TCPRule. Make addAnyTCRule set TC=1 over UDP, not TCP.
Remi Gacogne [Sun, 17 Jan 2016 11:27:46 +0000 (12:27 +0100)]
dnsdist: Document toString() and toStringWithPort() aliases
bert hubert [Sun, 17 Jan 2016 09:49:03 +0000 (10:49 +0100)]
add makeRule convenience function, improve SuffixMatchNodeRule showRules() output, document this
bert hubert [Sat, 16 Jan 2016 21:51:11 +0000 (22:51 +0100)]
Merge pull request #3232 from Habbie/ghostfixes
Fix recursor ghost tests
Christian Hofstaedtler [Fri, 15 Jan 2016 14:17:17 +0000 (15:17 +0100)]
[FOR NOW] Disable mbedtls for travis
Christian Hofstaedtler [Sun, 3 Jan 2016 20:26:07 +0000 (21:26 +0100)]
Dist+build Recursor with openssl instead of mbedtls
Christian Hofstaedtler [Sun, 3 Jan 2016 00:39:35 +0000 (01:39 +0100)]
Port sha.hh to OpenSSL
Christian Hofstaedtler [Sun, 3 Jan 2016 00:29:52 +0000 (01:29 +0100)]
Port dnssecinfra.cc to OpenSSL
Christian Hofstaedtler [Sat, 2 Jan 2016 21:25:44 +0000 (22:25 +0100)]
Port md5.hh to OpenSSL
Christian Hofstaedtler [Sat, 2 Jan 2016 21:01:46 +0000 (22:01 +0100)]
Port dns_random.cc to OpenSSL
Christian Hofstaedtler [Sat, 2 Jan 2016 21:01:38 +0000 (22:01 +0100)]
Port base64.cc to OpenSSL
Christian Hofstaedtler [Sat, 2 Jan 2016 21:00:59 +0000 (22:00 +0100)]
Add --without-mbedtls
Will require openssl though.
bert hubert [Sat, 16 Jan 2016 15:04:59 +0000 (16:04 +0100)]
Merge pull request #3243 from a6502/master
Some fixes for lua backend for Lua version >= 5.2
bert hubert [Sat, 16 Jan 2016 12:48:27 +0000 (13:48 +0100)]
Merge pull request #3249 from ahupowerdns/cmsg-fix
found with the help of @mischapeters - turns out our recent 'supply l…
bert hubert [Sat, 16 Jan 2016 12:46:33 +0000 (13:46 +0100)]
we silently ignored your Lua script if there was no Lua support in PowerDNS Recursor. This makes us error out again.
bert hubert [Sat, 16 Jan 2016 12:26:33 +0000 (13:26 +0100)]
quick fix for compiling on FreeBSD 10.2 which appears to be what people use/need to compile powerdns 4.
bert hubert [Sat, 16 Jan 2016 11:48:53 +0000 (12:48 +0100)]
found with the help of @mischapeters - turns out our recent 'supply local address to lua' improvements triggered us to set the source address on all our replies explicitly, something FreeBSD did not like and was wasteful on Linux. Plus added some logging that would have helped debug this faster.
bert hubert [Sat, 16 Jan 2016 11:07:57 +0000 (12:07 +0100)]
set c++11 flag for freebsd too
bert hubert [Sat, 16 Jan 2016 08:15:17 +0000 (09:15 +0100)]
Merge pull request #3234 from pieterlexis/make-check-auth-tarball
remove unneeded source from auth tarball testrunner
bert hubert [Sat, 16 Jan 2016 08:14:42 +0000 (09:14 +0100)]
Merge pull request #3236 from Habbie/recursorwild
make auth-zone wildcard test actually test an auth-zone
bert hubert [Fri, 15 Jan 2016 22:35:58 +0000 (23:35 +0100)]
Merge pull request #3238 from Habbie/rawtypetest
test uninterpreted records, closes #3215