]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
10 years agoAdd a minimum offset parameter to DNSName 3766/head
Remi Gacogne [Tue, 26 Apr 2016 09:09:05 +0000 (11:09 +0200)] 
Add a minimum offset parameter to DNSName

PacketReader does not copy the header part of the DNS message,
therefore DNSName needs to be aware of the minimum valid offset
in order not to follow a pointer to an offset < sizeof(dnsheader),
as other callers expect every non-negative offset to be valid.
Found with American Fuzzy Lop and Address Sanitizer.

10 years agoUpdate yahttp, closes #3723 3765/head
Pieter Lexis [Tue, 26 Apr 2016 12:00:59 +0000 (14:00 +0200)] 
Update yahttp, closes #3723

10 years agohook up nodelay, silence output 'connecting to..' unless --verbose
bert hubert [Tue, 26 Apr 2016 11:40:06 +0000 (13:40 +0200)] 
hook up nodelay, silence output 'connecting to..' unless --verbose

10 years agosetTCPNoDelay() for dnsdist console. Yak.
bert hubert [Tue, 26 Apr 2016 11:39:08 +0000 (13:39 +0200)] 
setTCPNoDelay() for dnsdist console. Yak.

10 years agogetAction(n) for n >= number of rules now properly returns nil instead of crashing
bert hubert [Tue, 26 Apr 2016 11:35:06 +0000 (13:35 +0200)] 
getAction(n) for n >= number of rules now properly returns nil instead of crashing

10 years agoAdd AD flag to queries in the simple tests 3752/head
Pieter Lexis [Fri, 22 Apr 2016 11:07:47 +0000 (13:07 +0200)] 
Add AD flag to queries in the simple tests

10 years agoOnly process CD flags in a dnssec mode
Pieter Lexis [Fri, 22 Apr 2016 10:14:34 +0000 (12:14 +0200)] 
Only process CD flags in a dnssec mode

10 years agoTreat AD bit in query header correctly
Pieter Lexis [Thu, 21 Apr 2016 15:27:38 +0000 (17:27 +0200)] 
Treat AD bit in query header correctly

10 years agoStop skipping tests
Pieter Lexis [Thu, 21 Apr 2016 14:32:25 +0000 (16:32 +0200)] 
Stop skipping tests

10 years agocorrectly test for cd absense with dnssec=off
Pieter Lexis [Fri, 22 Apr 2016 09:26:46 +0000 (11:26 +0200)] 
correctly test for cd absense with dnssec=off

