]>
granicus.if.org Git - pdns/log
Aki Tuomi [Mon, 27 May 2013 10:19:42 +0000 (13:19 +0300)]
Test cases for base32
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
Peter van Dijk [Fri, 24 May 2013 14:32:23 +0000 (16:32 +0200)]
nit, refers #713
Peter van Dijk [Fri, 24 May 2013 14:11:23 +0000 (16:11 +0200)]
send extra NSEC3 because old BIND9 needs it, closes #814
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.
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.
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.
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
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.
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.
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
Aki Tuomi [Thu, 23 May 2013 18:52:18 +0000 (21:52 +0300)]
Added OPT tests
bert hubert [Thu, 23 May 2013 13:55:16 +0000 (15:55 +0200)]
interim commit lua52 work
Aki Tuomi [Tue, 21 May 2013 09:42:54 +0000 (12:42 +0300)]
Fixed NAPTR test
Aki Tuomi [Tue, 21 May 2013 09:33:16 +0000 (12:33 +0300)]
Fixed CERT tests
Aki Tuomi [Tue, 21 May 2013 09:33:08 +0000 (12:33 +0300)]
Small changes to CERT
Aki Tuomi [Tue, 21 May 2013 08:59:06 +0000 (11:59 +0300)]
Fixed some tests to check input value instead of zone value
Aki Tuomi [Mon, 20 May 2013 07:39:08 +0000 (10:39 +0300)]
Changed TXT tests
Aki Tuomi [Sat, 18 May 2013 05:53:12 +0000 (08:53 +0300)]
Changed one TXT test
Aki Tuomi [Sat, 18 May 2013 05:24:11 +0000 (08:24 +0300)]
Added new HINFO tests, fixed to check always getZoneRepresentation()
Aki Tuomi [Thu, 16 May 2013 20:07:04 +0000 (23:07 +0300)]
Added bad value tests
Aki Tuomi [Wed, 15 May 2013 12:44:34 +0000 (15:44 +0300)]
Added test for ::1
bert hubert [Thu, 23 May 2013 13:23:30 +0000 (15:23 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Thu, 23 May 2013 13:21:39 +0000 (15:21 +0200)]
silence debugging output from our Lua authoritative module (axfr filter)
Peter van Dijk [Thu, 23 May 2013 12:40:23 +0000 (14:40 +0200)]
first stab at auth 3.3 docs
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
Peter van Dijk [Thu, 23 May 2013 12:39:50 +0000 (14:39 +0200)]
add git-to-changelog tool
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
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.
bert hubert [Tue, 21 May 2013 19:14:05 +0000 (21:14 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Tue, 21 May 2013 19:10:06 +0000 (21:10 +0200)]
any-to-tcp now feature complete & documented
Peter van Dijk [Tue, 21 May 2013 18:13:39 +0000 (20:13 +0200)]
drop default inactive zsk from secure-zone results, closes #824
bert hubert [Tue, 21 May 2013 12:41:02 +0000 (14:41 +0200)]
first steps towards --any-to-tcp feature
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!
Kees Monshouwer [Sat, 18 May 2013 20:22:45 +0000 (22:22 +0200)]
disable mysql character-set-client-handshake on travis
Peter van Dijk [Fri, 17 May 2013 17:43:37 +0000 (19:43 +0200)]
update ent-axfr test results after hightxt addition
Peter van Dijk [Fri, 17 May 2013 17:14:26 +0000 (19:14 +0200)]
add 8bit TXT tests to test-dnsrecords
Peter van Dijk [Fri, 17 May 2013 17:10:55 +0000 (19:10 +0200)]
update tinydns data
Peter van Dijk [Fri, 17 May 2013 16:54:19 +0000 (18:54 +0200)]
refuse control characters in TXT, except for \n and \t
Peter van Dijk [Fri, 17 May 2013 14:54:08 +0000 (16:54 +0200)]
accept chars >127 unescaped in TXT, closes #541, closes #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
Peter van Dijk [Fri, 17 May 2013 14:10:45 +0000 (16:10 +0200)]
drop unused ragel code
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
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.
Peter van Dijk [Fri, 17 May 2013 13:05:07 +0000 (06:05 -0700)]
Merge pull request #747 from mind04/nsecquery
NSECx optimizations
Peter van Dijk [Fri, 17 May 2013 12:24:02 +0000 (14:24 +0200)]
fix pdns.conf-dist
Peter van Dijk [Fri, 17 May 2013 12:18:08 +0000 (14:18 +0200)]
spelling
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
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
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
bert hubert [Fri, 17 May 2013 11:24:50 +0000 (13:24 +0200)]
Merge branch 'revdns64'
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
Stefan Bühler [Fri, 17 May 2013 11:21:05 +0000 (13:21 +0200)]
fix "control reaches end of non-void function" in calculateEditSoa
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.
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
Christian Hofstaedtler [Fri, 17 May 2013 10:55:24 +0000 (12:55 +0200)]
fix broken formatting in pdnssec help message
stray TAB.
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
Peter van Dijk [Fri, 17 May 2013 10:11:51 +0000 (12:11 +0200)]
failing test for #541 and #723
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
Peter van Dijk [Fri, 17 May 2013 08:12:08 +0000 (10:12 +0200)]
make travis abort on failed nobackend tests
Peter van Dijk [Fri, 17 May 2013 08:52:27 +0000 (10:52 +0200)]
more verbose apt-get in travis to avoid potential timeouts
Peter van Dijk [Fri, 17 May 2013 08:34:58 +0000 (10:34 +0200)]
add include-dir to pdns.conf-dist
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 .
Peter van Dijk [Fri, 17 May 2013 08:15:56 +0000 (10:15 +0200)]
drop random backend from gmysql test
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
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
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
Peter van Dijk [Fri, 17 May 2013 07:00:30 +0000 (09:00 +0200)]
drop unused ignore-rd-bit flag
bert hubert [Thu, 16 May 2013 22:06:50 +0000 (00:06 +0200)]
tiny tweaks to documentation
bert hubert [Thu, 16 May 2013 20:14:02 +0000 (22:14 +0200)]
add DNS64 documentation, plus dns64 sample script to the tree
bert hubert [Thu, 16 May 2013 22:06:50 +0000 (00:06 +0200)]
tiny tweaks to documentation
Kees Monshouwer [Thu, 16 May 2013 15:19:08 +0000 (17:19 +0200)]
NSECx optimizations
bert hubert [Thu, 16 May 2013 20:14:02 +0000 (22:14 +0200)]
add DNS64 documentation, plus dns64 sample script to the tree
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.
Peter van Dijk [Thu, 16 May 2013 13:39:08 +0000 (15:39 +0200)]
drop unused variables in lua backend (#653)
Peter van Dijk [Thu, 16 May 2013 13:38:53 +0000 (15:38 +0200)]
fix db2 backend includes (#653)
Peter van Dijk [Thu, 16 May 2013 13:37:18 +0000 (15:37 +0200)]
add goracle schema
Peter van Dijk [Thu, 16 May 2013 13:24:25 +0000 (15:24 +0200)]
make goraclebackend "at least work", closes #729
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
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
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
Peter van Dijk [Thu, 16 May 2013 11:29:44 +0000 (13:29 +0200)]
enable AM_SILENT_RULES, closing #647
Peter van Dijk [Wed, 15 May 2013 17:10:06 +0000 (10:10 -0700)]
Merge pull request #811 from stasic/spellcheck
spelling checked
Aki Tuomi [Wed, 15 May 2013 15:36:20 +0000 (18:36 +0300)]
Added accidentically removed LDADD
Aki Tuomi [Wed, 15 May 2013 15:34:12 +0000 (18:34 +0300)]
Changed from boost::filesystem to plain C
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
Aki Tuomi [Wed, 15 May 2013 15:30:35 +0000 (18:30 +0300)]
Removed boost::filesystem
Aki Tuomi [Wed, 15 May 2013 14:05:01 +0000 (17:05 +0300)]
Support for include-dir directive
Aki Tuomi [Wed, 15 May 2013 14:04:49 +0000 (17:04 +0300)]
Support for boost filesystem and boost system libraries
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)
Arsen Stasic [Wed, 15 May 2013 12:10:40 +0000 (14:10 +0200)]
checked spelling
Ruben d'Arco [Wed, 15 May 2013 06:27:13 +0000 (08:27 +0200)]
Only change soa.serial when SOA-EDIT is set.
Ruben d'Arco [Fri, 4 Jan 2013 23:13:47 +0000 (00:13 +0100)]
Add increase-serial to pdnssec
Ruben d'Arco [Fri, 4 Jan 2013 22:13:49 +0000 (23:13 +0100)]
Move soa-calculation to seperate function.
Conflicts:
pdns/serialtweaker.cc
Aki Tuomi [Tue, 14 May 2013 19:53:15 +0000 (22:53 +0300)]
Upgraded standards-version
Aki Tuomi [Tue, 14 May 2013 19:49:42 +0000 (22:49 +0300)]
Added po-debconf files
Aki Tuomi [Tue, 14 May 2013 19:45:08 +0000 (22:45 +0300)]
Using 3.0 quilt now
Aki Tuomi [Tue, 14 May 2013 19:44:57 +0000 (22:44 +0300)]
Removed some debian specifics
Aki Tuomi [Tue, 14 May 2013 19:44:41 +0000 (22:44 +0300)]
Added dependencies
Aki Tuomi [Tue, 14 May 2013 18:39:00 +0000 (21:39 +0300)]
Fixed issues preventing successful build