bind9/bin
Michał Kępień bfdeac09af 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.

(cherry picked from commit deb3b85cb2)
2018-08-27 14:30:51 +10:00
..
check Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
confgen Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
delv Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
dig Reset dig exit code after a TCP connection is established 2018-08-27 14:30:51 +10:00
dnssec Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
named Log a message when "ixfr-from-differences" is set for an inline-signed zone 2018-08-24 10:24:46 +02:00
nsupdate Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
pkcs11 Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
python Revert "Use make automatic variables to install updated manuals" 2018-08-06 12:54:23 +02:00
rndc Replace custom isc_boolean_t with C standard bool type 2018-08-10 15:20:57 +02:00
tests Do not call bin/tools/genrandom unconditionally in system tests 2018-08-24 09:58:08 +02:00
tools Whitespace fixes 2018-08-24 08:33:36 -04:00
win32/BINDInstall Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 14:25:15 +02:00
Makefile.in update file headers to remove copyright years 2018-03-14 16:40:20 -07:00