2013-05-16 |
Peter van Dijk | drop unused variables in lua backend (#653) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | fix db2 backend includes (#653) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | add goracle schema |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | make goraclebackend "at least work", closes #729 |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | Merge pull request #751 from mind04/rectifyaxfr |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | add DS digest type 4 to show-zone output; add algorithm... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | add inline operators for qtype comparison, thanks Mark... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Peter van Dijk | enable AM_SILENT_RULES, closing #647 |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Peter van Dijk | Merge pull request #811 from stasic/spellcheck |
commit | commitdiff | tree | snapshot |
2013-05-15 |
bert hubert | add unit test for RecordTextReader::xfrIP6, plus fix... |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Arsen Stasic | checked spelling |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Peter van Dijk | 3.1 postgresql update docs, thanks @stasic |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Peter van Dijk | allow overriding pdns_server binaries during tests |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Peter van Dijk | Merge branch 'nodnssecany' of github.com:mind04/pdns... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Peter van Dijk | Merge pull request #802 from stbuehler/soa-edit-incepti... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Peter van Dijk | Merge pull request #803 from cmouse/dnsrecords-tests |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Fixed TSIG test |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Fixed TSIG registration and handling, and TXT registration |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | AAAA now uses boilerplate_conv |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | IPSECKEY now uses boilerplate |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Marked IPSECKEY tests working |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Fixed IPSECKEY tests |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Fixed IPSECKEY record handling |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Added xfrIP6 implementation |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Added missing ns_t_ipseckey |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Convert known broken tests non-fatal |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Synchronized rr types |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Removed compression check for some records |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Enabled compression for MR as per RFC |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Removed fancy records, fixed DLV test |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Added TLSA and DHCID tests |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Adds more verbose operation for testrunner |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | First round of tests completed |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | More tests (non-local SOA test broken) |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Aki Tuomi | Test stubs for all records, some complete tests |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | make depth limiter somewhat more sophisticated |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | log previously-seen name in trace |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | Merge branch 'travis-makedist' |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | Merge branch 'f/old-changelog' of github.com:zeha/pdns |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | fix escaping txt, closes #805 which turns out to have... |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Christian Hofstaedtler | Remove ChangeLog from make dist, debian-pdns/rules |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | add make dist for travis |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | Merge pull request #806 from zeha/f/old-changelog |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Christian Hofstaedtler | rename ChangeLog to ChangeLog.old |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | add recursor txt escaping test |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Peter van Dijk | do a better job at escaping TXT, fixes #795 |
commit | commitdiff | tree | snapshot |
2013-05-12 |
bert hubert | add rudimentary testing of our random generator. I... |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Stefan Bühler | add SOA-EDIT INCEPTION-INCREMENT mode |
commit | commitdiff | tree | snapshot |
2013-05-11 |
bert hubert | Merge pull request #801 from stbuehler/soa-edit-docs |
commit | commitdiff | tree | snapshot |
2013-05-11 |
bert hubert | Merge pull request #793 from cmouse/dnsrecords-test... |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Stefan Bühler | Split the SOA-EDIT modes into a list, reorder, add... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #799 from mind04/dist_recursor |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Kees Monshouwer | make dist_recursor happy on a system without git and... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #798 from zeha/f/recursor-build... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Christian Hofstaedtler | Prevent rebuilds of pdns_recursor during make install |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #796 from zeha/f/makefile-recursor |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #794 from zeha/f/build-version |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Christian Hofstaedtler | fix Makefile-recursor so it doesn't ignore LDFLAGS... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | attempt to log query+client for startDoResolve exceptio... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Christian Hofstaedtler | version.cc: Add dependency on version_generated.h |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Removed unused function |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Refactored to support line format test as well, now... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #787 from cyclops1982/mysql-connect |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #792 from cmouse/dnsrecords-test... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Added support for make check |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | new structure for testing record handlers at one go |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge branch 'f/build-version' of github.com:zeha/pdns |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Christian Hofstaedtler | fix string type usage |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #788 from cyclops1982/travis |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | Merge pull request #789 from zeha/f/build-version |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | shorter travis message, thanks @cyclops1982 |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | namespace |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter van Dijk | update tinydns data |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Added execute bit to allow execution of tests |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Change EUI48 and 64 values to - delimited instead of : |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Fix EUI47 in error message to EUI48 |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Regression test for EUI64 |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Regression test for EUI48 |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Added EUI48 and EUI64 records |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Unit test for EUI48 and EUI64 records |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Marshalling for EUI48 and EUI64 |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Type registration for EUI48 and EUI64 |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Aki Tuomi | Added test-dnsrecords_cc.cc |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Christian Hofstaedtler | Be explicit about versions (v2) |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Kees Monshouwer | cut the number of database queries in half for AXFR-in |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add dblatex to travis for doc-build |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Update notification message |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add links to make xmlto work |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add connection info to sql-connect message |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Move nobackend test to end |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add xmlto to travis for doc build |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Typo |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add doc-build to travis |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add nobackend tests to travis |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Peter van Dijk | update tinydns data |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Peter van Dijk | Merge branch 'nsec3optout' of github.com:mind04/pdns... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Peter van Dijk | Merge pull request #786 from cyclops1982/testrunner... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ruben d'Arco | Add testrunner to travis |
commit | commitdiff | tree | snapshot |
2013-05-08 |
bert hubert | Merge pull request #783 from cyclops1982/444 |
commit | commitdiff | tree | snapshot |
2013-05-08 |
bert hubert | Merge pull request #784 from justinclift/master |
commit | commitdiff | tree | snapshot |
next |