10 years agorecursor: Add DNSSEC testing infrastructure and tests (#3741)
Pieter Lexis [Tue, 26 Apr 2016 11:16:10 +0000 (13:16 +0200)] 
recursor: Add DNSSEC testing infrastructure and tests (#3741)

* Add rec dnssec test infra and initial tests

* Allow running an auth server

during the recursor regression tests.

Also add some boilerplate code so we can add DS records and root hints

* wip

* Add more infra to secure zones etc. wellKnown test passes, simple needs work

* Add own assertions, fix tests (all pass!)

* Hookup recursor DNSSEC tests to travis

* Add separate teardown classes

* Add a bogus zone

* Add tests for flag handling of the recursor

In preparation for #3682

And some new assertions

* Add flags test for bogus domains

* Lower startup delay

* refactor zones and keys

* Make pylint happy

* fix travis

* Disable WellKnown tests, they fail on travis

* WIP

* Add flag tests for insecure zone

* Change domain names to documentation names

10 years agorec: Drop non-IN records from auths, check for invalid record content 3768/head
Remi Gacogne [Mon, 25 Apr 2016 15:27:44 +0000 (17:27 +0200)] 
rec: Drop non-IN records from auths, check for invalid record content

Fix a crash in case of a bogus response from an authoritative
server.

10 years agoFix null pointer dereference on parsing error in ZoneParserTNG
Remi Gacogne [Fri, 22 Apr 2016 14:56:46 +0000 (16:56 +0200)] 
Fix null pointer dereference on parsing error in ZoneParserTNG

For example when parsing an unmatched '('

10 years agoFix off-by-one read in `latlon2ul()`
Remi Gacogne [Fri, 22 Apr 2016 14:55:59 +0000 (16:55 +0200)] 
Fix off-by-one read in `latlon2ul()`

10 years agoMerge pull request #3762 from ahupowerdns/teeaction
bert hubert [Tue, 26 Apr 2016 08:53:48 +0000 (10:53 +0200)] 
Merge pull request #3762 from ahupowerdns/teeaction

 Teeaction: send copy of query to second nameserver, sponge responses

10 years agohook up action-stats to JSON output 3762/head
bert hubert [Mon, 25 Apr 2016 18:10:13 +0000 (20:10 +0200)] 
hook up action-stats to JSON output

10 years agoedit in changes suggested by @rgacogne for TeeAction, thanks
bert hubert [Mon, 25 Apr 2016 18:02:15 +0000 (20:02 +0200)] 
edit in changes suggested by @rgacogne for TeeAction, thanks

10 years agodocument TeeAction & new getAction()
bert hubert [Mon, 25 Apr 2016 11:14:47 +0000 (13:14 +0200)] 
document TeeAction & new getAction()

10 years agomake TeeAction() quit properly, add getAction() so you can get access to an action...
bert hubert [Mon, 25 Apr 2016 10:58:07 +0000 (12:58 +0200)] 
make TeeAction() quit properly, add getAction() so you can get access to an action, add getStats() to give you raw stats

10 years agoclean up our error reporting on the console a bit, may need to happen for the remotel...
bert hubert [Mon, 25 Apr 2016 10:57:23 +0000 (12:57 +0200)] 
clean up our error reporting on the console a bit, may need to happen for the remotely connected console too

10 years agoinitial work on TeeAction, still has some missing bits, like not blocking the whole...
bert hubert [Mon, 25 Apr 2016 08:02:01 +0000 (10:02 +0200)] 
initial work on TeeAction, still has some missing bits, like not blocking the whole daemon when you delete a rule

10 years agogrepq() has no sideeffects in dnsdist.
bert hubert [Mon, 25 Apr 2016 07:58:27 +0000 (09:58 +0200)] 
grepq() has no sideeffects in dnsdist.

10 years agoMerge pull request #3755 from rgacogne/dnsdist-fix-regex-sample
Remi Gacogne [Mon, 25 Apr 2016 07:51:37 +0000 (09:51 +0200)] 
Merge pull request #3755 from rgacogne/dnsdist-fix-regex-sample

dnsdist: Fix RegexRule example in dnsdistconf.lua

10 years agoMerge pull request #3714 from rubenk/dnsdist-service
Remi Gacogne [Fri, 22 Apr 2016 19:14:04 +0000 (21:14 +0200)] 
Merge pull request #3714 from rubenk/dnsdist-service

dnsdist: add documentation links to dnsdist.service

10 years agodnsdist: Allow the use of custom headers in the web server 3754/head
Remi Gacogne [Fri, 22 Apr 2016 14:42:36 +0000 (16:42 +0200)] 
dnsdist: Allow the use of custom headers in the web server

10 years agoMerge pull request #3751 from medea61/master
Pieter Lexis [Fri, 22 Apr 2016 14:08:45 +0000 (16:08 +0200)] 
Merge pull request #3751 from medea61/master

fixing systemd capability issues #3748 & #3749

10 years agofixing #3749 3751/head
Roman Hochuli [Fri, 22 Apr 2016 09:21:40 +0000 (11:21 +0200)] 
fixing #3749

10 years agofixing #3748
Roman Hochuli [Fri, 22 Apr 2016 09:19:41 +0000 (11:19 +0200)] 
fixing #3748

10 years agodnsdist: Fix RegexRule example in dnsdistconf.lua 3755/head
Remi Gacogne [Thu, 21 Apr 2016 19:42:21 +0000 (21:42 +0200)] 
dnsdist: Fix RegexRule example in dnsdistconf.lua

10 years agoMerge pull request #3745 from pieterlexis/dnsdist-not-remote-logo
Pieter Lexis [Thu, 21 Apr 2016 10:37:06 +0000 (12:37 +0200)] 
Merge pull request #3745 from pieterlexis/dnsdist-not-remote-logo

dnsdist website, use a local logo

10 years agoMerge pull request #3744 from rgacogne/dnsdist-100final-changelog
Remi Gacogne [Thu, 21 Apr 2016 10:31:31 +0000 (12:31 +0200)] 
Merge pull request #3744 from rgacogne/dnsdist-100final-changelog

dnsdist: Update ChangeLog for 1.0.0

10 years agodnsdist website, use a local logo 3745/head
Pieter Lexis [Thu, 21 Apr 2016 10:28:50 +0000 (12:28 +0200)] 
dnsdist website, use a local logo

10 years agodnsdist: add documentation links to dnsdist.service 3714/head
Ruben Kerkhof [Fri, 15 Apr 2016 13:59:14 +0000 (15:59 +0200)] 
dnsdist: add documentation links to dnsdist.service

10 years agoMask the raw remote address based on the configured prefix length in policy RRL Lua... 3743/head
Håkan Lindqvist [Wed, 20 Apr 2016 22:27:59 +0000 (00:27 +0200)] 
Mask the raw remote address based on the configured prefix length in policy RRL Lua script

10 years agoAdd getRemoteRaw function to expose the raw remote address to Lua policy scripts
Håkan Lindqvist [Wed, 20 Apr 2016 22:23:45 +0000 (00:23 +0200)] 
Add getRemoteRaw function to expose the raw remote address to Lua policy scripts

10 years agoMerge pull request #3740 from ahupowerdns/bind-nsec-fix
Pieter Lexis [Wed, 20 Apr 2016 15:54:07 +0000 (17:54 +0200)] 
Merge pull request #3740 from ahupowerdns/bind-nsec-fix

fixes a crash in BIND backend NSEC code - but needs more work

10 years agodnsdist: Update ChangeLog for 1.0.0 3744/head
Remi Gacogne [Wed, 20 Apr 2016 14:14:19 +0000 (16:14 +0200)] 
dnsdist: Update ChangeLog for 1.0.0

10 years agoMerge pull request #3739 from rgacogne/dnsdist-drop-after-daemonize dnsdist-1.0.0
Remi Gacogne [Wed, 20 Apr 2016 12:12:54 +0000 (14:12 +0200)] 
Merge pull request #3739 from rgacogne/dnsdist-drop-after-daemonize

dnsdist: Drop privileges after daemonizing and writing our pid

10 years agothis fix prevents a crash in bind backend in dnssec mode but unsure if it does the... 3740/head
bert hubert [Wed, 20 Apr 2016 10:42:02 +0000 (12:42 +0200)] 
this fix prevents a crash in bind backend in dnssec mode but unsure if it does the right thing

10 years agodnsdist: Drop privileges after daemonizing and writing our pid 3739/head
Remi Gacogne [Wed, 20 Apr 2016 09:05:12 +0000 (11:05 +0200)] 
dnsdist: Drop privileges after daemonizing and writing our pid

10 years agoMerge pull request #3713 from rubenk/remove-contrib-dnsdist-service
Remi Gacogne [Tue, 19 Apr 2016 15:09:58 +0000 (17:09 +0200)] 
Merge pull request #3713 from rubenk/remove-contrib-dnsdist-service

dnsdist: remove contrib/dnsdist.service

10 years agoMerge pull request #3730 from rgacogne/dnsdist-top-bandwidth
Remi Gacogne [Tue, 19 Apr 2016 15:09:33 +0000 (17:09 +0200)] 
Merge pull request #3730 from rgacogne/dnsdist-top-bandwidth

dnsdist: Make `topBandwidth()` behave like other top* functions

10 years agoMerge pull request #3700 from pieterlexis/rpm-dnsdist-user
Remi Gacogne [Tue, 19 Apr 2016 15:08:55 +0000 (17:08 +0200)] 
Merge pull request #3700 from pieterlexis/rpm-dnsdist-user

dnsdist: create user from the RPM package to drop privs

10 years agotypo
Peter van Dijk [Tue, 19 Apr 2016 12:46:36 +0000 (14:46 +0200)] 
typo

10 years agoMerge pull request #3736 from rgacogne/dnsdist-nmg-rule
Remi Gacogne [Tue, 19 Apr 2016 12:37:11 +0000 (14:37 +0200)] 
Merge pull request #3736 from rgacogne/dnsdist-nmg-rule

dnsdist: Add missing Lua binding for NetmaskGroupRule()

10 years agoMerge pull request #3737 from Habbie/escapestar
Peter van Dijk [Tue, 19 Apr 2016 11:46:09 +0000 (13:46 +0200)] 
Merge pull request #3737 from Habbie/escapestar

nit

10 years agonit 3737/head
Peter van Dijk [Tue, 19 Apr 2016 11:07:04 +0000 (13:07 +0200)] 
nit

10 years agodnsdist: Add missing Lua binding for NetmaskGroupRule() 3736/head
Remi Gacogne [Tue, 19 Apr 2016 10:06:36 +0000 (12:06 +0200)] 
dnsdist: Add missing Lua binding for NetmaskGroupRule()

10 years agoMerge pull request #3731 from rgacogne/dnsdist-policies-doc
Remi Gacogne [Tue, 19 Apr 2016 07:33:44 +0000 (09:33 +0200)] 
Merge pull request #3731 from rgacogne/dnsdist-policies-doc

dnsdist: Clarify a bit the documentation of load-balancing policies

10 years agoMerge pull request #3722 from rubenk/dnsdist-disable-static
Remi Gacogne [Tue, 19 Apr 2016 07:32:27 +0000 (09:32 +0200)] 
Merge pull request #3722 from rubenk/dnsdist-disable-static

dnsdist: use LT_INIT and disable static objects

10 years agoMerge pull request #3720 from edmonds/branches/edmonds-dnswasher-fixes
bert hubert [Tue, 19 Apr 2016 05:45:55 +0000 (07:45 +0200)] 
Merge pull request #3720 from edmonds/branches/edmonds-dnswasher-fixes

Fixes for dnswasher from Robert Edmonds of Farsight - thanks!

10 years agoMerge pull request #3735 from setharnold/patch-2
bert hubert [Tue, 19 Apr 2016 05:42:18 +0000 (07:42 +0200)] 
Merge pull request #3735 from setharnold/patch-2

Mention dnsdist in main repo README.md

10 years agoMention dnsdist in main repo README.md 3735/head
setharnold [Mon, 18 Apr 2016 19:53:39 +0000 (12:53 -0700)] 
Mention dnsdist in main repo README.md

10 years agodnsdist: use LT_INIT and disable static objects 3722/head
Ruben Kerkhof [Sat, 16 Apr 2016 14:37:29 +0000 (16:37 +0200)] 
dnsdist: use LT_INIT and disable static objects

Do the same thing pdns does.

10 years agodnsdist: Clarify a bit the documentation of load-balancing policies 3731/head
Remi Gacogne [Mon, 18 Apr 2016 14:41:34 +0000 (16:41 +0200)] 
dnsdist: Clarify a bit the documentation of load-balancing policies

10 years agodnsdist: Make `topBandwidth()` behave like other top* functions 3730/head
Remi Gacogne [Mon, 18 Apr 2016 14:13:51 +0000 (16:13 +0200)] 
dnsdist: Make `topBandwidth()` behave like other top* functions

Fixes #3521.

10 years agoMerge pull request #3728 from rgacogne/dnsdist-libedit-history
Remi Gacogne [Mon, 18 Apr 2016 13:54:29 +0000 (15:54 +0200)] 
Merge pull request #3728 from rgacogne/dnsdist-libedit-history

dnsdist: Document libedit Ctrl-R workaround for CentOS 6

10 years agoMerge pull request #3710 from pieterlexis/always-validate
Peter van Dijk [Mon, 18 Apr 2016 12:37:49 +0000 (14:37 +0200)] 
Merge pull request #3710 from pieterlexis/always-validate

Always validate on 'validate' and 'log-fail'

10 years agoMerge pull request #3726 from ahupowerdns/getca-netmasks
bert hubert [Mon, 18 Apr 2016 11:22:21 +0000 (13:22 +0200)] 
Merge pull request #3726 from ahupowerdns/getca-netmasks

implement getCA() for faster & native IP address extraction in Lua sc…

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Mon, 18 Apr 2016 11:05:45 +0000 (13:05 +0200)] 
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoimplement an official pretty ordering for DNSRecords and use it
bert hubert [Mon, 18 Apr 2016 11:05:25 +0000 (13:05 +0200)] 
implement an official pretty ordering for DNSRecords and use it

10 years agoMerge pull request #3655 from zeha/setptr-soaeditapi
Peter van Dijk [Mon, 18 Apr 2016 11:02:56 +0000 (13:02 +0200)] 
Merge pull request #3655 from zeha/setptr-soaeditapi

API: Fix set-ptr to honor SOA-EDIT-API

10 years agomake pdnsutil edit-zone operate on a 'prettysorted' zone in canonical order, except...
bert hubert [Mon, 18 Apr 2016 10:10:44 +0000 (12:10 +0200)] 
make pdnsutil edit-zone operate on a 'prettysorted' zone in canonical order, except that SOA always comes on top

10 years agodnsdist: Document libedit Ctrl-R workaround for CentOS 6 3728/head
Remi Gacogne [Mon, 18 Apr 2016 09:30:34 +0000 (11:30 +0200)] 
dnsdist: Document libedit Ctrl-R workaround for CentOS 6

Fixes #3227.

10 years agoAdd a paragraph on dropping privs 3700/head
Pieter Lexis [Wed, 13 Apr 2016 08:37:22 +0000 (10:37 +0200)] 
Add a paragraph on dropping privs

10 years agoAdd dnsdist user when installing RPMs
Pieter Lexis [Wed, 13 Apr 2016 08:04:01 +0000 (10:04 +0200)] 
Add dnsdist user when installing RPMs

10 years agoMerge pull request #3711 from rubenk/dnsdist-require-systemd-devel-for-rpm
Remi Gacogne [Mon, 18 Apr 2016 07:46:27 +0000 (09:46 +0200)] 
Merge pull request #3711 from rubenk/dnsdist-require-systemd-devel-for-rpm

dnsdist: building rpm needs systemd headers

10 years agoMerge pull request #3712 from rgacogne/dnsdist-make-check
Remi Gacogne [Mon, 18 Apr 2016 07:45:51 +0000 (09:45 +0200)] 
Merge pull request #3712 from rgacogne/dnsdist-make-check

dnsdist: Make check should run testrunner

10 years agoMerge pull request #3724 from zeha/mips-atomic
Remi Gacogne [Mon, 18 Apr 2016 07:45:18 +0000 (09:45 +0200)] 
Merge pull request #3724 from zeha/mips-atomic

dnsdist: include PDNS_CHECK_OS in configure

10 years agoprettyfi the pdnsutil edit-zone diff output by grouping changed names together
bert hubert [Sun, 17 Apr 2016 17:44:31 +0000 (19:44 +0200)] 
prettyfi the pdnsutil edit-zone diff output by grouping changed names together

10 years agodnsdist: include PDNS_CHECK_OS in configure 3724/head
Christian Hofstaedtler [Sun, 17 Apr 2016 09:55:15 +0000 (11:55 +0200)] 
dnsdist: include PDNS_CHECK_OS in configure

Follow up fix to #3593 which added -latomic on mips(el), but
dnsdist did not use the macro where this got added.

10 years agodnswasher: Write obfuscated IPv6 prefixes in network byte order 3720/head
Robert Edmonds [Sat, 16 Apr 2016 00:54:22 +0000 (20:54 -0400)] 
dnswasher: Write obfuscated IPv6 prefixes in network byte order

Make the IPv6 code path follow the IPv4 code path by writing out the
IPObfuscator counter in network byte order.

This makes the obfuscated IPv6 addresses easier to read and avoids
making the output of the tool vary based on the host byte order.

10 years agodnswasher: Remove offsets from IPv6 src/dst pointers
Robert Edmonds [Sat, 16 Apr 2016 00:48:52 +0000 (20:48 -0400)] 
dnswasher: Remove offsets from IPv6 src/dst pointers

I'm not entirely sure why this code was offsetting the IPv6
source/destination header fields, but this commit removes those offsets.

This results in the obfuscation of the first 64 bits of the IPv6
source/destination addresses. (Arguably the whole address should be
obfuscated, though.)

10 years agodnswasher: Only zero the IP header checksum for IPv4
Robert Edmonds [Sat, 16 Apr 2016 00:43:34 +0000 (20:43 -0400)] 
dnswasher: Only zero the IP header checksum for IPv4

IPv6 doesn't have a checksum field. This code previously zeroed the
space in the header where the IPv4 header checksum would be, regardless
of IP header version.

10 years agodnswasher: Don't spam stdout in IPObfuscator::obf6()
Robert Edmonds [Sat, 16 Apr 2016 00:42:21 +0000 (20:42 -0400)] 
dnswasher: Don't spam stdout in IPObfuscator::obf6()

10 years agodnspcap: Decode IPv6 packets in DLT_RAW captures correctly
Robert Edmonds [Sat, 16 Apr 2016 00:36:19 +0000 (20:36 -0400)] 
dnspcap: Decode IPv6 packets in DLT_RAW captures correctly

DLT_RAW captures (linktype 101) were not handling IPv6 packets
correctly.

For DLT_RAW, PcapPacketReader::getUDPPacket() synthesizes a fake
ethertype value (the "contentCode" variable), but for IPv6 it was
incorrectly set to 0x0806 (ARP) instead of 0x86dd (IPv6). This caused
IPv6 packets to silently be discarded.

10 years agodnswasher: Fix comment at top of file (RD -> QR)
Robert Edmonds [Sat, 16 Apr 2016 00:34:02 +0000 (20:34 -0400)] 
dnswasher: Fix comment at top of file (RD -> QR)

Only the QR bit (not the RD bit) is consulted when determining which IP
address to obfuscate.

10 years agoMerge pull request #3715 from mzealey/readme-patch
Peter van Dijk [Fri, 15 Apr 2016 16:12:16 +0000 (18:12 +0200)] 
Merge pull request #3715 from mzealey/readme-patch

Add in tools required for recursor ubuntu build

10 years agoAdd in tools required for recursor ubuntu build 3715/head
Mark Zealey [Fri, 15 Apr 2016 16:10:30 +0000 (19:10 +0300)] 
Add in tools required for recursor ubuntu build

10 years agodnsdist: remove contrib/dnsdist.service 3713/head
Ruben Kerkhof [Fri, 15 Apr 2016 13:56:41 +0000 (15:56 +0200)] 
dnsdist: remove contrib/dnsdist.service

One service file is more than enough

10 years agodnsdist: Make check should run testrunner 3712/head
Remi Gacogne [Fri, 15 Apr 2016 13:51:38 +0000 (15:51 +0200)] 
dnsdist: Make check should run testrunner

Thanks @rubenk !

10 years agodnsdist: building rpm needs systemd headers 3711/head
Ruben Kerkhof [Fri, 15 Apr 2016 12:58:05 +0000 (14:58 +0200)] 
dnsdist: building rpm needs systemd headers

We check for the systemd headers, which are in systemd-devel

checking systemd/sd-daemon.h usability... no
checking systemd/sd-daemon.h presence... no
checking for systemd/sd-daemon.h... no

10 years agoAlways validate on 'validate' and 'log-fail' 3710/head
Pieter Lexis [Fri, 15 Apr 2016 09:55:40 +0000 (11:55 +0200)] 
Always validate on 'validate' and 'log-fail'

Closes #3709

Also add a comment in the code regarding another DNSSEC ticket

10 years agoimplement getCA() for faster & native IP address extraction in Lua scripts plus docum... 3726/head
bert hubert [Fri, 15 Apr 2016 08:23:49 +0000 (10:23 +0200)] 
implement getCA() for faster & native IP address extraction in Lua scripts plus document and implement faster way of loading large amounts of netmasks from file.

10 years agoIncrease MySQL client timeouts from 10 seconds 3707/head
Brynjar Eide [Thu, 14 Apr 2016 17:56:10 +0000 (19:56 +0200)] 
Increase MySQL client timeouts from 10 seconds

If a query runs for 10 seconds or more, the connection is killed from the client side.

Bumping this timeout value to three minutes should hopefully be good enough for most situations, until a configurable option can be added.

10 years agoMerge pull request #3704 from rgacogne/dnsdist-beta1-changelog
Remi Gacogne [Thu, 14 Apr 2016 13:04:25 +0000 (15:04 +0200)] 
Merge pull request #3704 from rgacogne/dnsdist-beta1-changelog

dnsdist: beta1 ChangeLog

10 years agodnsdist: beta1 ChangeLog 3704/head
Remi Gacogne [Thu, 14 Apr 2016 13:02:37 +0000 (15:02 +0200)] 
dnsdist: beta1 ChangeLog

10 years agotypo dnsdist-1.0.0-beta1
Peter van Dijk [Thu, 14 Apr 2016 07:29:41 +0000 (09:29 +0200)] 
typo

10 years agoAPI: honor set-ptr during zone create, too 3655/head
Christian Hofstaedtler [Wed, 13 Apr 2016 20:30:40 +0000 (22:30 +0200)] 
API: honor set-ptr during zone create, too

10 years agoAPI: extract storeChangedPTRs out of patchZone
Christian Hofstaedtler [Wed, 13 Apr 2016 20:30:31 +0000 (22:30 +0200)] 
API: extract storeChangedPTRs out of patchZone

10 years agoAPI: one UeberBackend less
Christian Hofstaedtler [Wed, 13 Apr 2016 20:25:33 +0000 (22:25 +0200)] 
API: one UeberBackend less

10 years agoAPI: honor SOA-EDIT-API when handling set-ptr
Christian Hofstaedtler [Wed, 13 Apr 2016 20:19:29 +0000 (22:19 +0200)] 
API: honor SOA-EDIT-API when handling set-ptr

10 years agoAPI: actually set SOA-EDIT-API DEFAULT
Christian Hofstaedtler [Wed, 13 Apr 2016 20:18:50 +0000 (22:18 +0200)] 
API: actually set SOA-EDIT-API DEFAULT

10 years agoAPI: Expand set-ptr test to check for SOA-EDIT-API result
Christian Hofstaedtler [Sun, 3 Apr 2016 09:00:21 +0000 (11:00 +0200)] 
API: Expand set-ptr test to check for SOA-EDIT-API result

(And cleanup incorrect comment in existing tests.)

10 years agoMerge pull request #3697 from pieterlexis/split-travis
bert hubert [Wed, 13 Apr 2016 19:47:23 +0000 (21:47 +0200)] 
Merge pull request #3697 from pieterlexis/split-travis

Split travis between auth, recursor, dnsdist and docs

10 years agoMerge pull request #3701 from rgacogne/protobuf-fixes
bert hubert [Wed, 13 Apr 2016 15:53:57 +0000 (17:53 +0200)] 
Merge pull request #3701 from rgacogne/protobuf-fixes

Protobuf: Encode UUID in binary. Add question to the response msg

10 years agoMerge pull request #3702 from ahupowerdns/dnsreplay-real
bert hubert [Wed, 13 Apr 2016 15:41:35 +0000 (17:41 +0200)] 
Merge pull request #3702 from ahupowerdns/dnsreplay-real

Dnsreplay & ednssubnet: teach dnsreplay to add original IP address as ECS & recursor to log it

10 years agodon't try to do protobuf w/o protobuf 3702/head
bert hubert [Wed, 13 Apr 2016 13:40:52 +0000 (15:40 +0200)] 
don't try to do protobuf w/o protobuf

10 years agoadd ECS logging to pdns_recursor, teach dnsreplay to add original IP address as ECS...
bert hubert [Wed, 13 Apr 2016 12:53:27 +0000 (14:53 +0200)] 
add ECS logging to pdns_recursor, teach dnsreplay to add original IP address as ECS, plus document all this

10 years agoProtobuf: Encode UUID in binary. Add question to the response msg 3701/head
Remi Gacogne [Wed, 13 Apr 2016 11:16:13 +0000 (13:16 +0200)] 
Protobuf: Encode UUID in binary. Add question to the response msg

Also:
- merge the dnsdist and recursor Remote Logger implementations.
- fix the protobuf logging over TCP in dnsdist