bind9/lib
Michał Kępień ea89ab80ae Fix error codes passed to connection callbacks
Commit 9ee60e7a17 erroneously introduced
duplicate conditions to several existing conditional statements
responsible for determining error codes passed to connection callbacks
upon failure.  Fix the affected expressions to ensure connection
callbacks are invoked with:

  - the ISC_R_SHUTTINGDOWN error code when a global netmgr shutdown is
    in progress,

  - the ISC_R_CANCELED error code when a specific operation has been
    canceled.

This does not fix any known bugs, it only adjusts the changes introduced
by commit 9ee60e7a17 so that they match
its original intent.
2021-12-28 15:09:50 +01:00
..
bind9 remove broken-nsec and reject-000-label options 2021-12-23 15:13:46 +11:00
dns remove broken-nsec and reject-000-label options 2021-12-23 15:13:46 +11:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Fix error codes passed to connection callbacks 2021-12-28 15:09:50 +01:00
isccc Pass the digest buffer length to EVP_DigestSignFinal 2021-12-17 20:28:01 +11:00
isccfg remove broken-nsec and reject-000-label options 2021-12-23 15:13:46 +11:00
ns remove ns_interface reference counting 2021-12-15 09:46:06 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00