bind9/bin/rndc
Colin Vidal 43a9bce3c1 Dump delegation database in 'rndc dumpdb'
When dumping the cache, include the contents of the delegation
database. Add a new 'rndc dumpdb -deleg' option, which dumps
the delegation database exclusively.

While the delegation database dumping format mimic the zone file format,
the API does not use the `dns_master_style_t` configuration (i.e. to
specify how many spaces/tab are used between each RR fields), because
the generic API handling this relies on databse using `dns_rdataset_t`
as internal storage format. This can be improved later.
2026-03-30 20:41:13 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
rndc.c Add rndc dnssec -step command to usage 2026-02-16 16:28:47 +00:00
rndc.conf.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
rndc.rst Dump delegation database in 'rndc dumpdb' 2026-03-30 20:41:13 +02:00
util.c Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
util.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00