mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1506] [MERGED] Cleanup default features, remove dnssec from client and server default features #2376
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#2376
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/1506
Author: @bluejekyll
Created: 6/6/2021
Status: ✅ Merged
Merged: 6/30/2021
Merged by: @bluejekyll
Base:
main← Head:remove-default-dnssec-from-client📝 Commits (7)
ddb02b0move all DNSSECRecordType variants into RecordTypebffef62move all DNSSECRecordType variants into RecordType8fab877introduce LookupOptions in Authority to allow dnssec feature off998bf47introduce DnssecAuthority to allow disabling of dnssec in authority9c462bbremove default feature "dnssec" from clientd0b392emove dnssec switches on rrset into LookupOptions410f45dMerge branch 'main' into remove-default-dnssec-from-client📊 Changes
44 files changed (+847 additions, -1010 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
bin/benches/comparison_benches.rs(+3 -3)📝
bin/src/named.rs(+94 -74)📝
bin/tests/server_harness/mod.rs(+15 -19)📝
bin/tests/server_harness/mut_message_client.rs(+10 -9)📝
crates/client/Cargo.toml(+1 -3)📝
crates/client/src/error/parse_error.rs(+9 -1)📝
crates/client/src/rr/dnssec/mod.rs(+0 -2)📝
crates/client/src/rr/dnssec/signer.rs(+2 -2)📝
crates/client/src/rr/dnssec/tsig.rs(+2 -5)📝
crates/client/src/rr/mod.rs(+4 -0)📝
crates/client/src/serialize/txt/parse_rdata.rs(+12 -26)📝
crates/proto/benches/lib.rs(+1 -1)📝
crates/proto/src/op/message.rs(+6 -10)📝
crates/proto/src/rr/dnssec/rdata/mod.rs(+24 -135)📝
crates/proto/src/rr/dnssec/rdata/nsec.rs(+3 -5)📝
crates/proto/src/rr/dnssec/rdata/nsec3.rs(+8 -8)📝
crates/proto/src/rr/dnssec/rdata/tsig.rs(+4 -6)📝
crates/proto/src/rr/record_data.rs(+9 -6)📝
crates/proto/src/rr/record_type.rs(+78 -33)...and 24 more files
📄 Description
This is a series of 5 commits to build up the the final commit to remove the default
dnssecfeature from theclientcrate.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.