bind9/bin/nsupdate
Evan Hunt 38e94cc7da switch to CHECK where it wasn't being used
replace all instances of the pattern:

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

with:

        CHECK(<statement>);
2025-12-03 13:45:42 -08:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
nsupdate.c switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
nsupdate.rst Add support to set the UL EDNS option in nsupdate 2024-01-23 10:47:31 +11:00