Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7900/melissavoegeli/dnsdist custom http response headers #2

Conversation

melissavoegeli
Copy link
Owner

Short description

My PowerDNS#7900 changes thus far.

Checklist

I have:

  • read the CONTRIBUTING.md document
  • compiled this code
  • tested this code
  • included documentation (including possible behaviour changes)
  • documented the code
  • added or modified regression test(s)
  • added or modified unit test(s)
  • checked that this code was merged to master

chbruyand and others added 30 commits March 27, 2019 15:30
…g the auth zone

to asyncresolve(). I chose to do this via the context so that we do not have to add
an extra parameter to a function already having too many of them.
We used to set time returned by `sr->getNow()` via `gettimeofday()`
and later the one used to compute the RRSIG validity via
`time(nullptr)`. It turns out that the second call can return a
value lesser than the first one, without the time going backward,
making our tests fail.
After this commit we base our calculations on the same time value,
so it should not fail randomly anymore.
We don't care about the actual ordering, so let's do the cheapest
comparisons first then the quite expensive DNSName comparison only
if we really need to.
…l-memory-usage

Simple blacklist handler for StatBag
rec: Compare the CacheKey type and place first then the name
dnsdist: print stats from expungeByName
rgacogne and others added 27 commits June 12, 2019 18:09
…ported-addlocals

dnsdist: Exit when requested DoT/DoH support is not compiled in
Use circle-ci context to get doc host FP
Changelog for rec-4.1.14.

Changlelog entry for rec-4.1.14 (PowerDNS#7908)
…for-rec-4.1.14

Update secpoll for rec-4.1.14 release.
rec: Don't mix time() and gettimeofday() in our unit tests (again)
rec: Reuse the outgoing query protobuf for the incoming response
 rec: Optimize for large number of filtering policies, empty sections
…ery-zone

rec: set the query-zone field in the dnstap messages.
…ging

all: DNSName, speeds up toString() conversion
…hangelog

Changelog and secpoll for auth-4.2.0-rc2 release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants