[PR #3235] [MERGED] Change response code for AXFR in SqliteAuthority #3665

Closed
opened 2026-03-16 11:56:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3235
Author: @divergentdave
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @divergentdave

Base: mainHead: david/inmemory-update-response-code


📝 Commits (1)

  • 73731cd Change response code for AXFR in SqliteAuthority

📊 Changes

3 files changed (+5 additions, -5 deletions)

View changed files

📝 crates/server/src/store/sqlite/mod.rs (+2 -2)
📝 tests/integration-tests/tests/integration/catalog_tests.rs (+1 -1)
📝 tests/integration-tests/tests/integration/sqlite_authority_tests.rs (+2 -2)

📄 Description

This changes the response code that SqliteAuthority uses when rejecting an AXFR query from NotAuth to Refused, in order to better align with InMemoryAuthority.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3235 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@divergentdave](https://github.com/divergentdave) **Base:** `main` ← **Head:** `david/inmemory-update-response-code` --- ### 📝 Commits (1) - [`73731cd`](https://github.com/hickory-dns/hickory-dns/commit/73731cd67732081837ab72f3ed14ff78e2f5ff5e) Change response code for AXFR in SqliteAuthority ### 📊 Changes **3 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `crates/server/src/store/sqlite/mod.rs` (+2 -2) 📝 `tests/integration-tests/tests/integration/catalog_tests.rs` (+1 -1) 📝 `tests/integration-tests/tests/integration/sqlite_authority_tests.rs` (+2 -2) </details> ### 📄 Description This changes the response code that `SqliteAuthority` uses when rejecting an `AXFR` query from `NotAuth` to `Refused`, in order to better align with `InMemoryAuthority`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:56:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3665
No description provided.