bind9/bin/plugins
Colin Vidal 77e0104cf4 shrunk cfgobj down to 48bytes
Make all non-scalar properties of `cfg_obj_t` allocated values, which
ensures the union size is the width of one pointer. Also reorder the
fields inside `cfg_obj_t` to avoid alignment padding that would increase
the size. As a result, a `cfg_obj_t` instance is now 48 bytes on a
64-bit platform.

Add a static assertion to avoid increasing the size of the struct by
mistake.

The function `parse_sockaddrsub` was taking advantage of the fact that
both sockaddr and sockaddrtls were in the same position, and used to
initialize the sockaddr field independently if this was a -tls one or
not. This doesn't work anymore now that all fields are allocated,
so it has been slightly rewritten to take both cases into account
separately.
2025-12-05 08:59:53 +01:00
..
filter-a.c cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
filter-a.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
filter-aaaa.c cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
filter-aaaa.rst clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
meson.build add synthrecord plugin documentation 2025-10-01 12:16:05 +02:00
synthrecord.c shrunk cfgobj down to 48bytes 2025-12-05 08:59:53 +01:00
synthrecord.rst make "origin" optional for forward zones 2025-10-01 12:16:05 +02:00