2015-11-11 |
bert hubert | teach Netmask is can be 'empty', like DNSName. |
commit | commitdiff | tree | snapshot |
2015-11-10 |
bert hubert | move recursor specific edns infra to recursor |
commit | commitdiff | tree | snapshot |
2015-11-10 |
bert hubert | edns subnet for the cache. All hooked up, untested. |
commit | commitdiff | tree | snapshot |
2015-11-10 |
bert hubert | Merge branch 'master' into ednssubnet |
commit | commitdiff | tree | snapshot |
2015-11-09 |
bert hubert | document that we have showServerPolicy in dnsdist |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Pieter Lexis | Small credit update |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Peter van Dijk | Merge pull request #2878 from pieterlexis/3.4.7-sec... |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Pieter Lexis | Update secpoll for 2015-03 |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Pieter Lexis | PowerDNS Security Announcement 2015-03 |
commit | commitdiff | tree | snapshot |
2015-11-09 |
bert hubert | potentially fix dnstcpbench compilation on SUSE |
commit | commitdiff | tree | snapshot |
2015-11-09 |
bert hubert | Merge pull request #2875 from ahupowerdns/dnsnameemp |
commit | commitdiff | tree | snapshot |
2015-11-08 |
bert hubert | Merge pull request #15 from cmouse/dnsnameemp2 |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Aki Tuomi | Use zone name in startTransaction |
commit | commitdiff | tree | snapshot |
2015-11-08 |
bert hubert | Merge pull request #14 from mind04/dnsnameemp |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Kees Monshouwer | various DNSName() fixes |
commit | commitdiff | tree | snapshot |
2015-11-07 |
bert hubert | DNSName("") == DNSName(".") == DNSName(string()) |
commit | commitdiff | tree | snapshot |
2015-11-07 |
bert hubert | add two more DNSName tests |
commit | commitdiff | tree | snapshot |
2015-11-07 |
bert hubert | Merge pull request #12 from cmouse/dnsnameemp |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Aki Tuomi | Prevent crash elsewhere |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Aki Tuomi | Assume empty is root. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
bert hubert | Merge pull request #11 from cmouse/dnsnameemp |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Aki Tuomi | Print empty when DNSName is empty |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Aki Tuomi | Use . for root |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Aki Tuomi | Do not strip dot in BindParser |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | some further empty dnsname checks, although I'm not... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | fix a few empty DNSName issues |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | Merge pull request #2867 from rgacogne/dnsdist-tcp... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | make some unsigned char arithmetic explicit in dnsname |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | don't confuse dnspcap users with incomplete packets |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Christian Hofstaedtler | Ignore invalid/empty TKEY and TSIG records |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Christian Hofstaedtler | Don't reply to truncated queries |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | turns out auto s=getMap() returning a reference does... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | speed up DNSName hashing, create testcase for it. Close... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
bert hubert | fix up PacketCache misuse if empty DNSNames by moving... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Remi Gacogne | Add support for TCP timeouts and limit the number of... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Pieter Lexis | Merge pull request #2863 from jpmens/patch-1 |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | removal of dottedEndsOn |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | remove dottedEndsOn for strings |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | make speedtest work again |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | teach powerdns to measure number of open file descripto... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | report TCP connection handover errors from client,... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | test parsing the root from packets, fix that we failed... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | further DNSName cleanup - turns out almost every use... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
JP Mens | Clarify log |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | make LDAP backend compile again. Note: it may have... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Pieter Lexis | Merge pull request #2861 from cmouse/remotebackend... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | remove d_empty, length() |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Aki Tuomi | nit |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | prepare for removal of d_empty (but not there yet) |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Aki Tuomi | Add note about priority field |
commit | commitdiff | tree | snapshot |
2015-11-05 |
bert hubert | Merge pull request #2860 from rgacogne/dnsdist-hardening |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Remi Gacogne | Add the same hardening options to dnsdist. |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Merge pull request #2796 from mind04/soaedit |
commit | commitdiff | tree | snapshot |
2015-11-04 |
bert hubert | Merge pull request #2854 from rgacogne/binddnssec-ns3p... |
commit | commitdiff | tree | snapshot |
2015-11-04 |
bert hubert | Merge branch 'master' of github.com:PowerDNS/pdns |
commit | commitdiff | tree | snapshot |
2015-11-04 |
bert hubert | now this is a fun commit. Turns out each DNSRecordConte... |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Update OPENPGPKEY type info |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Merge pull request #2825 from cmouse/die-on-fatal-error |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Merge pull request #2856 from jpmens/geo-ip-doc |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Merge pull request #2858 from pieterlexis/test-auth... |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Merge pull request #1255 from RvdE/patch-2 |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Pieter Lexis | Many fixes in the test script |
commit | commitdiff | tree | snapshot |
2015-11-04 |
JP Mens | Update backend-geoip.md |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Jan-Piet Mens | clarify DNSSEC in geoip-backend |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Remi Gacogne | Check NSEC3PARAMRecordContent pointer before dereferenc... |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Pieter Lexis | Merge pull request #2852 from pieterlexis/3.4.7-rel... |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Pieter Lexis | Merge pull request #2851 from cmouse/yattp-coverity... |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Pieter Lexis | Update secpoll.zone for auth 3.4.7 |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Pieter Lexis | Update changelog for auth 3.4.7 |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Pieter Lexis | Merge pull request #2849 from cmouse/remotebackend... |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Aki Tuomi | Initialize minbody |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Aki Tuomi | Add ms to timeout |
commit | commitdiff | tree | snapshot |
2015-11-03 |
bert hubert | Merge pull request #2845 from rgacogne/dnsdist-typo |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Remi Gacogne | Fix a typo in README-dnsdist.md |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Pieter Lexis | Publish sdig.1 on doc.powerdns.com |
commit | commitdiff | tree | snapshot |
2015-11-01 |
bert hubert | silence unused var warning |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | Merge pull request #2837 from ahupowerdns/luaqa |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | fix up a regression test |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | Merge branch 'master' into luaqa |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | teach dnsdist about uptime metric |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | teach recursor about real-memory-usage metric |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | teach auth about the real-memory-usage metric |
commit | commitdiff | tree | snapshot |
2015-10-31 |
bert hubert | implement new metric: real-memory-usage, plus hook... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | oooops did not check ACL for TCP/IP connections |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | move default ACL installation to before config file... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | make all caches that can be cleaned in the recursor... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | add some more unit tests for DNSName |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | fix up const unsigned char* for label length, plus... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | silence debugging noise |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | make all caches that can be cleaned in the recursor... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | add some more unit tests for DNSName |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | fix up const unsigned char* for label length, plus... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | silence debugging noise |
commit | commitdiff | tree | snapshot |
2015-10-30 |
bert hubert | Merge branch 'master' into ednssubnet |
commit | commitdiff | tree | snapshot |
2015-10-28 |
bert hubert | Merge branch 'master' of github.com:PowerDNS/pdns |
commit | commitdiff | tree | snapshot |
2015-10-28 |
bert hubert | add link to blogpost to clarify what backends are |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Pieter Lexis | Are these the last of broken tests? |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Pieter Lexis | They're everywhere |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Pieter Lexis | Also change expected_result for backends |
commit | commitdiff | tree | snapshot |
2015-10-28 |
bert hubert | it is a wip |
commit | commitdiff | tree | snapshot |
next |