mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #187] [MERGED] Resolver: Cname chaining #1288
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#1288
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/187
Author: @bluejekyll
Created: 9/13/2017
Status: ✅ Merged
Merged: 9/17/2017
Merged by: @bluejekyll
Base:
master← Head:cname-chaining📝 Commits (7)
324f8f8add integration test crate22e4af8add some mocked lookup tests for cname428086bfollow cname chain and verify names7828357recursive state machine for CNAME chains28b6482update some documenationfffa7e2add test for max query depth7ced119remove erroneous test📊 Changes
38 files changed (+1087 additions, -497 deletions)
View changed files
📝
.travis.yml(+2 -2)📝
Cargo.lock(+18 -0)📝
Cargo.toml(+1 -1)📝
compatibility-tests/Cargo.toml(+0 -0)📝
compatibility-tests/src/bind.rs(+6 -4)📝
compatibility-tests/src/lib.rs(+0 -0)📝
compatibility-tests/src/none.rs(+0 -0)📝
compatibility-tests/tests/conf/Kupdate.example.com.+008+56935.key(+0 -0)📝
compatibility-tests/tests/conf/Kupdate.example.com.+008+56935.pem(+0 -0)📝
compatibility-tests/tests/conf/Kupdate.example.com.+008+56935.private(+0 -0)📝
compatibility-tests/tests/conf/README.md(+0 -0)📝
compatibility-tests/tests/conf/bind-example.com.zone(+0 -0)📝
compatibility-tests/tests/conf/bind-example.conf(+1 -1)📝
compatibility-tests/tests/sig0_tests.rs(+1 -1)➕
integration-tests/Cargo.toml(+53 -0)📝
integration-tests/src/authority.rs(+0 -0)📝
integration-tests/src/lib.rs(+29 -17)➕
integration-tests/src/mock_client.rs(+63 -0)📝
integration-tests/tests/authority_tests.rs(+2 -6)➕
integration-tests/tests/catalog_tests.rs(+370 -0)...and 18 more files
📄 Description
Adding CNAME chained lookups to the Resolver
also fixes: #79 moving all integration tests to /integration-tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.