Commit Graph

176 Commits

Author SHA1 Message Date
Benjamin Fry
f7383806a8 update version to 0.23-alpha.1 2023-05-10 22:55:38 +02:00
Benjamin Fry
4a1c4fe2d1 use new Types for A and AAAA record types 2023-03-24 08:47:59 -07:00
Benjamin Fry
f9aa112580 cleanup issues after merge with main and new-typed-record 2023-03-24 08:47:59 -07:00
Benjamin Fry
6652fa561d Change RecordData::try_borrow to return Option 2023-03-24 08:47:59 -07:00
Benjamin Fry
fbead51221 cleanup uses and copyrights 2023-03-24 08:47:59 -07:00
Benjamin Fry
9e56c123c2 fix RRSIG and SIG usage with new RecordData types 2023-03-24 08:47:59 -07:00
Benjamin Fry
f92b808612 Make Record carry type for internal RecordData 2023-03-24 08:47:59 -07:00
YISH
a0a4acb7cf Update MSRV to 1.64 2023-03-20 11:36:21 -07:00
YISH
590b47a3f2 Introduce central crate version management 2023-03-20 11:36:21 -07:00
Dirkjan Ochtman
343eeb806e Upgrade to 2021 edition 2023-03-20 08:49:12 -07:00
YISH
3f864686eb Make dns_hostname optional to disable verify 2023-03-19 12:25:00 -07:00
XOR-op
5492bdedba fix: stale benchmark 2023-03-06 09:18:31 +01:00
Benjamin Fry
b34dfff95c fix formatting for inline variables 2023-02-06 09:25:04 -08:00
Dirkjan Ochtman
532dca3bd9 Move client code used by server code down into proto 2023-02-06 09:25:04 -08:00
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