]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
10 years agoUpdate .travis.yml so travis can build the docs 2718/head
Pieter Lexis [Mon, 31 Aug 2015 07:24:39 +0000 (09:24 +0200)] 
Update .travis.yml so travis can build the docs

10 years agoUpdate the docs on docs (yo!)
Pieter Lexis [Mon, 31 Aug 2015 07:20:31 +0000 (09:20 +0200)] 
Update the docs on docs (yo!)

10 years agoUse the mkdocs 0.12+ pages layout in mkdocs.yml
Pieter Lexis [Mon, 31 Aug 2015 07:16:51 +0000 (09:16 +0200)] 
Use the mkdocs 0.12+ pages layout in mkdocs.yml

10 years agoDon't title the docs 'None', closes #2717
Pieter Lexis [Mon, 31 Aug 2015 07:13:19 +0000 (09:13 +0200)] 
Don't title the docs 'None', closes #2717

For some reason, mkdocs insists that the title of the homepage is
'None', even though we set it in the config.

10 years agoand update the SOA of secpoll zone
bert hubert [Sat, 29 Aug 2015 11:28:34 +0000 (13:28 +0200)] 
and update the SOA of secpoll zone

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Sat, 29 Aug 2015 11:26:33 +0000 (13:26 +0200)] 
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoMerge pull request #2714 from pieterlexis/sec-notice-3.4.5
Pieter Lexis [Fri, 28 Aug 2015 16:27:34 +0000 (18:27 +0200)] 
Merge pull request #2714 from pieterlexis/sec-notice-3.4.5

Small documentation fixes

10 years agofix a broken link 2714/head
Pieter Lexis [Fri, 28 Aug 2015 16:17:06 +0000 (18:17 +0200)] 
fix a broken link

10 years agoAdd a notification to advisory 2015-01 to the changelog
Pieter Lexis [Fri, 28 Aug 2015 16:16:52 +0000 (18:16 +0200)] 
Add a notification to advisory 2015-01 to the changelog

10 years agoMerge pull request #2708 from pieterlexis/rel-notes-3.4.6
Pieter Lexis [Fri, 28 Aug 2015 14:22:54 +0000 (16:22 +0200)] 
Merge pull request #2708 from pieterlexis/rel-notes-3.4.6

Add auth 3.4.6 changelog

10 years agoUpdate secpoll for 3.4.6 2708/head
Pieter Lexis [Fri, 28 Aug 2015 14:03:47 +0000 (16:03 +0200)] 
Update secpoll for 3.4.6

10 years agoAdd auth 3.4.6 changelog
Pieter Lexis [Thu, 27 Aug 2015 08:01:53 +0000 (10:01 +0200)] 
Add auth 3.4.6 changelog

10 years agoMerge pull request #2713 from synapse451/patch-1
Peter van Dijk [Fri, 28 Aug 2015 05:39:44 +0000 (07:39 +0200)] 
Merge pull request #2713 from synapse451/patch-1

Update responsestats.cc

10 years agoUpdate responsestats.cc 2713/head
synapse451 [Fri, 28 Aug 2015 04:20:35 +0000 (21:20 -0700)] 
Update responsestats.cc

