mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #720] [MERGED] Support ANAME and fixup CNAME support #1631
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#1631
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/720
Author: @bluejekyll
Created: 3/29/2019
Status: ✅ Merged
Merged: 4/4/2019
Merged by: @bluejekyll
Base:
master← Head:support-aname📝 Commits (7)
a89669ecreate ANAME record type4aaf090fixup CNAME usage in the serverfc1e24fappend additional records for CNAME in response3326708ANAME tests03cb6d6add ANAME to additionalsab2e581fix NSEC storage at CNAMEe5d059dpick a proper temp value for ANAME📊 Changes
22 files changed (+1150 additions, -201 deletions)
View changed files
📝
README.md(+1 -0)📝
crates/client/src/serialize/txt/parse_rdata.rs(+2 -0)📝
crates/proto/src/rr/dnssec/rdata/mod.rs(+24 -8)📝
crates/proto/src/rr/dnssec/rdata/nsec.rs(+4 -7)📝
crates/proto/src/rr/record_data.rs(+91 -7)📝
crates/proto/src/rr/record_type.rs(+8 -0)📝
crates/proto/src/rr/rr_set.rs(+23 -2)📝
crates/proto/src/serialize/binary/encoder.rs(+14 -0)📝
crates/server/src/authority/auth_lookup.rs(+57 -5)📝
crates/server/src/authority/authority_object.rs(+9 -0)📝
crates/server/src/authority/catalog.rs(+46 -39)📝
crates/server/src/authority/message_response.rs(+16 -10)📝
crates/server/src/store/file/authority.rs(+3 -5)📝
crates/server/src/store/forwarder/authority.rs(+4 -0)📝
crates/server/src/store/in_memory/authority.rs(+288 -33)📝
crates/server/src/store/sqlite/authority.rs(+1 -3)📝
crates/server/tests/authority_battery/basic.rs(+285 -21)📝
crates/server/tests/named_test_configs/example.com.zone(+16 -6)📝
crates/server/tests/txt_tests.rs(+109 -34)📝
tests/integration-tests/src/authority.rs(+29 -3)...and 2 more files
📄 Description
I'll file a separate PR for ANAME support in the resolver.
fyi: #513
Also, it looks like CNAME was most likely broken before, where the server not even aliasing names properly before. This fixes that, and adds a bunch of tests for CNAME.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.