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

WIP ZONEVERSION (RFC9660) support #14818

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 12, 2024

  1. WIP ZONEVERSION (RFC9660) support

    this works:
    
    ./sdig 200.1.122.30 53 dateserial.example.com A zoneversion
    Reply to question for qname='dateserial.example.com.', qtype=A
    Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
    1	dateserial.example.com.	43200	IN	SOA	ns.dateserial.example.com. hsalgado.nic.cl. 2023050202 21600 7200 2592000 43200
    2	.	0	IN	OPT	ABMABgMAeJVL2g==
    EDNS Zone Version for labelcount 3: 2023050202
    
    missing:
    * support in auth
    * meson updates
    * good code
    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e821cdd View commit details
    Browse the repository at this point in the history
  2. note type check fixme

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5aaaf40 View commit details
    Browse the repository at this point in the history
  3. check type

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    57eed0d View commit details
    Browse the repository at this point in the history
  4. stash partial work

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    59e2b52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8eab61 View commit details
    Browse the repository at this point in the history
  6. forgot these files

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b38708a View commit details
    Browse the repository at this point in the history
  7. use private point

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c8d903d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6cc735 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5c5ad8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    496d869 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb0c75f View commit details
    Browse the repository at this point in the history
  12. format

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9e99aa6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    edfd25b View commit details
    Browse the repository at this point in the history
  14. clang-tidy

    Habbie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e532c0c View commit details
    Browse the repository at this point in the history