]> granicus.if.org Git - pdns/log
pdns
12 years agoTest cases for base32
Aki Tuomi [Mon, 27 May 2013 10:19:42 +0000 (13:19 +0300)]
Test cases for base32

12 years agoMerge pull request #816 from cmouse/dnsrecords-tests-2
bert hubert [Fri, 24 May 2013 14:47:44 +0000 (07:47 -0700)]
Merge pull request #816 from cmouse/dnsrecords-tests-2

Dnsrecords tests 2

12 years agonit, refers #713
Peter van Dijk [Fri, 24 May 2013 14:32:23 +0000 (16:32 +0200)]
nit, refers #713

12 years agosend extra NSEC3 because old BIND9 needs it, closes #814
Peter van Dijk [Fri, 24 May 2013 14:11:23 +0000 (16:11 +0200)]
send extra NSEC3 because old BIND9 needs it, closes #814

12 years agogive a better error on trying to add nsec3 parameters to a weird zone like "1 0 1...
bert hubert [Fri, 24 May 2013 14:00:44 +0000 (16:00 +0200)]
give a better error on trying to add nsec3 parameters to a weird zone like "1 0 1 ab" (which indicates that you forgot to specify a zone name on the command line).
Fixes #800.

12 years agoFixes #571 "by error message". The problem is that we can't detect the difference...
bert hubert [Fri, 24 May 2013 13:34:52 +0000 (15:34 +0200)]
Fixes #571 "by error message". The problem is that we can't detect the difference between not setting a configuration item to the empty string and not including it at all.
For switches we get away with that by having an explicit non-empty default, but we can't do that for filenames.

12 years agocatch a lot more errors in pdnssec and report them. Fixes #588. Fixing #588.
bert hubert [Fri, 24 May 2013 12:12:55 +0000 (14:12 +0200)]
catch a lot more errors in pdnssec and report them. Fixes #588. Fixing #588.

12 years agoaccidentally reversed the default behaviour of pdnssec import-zone-key to making...
bert hubert [Fri, 24 May 2013 11:38:00 +0000 (13:38 +0200)]
accidentally reversed the default behaviour of pdnssec import-zone-key to making passive keys

12 years agoadd ability too create an 'active' or inactive key using add-zone-key and import...
bert hubert [Fri, 24 May 2013 11:15:13 +0000 (13:15 +0200)]
add ability too create an 'active' or inactive key using add-zone-key and import-zone-key, plus silenced some debugging.
Fixes 707. Fixing 707. Whatever.

12 years agofix up so we at least compile against lua5.2 for our internal testing functions,...
bert hubert [Fri, 24 May 2013 09:20:13 +0000 (11:20 +0200)]
fix up so we at least compile against lua5.2 for our internal testing functions, they probably don't work yet, but this will not impact production use.

12 years agomove back to old lua checks, to use lua5.2, use --with-lua=lua5.2
bert hubert [Fri, 24 May 2013 07:59:25 +0000 (09:59 +0200)]
move back to old lua checks, to use lua5.2, use --with-lua=lua5.2

12 years agoAdded OPT tests
Aki Tuomi [Thu, 23 May 2013 18:52:18 +0000 (21:52 +0300)]
Added OPT tests

12 years agointerim commit lua52 work
bert hubert [Thu, 23 May 2013 13:55:16 +0000 (15:55 +0200)]
interim commit lua52 work

12 years agoFixed NAPTR test
Aki Tuomi [Tue, 21 May 2013 09:42:54 +0000 (12:42 +0300)]
Fixed NAPTR test

12 years agoFixed CERT tests
Aki Tuomi [Tue, 21 May 2013 09:33:16 +0000 (12:33 +0300)]
Fixed CERT tests

12 years agoSmall changes to CERT
Aki Tuomi [Tue, 21 May 2013 09:33:08 +0000 (12:33 +0300)]
Small changes to CERT

12 years agoFixed some tests to check input value instead of zone value
Aki Tuomi [Tue, 21 May 2013 08:59:06 +0000 (11:59 +0300)]
Fixed some tests to check input value instead of zone value

12 years agoChanged TXT tests
Aki Tuomi [Mon, 20 May 2013 07:39:08 +0000 (10:39 +0300)]
Changed TXT tests

12 years agoChanged one TXT test
Aki Tuomi [Sat, 18 May 2013 05:53:12 +0000 (08:53 +0300)]
Changed one TXT test

