]> granicus.if.org Git - pdns/shortlog
pdns
2013-11-22 Kees Monshouwerpdnssec check-zone, improve duplicate checks
2013-11-22 Kees Monshouwerpdnssec check-zone, improve SOA content check
2013-11-22 Kees Monshouwerpdnssec check-zone, check for missing NS at apex and...
2013-11-22 Kees Monshouwerpdnssec check-zone, warn if parsed and original content...
2013-11-22 Kees Monshouwerfix NSEC3s for DS no data (mode 1)
2013-11-22 Kees Monshouwerfix NSEC wildcard denial
2013-11-22 Kees Monshouwermake pdnssec check-all-zones case independent (Issue...
2013-11-22 Kees Monshouwerpdnssec check-all-zones now detect ttl differnce within...
2013-11-22 Kees Monshouwercheck for duplicate records with pdnssec check-all...
2013-11-22 Kees Monshouwerpdnssec check-all-zones now detect RRSIG records in...
2013-11-22 Kees Monshouwerdetect duplicate cnames with pdnssec check-all-zones...
2013-11-22 Kees Monshouwer fix ringbuffer size decrease
2013-11-22 Kees Monshouwerfix NSEC for asterisk ents and add test
2013-11-21 Kees MonshouwerFix closest encloser proof for wildcard nodata answers.
2013-11-21 Kees Monshouweradd constraints for name to pg schema
2013-11-21 Kees Monshouwermake domainmetadata queries case insensitive
2013-11-21 Kees Monshouweranswer direct NSEC queries without DO bit
2013-11-21 Kees Monshouwerno label compression for name in TSIG records
2013-11-21 Kees Monshouweroutput ZSK DNSKEY records if experimental-direct-dnskey...
2013-11-21 Peter van Dijkdrop cryptopp from static build as libcryptopp.a is...
2013-11-21 twRemove unused mysql dependency from pdns_server and...
2013-10-17 Peter van Dijksupport polarssl 1.3
2013-10-17 Christian HofstaedtlerEnable subdir-objects for automake-1.14
2013-10-17 Tiziano MüllerReplace PolarSSL-conditionals in Makefile.am and trust...
2013-10-17 Aki TuomiNow uses send/recv wrapper to handle exceptions and...
2013-10-17 Peter van Dijkupdate gitignore
2013-07-23 bert hubertadd unit test to check if we detected byte order correctly
2013-07-23 bert hubertour OPT testing appears to have been little-endian...
2013-07-23 bert hubertfor ages... we messed up base64 decoding on big endian...
2013-07-23 Ruben d'ArcoFix truncating bug
2013-07-23 Stefan BühlerSOA-EDIT: fix INCEPTION-INCREMENT handling
2013-07-23 Kees Monshouweradd innodb-read-committed option
2013-07-23 Peter van Dijkunbreak auth osx compilation, closes #902
2013-07-23 Peter van Dijkactually notice timeout during AXFR retrieve, thanks...
2013-07-05 nlmarkUpdate pdns_server.8 auth-3.3
2013-07-04 Kees Monshouwerno rectify for presigned zones
2013-07-04 Kees MonshouwerAXFR-in can handle secure and insecure NSEC3 optout...
2013-07-04 Kees MonshouwerAXFR-out can handle secure and insecure NSEC3 optout...
2013-07-04 Peter van Dijkdrop useless index
2013-07-04 bert hubertteach dnstcpbench to emit some nice statistics, plus...
2013-07-04 bert hubertimplement reading queries from a file
2013-07-04 Christian HofstaedtlerFix linkage of RemoteLoader::RemoteLoader
2013-07-04 Peter van Dijkavoid uninitialized values in LOC constructor
2013-07-03 Peter van Dijkfix truncated LOC parsing, closes #894
2013-07-02 Aki TuomiAllow logging of non-string values.
2013-07-02 Aki TuomiMake sure webrick is running before testing
2013-07-02 Aki TuomiSupport for /ping
2013-07-02 Kees Monshouwerfix getAuth for DS queries at apex
2013-07-01 Peter van Dijkadd asciidoc to travis deps
2013-07-01 Peter van Dijkfix compiler warnings, thanks Morten Stevens
2013-07-01 Peter van Dijkremove useless include
2013-06-28 Aki TuomiBe more liberal about received JSON (accept integers...
2013-06-27 Peter van Dijkmove dnstcpbench.1 to tools deb auth-3.3-rc2
2013-06-27 Kees Monshouwernit
2013-06-27 Peter van Dijknit
2013-06-27 Peter van Dijkzone2ldap/2sql manpages are not part of tools, thanks...
2013-06-25 Peter van Dijkmake sure we dist man dnstcpbench
2013-06-25 Peter van Dijkcorrect recursive make invocation
2013-06-25 Peter van Dijkrecursive make considered harmful
2013-06-25 Peter van Dijkinclude dnstcpbench manual page
2013-06-25 Peter van Dijkonly install tool manpages when --enable-tools is given
2013-06-25 Peter van Dijkadd pdns-tools deb
2013-06-25 Peter van Dijkupdate pdns-tools rpm
2013-06-25 Peter van Dijkdrop --enable-recursor; add --enable-tools, preparing...
2013-06-24 Peter van Dijkimport dnstcpbench
2013-06-24 Sander Hoentjenadd selinux policy files
2013-06-24 Peter van Dijkunbreak.. well, everything. Brown paper bag commit.
2013-06-24 Peter van Dijkimprove OPT handling, presumably fixes #875
2013-06-24 Peter van Dijkalso add narrow result for direct-rrsig test
2013-06-24 Peter van Dijkadd nsec3 result for direct-rrsig test
2013-06-24 Peter van Dijkfix OPT inclusion in truncated responses to EDNS queries
2013-06-24 Peter van Dijkexpand any-to-tcp to direct RRSIG queries
2013-06-19 bert hubertMerge commit 'f984ca21605caae25585f4e36dc6512590db20fb...
2013-06-19 Winfried AngeleSilent rules backward compatibility, see http://www...
2013-06-18 Aki TuomiFix typo on line 604
2013-06-18 Aki TuomiFix wrong order of bind and string_to_cbuf
2013-06-18 Aki TuomiFixed bug where HMAC-MD5 is always assumed and fixed...
2013-06-18 Aki TuomiFix bug on getTSIGKey where name did not get bound...
2013-06-14 Aki TuomiReverted TSIG changes
2013-06-14 bert hubertimplement RKEY record type. No regression test since...
2013-06-14 Peter van Dijkreport TXT only once, thanks @zeha
2013-06-14 Peter van Dijkalso drop strict-rfc-axfrs from pdns.conf-dist
2013-06-14 Peter van Dijkdrop no-op flag strict-rfc-axfrs, thanks Jelte
2013-06-14 Peter van Dijkadd MINFO to qtypes
2013-06-14 Peter van Dijkactivate MINFO, thanks Jelte
2013-06-14 bert hubertimplement MINFO. Why you ask? MINFO is one of the origi...
2013-06-14 Peter van Dijkfix tinydns data
2013-06-14 bert hubertenable us to do SRV records that end on . for zone2sql
2013-06-14 bert hubertand fix up tinydns tests
2013-06-14 bert hubertfix nsec3 and nsec3-optout tests too for ent-axfr
2013-06-14 bert hubertupdate ent-axfr test with _root SRV test
2013-06-14 Ruben d'ArcoResolve tinydnsbackend coverity warnings
2013-06-14 Ruben d'ArcoCoverity fixes for mydns
2013-06-13 bert hubertdocument regression-test depencies, move 'right way...
2013-06-12 bert hubertadd new test for SRV records pointing at ., fix error...
2013-06-12 bert hubertfix error in test description
2013-06-12 bert hubertSRV record can have a '.' as final field, from which...
2013-06-12 bert hubertimprove error message in illformated unknown record...
2013-06-11 bert hubertmake sure we distribute OBJECTLIBS etc for randombacken...
2013-06-11 bert hubertsilence a few clang & gcc warnings, partially addressin...
next