bind9/bin/dig
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
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Simplify name initializers 2025-02-25 12:17:34 +01:00
dig.rst Implement dig +[no]svcparamkeycompat 2025-02-17 17:33:43 +00:00
dighost.c avoid the 'target' buffer in dns_name_fromtext() 2025-02-25 12:53:25 -08:00
dighost.h remove the namebuf and onamebuf buffers in dig 2025-02-25 12:53:25 -08:00
host.c Simplify dns_name_init() 2025-02-25 12:17:34 +01:00
host.rst Do HTTPS record query from host in addition 2025-02-18 14:56:08 +00:00
Makefile.am Dig now supports selecting FIPS mode at runtime 2024-11-22 09:40:46 +11:00
nslookup.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
readline.h Remove redundant semicolons after the closing braces of functions 2024-11-19 12:27:22 +01:00