]>
granicus.if.org Git - pdns/log
Aki Tuomi [Mon, 13 May 2013 06:51:45 +0000 (09:51 +0300)]
Removed fancy records, fixed DLV test
Aki Tuomi [Sun, 12 May 2013 21:06:11 +0000 (00:06 +0300)]
Added TLSA and DHCID tests
Aki Tuomi [Sun, 12 May 2013 20:28:18 +0000 (23:28 +0300)]
Adds more verbose operation for testrunner
Aki Tuomi [Sun, 12 May 2013 20:27:40 +0000 (23:27 +0300)]
First round of tests completed
Aki Tuomi [Sun, 12 May 2013 07:55:54 +0000 (10:55 +0300)]
More tests (non-local SOA test broken)
Aki Tuomi [Sun, 12 May 2013 07:47:25 +0000 (10:47 +0300)]
Test stubs for all records, some complete tests
Peter van Dijk [Mon, 13 May 2013 13:22:09 +0000 (15:22 +0200)]
make depth limiter somewhat more sophisticated
Peter van Dijk [Mon, 13 May 2013 13:21:50 +0000 (15:21 +0200)]
log previously-seen name in trace
Peter van Dijk [Mon, 13 May 2013 09:38:39 +0000 (11:38 +0200)]
Merge branch 'travis-makedist'
Peter van Dijk [Mon, 13 May 2013 09:27:52 +0000 (11:27 +0200)]
Merge branch 'f/old-changelog' of github.com:zeha/pdns
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
Christian Hofstaedtler [Mon, 13 May 2013 09:17:18 +0000 (11:17 +0200)]
Remove ChangeLog from make dist, debian-pdns/rules
Peter van Dijk [Mon, 13 May 2013 09:14:48 +0000 (11:14 +0200)]
add make dist for travis
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
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.
Peter van Dijk [Mon, 13 May 2013 07:54:10 +0000 (09:54 +0200)]
add recursor txt escaping test
Peter van Dijk [Mon, 13 May 2013 06:45:17 +0000 (08:45 +0200)]
do a better job at escaping TXT, fixes #795
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.
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
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!)
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
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...
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
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
Christian Hofstaedtler [Fri, 10 May 2013 17:42:32 +0000 (19:42 +0200)]
Prevent rebuilds of pdns_recursor during make install
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
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
Christian Hofstaedtler [Fri, 10 May 2013 15:41:11 +0000 (17:41 +0200)]
fix Makefile-recursor so it doesn't ignore LDFLAGS and others
Peter van Dijk [Fri, 10 May 2013 14:38:34 +0000 (16:38 +0200)]
attempt to log query+client for startDoResolve exceptions, refs #795
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.
Aki Tuomi [Fri, 10 May 2013 13:58:02 +0000 (16:58 +0300)]
Removed unused function
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
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
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
Aki Tuomi [Fri, 10 May 2013 12:11:59 +0000 (15:11 +0300)]
Added support for make check
Aki Tuomi [Fri, 10 May 2013 12:11:45 +0000 (15:11 +0300)]
new structure for testing record handlers at one go
Peter van Dijk [Fri, 10 May 2013 12:06:23 +0000 (14:06 +0200)]
Merge branch 'f/build-version' of github.com:zeha/pdns
Christian Hofstaedtler [Fri, 10 May 2013 12:04:40 +0000 (14:04 +0200)]
fix string type usage
Peter van Dijk [Fri, 10 May 2013 11:55:16 +0000 (04:55 -0700)]
Merge pull request #788 from cyclops1982/travis
Travis updates
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)
Peter van Dijk [Fri, 10 May 2013 11:43:52 +0000 (13:43 +0200)]
shorter travis message, thanks @cyclops1982
Peter van Dijk [Fri, 10 May 2013 11:33:00 +0000 (13:33 +0200)]
namespace
Peter van Dijk [Fri, 10 May 2013 11:24:29 +0000 (13:24 +0200)]
update tinydns data
Aki Tuomi [Fri, 10 May 2013 10:58:06 +0000 (13:58 +0300)]
Added execute bit to allow execution of tests
Aki Tuomi [Fri, 10 May 2013 10:49:25 +0000 (13:49 +0300)]
Change EUI48 and 64 values to - delimited instead of :
Aki Tuomi [Fri, 10 May 2013 10:49:06 +0000 (13:49 +0300)]
Fix EUI47 in error message to EUI48
Aki Tuomi [Fri, 10 May 2013 10:39:35 +0000 (13:39 +0300)]
Regression test for EUI64
Aki Tuomi [Fri, 10 May 2013 10:39:24 +0000 (13:39 +0300)]
Regression test for EUI48
Aki Tuomi [Fri, 10 May 2013 10:38:55 +0000 (13:38 +0300)]
Added EUI48 and EUI64 records
Aki Tuomi [Fri, 10 May 2013 10:33:29 +0000 (13:33 +0300)]
Unit test for EUI48 and EUI64 records
Aki Tuomi [Fri, 10 May 2013 10:33:02 +0000 (13:33 +0300)]
Marshalling for EUI48 and EUI64
Aki Tuomi [Fri, 10 May 2013 10:32:52 +0000 (13:32 +0300)]
Type registration for EUI48 and EUI64
Aki Tuomi [Fri, 10 May 2013 10:32:38 +0000 (13:32 +0300)]
Added test-dnsrecords_cc.cc
Christian Hofstaedtler [Thu, 9 May 2013 23:09:01 +0000 (01:09 +0200)]
Be explicit about versions (v2)
Caveats:
- Auth now bears additional cost for version.bind queries
- make always relinks pdns_server/pdns_recursor
- the full version string is a bit long
Ruben d'Arco [Thu, 9 May 2013 15:24:59 +0000 (17:24 +0200)]
Add dblatex to travis for doc-build
Ruben d'Arco [Thu, 9 May 2013 15:17:47 +0000 (17:17 +0200)]
Update notification message
Will make the notifications a bit less on #powerdns-dev.
Ruben d'Arco [Thu, 9 May 2013 15:08:04 +0000 (17:08 +0200)]
Add links to make xmlto work
Fixes:
$ make
./expand < pdns.xml > pdns-expanded.xml
xmlto txt -m config.xsl pdns-expanded.xml
No way to convert HTML to text found.
Try either installing text web browser(lynx/w3m/links) or use option --with-fop
make: *** [pdns.txt] Error 1
Ruben d'Arco [Thu, 9 May 2013 14:59:50 +0000 (16:59 +0200)]
Add connection info to sql-connect message
This would help identify quickly which DB powerdns is connected to.
Ruben d'Arco [Thu, 9 May 2013 14:47:37 +0000 (16:47 +0200)]
Move nobackend test to end
It requires sdig which regression-tests compiles.
Ruben d'Arco [Thu, 9 May 2013 14:39:38 +0000 (16:39 +0200)]
Add xmlto to travis for doc build
Ruben d'Arco [Thu, 9 May 2013 14:12:03 +0000 (16:12 +0200)]
Typo
vim insert mode is difficult.
Ruben d'Arco [Thu, 9 May 2013 14:07:33 +0000 (16:07 +0200)]
Add doc-build to travis
Ruben d'Arco [Thu, 9 May 2013 14:06:52 +0000 (16:06 +0200)]
Add nobackend tests to travis
Peter van Dijk [Thu, 9 May 2013 14:15:39 +0000 (16:15 +0200)]
update tinydns data
Peter van Dijk [Thu, 9 May 2013 13:43:58 +0000 (15:43 +0200)]
Merge branch 'nsec3optout' of github.com:mind04/pdns into mind04-nsec3optout
Peter van Dijk [Thu, 9 May 2013 12:58:04 +0000 (05:58 -0700)]
Merge pull request #786 from cyclops1982/testrunner-travis
Add testrunner to travis
Ruben d'Arco [Thu, 9 May 2013 05:41:12 +0000 (07:41 +0200)]
Add testrunner to travis
bert hubert [Wed, 8 May 2013 18:21:05 +0000 (11:21 -0700)]
Merge pull request #783 from cyclops1982/444
Bugfix for issue 444 - we can now have wildcards in the root zone again. Thanks cyclops.
bert hubert [Wed, 8 May 2013 18:19:05 +0000 (11:19 -0700)]
Merge pull request #784 from justinclift/master
Adjusted OSX compilation note - Authoritative Server only (so far)
Justin Clift [Wed, 8 May 2013 18:07:38 +0000 (20:07 +0200)]
Adjusted OSX compilation note - Authoritative Server only (so far)
bert hubert [Wed, 8 May 2013 11:11:51 +0000 (14:11 +0300)]
Bring README.md in line with what we've been doing for the past 5 years.
Ruben d'Arco [Fri, 27 Apr 2012 17:45:51 +0000 (19:45 +0200)]
Fix trac 444
Make sure we query for '*' whenever we've moved all the way up the tree.
bert hubert [Tue, 7 May 2013 16:59:54 +0000 (18:59 +0200)]
move ahu's joe habit~ around
Peter van Dijk [Tue, 7 May 2013 14:21:17 +0000 (16:21 +0200)]
gitignore
Peter van Dijk [Tue, 7 May 2013 13:34:36 +0000 (15:34 +0200)]
stick new manpages in rpm
Peter van Dijk [Tue, 7 May 2013 13:16:19 +0000 (15:16 +0200)]
correct EXTRA_DIST for earlier manpage dist changes
Peter van Dijk [Tue, 7 May 2013 12:28:10 +0000 (05:28 -0700)]
Merge pull request #773 from cmouse/fix-missing-manpages
Added missing manpages to Makefile.am
bert hubert [Tue, 7 May 2013 11:55:52 +0000 (13:55 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Tue, 7 May 2013 11:55:27 +0000 (13:55 +0200)]
add bunch of netmask/netmaskgroup tests
Aki Tuomi [Tue, 7 May 2013 11:53:09 +0000 (14:53 +0300)]
Added missing manpages to Makefile.am
Peter van Dijk [Tue, 7 May 2013 11:41:43 +0000 (04:41 -0700)]
Merge pull request #772 from cmouse/fix-duplicate-purge-in-docs
Removed duplicate purge record
Aki Tuomi [Tue, 7 May 2013 11:39:51 +0000 (14:39 +0300)]
Removed duplicate purge record
Kees Monshouwer [Fri, 26 Apr 2013 19:22:07 +0000 (21:22 +0200)]
Add normal NSEC3 (non opt-out) support.
bert hubert [Tue, 7 May 2013 10:34:13 +0000 (03:34 -0700)]
Merge pull request #771 from ahupowerdns/iputilsTests
simple tests for ComboAddress
bert hubert [Tue, 7 May 2013 10:31:09 +0000 (12:31 +0200)]
simple tests for ComboAddress
Peter van Dijk [Tue, 7 May 2013 10:16:05 +0000 (12:16 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
Peter van Dijk [Tue, 7 May 2013 10:05:52 +0000 (03:05 -0700)]
Merge pull request #770 from ahupowerdns/master
Base64Encode test against openssl, tweak .gitignore
bert hubert [Tue, 7 May 2013 10:02:14 +0000 (12:02 +0200)]
add testrunner to .gitignore, plus ahu's "joe" habit~
implement validation of Base64Encode against openssl output
Peter van Dijk [Tue, 7 May 2013 10:00:13 +0000 (12:00 +0200)]
Revert "Be explicit about versions"
This reverts commit
61a1fd50400a9eaf64be018ace5e4d7e36f31b3e .
bert hubert [Tue, 7 May 2013 09:45:09 +0000 (11:45 +0200)]
add very basic base64 tests
Peter van Dijk [Tue, 7 May 2013 09:15:39 +0000 (11:15 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
Peter van Dijk [Tue, 7 May 2013 09:06:41 +0000 (11:06 +0200)]
update tinydns data
Peter van Dijk [Tue, 7 May 2013 08:58:17 +0000 (01:58 -0700)]
Merge pull request #755 from mind04/inception
revert
d90efbf and add 7 days margin to inception
Peter van Dijk [Tue, 7 May 2013 08:53:11 +0000 (10:53 +0200)]
fix missing NSEC3 for secure delegation, thanks @mind04, closes #682
Peter van Dijk [Tue, 7 May 2013 08:13:02 +0000 (10:13 +0200)]
nit
Peter van Dijk [Tue, 7 May 2013 07:45:59 +0000 (09:45 +0200)]
set testsdir for nobackend/global tests so jenkins sees diffs
bert hubert [Mon, 6 May 2013 21:56:16 +0000 (23:56 +0200)]
wow we had a bunch of .cvsignores around still - spotted by ch
Christian Hofstaedtler [Mon, 6 May 2013 18:42:38 +0000 (20:42 +0200)]
Be explicit about versions
bert hubert [Mon, 6 May 2013 21:04:12 +0000 (23:04 +0200)]
add 5 more simple unit tests
bert hubert [Mon, 6 May 2013 19:30:57 +0000 (21:30 +0200)]
turns out that our unit tests test 127.0.0.2 which is different on our CI-server than locally here.