pdns icon indicating copy to clipboard operation
pdns copied to clipboard

auth: somewhat cleanup global symbols

Open zeha opened this issue 3 years ago • 0 comments

Short description

  • Make many things in auth-main.cc static
  • Rename some of the single/two-letter globals to longer names, but mostly those local to auth-main.cc
  • Move SOAData, DNSBackend to auth-only include files

I've deliberately ignored the symbols used across many files (QC, PC, ...), in the hope this could still go into 4.7.0.

Checklist

I have:

  • [x] read the CONTRIBUTING.md document
  • [x] compiled this code
  • [x] tested this code
  • [ ] included documentation (including possible behaviour changes)
  • [ ] documented the code
  • [ ] added or modified regression test(s)
  • [ ] added or modified unit test(s)

zeha avatar Aug 03 '22 20:08 zeha

Rebased to fix conflict.

zeha avatar Sep 10 '22 16:09 zeha