bind9/bin
Matthijs Mekking 72deed194d Use isdigit instead of checking character range
When looking for key files, we could use isdigit rather than checking
if the character is within the range [0-9].

Use (unsigned char) cast to ensure the value is representable in the
unsigned char type (as suggested by the isdigit manpage).

Change " & 0xff" occurrences to the recommended (unsigned char) type
cast.

(cherry picked from commit 1998ad6c776a9c17c27788b17765dee90d9e25df)
2021-05-05 18:23:53 +02:00
..
check Re-order include directories 2021-02-16 12:08:21 +11:00
confgen Text edits to manual paages 2021-01-12 15:37:47 +01:00
delv Cleanup the isc_<*>mgr_createinc() constructors 2021-04-19 15:57:40 +02:00
dig Update dig's man page 2021-03-25 14:33:50 -03:00
dnssec Check that excessive iterations in logged by named when 2021-04-29 17:55:40 +10:00
named Use isdigit instead of checking character range 2021-05-05 18:23:53 +02:00
nsupdate nsupdate: reject attempts to add NSEC3PARAM with excessive iterations 2021-04-29 17:55:35 +10:00
pkcs11 Text edits to manual paages 2021-01-12 15:37:47 +01:00
plugins Text edits to manual paages 2021-01-12 15:37:47 +01:00
python Fix program name reference in dnssec-keymgr(8) 2020-12-14 13:17:27 +01:00
rndc Remove spurious $ and \ in addzone example 2021-05-04 12:44:22 +10:00
tests Check for filename clashes /w dnssec-policy zones 2021-05-05 18:22:42 +02:00
tools Always perform a re-write when processing a version 1 journal 2021-05-05 23:36:06 +10:00
win32/BINDInstall Add libssl libraries to Windows build 2020-12-09 10:46:16 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00