-
a961ab3c
by Miroslav Lichvar at 2026-07-07T13:43:19+02:00
cmdparse: check sanity of minpoll
For consistency, require both minpoll and maxpoll to be between -32 and
32 to be accepted by the server/pool/peer directive parser.
-
03069fb7
by Miroslav Lichvar at 2026-07-14T11:09:01+02:00
test: add function to reset test variables to defaults
-
eac58ba1
by Miroslav Lichvar at 2026-07-14T11:10:05+02:00
refclock: don't abort in driver initializations
Modify the driver initialization functions to return 0 on errors related
to missing devices or unsupported features of logging a fatal error
message.
This will allow chronyd to start with an unusable refclock.
-
8382d3e7
by Miroslav Lichvar at 2026-07-14T11:24:20+02:00
refclock: add option to ignore driver initialization errors
Add "optional" option to the refclock directive to skip the refclock if
it cannot be initialized due to a missing device or feature, etc.