bind9/bin/delv
Evan Hunt afb424c9b6 simplify dns_name_fromtext() interface
previously, dns_name_fromtext() took both a target name and an
optional target buffer parameter, which could override the name's
dedicated buffer. this interface is unnecessarily complex.

we now have two functions, dns_name_fromtext() to convert text
into a dns_name that has a dedicated buffer, and dns_name_wirefromtext()
to convert text into uncompressed DNS wire format and append it to a
target buffer.

in cases where it really is necessary to have both, we can use
dns_name_fromtext() to load the dns_name, then dns_name_towire()
to append the wire format to the target buffer.
2025-02-25 12:53:25 -08:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c simplify dns_name_fromtext() interface 2025-02-25 12:53:25 -08:00
delv.rst Change default max-recursion-queries to 50 2024-12-05 14:17:08 +01:00
Makefile.am Delv now supports selecting FIPS mode at runtime 2024-11-22 09:40:46 +11:00