bind9/bin/dnssec
Ondřej Surý a5f5f68502
Refactor isc_time_now() to return time, and not result
The isc_time_now() and isc_time_now_hires() were used inconsistently
through the code - either with status check, or without status check,
or via TIME_NOW() macro with RUNTIME_CHECK() on failure.

Refactor the isc_time_now() and isc_time_now_hires() to always fail when
getting current time has failed, and return the isc_time_t value as
return value instead of passing the pointer to result in the argument.
2023-03-31 15:02:06 +02:00
..
.gitignore [master] dnssec-cds 2017-10-05 01:04:18 -07:00
dnssec-cds.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-cds.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dnssec-dsfromkey.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
dnssec-dsfromkey.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dnssec-importkey.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-importkey.rst Teach dnssec-settime to read unset times that it writes 2022-05-17 16:28:40 +02:00
dnssec-keyfromlabel.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-keyfromlabel.rst Clarify dnssec-keyfromlabel -a in man page 2022-06-09 15:00:08 +02:00
dnssec-keygen.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-keygen.rst further cleanup after removing diffie-hellman TKEY mode 2023-03-08 08:36:25 +01:00
dnssec-revoke.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-revoke.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dnssec-settime.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-settime.rst Teach dnssec-settime to read unset times that it writes 2022-05-17 16:28:40 +02:00
dnssec-signzone.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
dnssec-signzone.rst dnssec-signzone can now create multiple CDS RRs 2023-02-28 09:38:31 +01:00
dnssec-verify.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssec-verify.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dnssectool.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
dnssectool.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00