]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
11 years agoMerge branch 'revdns64'
bert hubert [Fri, 17 May 2013 11:24:50 +0000 (13:24 +0200)] 
Merge branch 'revdns64'

11 years agoPatch contained replicates the features of gsql backend to have separate -auth querie...
Peter van Dijk [Fri, 17 May 2013 10:59:46 +0000 (12:59 +0200)] 
Patch contained replicates the features of gsql backend to have separate -auth queries for oracle-dnssec=yes. Also lets you disable dnssec if you are not ready for it. Closes #527.

11 years agoMerge pull request #818 from zeha/master
Peter van Dijk [Fri, 17 May 2013 10:57:41 +0000 (03:57 -0700)] 
Merge pull request #818 from zeha/master

fix broken formatting in pdnssec help message

11 years agofix broken formatting in pdnssec help message 818/head
Christian Hofstaedtler [Fri, 17 May 2013 10:55:24 +0000 (12:55 +0200)] 
fix broken formatting in pdnssec help message

stray TAB.

11 years agoMerge branch '606' of github.com:cyclops1982/pdns into cyclops1982-606
Peter van Dijk [Fri, 17 May 2013 10:48:56 +0000 (12:48 +0200)] 
Merge branch '606' of github.com:cyclops1982/pdns into cyclops1982-606

11 years agomake pdnssec exit with 1 on some error conditions, closes #677
Peter van Dijk [Fri, 17 May 2013 09:58:08 +0000 (11:58 +0200)] 
make pdnssec exit with 1 on some error conditions, closes #677

11 years agomake travis abort on failed nobackend tests
Peter van Dijk [Fri, 17 May 2013 08:12:08 +0000 (10:12 +0200)] 
make travis abort on failed nobackend tests

11 years agomore verbose apt-get in travis to avoid potential timeouts
Peter van Dijk [Fri, 17 May 2013 08:52:27 +0000 (10:52 +0200)] 
more verbose apt-get in travis to avoid potential timeouts

11 years agoadd include-dir to pdns.conf-dist
Peter van Dijk [Fri, 17 May 2013 08:34:58 +0000 (10:34 +0200)] 
add include-dir to pdns.conf-dist

11 years agoRevert "drop random backend from gmysql test"
Peter van Dijk [Fri, 17 May 2013 08:23:31 +0000 (10:23 +0200)] 
Revert "drop random backend from gmysql test"

This reverts commit 9f478ee6b796c791e83869523425b5215360943e.

11 years agodrop random backend from gmysql test
Peter van Dijk [Fri, 17 May 2013 08:15:56 +0000 (10:15 +0200)] 
drop random backend from gmysql test

11 years agoMerge branch 'modules' of github.com:mind04/pdns into mind04-modules
Peter van Dijk [Fri, 17 May 2013 07:22:17 +0000 (09:22 +0200)] 
Merge branch 'modules' of github.com:mind04/pdns into mind04-modules

Conflicts:
.travis.yml

11 years agoMerge pull request #812 from cmouse/config-include-support
Peter van Dijk [Fri, 17 May 2013 07:18:06 +0000 (00:18 -0700)] 
Merge pull request #812 from cmouse/config-include-support

Config include support

11 years agoMerge pull request #810 from mind04/suppgroups
Peter van Dijk [Fri, 17 May 2013 07:07:52 +0000 (00:07 -0700)] 
Merge pull request #810 from mind04/suppgroups

add supplementary groups support

11 years agodrop unused ignore-rd-bit flag
Peter van Dijk [Fri, 17 May 2013 07:00:30 +0000 (09:00 +0200)] 
drop unused ignore-rd-bit flag

11 years agotiny tweaks to documentation
bert hubert [Thu, 16 May 2013 22:06:50 +0000 (00:06 +0200)] 
tiny tweaks to documentation