10 years agoadd a NoRecurseRule, intended to strip queries of RD-bit over certain QPS rate (that...
bert hubert [Thu, 27 Aug 2015 15:12:58 +0000 (17:12 +0200)] 
add a NoRecurseRule, intended to strip queries of RD-bit over certain QPS rate (that part isn't there yet)

10 years agosince DNSName now accepts things w/o trialing . as domain names, suddenly dnsdist...
bert hubert [Thu, 27 Aug 2015 15:12:23 +0000 (17:12 +0200)] 
since DNSName now accepts things w/o trialing . as domain names, suddenly dnsdist parsed all netmasks as domain names. Now try mask first and if that fails, try domain name.

10 years agoMerge pull request #2710 from ahupowerdns/dnsdistclean
bert hubert [Thu, 27 Aug 2015 14:23:20 +0000 (16:23 +0200)] 
Merge pull request #2710 from ahupowerdns/dnsdistclean

Dnsdistclean

10 years agofix .gitignore 2710/head
bert hubert [Wed, 26 Aug 2015 13:31:22 +0000 (15:31 +0200)] 
fix .gitignore

10 years agoteach blockFilter to TCP code, but ignore truncation requests coming from it
bert hubert [Wed, 26 Aug 2015 12:38:42 +0000 (14:38 +0200)] 
teach blockFilter to TCP code, but ignore truncation requests coming from it

10 years agoshould fix up make dist
bert hubert [Wed, 26 Aug 2015 12:38:24 +0000 (14:38 +0200)] 
should fix up make dist

10 years agoadd required mbedtls links
bert hubert [Wed, 26 Aug 2015 12:08:35 +0000 (14:08 +0200)] 
add required mbedtls links

10 years agoremove 'populate' hack, check in symlinks directly
bert hubert [Wed, 26 Aug 2015 11:58:11 +0000 (13:58 +0200)] 
remove 'populate' hack, check in symlinks directly

10 years agoMerge pull request #2707 from mind04/answer
Peter van Dijk [Wed, 26 Aug 2015 09:29:25 +0000 (11:29 +0200)] 
Merge pull request #2707 from mind04/answer

log answer packets only if log-dns-details is enabled

10 years agolog answer packets only if log-dns-details is enabled 2707/head
Kees Monshouwer [Wed, 26 Aug 2015 08:29:14 +0000 (10:29 +0200)] 
log answer packets only if log-dns-details is enabled

10 years agoMerge pull request #2687 from zeha/api-dnsname-fixes
Peter van Dijk [Tue, 25 Aug 2015 21:33:06 +0000 (23:33 +0200)] 
Merge pull request #2687 from zeha/api-dnsname-fixes

API DNSName fixes

10 years agoMerge pull request #2688 from mind04/mbedtls
Peter van Dijk [Tue, 25 Aug 2015 19:01:58 +0000 (21:01 +0200)] 
Merge pull request #2688 from mind04/mbedtls

add mbed TLS 2.0.0 support

10 years agoMerge pull request #2691 from cmouse/unknown-edns
Peter van Dijk [Tue, 25 Aug 2015 15:51:44 +0000 (17:51 +0200)] 
Merge pull request #2691 from cmouse/unknown-edns

Unknown edns

10 years agoAdd test for EDNS handling 2691/head
Aki Tuomi [Mon, 17 Aug 2015 18:52:17 +0000 (21:52 +0300)] 
Add test for EDNS handling

10 years agoAdd EDNS unknown version handling
Aki Tuomi [Mon, 17 Aug 2015 18:10:33 +0000 (21:10 +0300)] 
Add EDNS unknown version handling

10 years agoMerge pull request #2703 from mind04/boost-m4
Peter van Dijk [Tue, 25 Aug 2015 13:50:31 +0000 (15:50 +0200)] 
Merge pull request #2703 from mind04/boost-m4

sync boost.m4 macro with upstream

10 years agosync boost.m4 macro with upstream 2703/head
Kees Monshouwer [Mon, 24 Aug 2015 21:18:22 +0000 (23:18 +0200)] 
sync boost.m4 macro with upstream

10 years agoMerge pull request #2704 from cmouse/enforce-slave-no
Peter van Dijk [Tue, 25 Aug 2015 07:24:23 +0000 (09:24 +0200)] 
Merge pull request #2704 from cmouse/enforce-slave-no

Do not check slave domain freshness unless slave=yes

10 years agoDo not check slave domain freshness unless slave=yes 2704/head
Aki Tuomi [Tue, 25 Aug 2015 03:51:01 +0000 (06:51 +0300)] 
Do not check slave domain freshness unless slave=yes

Before this, the code would perform initial AXFR from
master(s) for slave domains on nameserver with slave=no.

10 years agoMerge pull request #2702 from mind04/testbuild
Peter van Dijk [Mon, 24 Aug 2015 18:40:38 +0000 (20:40 +0200)] 
Merge pull request #2702 from mind04/testbuild

remove test specs from dist and build scripts

10 years agoremove test specs from dist and build scripts 2702/head
Kees Monshouwer [Mon, 24 Aug 2015 18:32:44 +0000 (20:32 +0200)] 
remove test specs from dist and build scripts

10 years agoMerge pull request #2701 from mind04/testbuild
Peter van Dijk [Mon, 24 Aug 2015 18:27:12 +0000 (20:27 +0200)] 
Merge pull request #2701 from mind04/testbuild

remove rawhide testbuild spec files

10 years agoremove rawhide testbuild spec files 2701/head
Kees Monshouwer [Mon, 24 Aug 2015 18:25:44 +0000 (20:25 +0200)] 
remove rawhide testbuild spec files

10 years agodespite #2635, fix up lmdb a bit for DNSName so it at least the ReverseBackend class...
bert hubert [Mon, 24 Aug 2015 11:36:15 +0000 (13:36 +0200)] 
despite #2635, fix up lmdb a bit for DNSName so it at least the ReverseBackend class does not generate errors. Plus use spiffy C++2011 'override' to turn this warning into an error.

10 years agoMerge pull request #2697 from zeha/doc-fixes
bert hubert [Sun, 23 Aug 2015 17:45:06 +0000 (19:45 +0200)] 
Merge pull request #2697 from zeha/doc-fixes

Make mypgsql docs nicer to read

10 years agoMake mypgsql docs nicer to read 2697/head
Christian Hofstaedtler [Sun, 23 Aug 2015 17:29:53 +0000 (19:29 +0200)] 
Make mypgsql docs nicer to read

10 years agoimprove error message for backend overload
bert hubert [Wed, 19 Aug 2015 14:40:48 +0000 (16:40 +0200)] 
improve error message for backend overload

10 years agoadd freebsd link
bert hubert [Tue, 18 Aug 2015 11:17:14 +0000 (13:17 +0200)] 
add freebsd link

10 years agodetect 1.3.x and 2.0.x system mbed TLS versions 2688/head
Kees Monshouwer [Sat, 15 Aug 2015 17:18:05 +0000 (19:18 +0200)] 
detect 1.3.x and 2.0.x system mbed TLS versions

10 years agodnsdist: add missing mbed TLS includes
Kees Monshouwer [Sat, 15 Aug 2015 14:01:50 +0000 (16:01 +0200)] 
dnsdist: add missing mbed TLS includes

10 years agoupdate included mbedtls to 2.0.0
Kees Monshouwer [Sat, 15 Aug 2015 10:40:50 +0000 (12:40 +0200)] 
update included mbedtls to 2.0.0

10 years agorestore mbed TSL 1.3.x compatibility
Kees Monshouwer [Fri, 14 Aug 2015 22:00:40 +0000 (00:00 +0200)] 
restore mbed TSL 1.3.x compatibility

10 years agocompile against mbed TLS 2.0.0
Kees Monshouwer [Fri, 14 Aug 2015 20:08:03 +0000 (22:08 +0200)] 
compile against mbed TLS 2.0.0

10 years agogoodby PolarSSL, hello mbed TLS
Kees Monshouwer [Fri, 14 Aug 2015 12:06:53 +0000 (14:06 +0200)] 
goodby PolarSSL, hello mbed TLS

10 years agodisable AES-NI instructions and VIA PadLock in mbedtls
Kees Monshouwer [Fri, 14 Aug 2015 10:43:05 +0000 (12:43 +0200)] 
disable AES-NI instructions and VIA PadLock in mbedtls

10 years agoupdate polarssl to mbedtls 1.3.12
Kees Monshouwer [Fri, 14 Aug 2015 09:51:05 +0000 (11:51 +0200)] 
update polarssl to mbedtls 1.3.12

10 years agoMerge pull request #2682 from cmouse/pkcs11-locking-fix
Pieter Lexis [Thu, 13 Aug 2015 07:22:05 +0000 (09:22 +0200)] 
Merge pull request #2682 from cmouse/pkcs11-locking-fix

Remove lock where it does not belong

10 years agoAPI: fix crash when checking if RR is part of parent zone 2687/head
Christian Hofstaedtler [Wed, 12 Aug 2015 19:09:43 +0000 (21:09 +0200)] 
API: fix crash when checking if RR is part of parent zone

10 years agoAPI: fix names in zone list being garbage
Christian Hofstaedtler [Wed, 12 Aug 2015 18:51:23 +0000 (20:51 +0200)] 
API: fix names in zone list being garbage

10 years agoMerge pull request #2677 from mind04/ed25519
Peter van Dijk [Wed, 12 Aug 2015 15:24:50 +0000 (17:24 +0200)] 
Merge pull request #2677 from mind04/ed25519

ed25519 implementation is now in line with draft-sury-dnskey-ed25519-01

10 years agoed25519 is experimental 2677/head
Kees Monshouwer [Sun, 9 Aug 2015 09:37:52 +0000 (11:37 +0200)] 
ed25519 is experimental

10 years agorun pdnssec test-algorithms in travis
Kees Monshouwer [Sat, 8 Aug 2015 19:33:10 +0000 (21:33 +0200)] 
run pdnssec test-algorithms in travis

10 years agoremove 'Ref10 ED25519' from source tree
Kees Monshouwer [Sat, 8 Aug 2015 11:36:00 +0000 (13:36 +0200)] 
remove 'Ref10 ED25519' from source tree

10 years agouse libsodium for ed25519
Kees Monshouwer [Sat, 8 Aug 2015 11:28:42 +0000 (13:28 +0200)] 
use libsodium for ed25519

Testing algorithm 250: 'Ref10 ED25519' ->'Ref10 ED25519' -> 'Ref10 ED25519' Signature & verify ok, signature 164usec, verify 400usec
Testing algorithm 250: 'Ref10 ED25519' ->'Ref10 ED25519' -> 'Sodium' Signature & verify ok, signature 169usec, verify 165usec
Testing algorithm 250: 'Ref10 ED25519' ->'Sodium' -> 'Ref10 ED25519' Signature & verify ok, signature 62usec, verify 407usec
Testing algorithm 250: 'Ref10 ED25519' ->'Sodium' -> 'Sodium' Signature & verify ok, signature 62usec, verify 149usec
Testing algorithm 250: 'Sodium' ->'Ref10 ED25519' -> 'Ref10 ED25519' Signature & verify ok, signature 162usec, verify 397usec
Testing algorithm 250: 'Sodium' ->'Ref10 ED25519' -> 'Sodium' Signature & verify ok, signature 161usec, verify 149usec
Testing algorithm 250: 'Sodium' ->'Sodium' -> 'Ref10 ED25519' Signature & verify ok, signature 61usec, verify 394usec
Testing algorithm 250: 'Sodium' ->'Sodium' -> 'Sodium' Signature & verify ok, signature 60usec, verify 150usec

10 years agoRemove lock where it does not belong 2682/head
Aki Tuomi [Sat, 8 Aug 2015 17:28:16 +0000 (20:28 +0300)] 
Remove lock where it does not belong

10 years agoed25519signers.cc whitespace and comments
Kees Monshouwer [Thu, 6 Aug 2015 22:43:05 +0000 (00:43 +0200)] 
ed25519signers.cc whitespace and comments

10 years agoed25519signers.cc scoped_ptr -> uniqe_ptr
Kees Monshouwer [Thu, 6 Aug 2015 22:32:06 +0000 (00:32 +0200)] 
ed25519signers.cc scoped_ptr -> uniqe_ptr

10 years agoed25519 implementation is now in line with draft-sury-dnskey-ed25519-00 https://datat...
Kees Monshouwer [Fri, 31 Jul 2015 00:57:15 +0000 (02:57 +0200)] 
ed25519 implementation is now in line with draft-sury-dnskey-ed25519-00 https://datatracker.ietf.org/doc/draft-sury-dnskey-ed25519/

10 years agoMerge pull request #2649 from pieterlexis/issue-518-pdnssec-exit-on-first-error
Pieter Lexis [Fri, 7 Aug 2015 13:02:43 +0000 (15:02 +0200)] 
Merge pull request #2649 from pieterlexis/issue-518-pdnssec-exit-on-first-error

pdnssec check-all-zones: allow exit on first error

10 years agopdnssec check-all-zones: allow exit on first error 2649/head
Pieter Lexis [Tue, 21 Jul 2015 10:04:26 +0000 (12:04 +0200)] 
pdnssec check-all-zones: allow exit on first error

Closes #518.

Furthermore, `pdnssec check-zone` and `pdnssec check-all-zones` now
exits with 1 when one or more errors have been found and 0 when the/all
zone(s) are OK.

10 years agoMerge pull request #2675 from pieterlexis/fix-testrunner-ld
Pieter Lexis [Thu, 6 Aug 2015 12:58:30 +0000 (14:58 +0200)] 
Merge pull request #2675 from pieterlexis/fix-testrunner-ld

Fix the testrunner (unbreak master make check)

10 years agoFix the testrunner 2675/head
Pieter Lexis [Thu, 6 Aug 2015 12:02:33 +0000 (14:02 +0200)] 
Fix the testrunner

It was broken because a source was missing. That wasn't caught because
travis didn't retest #2638

10 years agoMerge pull request #2673 from cmouse/search-api-fix
Pieter Lexis [Thu, 6 Aug 2015 07:54:50 +0000 (09:54 +0200)] 
Merge pull request #2673 from cmouse/search-api-fix

Search api fix

10 years agoMerge pull request #2638 from pieterlexis/dnsname-build-fixes
Pieter Lexis [Wed, 5 Aug 2015 23:11:00 +0000 (01:11 +0200)] 
Merge pull request #2638 from pieterlexis/dnsname-build-fixes

Dnsname build fixes

10 years agoUse escaped_pattern instead of pattern 2673/head
Aki Tuomi [Wed, 5 Aug 2015 15:56:22 +0000 (18:56 +0300)] 
Use escaped_pattern instead of pattern

10 years agoUse extractComment for comments
Aki Tuomi [Wed, 5 Aug 2015 15:56:04 +0000 (18:56 +0300)] 
Use extractComment for comments

10 years agoMerge pull request #2672 from pieterlexis/boost-GCC-5.2
Pieter Lexis [Wed, 5 Aug 2015 13:52:46 +0000 (15:52 +0200)] 
Merge pull request #2672 from pieterlexis/boost-GCC-5.2

Support gcc 5.2 detection for boost

10 years agoSupport gcc 5.2 detection for boost 2672/head
Pieter Lexis [Wed, 5 Aug 2015 12:44:54 +0000 (14:44 +0200)] 
Support gcc 5.2 detection for boost

10 years agoMerge pull request #2663 from cmouse/search-api
Pieter Lexis [Wed, 5 Aug 2015 10:32:07 +0000 (12:32 +0200)] 
Merge pull request #2663 from cmouse/search-api

Implement search-data using dedicated API calls.

10 years agoUpdate remotebackend documentation 2663/head
Aki Tuomi [Sat, 1 Aug 2015 05:34:03 +0000 (08:34 +0300)] 
Update remotebackend documentation

10 years agoUpdate tests
Aki Tuomi [Sat, 1 Aug 2015 05:11:08 +0000 (08:11 +0300)] 
Update tests

10 years agoAdd support for searchRecords to bind backend
Aki Tuomi [Fri, 31 Jul 2015 20:28:44 +0000 (23:28 +0300)] 
Add support for searchRecords to bind backend

10 years agoAdd SimpleMatch matcher
Aki Tuomi [Fri, 31 Jul 2015 19:38:55 +0000 (22:38 +0300)] 
Add SimpleMatch matcher

This utility class lets you do simple * and ? based matching.

10 years agoAdd support for searchRecords to RemoteBackend
Aki Tuomi [Thu, 30 Jul 2015 17:23:29 +0000 (20:23 +0300)] 
Add support for searchRecords to RemoteBackend

10 years agoAdd search records/comments to gOracle backend
Aki Tuomi [Thu, 30 Jul 2015 17:13:10 +0000 (20:13 +0300)] 
Add search records/comments to gOracle backend

10 years agoAdd search records/comments to gMySQL backend
Aki Tuomi [Thu, 30 Jul 2015 17:12:09 +0000 (20:12 +0300)] 
Add search records/comments to gMySQL backend

10 years agoAdd search records/comments to gPgSQL backend
Aki Tuomi [Thu, 30 Jul 2015 17:11:21 +0000 (20:11 +0300)] 
Add search records/comments to gPgSQL backend

10 years agoAdd search records/comments to gSQLite3
Aki Tuomi [Thu, 30 Jul 2015 17:00:40 +0000 (20:00 +0300)] 
Add search records/comments to gSQLite3

10 years agoUse searchRecords and searchComments in search-data
Aki Tuomi [Thu, 30 Jul 2015 16:26:11 +0000 (19:26 +0300)] 
Use searchRecords and searchComments in search-data

10 years agoAdd searchRecords and searchComments to GSQL
Aki Tuomi [Thu, 30 Jul 2015 13:45:38 +0000 (16:45 +0300)] 
Add searchRecords and searchComments to GSQL

10 years agoAdd searchRecords and searchComments API call
Aki Tuomi [Thu, 30 Jul 2015 13:38:57 +0000 (16:38 +0300)] 
Add searchRecords and searchComments API call

10 years agoMerge pull request #2665 from cmouse/update-yahttp
Pieter Lexis [Tue, 4 Aug 2015 11:36:05 +0000 (13:36 +0200)] 
Merge pull request #2665 from cmouse/update-yahttp

Update YaHTTP to v0.1.7

10 years agoMerge pull request #2670 from pieterlexis/randombackends-tests
Pieter Lexis [Tue, 4 Aug 2015 11:33:47 +0000 (13:33 +0200)] 
Merge pull request #2670 from pieterlexis/randombackends-tests

Unbreak tests

10 years agoDecrease sleep, don't output result of sdig for randombackend 2670/head
Pieter Lexis [Tue, 4 Aug 2015 09:41:26 +0000 (11:41 +0200)] 
Decrease sleep, don't output result of sdig for randombackend

10 years agoRemove timing sensitive counters from tests
Pieter Lexis [Tue, 4 Aug 2015 09:40:46 +0000 (11:40 +0200)] 
Remove timing sensitive counters from tests

10 years agoadd randombackend symlink for tests
Peter van Dijk [Fri, 31 Jul 2015 21:21:14 +0000 (23:21 +0200)] 
add randombackend symlink for tests

10 years agoUpdate YaHTTP to v0.1.7 2665/head
Aki Tuomi [Sat, 1 Aug 2015 03:39:40 +0000 (06:39 +0300)] 
Update YaHTTP to v0.1.7

10 years agoMerge pull request #2641 from pieterlexis/issue-2576-count-TCP-queries
Peter van Dijk [Fri, 31 Jul 2015 20:23:37 +0000 (22:23 +0200)] 
Merge pull request #2641 from pieterlexis/issue-2576-count-TCP-queries

Several authoritative statistics fixes

10 years agoMerge pull request #2660 from mind04/recursor
Peter van Dijk [Fri, 31 Jul 2015 20:15:02 +0000 (22:15 +0200)] 
Merge pull request #2660 from mind04/recursor

recursor bulktest is back in travis

10 years agoMerge pull request #2662 from rubenk/drop-support-for-old-polarssl
Peter van Dijk [Fri, 31 Jul 2015 14:27:25 +0000 (16:27 +0200)] 
Merge pull request #2662 from rubenk/drop-support-for-old-polarssl

Drop support for old polarssl

10 years agoRemove unused SHA224Summer 2662/head
Ruben Kerkhof [Fri, 31 Jul 2015 11:06:06 +0000 (13:06 +0200)] 
Remove unused SHA224Summer

10 years agoBump minimum required polarssl version to 1.3
Ruben Kerkhof [Fri, 31 Jul 2015 11:02:10 +0000 (13:02 +0200)] 
Bump minimum required polarssl version to 1.3

10 years agoMerge pull request #2659 from mind04/luapol
Peter van Dijk [Tue, 28 Jul 2015 16:01:16 +0000 (18:01 +0200)] 
Merge pull request #2659 from mind04/luapol

re-enable nobackend regression tests

10 years agoMerge pull request #2658 from mind04/various
Peter van Dijk [Tue, 28 Jul 2015 16:00:59 +0000 (18:00 +0200)] 
Merge pull request #2658 from mind04/various

summer cleaning

10 years agore-enable recursor bulktest in travis.yml 2660/head
Kees Monshouwer [Tue, 28 Jul 2015 15:11:57 +0000 (17:11 +0200)] 
re-enable recursor bulktest in travis.yml

10 years agocatch DNSName parser exception in recursor
Kees Monshouwer [Tue, 28 Jul 2015 15:10:35 +0000 (17:10 +0200)] 
catch DNSName parser exception in recursor