bind9/bin/dig
Michał Kępień deb3b85cb2 Reset dig exit code after a TCP connection is established
The "exitcode" variable is set to 9 if a TCP connection fails, but is
not reset to 0 if a subsequent TCP connection succeeds.  This causes dig
to return a non-zero exit code if it succeeds in getting a TCP response
after a retry.  Fix by resetting "exitcode" to 0 if connect_done()
receives an event with the "result" field set to ISC_R_SUCCESS.
2018-08-27 13:58:08 +10:00
..
include/dig Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
win32 Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.1 regenerate doc 2018-05-21 19:59:45 +00:00
dig.c oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory 2018-08-23 10:07:28 +02:00
dig.docbook add -t type### description to the dig man page 2018-04-27 02:16:51 -04:00
dig.html regenerate doc 2018-05-21 19:59:45 +00:00
dighost.c Reset dig exit code after a TCP connection is established 2018-08-27 13:58:08 +10:00
host.1 regenerate doc 2018-05-21 19:59:45 +00:00
host.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
host.docbook Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
host.html regenerate doc 2018-05-21 19:59:45 +00:00
Makefile.in Revert "Merge branch 'modified-manual-install-oot' into 'master'" 2018-08-02 10:23:30 -04:00
nslookup.1 regenerate doc 2018-05-21 19:59:45 +00:00
nslookup.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
nslookup.docbook Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
nslookup.html regenerate doc 2018-05-21 19:59:45 +00:00