Commit Graph

162 Commits

Author SHA1 Message Date
Daniel McCarney
3235d2b3f6 tests: named_test_configs -> test_configs 2023-01-10 16:35:21 -08:00
Daniel McCarney
9a461bb9a9 bin: named.rs -> trust-dns.rs 2023-01-10 16:35:21 -08:00
Daniel McCarney
2fd1dcff57 bin: remove 'named' binary refs 2023-01-10 16:35:21 -08:00
Daniel McCarney
685565a7dd bin: remove 'named' binary refs 2023-01-10 16:35:21 -08:00
Benjamin Fry
013307146d clippy updates for Rust 1.66 2022-12-20 19:52:31 -08:00
HLFH
ee45c2b970 make homepage link simpler for end users 2022-12-20 14:08:09 -08:00
HLFH
98fd773a08 fix DNSSec typo > DNSSEC 2022-12-20 15:22:05 +01:00
HLFH
9301df2032 fix DNSSEC typo 2022-12-20 15:22:05 +01:00
HLFH
422bbcf1fb set target/debug/named to target/debug/trust-dns 2022-12-19 14:43:24 -08:00
HLFH
7b35b1eeba remove DEPRECATED comment for removed binary named 2022-12-19 14:43:24 -08:00
HLFH
0643ee529a remove named binary 2022-12-19 14:43:24 -08:00
Dominic
0808636d92 Replace http: links with https: 2022-11-29 11:29:24 -08:00
Axel Viala
c5feafbd4b Port named CLI to use clap derive API 2022-11-10 14:53:28 -08:00
Axel Viala
730a84c648 Port commands line interfaces to clap 4. 2022-11-10 14:53:28 -08:00
dependabot[bot]
7052656011 Bump clap from 3.2.18 to 4.0.18
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.18 to 4.0.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.18...v4.0.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 14:53:28 -08:00
David Bürgin
ccd875bce4 Declare rust-version in Cargo.toml 2022-11-03 15:34:46 -07:00
Benjamin Fry
fe70e51f5d bump MSRV to 1.60 2022-10-31 09:07:23 +01:00
Jeff Hiner
f55a263344 Fix bench errors in rust-analyzer 2022-09-13 21:04:04 +02:00
Jeff Hiner
19ab9e41b2 Require tokio 1.21 2022-09-13 08:46:56 -07:00
Benjamin Fry
19b4dc40c0 Increase MSRV to 1.59 with 0.22 release 2022-09-02 12:21:49 +02:00
Benjamin Fry
379469a979 prepare 0.22.0 release 2022-09-02 12:21:49 +02:00
Benjamin Fry
91ccabaec6 mark recursive resolution as experimental 2022-08-24 15:20:43 -07:00
Benjamin Fry
aed3defda7 fix the build 2022-08-24 15:20:43 -07:00
Benjamin Fry
457bd36130 add recursor to server 2022-08-24 15:20:43 -07:00
Benjamin Fry
4ceec91e0a add initial RecursiveAuthority 2022-08-24 15:20:43 -07:00
Axel Viala
4d3b686ae7 Change get_listen_addrs_ipv4/6 to Return result instead of unwrap. 2022-08-15 13:42:59 -07:00
Axel Viala
798a2e5b7c named::load_zone use ? instead of unwrap in logs. 2022-08-15 13:42:59 -07:00
Dirkjan Ochtman
927b464581 Normalize whitespace and formatting 2022-08-03 07:11:22 -07:00
Dirkjan Ochtman
aaab3b6fad Update MSRV to 1.57 2022-08-03 07:11:22 -07:00
Christopher Hotchkiss
3b73bbaa10 Removed async from the ForwardAuthority functions new and try_from_config.
Neither of them have any await calls so async adds a future layer for no benefit.
2022-08-01 14:54:35 +02:00
Wiktor Kwapisiewicz
e521bb10bb README: Fix feature name
Previously used `dnssec-rustls` does not seem to be used anymore.

This patch updates the name to `dnssec-ring` that is in use.
2022-07-12 11:22:27 -07:00
Benjamin Fry
91acade001 clippy updates for rust 1.62 2022-07-08 13:23:37 +02:00
Benjamin Fry
2539264bce updates from PR review for tracing 2022-05-09 10:33:19 -07:00
Benjamin Fry
03d10d312d cleanup transition to tracing 2022-05-09 10:33:19 -07:00
Erik Hollensbe
77a821f52b Move log to tracing package
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2022-05-09 10:33:19 -07:00
Dirkjan Ochtman
26043f259b Move logger setup code into binary 2022-04-26 23:17:13 -07:00
Noah Kennedy
66f5be7e8f deps: don't pull in env_logger if we aren't actually a binary 2022-04-25 16:59:22 -07:00
Evan Cameron
eb58c66eda deprecate edns methods, add extensions 2022-04-08 13:41:13 -07:00
Benjamin Fry
3e556e7cfa fix up changes for 1.54 compat 2022-04-07 13:23:18 -07:00
Benjamin Fry
34f0ebcd82 cleanup quic implementation based on review feedback 2022-04-07 13:23:18 -07:00
Benjamin Fry
aa1620f773 improve test diagnostics for named and quic 2022-04-07 13:23:18 -07:00
Benjamin Fry
eec06fce54 fix cleanliness of quic impls 2022-04-07 13:23:18 -07:00
Benjamin Fry
45898ed4d6 initial trust-dns server config integration 2022-04-07 13:23:18 -07:00
Benjamin Fry
f91b45f410 prepare 0.21.2 for release 2022-03-30 10:53:42 -07:00
Benjamin Fry
7e4f9b2661 prepare 0.21.1 release 2022-02-27 20:00:03 -08:00
Benjamin Fry
cca5155317 prepare 0.21.0 for release 2022-02-26 05:07:30 -08:00
Benjamin Fry
e22a7e7c8d remove structopt dependency 2022-02-25 20:57:47 +01:00
Benjamin Fry
59b9711b62 deprecate outdated dnssec algorithms 2022-02-19 17:15:08 -08:00
Benjamin Fry
3becddb54b prepare 0.21.0-alpha.5 2022-02-08 13:52:20 +01:00
Benjamin Fry
b296e3d47d remove deprecated uses of Record::rdata 2022-02-08 00:58:14 +01:00