bind9/bin/dig
Evan Hunt f10f5572ac add DNS_RDATASET_FOREACH macro
replace the pattern `for (result = dns_rdataset_first(x); result ==
ISC_R_SUCCES; result = dns_rdataset_next(x)` with a new
`DNS_RDATASET_FOREACH` macro throughout BIND.
2025-05-27 21:08:09 -07:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c add DNS_RDATASET_FOREACH macro 2025-05-27 21:08:09 -07:00
dig.rst Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
dighost.c add DNS_RDATASET_FOREACH macro 2025-05-27 21:08:09 -07:00
dighost.h Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
host.c add DNS_RDATASET_FOREACH macro 2025-05-27 21:08:09 -07:00
host.rst Do HTTPS record query from host in addition 2025-02-18 14:56:08 +00:00
Makefile.am Drop readline alternatives in favor of libedit 2025-03-31 15:20:40 +02:00
nslookup.c add DNS_RDATASET_FOREACH macro 2025-05-27 21:08:09 -07:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00