-
3940d2aa
by Miroslav Lichvar at 2024-07-30T12:09:53+02:00
leapdb: add explicit cast to int64_t
Add an explicit cast to int64_t to not rely on LEAP_SEC_LIST_OFFSET
not fitting in 32-bit time_t.
-
66512ebc
by Miroslav Lichvar at 2024-07-30T12:11:09+02:00
ntp: make sure new configuration IDs are unused
The configuration IDs assigned to individual sources (used when they
don't have a resolved IP address) and pools of sources are 32-bit. The
ID could overflow if some sources were very frequently removed and added
again. Two unrelated sources could end up with the same ID, causing some
operations to unexpectedly impact only one or both sources.
Make sure the ID is currently unused before assigning it to a new source.
-
42b3c40c
by Miroslav Lichvar at 2024-07-30T12:11:09+02:00
doc: fix typo in kod option description
-
f518b8d0
by Miroslav Lichvar at 2024-07-30T12:11:09+02:00
doc: update README
-
43189651
by Miroslav Lichvar at 2024-07-30T14:05:42+02:00
doc: update NEWS