bind9/bin
Evan Hunt 6b33b7fc77 switch to RETERR where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                return result;
        }

with:

        RETERR(<statement>);
2025-12-03 13:45:43 -08:00
..
check switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
confgen Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
delv switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
dig switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
dnssec switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
include move default configuration to common bin/include folder 2025-10-29 13:55:04 -07:00
named switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
nsupdate switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
plugins switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
rndc Split rndc dnssec manpage into sections 2025-11-28 15:32:17 +01:00
tests switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
tools switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00