Peter van Dijk

Results 559 comments of Peter van Dijk

> No idea if these two are used, I'd say: zap and see what breaks that then is the final nail in buildbot's coffin. Which is fine :)

> Do we still have anything that lives only on buildbot? the master- repos on repo.powerdns.com, which will hopefully be Pulp-ified soon

For auth, we have decided to 1. rename the binaries back to match the autotools names 2. switch to meson for everything like rec and dnsdist have 3. think about...

> Recursor uses a `edns-padding-out` option. How about `edns-padding-udp`? Note that this will have no effect if incoming queries are not sent with EDNS padding enabled. Recursor's edns-padding-from seems like...

> P.S.: do we really need to keep the `instances` atomic counter? It doesn't seem to be used by anything and its value is not retrievable either. the only thing...

> The preprocessor output is: that looks like `pdnsutil check-zone` (or `zone check`), but what is this preprocessor? > So as per RFC 2181 that it should accept the zone....

> I also haven't seen documentation on which fields are exactly required `bits` and `algorithm` are currently forbidden if `privatekey` is set. keytype/active/published are used for both importing and generating,...

Possible steps: * document that if privatekey is present, other fields (algorithm/bits) will be ignored (and implement that, of course) * instead of ignoring the fields, check them against the...