12 years agoAdded new HINFO tests, fixed to check always getZoneRepresentation()
Aki Tuomi [Sat, 18 May 2013 05:24:11 +0000 (08:24 +0300)]
Added new HINFO tests, fixed to check always getZoneRepresentation()

12 years agoAdded bad value tests
Aki Tuomi [Thu, 16 May 2013 20:07:04 +0000 (23:07 +0300)]
Added bad value tests

12 years agoAdded test for ::1
Aki Tuomi [Wed, 15 May 2013 12:44:34 +0000 (15:44 +0300)]
Added test for ::1

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Thu, 23 May 2013 13:23:30 +0000 (15:23 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agosilence debugging output from our Lua authoritative module (axfr filter)
bert hubert [Thu, 23 May 2013 13:21:39 +0000 (15:21 +0200)]
silence debugging output from our Lua authoritative module (axfr filter)

12 years agofirst stab at auth 3.3 docs
Peter van Dijk [Thu, 23 May 2013 12:40:23 +0000 (14:40 +0200)]
first stab at auth 3.3 docs

12 years agofix expansion of git commits with a c followed by numbers in them
Peter van Dijk [Thu, 23 May 2013 12:40:13 +0000 (14:40 +0200)]
fix expansion of git commits with a c followed by numbers in them

12 years agoadd git-to-changelog tool
Peter van Dijk [Thu, 23 May 2013 12:39:50 +0000 (14:39 +0200)]
add git-to-changelog tool

12 years agowhen receiving a QR=0 "response", try to match it to an outstanding query so we can...
Peter van Dijk [Thu, 23 May 2013 10:58:29 +0000 (12:58 +0200)]
when receiving a QR=0 "response", try to match it to an outstanding query so we can note the error

12 years agoMerge updated patch found in #664, which fixes #664 by removing the optimization...
bert hubert [Thu, 23 May 2013 08:17:23 +0000 (10:17 +0200)]
Merge updated patch found in #664, which fixes #664 by removing the optimization of not using 'poll' when we are listening on only 1 socket. This will slow us down when listening to one socket only,
but hopefully only slightly. It does simplify the code.

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Tue, 21 May 2013 19:14:05 +0000 (21:14 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agoany-to-tcp now feature complete & documented
bert hubert [Tue, 21 May 2013 19:10:06 +0000 (21:10 +0200)]
any-to-tcp now feature complete & documented

12 years agodrop default inactive zsk from secure-zone results, closes #824
Peter van Dijk [Tue, 21 May 2013 18:13:39 +0000 (20:13 +0200)]
drop default inactive zsk from secure-zone results, closes #824

12 years agofirst steps towards --any-to-tcp feature
bert hubert [Tue, 21 May 2013 12:41:02 +0000 (14:41 +0200)]
first steps towards --any-to-tcp feature

12 years agoMerge pull request #821 from mind04/travis
bert hubert [Sat, 18 May 2013 20:53:39 +0000 (13:53 -0700)]
Merge pull request #821 from mind04/travis

disable mysql character-set-client-handshake on travis - should fix builds on travis!

12 years agodisable mysql character-set-client-handshake on travis
Kees Monshouwer [Sat, 18 May 2013 20:22:45 +0000 (22:22 +0200)]
disable mysql character-set-client-handshake on travis

12 years agoupdate ent-axfr test results after hightxt addition
Peter van Dijk [Fri, 17 May 2013 17:43:37 +0000 (19:43 +0200)]
update ent-axfr test results after hightxt addition

12 years agoadd 8bit TXT tests to test-dnsrecords
Peter van Dijk [Fri, 17 May 2013 17:14:26 +0000 (19:14 +0200)]
add 8bit TXT tests to test-dnsrecords

12 years agoupdate tinydns data
Peter van Dijk [Fri, 17 May 2013 17:10:55 +0000 (19:10 +0200)]
update tinydns data

12 years agorefuse control characters in TXT, except for \n and \t
Peter van Dijk [Fri, 17 May 2013 16:54:19 +0000 (18:54 +0200)]
refuse control characters in TXT, except for \n and \t

12 years agoaccept chars >127 unescaped in TXT, closes #541, closes #723
Peter van Dijk [Fri, 17 May 2013 14:54:08 +0000 (16:54 +0200)]
accept chars >127 unescaped in TXT, closes #541, closes #723

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns into test/541-723
Peter van Dijk [Fri, 17 May 2013 14:13:39 +0000 (16:13 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns into test/541-723

12 years agodrop unused ragel code
Peter van Dijk [Fri, 17 May 2013 14:10:45 +0000 (16:10 +0200)]
drop unused ragel code

12 years agoMerge pull request #820 from fobser/OpenBSD_if_ether
Peter van Dijk [Fri, 17 May 2013 13:43:10 +0000 (06:43 -0700)]
Merge pull request #820 from fobser/OpenBSD_if_ether

if_ether.h is in netinet/ not net/ on OpenBSD

12 years agoif_ether.h is in netinet/ not net/ on OpenBSD
Florian Obser [Fri, 17 May 2013 13:34:38 +0000 (15:34 +0200)]
if_ether.h is in netinet/ not net/ on OpenBSD

Issue 522 was not correctly fixed.

12 years agoMerge pull request #747 from mind04/nsecquery
Peter van Dijk [Fri, 17 May 2013 13:05:07 +0000 (06:05 -0700)]
Merge pull request #747 from mind04/nsecquery

NSECx optimizations

12 years agofix pdns.conf-dist
Peter van Dijk [Fri, 17 May 2013 12:24:02 +0000 (14:24 +0200)]
fix pdns.conf-dist

12 years agospelling
Peter van Dijk [Fri, 17 May 2013 12:18:08 +0000 (14:18 +0200)]
spelling

12 years agoMerge pull request #817 from mind04/soamail
Peter van Dijk [Fri, 17 May 2013 12:17:36 +0000 (05:17 -0700)]
Merge pull request #817 from mind04/soamail

add default for SOA contact e-mail

12 years agoMerge pull request #777 from cmouse/fix-debian-build
Peter van Dijk [Fri, 17 May 2013 11:52:00 +0000 (04:52 -0700)]
Merge pull request #777 from cmouse/fix-debian-build

Working debian build system

12 years agoMerge pull request #819 from stbuehler/pdnssec-increment-fixes
Peter van Dijk [Fri, 17 May 2013 11:48:11 +0000 (04:48 -0700)]
Merge pull request #819 from stbuehler/pdnssec-increment-fixes

pdnssec increment fixes

12 years agoMerge branch 'revdns64'
bert hubert [Fri, 17 May 2013 11:24:50 +0000 (13:24 +0200)]
Merge branch 'revdns64'

12 years agoDon't store edited soa serial for INCREMENT soa-edit kinds
Stefan Bühler [Fri, 17 May 2013 11:21:56 +0000 (13:21 +0200)]
Don't store edited soa serial for INCREMENT soa-edit kinds

 * simple increment for INCREMENT-WEEKS
 * increment to current day for INCEPTION-INCREMENT

12 years agofix "control reaches end of non-void function" in calculateEditSoa
Stefan Bühler [Fri, 17 May 2013 11:21:05 +0000 (13:21 +0200)]
fix "control reaches end of non-void function" in calculateEditSoa

12 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.

12 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

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

stray TAB.

12 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

12 years agofailing test for #541 and #723
Peter van Dijk [Fri, 17 May 2013 10:11:51 +0000 (12:11 +0200)]
failing test for #541 and #723

12 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

12 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

12 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

12 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

12 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.

12 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

12 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

12 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

12 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

12 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

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

12 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

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

12 years agoNSECx optimizations
Kees Monshouwer [Thu, 16 May 2013 15:19:08 +0000 (17:19 +0200)]
NSECx optimizations

12 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

12 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.

12 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)

12 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)

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

12 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

12 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

12 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

12 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

12 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

12 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

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

12 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

12 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

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

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

12 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

12 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)

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

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

12 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

12 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

12 years agoUpgraded standards-version
Aki Tuomi [Tue, 14 May 2013 19:53:15 +0000 (22:53 +0300)]
Upgraded standards-version

12 years agoAdded po-debconf files
Aki Tuomi [Tue, 14 May 2013 19:49:42 +0000 (22:49 +0300)]
Added po-debconf files

12 years agoUsing 3.0 quilt now
Aki Tuomi [Tue, 14 May 2013 19:45:08 +0000 (22:45 +0300)]
Using 3.0 quilt now

12 years agoRemoved some debian specifics
Aki Tuomi [Tue, 14 May 2013 19:44:57 +0000 (22:44 +0300)]
Removed some debian specifics

12 years agoAdded dependencies
Aki Tuomi [Tue, 14 May 2013 19:44:41 +0000 (22:44 +0300)]
Added dependencies

12 years agoFixed issues preventing successful build
Aki Tuomi [Tue, 14 May 2013 18:39:00 +0000 (21:39 +0300)]
Fixed issues preventing successful build