11 years agoadd DNS64 documentation, plus dns64 sample script to the tree
bert hubert [Thu, 16 May 2013 20:14:02 +0000 (22:14 +0200)] 
add DNS64 documentation, plus dns64 sample script to the tree

11 years agotiny tweaks to documentation
bert hubert [Thu, 16 May 2013 22:06:50 +0000 (00:06 +0200)] 
tiny tweaks to documentation

11 years agoadd DNS64 documentation, plus dns64 sample script to the tree
bert hubert [Thu, 16 May 2013 20:14:02 +0000 (22:14 +0200)] 
add DNS64 documentation, plus dns64 sample script to the tree

11 years agoinitial rough implementation of *reverse* DNS64. Inspired by Terry Froy & a pint...
bert hubert [Thu, 16 May 2013 19:08:10 +0000 (21:08 +0200)] 
initial rough implementation of *reverse* DNS64. Inspired by Terry Froy & a pint of #ripe66 guinness
This fakes up the proper PTR records too.

11 years agodrop unused variables in lua backend (#653)
Peter van Dijk [Thu, 16 May 2013 13:39:08 +0000 (15:39 +0200)] 
drop unused variables in lua backend (#653)

11 years agofix db2 backend includes (#653)
Peter van Dijk [Thu, 16 May 2013 13:38:53 +0000 (15:38 +0200)] 
fix db2 backend includes (#653)

11 years agoadd goracle schema
Peter van Dijk [Thu, 16 May 2013 13:37:18 +0000 (15:37 +0200)] 
add goracle schema

11 years agomake goraclebackend "at least work", closes #729
Peter van Dijk [Thu, 16 May 2013 13:24:25 +0000 (15:24 +0200)] 
make goraclebackend "at least work", closes #729

11 years agoMerge pull request #751 from mind04/rectifyaxfr
Peter van Dijk [Thu, 16 May 2013 12:54:58 +0000 (05:54 -0700)] 
Merge pull request #751 from mind04/rectifyaxfr

cut the number of database queries in half for AXFR-in

11 years agoadd DS digest type 4 to show-zone output; add algorithm names. Based on a patch by...
Peter van Dijk [Thu, 16 May 2013 12:36:48 +0000 (14:36 +0200)] 
add DS digest type 4 to show-zone output; add algorithm names. Based on a patch by @cmouse, closes #744

11 years agoadd inline operators for qtype comparison, thanks Mark Zealey. Closes #646
Peter van Dijk [Thu, 16 May 2013 11:49:46 +0000 (13:49 +0200)] 
add inline operators for qtype comparison, thanks Mark Zealey. Closes #646

11 years agoenable AM_SILENT_RULES, closing #647
Peter van Dijk [Thu, 16 May 2013 11:29:44 +0000 (13:29 +0200)] 
enable AM_SILENT_RULES, closing #647

11 years agoMerge pull request #811 from stasic/spellcheck
Peter van Dijk [Wed, 15 May 2013 17:10:06 +0000 (10:10 -0700)] 
Merge pull request #811 from stasic/spellcheck

spelling checked

11 years agoAdded accidentically removed LDADD 812/head
Aki Tuomi [Wed, 15 May 2013 15:36:20 +0000 (18:36 +0300)] 
Added accidentically removed LDADD

11 years agoChanged from boost::filesystem to plain C
Aki Tuomi [Wed, 15 May 2013 15:34:12 +0000 (18:34 +0300)] 
Changed from boost::filesystem to plain C

11 years agoAdded here to make sure it ends up in config file templates
Aki Tuomi [Wed, 15 May 2013 15:34:00 +0000 (18:34 +0300)] 
Added here to make sure it ends up in config file templates

11 years agoRemoved boost::filesystem
Aki Tuomi [Wed, 15 May 2013 15:30:35 +0000 (18:30 +0300)] 
Removed boost::filesystem

11 years agoSupport for include-dir directive
Aki Tuomi [Wed, 15 May 2013 14:05:01 +0000 (17:05 +0300)] 
Support for include-dir directive

11 years agoSupport for boost filesystem and boost system libraries
Aki Tuomi [Wed, 15 May 2013 14:04:49 +0000 (17:04 +0300)] 
Support for boost filesystem and boost system libraries

11 years agoadd unit test for RecordTextReader::xfrIP6, plus fix our recent IPv6 parser #ripe66...
bert hubert [Wed, 15 May 2013 12:21:01 +0000 (14:21 +0200)] 
add unit test for RecordTextReader::xfrIP6, plus fix our recent IPv6 parser #ripe66 commit
Thanks to Simon Hitzemann for discovering the issue (which was never in any released powerdns version)

11 years agochecked spelling 811/head
Arsen Stasic [Wed, 15 May 2013 12:10:40 +0000 (14:10 +0200)] 
checked spelling

11 years agoOnly change soa.serial when SOA-EDIT is set. 779/head
Ruben d'Arco [Wed, 15 May 2013 06:27:13 +0000 (08:27 +0200)] 
Only change soa.serial when SOA-EDIT is set.

11 years agoAdd increase-serial to pdnssec
Ruben d'Arco [Fri, 4 Jan 2013 23:13:47 +0000 (00:13 +0100)] 
Add increase-serial to pdnssec

11 years agoMove soa-calculation to seperate function.
Ruben d'Arco [Fri, 4 Jan 2013 22:13:49 +0000 (23:13 +0100)] 
Move soa-calculation to seperate function.

Conflicts:

pdns/serialtweaker.cc

11 years ago3.1 postgresql update docs, thanks @stasic
Peter van Dijk [Tue, 14 May 2013 12:24:45 +0000 (14:24 +0200)] 
3.1 postgresql update docs, thanks @stasic

11 years agoadd supplementary groups support 810/head
Kees Monshouwer [Mon, 22 Apr 2013 19:54:50 +0000 (21:54 +0200)] 
add supplementary groups support

11 years agoallow overriding pdns_server binaries during tests
Peter van Dijk [Tue, 14 May 2013 08:56:06 +0000 (10:56 +0200)] 
allow overriding pdns_server binaries during tests

11 years agoMerge branch 'nodnssecany' of github.com:mind04/pdns into mind04-nodnssecany
Peter van Dijk [Tue, 14 May 2013 06:51:07 +0000 (08:51 +0200)] 
Merge branch 'nodnssecany' of github.com:mind04/pdns into mind04-nodnssecany

11 years agoMerge pull request #802 from stbuehler/soa-edit-inception-increment
Peter van Dijk [Tue, 14 May 2013 06:43:06 +0000 (23:43 -0700)] 
Merge pull request #802 from stbuehler/soa-edit-inception-increment

add SOA-EDIT INCEPTION-INCREMENT mode

11 years agoMerge pull request #803 from cmouse/dnsrecords-tests
Peter van Dijk [Tue, 14 May 2013 06:40:22 +0000 (23:40 -0700)] 
Merge pull request #803 from cmouse/dnsrecords-tests

Dnsrecords tests

11 years agoFixed TSIG test 803/head
Aki Tuomi [Mon, 13 May 2013 17:32:58 +0000 (20:32 +0300)] 
Fixed TSIG test

11 years agoFixed TSIG registration and handling, and TXT registration
Aki Tuomi [Mon, 13 May 2013 17:32:40 +0000 (20:32 +0300)] 
Fixed TSIG registration and handling, and TXT registration

11 years agoAAAA now uses boilerplate_conv
Aki Tuomi [Mon, 13 May 2013 15:38:20 +0000 (18:38 +0300)] 
AAAA now uses boilerplate_conv

11 years agoIPSECKEY now uses boilerplate
Aki Tuomi [Mon, 13 May 2013 15:36:59 +0000 (18:36 +0300)] 
IPSECKEY now uses boilerplate

11 years agoMarked IPSECKEY tests working
Aki Tuomi [Mon, 13 May 2013 13:25:28 +0000 (16:25 +0300)] 
Marked IPSECKEY tests working

11 years agoFixed IPSECKEY tests
Aki Tuomi [Mon, 13 May 2013 13:23:23 +0000 (16:23 +0300)] 
Fixed IPSECKEY tests

11 years agoFixed IPSECKEY record handling
Aki Tuomi [Mon, 13 May 2013 13:23:11 +0000 (16:23 +0300)] 
Fixed IPSECKEY record handling

11 years agoAdded xfrIP6 implementation
Aki Tuomi [Mon, 13 May 2013 13:22:58 +0000 (16:22 +0300)] 
Added xfrIP6 implementation

11 years agoAdded missing ns_t_ipseckey
Aki Tuomi [Mon, 13 May 2013 13:22:46 +0000 (16:22 +0300)] 
Added missing ns_t_ipseckey

11 years agoConvert known broken tests non-fatal
Aki Tuomi [Mon, 13 May 2013 10:47:58 +0000 (13:47 +0300)] 
Convert known broken tests non-fatal

11 years agoSynchronized rr types
Aki Tuomi [Mon, 13 May 2013 07:50:46 +0000 (10:50 +0300)] 
Synchronized rr types

11 years agoRemoved compression check for some records
Aki Tuomi [Mon, 13 May 2013 07:01:39 +0000 (10:01 +0300)] 
Removed compression check for some records

11 years agoEnabled compression for MR as per RFC
Aki Tuomi [Mon, 13 May 2013 07:01:29 +0000 (10:01 +0300)] 
Enabled compression for MR as per RFC

11 years agoRemoved fancy records, fixed DLV test
Aki Tuomi [Mon, 13 May 2013 06:51:45 +0000 (09:51 +0300)] 
Removed fancy records, fixed DLV test

11 years agoAdded TLSA and DHCID tests
Aki Tuomi [Sun, 12 May 2013 21:06:11 +0000 (00:06 +0300)] 
Added TLSA and DHCID tests

11 years agoAdds more verbose operation for testrunner
Aki Tuomi [Sun, 12 May 2013 20:28:18 +0000 (23:28 +0300)] 
Adds more verbose operation for testrunner

11 years agoFirst round of tests completed
Aki Tuomi [Sun, 12 May 2013 20:27:40 +0000 (23:27 +0300)] 
First round of tests completed

11 years agoMore tests (non-local SOA test broken)
Aki Tuomi [Sun, 12 May 2013 07:55:54 +0000 (10:55 +0300)] 
More tests (non-local SOA test broken)

11 years agoTest stubs for all records, some complete tests
Aki Tuomi [Sun, 12 May 2013 07:47:25 +0000 (10:47 +0300)] 
Test stubs for all records, some complete tests

11 years agomake depth limiter somewhat more sophisticated
Peter van Dijk [Mon, 13 May 2013 13:22:09 +0000 (15:22 +0200)] 
make depth limiter somewhat more sophisticated

11 years agolog previously-seen name in trace
Peter van Dijk [Mon, 13 May 2013 13:21:50 +0000 (15:21 +0200)] 
log previously-seen name in trace

11 years agoMerge branch 'travis-makedist'
Peter van Dijk [Mon, 13 May 2013 09:38:39 +0000 (11:38 +0200)] 
Merge branch 'travis-makedist'

11 years agoMerge branch 'f/old-changelog' of github.com:zeha/pdns
Peter van Dijk [Mon, 13 May 2013 09:27:52 +0000 (11:27 +0200)] 
Merge branch 'f/old-changelog' of github.com:zeha/pdns

11 years agofix escaping txt, closes #805 which turns out to have been fixed with the txt escapin...
Peter van Dijk [Mon, 13 May 2013 09:27:00 +0000 (11:27 +0200)] 
fix escaping txt, closes #805 which turns out to have been fixed with the txt escaping fix for recursor

11 years agoRemove ChangeLog from make dist, debian-pdns/rules
Christian Hofstaedtler [Mon, 13 May 2013 09:17:18 +0000 (11:17 +0200)] 
Remove ChangeLog from make dist, debian-pdns/rules

11 years agoadd make dist for travis
Peter van Dijk [Mon, 13 May 2013 09:14:48 +0000 (11:14 +0200)] 
add make dist for travis

11 years agoMerge pull request #806 from zeha/f/old-changelog
Peter van Dijk [Mon, 13 May 2013 09:13:05 +0000 (02:13 -0700)] 
Merge pull request #806 from zeha/f/old-changelog

rename ChangeLog to ChangeLog.old

11 years agorename ChangeLog to ChangeLog.old 806/head
Christian Hofstaedtler [Mon, 13 May 2013 08:39:37 +0000 (10:39 +0200)] 
rename ChangeLog to ChangeLog.old

This should prevent Debian and other build systems from picking up
this very outdated file.

11 years agoadd recursor txt escaping test
Peter van Dijk [Mon, 13 May 2013 07:54:10 +0000 (09:54 +0200)] 
add recursor txt escaping test

11 years agodo a better job at escaping TXT, fixes #795
Peter van Dijk [Mon, 13 May 2013 06:45:17 +0000 (08:45 +0200)] 
do a better job at escaping TXT, fixes #795

11 years agoadd rudimentary testing of our random generator. I've hooked up boost::accumulator...
bert hubert [Sun, 12 May 2013 11:35:47 +0000 (13:35 +0200)] 
add rudimentary testing of our random generator. I've hooked up boost::accumulator which makes it possible to get your FULL STATISTICS GEEK on. I'd love to see covariance tests, chi-square, Kolmogorov-Smirnov.

11 years agoadd SOA-EDIT INCEPTION-INCREMENT mode 802/head
Stefan Bühler [Sat, 11 May 2013 10:38:06 +0000 (12:38 +0200)] 
add SOA-EDIT INCEPTION-INCREMENT mode

11 years agoMerge pull request #801 from stbuehler/soa-edit-docs
bert hubert [Sat, 11 May 2013 18:55:55 +0000 (11:55 -0700)] 
Merge pull request #801 from stbuehler/soa-edit-docs

Split the SOA-EDIT modes into a list, reorder, add some notes and fix the old ones

11 years agoMerge pull request #793 from cmouse/dnsrecords-test-suite-2
bert hubert [Sat, 11 May 2013 18:54:23 +0000 (11:54 -0700)] 
Merge pull request #793 from cmouse/dnsrecords-test-suite-2

Line format test addition (thanks aki!)

11 years agoSplit the SOA-EDIT modes into a list, reorder, add some notes and fix the old ones 801/head
Stefan Bühler [Sat, 11 May 2013 09:00:30 +0000 (11:00 +0200)] 
Split the SOA-EDIT modes into a list, reorder, add some notes and fix the old ones

11 years agoMerge pull request #799 from mind04/dist_recursor
Peter van Dijk [Fri, 10 May 2013 18:54:39 +0000 (11:54 -0700)] 
Merge pull request #799 from mind04/dist_recursor

make dist_recursor happy on a system without git and a resolvable hostna...

11 years agomake dist_recursor happy on a system without git and a resolvable hostname 799/head
Kees Monshouwer [Fri, 10 May 2013 18:42:48 +0000 (20:42 +0200)] 
make dist_recursor happy on a system without git and a resolvable hostname

11 years agoMerge pull request #798 from zeha/f/recursor-build-stamp
Peter van Dijk [Fri, 10 May 2013 18:01:21 +0000 (11:01 -0700)] 
Merge pull request #798 from zeha/f/recursor-build-stamp

Prevent rebuilds of pdns_recursor during make install

11 years agoPrevent rebuilds of pdns_recursor during make install 798/head
Christian Hofstaedtler [Fri, 10 May 2013 17:42:32 +0000 (19:42 +0200)] 
Prevent rebuilds of pdns_recursor during make install

11 years agoMerge pull request #796 from zeha/f/makefile-recursor
Peter van Dijk [Fri, 10 May 2013 17:07:42 +0000 (10:07 -0700)] 
Merge pull request #796 from zeha/f/makefile-recursor

fix Makefile-recursor so it doesn't ignore LDFLAGS and others

11 years agoMerge pull request #794 from zeha/f/build-version
Peter van Dijk [Fri, 10 May 2013 17:06:57 +0000 (10:06 -0700)] 
Merge pull request #794 from zeha/f/build-version

version.cc: Add dependency on version_generated.h

11 years agofix Makefile-recursor so it doesn't ignore LDFLAGS and others 796/head
Christian Hofstaedtler [Fri, 10 May 2013 15:41:11 +0000 (17:41 +0200)] 
fix Makefile-recursor so it doesn't ignore LDFLAGS and others

11 years agoattempt to log query+client for startDoResolve exceptions, refs #795
Peter van Dijk [Fri, 10 May 2013 14:38:34 +0000 (16:38 +0200)] 
attempt to log query+client for startDoResolve exceptions, refs #795

11 years agoversion.cc: Add dependency on version_generated.h 794/head
Christian Hofstaedtler [Fri, 10 May 2013 14:01:35 +0000 (16:01 +0200)] 
version.cc: Add dependency on version_generated.h

This way 'make pdns_recursor' also (re)builds version_generated.h.

11 years agoRemoved unused function 793/head
Aki Tuomi [Fri, 10 May 2013 13:58:02 +0000 (16:58 +0300)] 
Removed unused function

11 years agoRefactored to support line format test as well, now performs roundtrip and raw data...
Aki Tuomi [Fri, 10 May 2013 12:38:20 +0000 (15:38 +0300)] 
Refactored to support line format test as well, now performs roundtrip and raw data test

11 years agoMerge pull request #787 from cyclops1982/mysql-connect
Peter van Dijk [Fri, 10 May 2013 12:17:56 +0000 (05:17 -0700)] 
Merge pull request #787 from cyclops1982/mysql-connect

Add connection info to sql-connect message

11 years agoMerge pull request #792 from cmouse/dnsrecords-test-suite
Peter van Dijk [Fri, 10 May 2013 12:16:08 +0000 (05:16 -0700)] 
Merge pull request #792 from cmouse/dnsrecords-test-suite

Test suite improvement

11 years agoAdded support for make check 792/head
Aki Tuomi [Fri, 10 May 2013 12:11:59 +0000 (15:11 +0300)] 
Added support for make check

11 years agonew structure for testing record handlers at one go
Aki Tuomi [Fri, 10 May 2013 12:11:45 +0000 (15:11 +0300)] 
new structure for testing record handlers at one go

11 years agoMerge branch 'f/build-version' of github.com:zeha/pdns
Peter van Dijk [Fri, 10 May 2013 12:06:23 +0000 (14:06 +0200)] 
Merge branch 'f/build-version' of github.com:zeha/pdns

11 years agofix string type usage
Christian Hofstaedtler [Fri, 10 May 2013 12:04:40 +0000 (14:04 +0200)] 
fix string type usage

11 years agoMerge pull request #788 from cyclops1982/travis
Peter van Dijk [Fri, 10 May 2013 11:55:16 +0000 (04:55 -0700)] 
Merge pull request #788 from cyclops1982/travis

Travis updates

11 years agoMerge pull request #789 from zeha/f/build-version
Peter van Dijk [Fri, 10 May 2013 11:52:11 +0000 (04:52 -0700)] 
Merge pull request #789 from zeha/f/build-version

Be explicit about versions (v2)