bind9/bin
Colin Vidal 25f303f046 mdig: fix implicit bool to int cast
The `display_rrcomments` is a tri-state (-1, 0, 1) which is (in some
cases) initialized with `state`, a boolean, through an implicit cast.
This was spot by Coccinelle. Remove the implcit cast by explicitly
assigning 0 or 1 to `display_rrcomments` based on `state` value.
2025-11-12 11:31:28 +01:00
..
check "named-checkconf -b" dumps built-in config 2025-11-04 09:26:33 +01:00
confgen Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
delv fix delv when using the builtin trust-anchors 2025-10-29 13:55:47 -07:00
dig avoid retrying a server if its address is unusable 2025-11-03 19:37:09 +00:00
dnssec cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
include move default configuration to common bin/include folder 2025-10-29 13:55:04 -07:00
named don't retain the default configuration 2025-10-31 08:02:17 +01:00
nsupdate cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
plugins cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
rndc implement "rndc showconf" 2025-10-29 23:49:49 +01:00
tests Use new EDE helper in existing system tests 2025-11-10 15:41:51 +01:00
tools mdig: fix implicit bool to int cast 2025-11-12 11:31:28 +01:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00