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

Add RFC 1996 NOTIFY support. #382

Merged
merged 339 commits into from
Sep 24, 2024
Merged

Add RFC 1996 NOTIFY support. #382

merged 339 commits into from
Sep 24, 2024

Conversation

ximon18
Copy link
Member

@ximon18 ximon18 commented Sep 4, 2024

Taken from the xfr branch in order to split PR #335 into several smaller PRs.

This PR adds RFC 1996 "slave" side minimalistic NOTIFY request support, delegating the actual work to a caller supplied helper that implements a new Notifiable trait.

ximon18 and others added 30 commits September 2, 2024 23:22
- Add TSIG Stelline test recipe.
- Update Stelline server integration tests to use the new TSIG middleware.
- Remove unnecessary Unpin bounds in net::server::message::Request.
- Tsig module changes:
  - Derive Clone for Key.
  - Added Key::compose_len() for determining how many response bytes to reserve.
  - Added From<ServerTransaction<K>> for ServerSequence<K>.
  - Altered KeyStore blanket impls to avoid conflict with additional impl on Arc<KeyStore>.
  - Various minor RustDoc improvements.
  - Made tsig::ServerError::unsigned() public.
…XFR query types) by explicit RequestMessageMulti support.
…n, but this time make sure it is set and unset correctly.
…s the "always drop" bug that was just fixed.
- Release the write lock on ZoneUpdate::Finished and don't allow the ZoneUpdater to be used after that.
- Remove the entire RRset if its' last record is removed.
- Check more in tests and add more tests.
@ximon18 ximon18 changed the base branch from xfr-zone-updating to main September 23, 2024 20:43
…st is not the most efficient way to handle NOTIFY requests. Also mention more generally strategies for structuring middleware.
@ximon18 ximon18 merged commit 915388c into main Sep 24, 2024
26 checks passed
@ximon18 ximon18 deleted the add-rfc1996-notify-support branch September 24, 2024 18:44
ximon18 added a commit that referenced this pull request Sep 25, 2024
Add RFC 1996 "slave" side minimalistic NOTIFY request support, delegating the actual work to a caller supplied helper that implements a new Notifiable trait.
ximon18 added a commit that referenced this pull request Oct 3, 2024
Add RFC 1996 "slave" side minimalistic NOTIFY request support, delegating the actual work to a caller supplied helper that implements a new Notifiable trait.
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.

2 participants