bind9/lib/isccfg/tests
Matthijs Mekking b7c5bfb203 Extend ttlval to accept ISO 8601 durations
The ttlval configuration types are replaced by duration configuration
types. The duration is an ISO 8601 duration that is going to be used
for DNSSEC key timings such as key lifetimes, signature resign
intervals and refresh periods, etc. But it is also still allowed to
use the BIND ttlval ways of configuring intervals (number plus
optional unit).

A duration is stored as an array of 7 different time parts.
A duration can either be expressed in weeks, or in a combination of
the other datetime indicators.

Add several unit tests to ensure the correct value is parsed given
different string values.
2019-11-06 22:31:44 +01:00
..
duration_test.c Extend ttlval to accept ISO 8601 durations 2019-11-06 22:31:44 +01:00
Kyuafile Extend ttlval to accept ISO 8601 durations 2019-11-06 22:31:44 +01:00
Makefile.in Extend ttlval to accept ISO 8601 durations 2019-11-06 22:31:44 +01:00
parser_test.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00