bind9/bin/dig
Mark Andrews 9936462f31 dns_master_indent and dns_master_indentstr must not be global
The indentation for dumping the master zone was driven by two
global variables dns_master_indent and dns_master_indentstr.  In
threaded mode, this becomes prone to data access races, so this commit
converts the global variables into a local per-context tuple that
consist of count and string.
2019-11-26 13:52:18 +01:00
..
include/dig Don't print ';;' comments in yaml mode. 2019-09-06 14:14:20 +10:00
win32 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.1 prep for 9.15.4 2019-09-09 13:13:39 +00:00
dig.c dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
dig.docbook Added documentation for dig's +unexpected command line option. 2019-09-03 10:15:25 -03:00
dig.html prep for 9.15.4 2019-09-09 13:13:39 +00:00
dighost.c optionally associate a netmgr with a task manager when creating 2019-11-07 11:55:37 -08:00
host.1 prep 9.13.6 2019-02-06 22:13:05 +00:00
host.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
host.docbook update copyrights 2019-01-02 10:20:43 +11:00
host.html prep 9.13.6 2019-02-06 22:13:05 +00:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
nslookup.1 prep 9.13.6 2019-02-06 22:13:05 +00:00
nslookup.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
nslookup.docbook update copyrights 2019-01-02 10:20:43 +11:00
nslookup.html prep 9.13.6 2019-02-06 22:13:05 +00:00