mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3541
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/3081
Author: @cpu
Created: 6/22/2025
Status: ✅ Merged
Merged: 6/23/2025
Merged by: @djc
Base:
main← Head:cpu-3060-pt1_dev📝 Commits (6)
f9abe70server/authority: fix LookupControlFlow docs typo5e13619replace boolean AXFR policy with enum13fe244server/authority: pass full Request for searchf6be566server/store: SqliteAuthority authorized -> authorized_updatebfd8a33proto/dnssec: refine TSIG RR error RCODE repr4eae9cfserver/authority: expose a few message fns📊 Changes
32 files changed (+656 additions, -515 deletions)
View changed files
📝
bin/Cargo.toml(+1 -0)📝
bin/src/lib.rs(+12 -9)📝
bin/tests/integration/authority_battery/basic.rs(+197 -170)📝
bin/tests/integration/authority_battery/dnssec.rs(+43 -38)📝
bin/tests/integration/authority_battery/dynamic_update.rs(+60 -116)📝
bin/tests/integration/in_memory.rs(+2 -2)📝
bin/tests/integration/store_file_tests.rs(+5 -5)📝
bin/tests/integration/store_sqlite_tests.rs(+3 -3)📝
bin/tests/integration/txt_tests.rs(+5 -5)📝
crates/proto/src/dnssec/rdata/tsig.rs(+87 -11)📝
crates/proto/src/dnssec/tsig.rs(+1 -1)📝
crates/server/src/authority/authority.rs(+18 -5)📝
crates/server/src/authority/authority_object.rs(+19 -12)📝
crates/server/src/authority/catalog.rs(+1 -1)📝
crates/server/src/authority/message_request.rs(+33 -1)📝
crates/server/src/authority/message_response.rs(+1 -1)📝
crates/server/src/authority/mod.rs(+1 -1)📝
crates/server/src/server/request_handler.rs(+22 -2)📝
crates/server/src/store/blocklist.rs(+10 -6)📝
crates/server/src/store/file.rs(+12 -12)...and 12 more files
📄 Description
Self-contained changes extracted from https://github.com/hickory-dns/hickory-dns/pull/3060
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.