]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2020-11-12  Remi Gacognerec: Add a regression test for the DNS64 CNAME loop... 9710/head
2020-11-12  Remi Gacognerec: Avoid a CNAME loop detection issue with DNS64
2020-11-10  Otto MoerbeekMerge pull request #9683 from omoerbeek/backport-9680...
2020-11-09  Otto MoerbeekMerge pull request #9682 from omoerbeek/backport-9679...
2020-11-09  Otto MoerbeekUse the same words for for both cases 9683/head
2020-11-09  Otto MoerbeekIf a.b.c CNAME x.a.b.c is encoutered, switch off
2020-11-09  Remi Gacognerec: Add a regression test for answers generated from... 9682/head
2020-11-09  Remi Gacognerec: Fix the processing of answers generated from gettag
2020-10-13  Otto MoerbeekMerge pull request #9605 from omoerbeek/rec-backport... rec-4.4.0
2020-10-12  Remi Gacognerec: Add a unit test for the ANY "just-in-time" cached... 9605/head
2020-10-12  Remi Gacognerec: Fix validation when more than one cached record...
2020-10-12  Remi Gacognerec: Fix returning more than one cached records
2020-10-12  Remi Gacognerec: Prevent updating the status of all cached records...
2020-10-02  Otto MoerbeekMerge pull request #9579 from omoerbeek/backport-9434... rec-4.4.0-rc2
2020-10-02  Otto MoerbeekFix test 9579/head
2020-10-02  Otto MoerbeekTest for the reported issue wrt doing an spurious DS...
2020-10-02  Otto MoerbeekWhen deciding if we are auth in the local auth or forwa...
2020-10-02  Otto MoerbeekMerge pull request #9577 from omoerbeek/backport-9569...
2020-10-02  Otto MoerbeekMerge pull request #9576 from omoerbeek/backport-9562...
2020-10-02  Pieter Lexisrecursor: Don't parse any config with `--version` 9577/head
2020-10-02  Otto MoerbeekBe explicit we're talking about the recursor. 9576/head
2020-10-02  Otto MoerbeekExpose typed cache flush via Web API
2020-09-30  Otto MoerbeekMerge pull request #9557 from omoerbeek/rec-backport...
2020-09-29  Otto MoerbeekBackport #9515 to 4.4.x: actually fix wipe-cache-typed 9557/head
2020-09-25  Otto MoerbeekMerge pull request #9528 from omoerbeek/backport-9471...
2020-09-25  Otto MoerbeekMerge pull request #9526 from omoerbeek/backport-9495...
2020-09-25  Remi Gacognerec: Log when going Bogus because of a missing SOA... 9528/head
2020-09-25  Remi Gacognerec: Fix a typo in a comment 9526/head
2020-09-25  Remi Gacognerec: Watch the descriptor again after an out-of-order...
2020-09-25  Otto MoerbeekMerge pull request #9506 from omoerbeek/backport-9497...
2020-09-22  Remi Gacognerec: Fix invalid unknown record in the unit tests 9506/head
2020-09-22  Remi GacogneRaise an exception on invalid first part (!= \#) in...
2020-09-22  Remi GacogneRaise an exception on invalid hex content in unknown...
2020-09-18  Remi GacogneMerge pull request #9465 from omoerbeek/backport-9448... rec-4.4.0-rc1
2020-09-14  Otto MoerbeekUse boost::optional to pass optional cutoff point.... 9465/head
2020-09-14  Otto MoerbeekMake code more clear by eliminating the "ancestor"...
2020-09-14  Otto MoerbeekIf we're looking in the cache for NS for a forwarded...
2020-09-14  Otto MoerbeekTake into account a potentially more specific NS we...
2020-09-14  Otto MoerbeekWe only want to do QName Minimization for the names...
2020-09-11  Otto MoerbeekMerge pull request #9458 from omoerbeek/backport-9454...
2020-09-11  Otto MoerbeekMerge pull request #9459 from rgacogne/rec44-remove...
2020-09-10  Remi Gacognerec-4.4.x: Remove non-recursor tests 9459/head
2020-09-09  Otto MoerbeekParts is reused, so clear the names it might contain. 9458/head
2020-08-28  Otto MoerbeekMerge pull request #9376 from omoerbeek/rec-rpz-store... rec-4.4.0-beta1
2020-08-28  Otto MoerbeekAdd new field `AppliedPolicyHit` to regress test. 9376/head
2020-08-28  Otto MoerbeekDocument new Lua dq fields and centralize logging in...
2020-08-28  Otto MoerbeekDefine a log string method for a Policy and use it...
2020-08-28  Otto MoerbeekAlso record the value that caused a hit.
2020-08-28  Otto MoerbeekUse static constr string instead of string literals...
2020-08-28  Otto MoerbeekAppease spell check
2020-08-28  Otto MoerbeekCheck appliedPolicyTrigger in protobuf regress test
2020-08-28  Otto MoerbeekLog trigger in protobuf message
2020-08-28  Otto MoerbeekStore the trigger hit in the (applied)Policy.
2020-08-28  Remi GacogneMerge pull request #9414 from rgacogne/rec-cname-rpz-4
2020-08-27  Remi GacogneMerge pull request #9379 from rgacogne/ddist-clear...
2020-08-27  Remi GacogneMerge pull request #9419 from Habbie/sdig-id-nonzero
2020-08-26  Peter van DijkMerge pull request #8638 from threatstop/master
2020-08-26  Peter van Dijksdig: report non-zero ID in response 9419/head
2020-08-26  Nicko DehaineUse an union for the ipv4 and ipv6 fields 8638/head
2020-08-26  Nicko DehaineRemoved duplicate entry
2020-08-26  Remi Gacognerec: Update the documentation to better describe our... 9414/head
2020-08-26  Remi Gacognerec: Add DNSFilterEngine::Policy::wasHit() to prevent...
2020-08-26  Remi Gacognerec: Trust the result from doCNAMECacheCheck() for...
2020-08-26  Otto MoerbeekMerge pull request #9411 from omoerbeek/rec-inited...
2020-08-26  Otto MoerbeekMerge pull request #9417 from PowerDNS/omoerbeek-patch-1
2020-08-26  Otto MoerbeekFIx a few "warning: comparison of integers of different... 9417/head
2020-08-26  Otto MoerbeekMerge pull request #9375 from omoerbeek/rec-qmin-fallba...
2020-08-26  Otto MoerbeekMerge pull request #9415 from PowerDNS/omoerbeek-patch-1
2020-08-26  Otto Moerbeekmissing override 9415/head
2020-08-25  Remi GacogneMerge remote-tracking branch 'origin/rec-cname-rpz...
2020-08-25  Remi Gacognerec: Add regression tests for RPZ CNAME chains
2020-08-25  Remi Gacognerec: Properly handle RPZ hits for records retrieved...
2020-08-25  Remi Gacognerec: When adding custom records from RPZ, remove confli...
2020-08-25  Otto MoerbeekDocument the extra allowance in case of qname-minimizat... 9375/head
2020-08-25  Otto MoerbeekZap some redundant args
2020-08-25  Remi Gacognednsdist: Dcocument the new 'clearConsoleHistory()'... 9379/head
2020-08-25  Otto MoerbeekMerge pull request #9412 from omoerbeek/rec-channel...
2020-08-25  Peter van DijkMerge pull request #9401 from Habbie/statbag-declare...
2020-08-25  Otto MoerbeekDo not use ref 9411/head
2020-08-25  Remi Gacognerec: Fix formatting
2020-08-24  Remi Gacognerec: Document the new RPZ behaviour, objects and hooks
2020-08-24  Remi Gacognerec: Add a new policy filter event Lua hook
2020-08-24  Remi Gacognerec: Update tests since we now filter on CNAME chains
2020-08-24  Remi Gacognerec: Handle RPZ CNAME chains, post-policies on cache...
2020-08-24  Otto MoerbeekSimplify things a bit
2020-08-24  Otto MoerbeekWe have a rather fundamental issue here: in some cases...
2020-08-24  Otto MoerbeekAdded depth check for qnameRPZHit() and some comments.
2020-08-24  Otto MoerbeekSimplified getClientPolicy()
2020-08-24  Otto MoerbeekHandle non-CNAME cases and auth/forward case.
2020-08-24  Otto MoerbeekMove Query policy handling to SyncRes.
2020-08-24  Otto MoerbeekSplit the ClientIP and QName processing for RPZ.
2020-08-24  Peter van DijkMerge pull request #9409 from mind04/pdns-race2
2020-08-24  Remi GacogneMerge pull request #9381 from rgacogne/ddist-delaypipe...
2020-08-24  Remi GacogneMerge pull request #9382 from rgacogne/ddist-speedup-rr
2020-08-24  Otto MoerbeekClean some coverity reported cases of exceptions thrown... 9412/head
2020-08-24  Kees Monshouwerauth: clear the key cache after addKey() 9409/head
2020-08-24  Otto MoerbeekMerge pull request #9391 from omoerbeek/rec-new-rc...
2020-08-24  Remi GacogneMerge pull request #9405 from rgacogne/fix-doc-per...
2020-08-24  Remi GacogneMerge pull request #9406 from Habbie/pdnsutil-static...
2020-08-24  Otto MoerbeekFix warning: initialized lambda captures are a C++14...
next