2015-12-02 |
bert hubert | Merge pull request #2985 from rgacogne/dnsdist-rd-queries |
commit | commitdiff | tree | snapshot |
2015-12-02 |
bert hubert | Merge pull request #2986 from rgacogne/dnsdist-idstate... |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Remi Gacogne | Remove the IDState lock. |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Remi Gacogne | Add stats for RD queries in dnsdist |
commit | commitdiff | tree | snapshot |
2015-12-02 |
bert hubert | Merge pull request #2846 from rgacogne/dnsdist-rings... |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Remi Gacogne | Protect dnsdist IDState and query ring with a RW lock |
commit | commitdiff | tree | snapshot |
2015-12-02 |
bert hubert | fix up incbin, with the great help of Dale Weiler.... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | Merge pull request #2979 from mind04/keycount |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | Merge pull request #2977 from rgacogne/dnsdist-client... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | Merge pull request #2974 from rgacogne/dnsdist-tcp... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | fix up TTL for RPZ zones, and allow override from config |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Kees Monshouwer | regression-tests: don't include zsk keys with 257 in... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Remi Gacogne | Make getServer() return a dummy one in client mode... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Peter van Dijk | more const; disable useless compiler warning |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | add default/override policies to RPZ, move RPZ config... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | move our RPZ blocking to the most GLORIOUS NetmaskTree... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | default zone for zoneparser should be the root, not... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | const correctness for sortlist comparator |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | after some further bikeshedding.. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | it is that kind of day. Or one of those days. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Remi Gacogne | Gracefully handle a reused downstream TCP connection... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | Merge pull request #2964 from Habbie/checkzone-nodot |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | our messages on filedescriptors were hard to understand |
commit | commitdiff | tree | snapshot |
2015-12-01 |
bert hubert | our delaypipe tests sometimes fail, this might at least... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Pieter Lexis | Package some more tools in the semi-static pdns-tools |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Kees Monshouwer | show trustedkeys after testrun |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Kees Monshouwer | check number of keys in trustedkeys file |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Pieter Lexis | Merge pull request #2967 from mind04/travis |
commit | commitdiff | tree | snapshot |
2015-11-30 |
bert hubert | sortlist docs |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Kees Monshouwer | speedup travis build? |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Kees Monshouwer | more s/geoipbackend/geoip |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Kees Monshouwer | redo .travis.yml |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Peter van Dijk | emit single dot for root entry in zoneparser-tng |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Peter van Dijk | move root-dot method into dnsname |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Peter van Dijk | teach getZoneRepresentation to optionally skip the... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Peter van Dijk | nit |
commit | commitdiff | tree | snapshot |
2015-11-30 |
bert hubert | Merge pull request #2853 from pieterlexis/pdnstool |
commit | commitdiff | tree | snapshot |
2015-11-30 |
bert hubert | Merge pull request #2963 from cmouse/tinycdb-cerr |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Pieter Lexis | Update the documentation wrt renaming pdnssec |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Pieter Lexis | Rename pdnssec to pdnsutil |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Aki Tuomi | Remove cerr logging from normal build |
commit | commitdiff | tree | snapshot |
2015-11-30 |
bert hubert | fix up sortlist to removal of confusing operator[]... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | Merge pull request #2956 from cmouse/netmasktree-sp1 |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | Merge pull request #2953 from zeha/api-crash |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | Merge pull request #2960 from ahupowerdns/ringcount |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | Merge pull request #2959 from ahupowerdns/lua-travis |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | add dynamic blocklist to the webpage |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | add showDynBlocks(), add way to add message for block... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | implement a dynamic blocklist in the core of dnsdist... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | not only compile without lua, but also work! |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | unify various rings, make generic query infra NOTE... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | make sdig wait only 10 seconds, which _might_ give... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | for shame |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | implement a maintenance() function in dnsdist lua which... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | we might have more DiffTimes |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | and the .h.. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | this restores being able to build recursor w/o Lua... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | move all the lua configuration items to a struct that... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | was looking in the wrong place! |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | see if this makes travis build with Lua |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | Merge pull request #2945 from cmouse/geoip-interpolation |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | the day you new that would be arriving: a Lua configura... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | add a single-netmask long test case for netmasktree |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Aki Tuomi | Add has_key method |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Aki Tuomi | Add few comments |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Aki Tuomi | Remove NetmaskTree#[] from geoipbackend |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Aki Tuomi | Remove [] accessors |
commit | commitdiff | tree | snapshot |
2015-11-29 |
bert hubert | revert to std::string in DNSName for now since Centos6... |
commit | commitdiff | tree | snapshot |
2015-11-28 |
bert hubert | Merge pull request #2954 from cmouse/deforeach-remote |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Christian Hofstaedtler | API: fix crash introduced in abb873ee |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Pieter Lexis | Correct the name of the unixODBC package on centos |
commit | commitdiff | tree | snapshot |
2015-11-28 |
bert hubert | make nxdomains/noerror responses work. We validate... |
commit | commitdiff | tree | snapshot |
2015-11-28 |
bert hubert | hook up ECDSA in git pdns_recursor build, not yet in... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2943 from ahupowerdns/deforeach |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | whitespace conflict. Merge branch 'master' into deforeach |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2942 from ahupowerdns/deserial |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2944 from rgacogne/sanitizers |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2947 from rgacogne/dnsdist-tcp... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2948 from rgacogne/dnsname-check... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2950 from pieterlexis/dnsdist-http... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2952 from pieterlexis/dnsdist-versi... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | ignore the dnsdist history file |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | Use symlink for gen-version script |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | dnsdist: show correct version in the webpage |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | dnsdist: Add the correct Content-Header for files |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Ignore generated file |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | make nonconst version of getTag() too which is faster |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2949 from ahupowerdns/dprotect |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Remi Gacogne | Check that offset < len in DNSName constructor |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | hook up the validator code with the recursor, keep... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Remi Gacogne | Check the length of TCP queries |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | make sure we have enough space to receive those huge... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Remove unnecessary test |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Add warning |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Update docs |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Add format specifier for IP |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Update documentation |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Remove unneeded 1.2.3.4 from dev lo |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | split out validation bits from toysdig, move to an... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Aki Tuomi | Fix remotebackend for loops |
commit | commitdiff | tree | snapshot |
next |