[chrony-dev] [Git][chrony/chrony][master] 6 commits: ntp: improve copying of server status

2024-05-02 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 27659117 by Miroslav Lichvar at 2024-04-29T11:21:45+02:00 ntp: improve copying of server status When a server specified with the copy option responds with an unsynchronized status (e.g. due to selection failure), reset the

[chrony-dev] [Git][chrony/chrony][master] 2 commits: doc: fix typo in chronyc docs

2024-04-16 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 1920b1ef by Rob Gill at 2024-04-16T07:49:59+02:00 doc: fix typo in chronyc docs Typo fix only - no change to content Signed-off-by: Rob Gill rrobg...@protonmail.com - - - - - 989ef702 by Rob Gill at

[chrony-dev] [Git][chrony/chrony][master] ntp: log failed connection to Samba signd socket

2024-04-15 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: bb5db828 by Miroslav Lichvar at 2024-04-15T16:35:33+02:00 ntp: log failed connection to Samba signd socket Log an error message (in addition to the socket-specific debug message) when the connection to signd socket fails,

[chrony-dev] [Git][chrony/chrony][master] 5 commits: refclock: update comment in PHC driver

2024-04-12 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 28e4eec1 by Miroslav Lichvar at 2024-04-10T12:13:29+02:00 refclock: update comment in PHC driver Since Linux 6.7 external timestamping events are no longer shared among all descriptors of a PHC. Each descriptor gets its own

[chrony-dev] [Git][chrony/chrony][master] 8 commits: nts: check for NTS NAK specifically when responding

2024-04-12 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: ce956c99 by Miroslav Lichvar at 2024-04-02T11:33:04+02:00 nts: check for NTS NAK specifically when responding Ignore other KoD codes than NTS NAK when deciding if the server response should not be authenticated. - - - - -

[chrony-dev] [Git][chrony/chrony][master] 5 commits: test: replace another C99-style declaration in for loop

2024-03-14 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 7fe98a83 by Miroslav Lichvar at 2024-03-11T12:00:12+01:00 test: replace another C99-style declaration in for loop - - - - - f49be7f0 by Miroslav Lichvar at 2024-03-12T14:57:30+01:00 conf: dont load sourcedir during

[chrony-dev] [Git][chrony/chrony][master] 2 commits: ntp+refclock: add functions to modify offset option

2024-03-07 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 719c6f6a by Miroslav Lichvar at 2024-03-07T16:19:04+01:00 ntp+refclock: add functions to modify offset option - - - - - ad37c409 by Miroslav Lichvar at 2024-03-07T16:20:27+01:00 cmdmon: add offset command Add a new command

[chrony-dev] [Git][chrony/chrony][master] 2 commits: test: avoid C99-style declaration in for loop

2024-03-05 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: ad79aec9 by Miroslav Lichvar at 2024-03-04T11:38:11+01:00 test: avoid C99-style declaration in for loop This fixes compilation without the -std=c99 option with an older gcc. - - - - - b0750136 by Miroslav Lichvar at

[chrony-dev] [Git][chrony/chrony][master] 13 commits: ntp: support per-source IP family restriction

2024-02-08 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: d7c2b1d2 by Miroslav Lichvar at 2024-02-07T10:23:36+01:00 ntp: support per-source IP family restriction Add a new parameter to the NSR_AddSourceByName() function to allow individual sources to be limited to IPv4 or IPv6

[chrony-dev] [Git][chrony/chrony][master] ntp: fix authenticated requests in serverstats

2024-01-08 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: e11b518a by Miroslav Lichvar at 2024-01-08T11:46:32+01:00 ntp: fix authenticated requests in serverstats Fix the CLG_UpdateNtpStats() call to count requests passing the authentication check instead of requests triggering a

[chrony-dev] [Git][chrony/chrony] Pushed new tag 4.5

2023-12-05 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed new tag 4.5 at chrony / chrony -- View it on GitLab: https://gitlab.com/chrony/chrony/-/tree/4.5 You're receiving this email because of your account on gitlab.com.

[chrony-dev] [Git][chrony/chrony][master] 4 commits: doc: improve description of reload sources command

2023-12-05 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 42fdad5d by Miroslav Lichvar at 2023-12-04T16:50:51+01:00 doc: improve description of reload sources command - - - - - 89aa8fa3 by Miroslav Lichvar at 2023-12-05T14:22:08+01:00 doc: mention dependency of net corrections on

[chrony-dev] [Git][chrony/chrony][master] sources: rework logging of selection loss

2023-11-28 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 3ee7b3e7 by Miroslav Lichvar at 2023-11-28T12:21:23+01:00 sources: rework logging of selection loss The commit 5dd288dc0cbd (sources: reselect earlier when removing selected source) didnt cover all paths that can lead to a

[chrony-dev] [Git][chrony/chrony] Pushed new tag 4.5-pre1

2023-11-22 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed new tag 4.5-pre1 at chrony / chrony -- View it on GitLab: https://gitlab.com/chrony/chrony/-/tree/4.5-pre1 You're receiving this email because of your account on gitlab.com.

[chrony-dev] [Git][chrony/chrony][master] 7 commits: doc: improve cmdport description

2023-11-22 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 68a3d520 by Miroslav Lichvar at 2023-11-22T09:48:36+01:00 doc: improve cmdport description - - - - - b92b2da2 by Miroslav Lichvar at 2023-11-22T11:55:27+01:00 doc: improve ntstrustedcerts description - - - - - 82959431 by

[chrony-dev] [Git][chrony/chrony][master] 8 commits: socket: set close-on-exec on all reusable sockets

2023-11-21 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: ee9d721b by Miroslav Lichvar at 2023-11-20T13:33:45+01:00 socket: set close-on-exec on all reusable sockets Set the CLOEXEC flag on all reusable sockets in the initialization to avoid leaking them to sendmail (mailonchange

[chrony-dev] [Git][chrony/chrony][master] 2 commits: socket: add support for systemd sockets

2023-11-13 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: e6a0476e by Luke Valenta at 2023-11-13T17:05:26+01:00 socket: add support for systemd sockets Before opening new IPv4/IPv6 server sockets, chronyd will check for matching reusable sockets passed from the service manager (for

[chrony-dev] [Git][chrony/chrony][master] logging: move severity_chars to fix compiler warning

2023-11-08 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: c063b9e7 by Luke Valenta at 2023-11-08T15:09:03+01:00 logging: move severity_chars to fix compiler warning - - - - - 1 changed file: - logging.c View it on GitLab:

[chrony-dev] [Git][chrony/chrony][master] 2 commits: ntp: initialize network correction of transmitted packets

2023-11-07 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 51a621bc by Miroslav Lichvar at 2023-11-02T12:53:00+01:00 ntp: initialize network correction of transmitted packets Initialize the unused value of network correction parsed from own transmitted packets to avoid a

[chrony-dev] [Git][chrony/chrony][master] doc: document '-L -1' option for debug logging output

2023-10-24 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 1488b31a by Luke Valenta at 2023-10-24T11:37:56+02:00 doc: document -L -1 option for debug logging output - - - - - 1 changed file: - doc/chronyd.adoc View it on GitLab:

[chrony-dev] [Git][chrony/chrony][master] 16 commits: conf: fix reloading modified sources specified by IP address

2023-09-27 Thread Miroslav Lichvar (@mlichvar)
Miroslav Lichvar pushed to branch master at chrony / chrony Commits: 7ff74d9e by Miroslav Lichvar at 2023-09-12T08:02:36+02:00 conf: fix reloading modified sources specified by IP address When reloading a modified source from sourcedir which is ordered before the original source (e.g. maxpoll