bind9/bin/tests/system/tkey
Michał Kępień 0b7b1161c2 Fix key ID processing
If ns1/setup.sh generates a key with ID 0, the "KEYID" token in
ns1/named.conf.in will be replaced with an empty string, causing the
following broken statement to appear in ns1/named.conf:

    tkey-dhkey "server" ;

Such a statement triggers false positives for the "tkey" system test due
to ns1 being unable to start with a broken configuration file.  Fix by
tweaking the regular expression used for removing leading zeros from the
key ID, so that it removes at most 4 leading zeros.
2019-06-17 14:15:18 +02:00
..
ns1 Fix key ID processing 2019-06-17 14:15:18 +02:00
clean.sh update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
keycreate.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
keydelete.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
Makefile.in Cleanup the way we detect json-c library to use only pkg-config 2019-05-29 15:08:52 +02:00
setup.sh Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
tests.sh Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00