Lines Matching refs:dlz
1 /* $NetBSD: dlz.c,v 1.1 2024/02/18 20:57:31 christos Exp $ */
33 * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was
69 #include <dns/dlz.h>
77 *** Supported DLZ DB Implementations Registry
108 *** Basic DLZ Methods
194 "unsupported DLZ database driver '%s'."
201 /* Allocate memory to hold the DLZ database driver */
217 /* mark the DLZ driver as valid */
224 "DLZ driver loaded successfully.");
230 "DLZ driver failed to load.");
247 ISC_LOG_DEBUG(2), "Unloading DLZ driver.");
272 * Registers a DLZ driver. This basically just adds the dlz
283 ISC_LOG_DEBUG(2), "Registering DLZ driver '%s'",
314 "DLZ Driver '%s' already registered", drivername);
366 * Unregisters a DLZ driver. This basically just removes the dlz
375 ISC_LOG_DEBUG(2), "Unregistering DLZ driver.");
407 * Create a writeable DLZ zone. This can be called by DLZ drivers
442 "DLZ %s has 'search no;', but attempted to "
496 * Configure a DLZ driver. This is optional, and if supplied gives
497 * the backend an opportunity to configure parameters related to DLZ.
536 "No ssumatch method for DLZ database");