15 Commits

Author SHA1 Message Date
Benjamin Fry
408d0baca0 Prepare 0.24 release with branding change to Hickory DNS (#2054)
* update all READMEs with notices about the name change

* update changelog for 0.24

* bump crate versions to 0.24

* update version notice information

* update readmes to back reference trust-dns

* rename all crates to hickory counterparts

* replace all Trust-DNS references in code and comments with Hickory DNS

* rename all Trust-DNS references to Hickory DNS in non-code

* rename all trust-dns-resolver references to hickory-resolver

* rename all trust-dns-client references to hickory-client

* rename all trust-dns-proto references to hickory-proto

* rename all trust-dns-server references to hickory-server

* rename all trust-dns-compatibility references to hickory-compatability

* rename all trust-dns-integration references to hickory-integration

* rename all trust-dns-util references to hickory-util

* Update MIT licenses to reference Hickory DNS

* update all trust-dns references to hickory-dns

* update all bluejekyll github references to hickorydns org

* Update name in Changelog

* make sure hickory-dns logs during tests

* add changelogs for recent main additions

* fix references to trust-dns and hickory in architecture

* update a few trust-dns references in READMEs

* fixup some dangling trust_dns references

* replace fka with formerly in change log

* replace all hickoydns org references to hickory-dns

* replace all http links with https

* update logos

* update hickorydns to hickory-dns for all other org references

* fix Notices of Trust-DNS to Hickory in each Readme
2023-10-13 18:39:28 -07:00
Dirkjan Ochtman
532dca3bd9 Move client code used by server code down into proto 2023-02-06 09:25:04 -08:00
Benjamin Fry
f7465c9917 require Authority to have interior mutability 2021-09-20 12:05:58 -07:00
Dirkjan Ochtman
94fa917c74 remove non-macro-use extern crate imports 2020-10-13 07:58:06 -07:00
Dirkjan Ochtman
24512f63a5 limit futures dependencies to what is necessary 2020-10-13 07:58:06 -07:00
Benjamin Fry
303f007316 No more master slave, in honor of Juneteenth (#1141)
* in honor of Juneteenth, remove replace Master with Primary

* in honor of Juneteenth, remove replace Slave with Secondary

* add 8499 for reference about naming

* clean up deprecation warnings

* remove unsupported markdown strikethroughs...

* revert primary to master in BIND compatibility tests
2020-06-20 12:59:47 -07:00
Benjamin Fry
b6f30098bd fix sqlite tests on windows 2019-12-14 15:02:10 -08:00
Benjamin Fry
94555c23c4 rename trust_dns library name to trust_dns_client 2019-10-25 15:05:07 -07:00
Benjamin Fry
31fbf66316 reformat all code 2019-10-17 21:59:20 -07:00
Caio
dc53cb48e7 rusqlite is now an optional crate
Fixes #833
2019-10-14 14:53:02 -07:00
Benjamin Fry
c9f34430a4 refactor in-memory components of SqliteAuthority to InMemoryAuthority 2019-03-24 13:35:54 -07:00
Benjamin Fry
58b13f9e53 Futurize the RequestHandler and use AsyncResolver 2019-03-24 13:35:54 -07:00
Benjamin Fry
3dcb77a18d cleanup clippy errors 2019-01-19 01:03:38 -08:00
Benjamin Fry
720f292aa5 update configurateion parse to support file and sqlite
- dedup authority code
- restructure dnssec configuration and key loading
- up tests after rebase
- fix openssl tests
- fix benches
- update battery tests
- update tests
2019-01-19 01:03:38 -08:00
Benjamin Fry
e447ed2665 add battery of tests for authorities 2019-01-19 01:03:38 -08:00