bind9/bin
Ondřej Surý 7a8193efba Use int type to store result from isc_commandline_parse()
The C standard actually doesn't define char as signed or unsigned, and
it could be either according to underlying architecture.  It turns out
that while it's usually signed type, it isn't on arm64 where it's
unsigned.

isc_commandline_parse() return int, just use that instead of the char.

(cherry picked from commit 8153729d3a)
2021-03-04 11:21:26 +01: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 Text edits to manual paages 2021-01-12 15:37:47 +01:00
dig Report unknown dash option during the pre-parse phase 2021-01-26 14:18:54 +01:00
dnssec Cleanup redundant isc_rwlock_init() result checks 2021-02-08 15:13:49 +11:00
named Add purge-keys config option 2021-02-23 09:18:55 +01:00
nsupdate Stop including <gssapi.h> from <dst/gssapi.h> header 2021-02-16 12:08:21 +11: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 Text edits to manual paages 2021-01-12 15:37:47 +01:00
tests create 'journal' system test 2021-03-03 19:21:16 -08:00
tools Use int type to store result from isc_commandline_parse() 2021-03-04 11:21:26 +01: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