bind9/bin
Evan Hunt cf098cf10d avoid the 'target' buffer in dns_name_fromtext()
dns_name_fromtext() stores the converted name in the 'name'
passed to it, and optionally also copies it in wire format to
a buffer 'target'. this makes the interface unnecessarily
complex, and could be simplified by having a different function
for each purpose. as a first step, remove uses of the target
buffer in calls to dns_name_fromtext() where it wasn't actually
needed.
2025-02-25 12:53:25 -08:00
..
check Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
confgen Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
delv Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
dig avoid the 'target' buffer in dns_name_fromtext() 2025-02-25 12:53:25 -08:00
dnssec remove 'target' parameter from dns_name_concatenate() 2025-02-25 12:53:25 -08:00
named avoid the 'target' buffer in dns_name_fromtext() 2025-02-25 12:53:25 -08:00
nsupdate avoid the 'target' buffer in dns_name_fromtext() 2025-02-25 12:53:25 -08:00
plugins Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
rndc Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tests Simplify dns_name_init() 2025-02-25 12:17:34 +01:00
tools Remove target buffer from dns_name_downcase() 2025-02-25 12:17:34 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00