Home | History | Annotate | Download | only in dns

Lines Matching refs:dlz

1 /*	$NetBSD: dlz.c,v 1.9 2025/01/26 16:25:22 christos Exp $	*/
33 * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was
71 #include <dns/dlz.h>
79 *** Supported DLZ DB Implementations Registry
110 *** Basic DLZ Methods
196 "unsupported DLZ database driver '%s'."
203 /* Allocate memory to hold the DLZ database driver */
219 /* mark the DLZ driver as valid */
227 ISC_LOG_DEBUG(2), "DLZ driver loaded successfully.");
232 ISC_LOG_ERROR, "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);
362 * Unregisters a DLZ driver. This basically just removes the dlz
371 ISC_LOG_DEBUG(2), "Unregistering DLZ driver.");
403 * Create a writeable DLZ zone. This can be called by DLZ drivers
438 "DLZ %s has 'search no;', but attempted to "
485 * Configure a DLZ driver. This is optional, and if supplied gives
486 * the backend an opportunity to configure parameters related to DLZ.
525 "No ssumatch method for DLZ database");