Miroslav Lichvar pushed to branch master at chrony / chrony
Commits:
-
52cce3de
by Miroslav Lichvar at 2025-06-24T15:49:33+02:00
sys_linux: drop support for kernels before 2.6.39
Linux 2.6.39 was released in 2011.
Refuse to start if a kernel version before 2.6.39 is detected. Assume
the ADJ_SETOFFSET adjtimex mode is always supported. Its verification
briefly reset the timex maxerror value to 0, which possibly confused
applications checking the value at that moment.
Drop the unneeded workaround for slow frequency updates in versions
2.6.27-2.6.32.
-
3e32e7e6
by Anthony Brandon at 2025-06-26T15:53:41+02:00
tls: move gnutls code into tls_gnutls.c
Currently nts_ke_session.c directly calls into gnutls.
This patch moves the calls to gnutls into tls_gnutls.c with an API
defined in tls.h. This way it becomes possible to use different TLS
implementations in future patches.
Signed-off-by: Anthony Brandon <anthony@xxxxxxxxxxxxxxxxxxxx>
5 changed files:
|