bind9/bin
Michał Kępień 3113dc24ec Move code handling key loading errors into a common function
Some values returned by dstkey_fromconfig() indicate that key loading
should be interrupted, others do not.  There are also certain subsequent
checks to be made after parsing a key from configuration and the results
of these checks also affect the key loading process.  All of this
complicates the key loading logic.

In order to make the relevant parts of the code easier to follow, reduce
the body of the inner for loop in load_view_keys() to a single call to a
new function, process_key().  Move dstkey_fromconfig() error handling to
process_key() as well and add comments to clearly describe the effects
of various key loading errors.

(cherry picked from commit b85007e0a6)
2019-04-17 10:35:07 +02:00
..
check Add -c to usage message for named-checkconf 2019-03-05 16:52:49 -08:00
confgen prep 9.13.6 2019-02-06 22:13:05 +00:00
delv prep 9.13.6 2019-02-06 22:13:05 +00:00
dig silence clang 2019-02-18 17:40:56 -05:00
dnssec doc rebuild 2019-03-22 10:35:15 -07:00
named Move code handling key loading errors into a common function 2019-04-17 10:35:07 +02:00
nsupdate Make nsupdate use OS-supplied ephemeral port range 2019-03-06 14:03:36 +01:00
pkcs11 prep 9.13.6 2019-02-06 22:13:05 +00:00
plugins fix plugin installation 2019-03-26 19:54:39 +11:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc prep 9.13.6 2019-02-06 22:13:05 +00:00
tests Move code handling key loading errors into a common function 2019-04-17 10:35:07 +02:00
tools Make lib/dns/dnstap.pb-c.h private header 2019-03-22 12:07:31 +01:00
win32/BINDInstall Bump Windows minimum target environment to _WIN32_WINNT_WIN8/NTDDI_WIN8 values 2019-01-30 09:37:38 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00