bind9/lib
Tony Finch c6bf51492d Define DNS_NAME_MAXLABELS and DNS_NAME_LABELLEN
Some qp-trie operations will need to know the maximum number of labels
in a name, so I wanted a standard macro definition with the right
value.

Replace DNS_MAX_LABELS from <dns/resolver.h with DNS_NAME_MAXLABELS in
<dns/name.h>, and add its counterpart DNS_NAME_LABELLEN.

Use these macros in `name.c` and `resolver.c`.

Fix an off-by-one error in an assertion in `dns_name_countlabels()`.
2023-02-27 11:27:12 +00:00
..
dns Define DNS_NAME_MAXLABELS and DNS_NAME_LABELLEN 2023-02-27 11:27:12 +00:00
isc Fix memory leak in isc_hmac_init 2023-02-26 22:56:07 +00:00
isccc remove isc_task completely 2023-02-16 18:35:32 +01:00
isccfg fix a crash from using an empty string for "include" 2023-02-22 17:35:29 +00:00
ns remove named_os_gethostname() 2023-02-18 20:23:41 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00