CVS commit: src/external/bsd/ntp/dist

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 20:59:51 UTC 2024 Modified Files: src/external/bsd/ntp/dist/include: ntp.h ntp_lists.h ntpd.h src/external/bsd/ntp/dist/ntpd: ntp_control.c ntp_request.c ntp_restrict.c Log Message: Don't play poin

CVS commit: src/external/bsd/ntp/dist

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 20:59:51 UTC 2024 Modified Files: src/external/bsd/ntp/dist/include: ntp.h ntp_lists.h ntpd.h src/external/bsd/ntp/dist/ntpd: ntp_control.c ntp_request.c ntp_restrict.c Log Message: Don't play poin

CVS commit: src/external/bsd/ntp/dist/libntp/lib/isc

2024-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 08:28:32 UTC 2024 Modified Files: src/external/bsd/ntp/dist/libntp/lib/isc: assertions.c Log Message: Rework previous - gcc is stupid. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd

CVS commit: src/external/bsd/ntp/dist/libntp/lib/isc

2024-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 08:28:32 UTC 2024 Modified Files: src/external/bsd/ntp/dist/libntp/lib/isc: assertions.c Log Message: Rework previous - gcc is stupid. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd

CVS commit: src/external/bsd/ntp/dist/libntp/lib/isc

2024-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 07:28:22 UTC 2024 Modified Files: src/external/bsd/ntp/dist/libntp/lib/isc: assertions.c Log Message: isc_assertion_typetotext: kill invalid default: case, there is no possible enum value to trigger this path, and the r

CVS commit: src/external/bsd/ntp/dist/libntp/lib/isc

2024-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 07:28:22 UTC 2024 Modified Files: src/external/bsd/ntp/dist/libntp/lib/isc: assertions.c Log Message: isc_assertion_typetotext: kill invalid default: case, there is no possible enum value to trigger this path, and the r

CVS commit: src/external/bsd/ntp/dist

2024-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 20:47:28 UTC 2024 Modified Files: src/external/bsd/ntp/dist: configure.ac src/external/bsd/ntp/dist/include: c99_snprintf.h lib_strbuf.h ntp.h ntp_config.h ntp_control.h ntp_fp.h ntp_lists.h ntp_md5

CVS commit: src/external/bsd/ntp/dist

2024-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 20:47:28 UTC 2024 Modified Files: src/external/bsd/ntp/dist: configure.ac src/external/bsd/ntp/dist/include: c99_snprintf.h lib_strbuf.h ntp.h ntp_config.h ntp_control.h ntp_fp.h ntp_lists.h ntp_md5

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-03 Thread Frank Kardel
Hi Roy ! That looks more semantics (the ones I know of - dynamic interface scanning is one of my NTPd parts) preserving now. So far I see no other issues from the pitfalls I know of. Lets hope our kernel and other SO_RERRORS systems miss any interface scan worthy events. Frank On 01/03/2

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-03 Thread Roy Marples
On 02/01/2021 23:33, Frank Kardel wrote: Also the behavior now fully relies in the routing message functionality which can be disabled on serious procession errors - at that point the code robustness relies on the periodic re-scanning - so I am not sure whether the periodic re-scanning shoul

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-03 Thread Roy Marples
On 02/01/2021 23:33, Frank Kardel wrote: Hi Roy ! This may look like a better solution from the interface tracking side. People have requested being able to disable dynamic interface updates completely. This was implemented via the -U 0. ... This patch seems (by visual inspection) to brea

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Frank Kardel
Hi Roy ! This may look like a better solution from the interface tracking side. People have requested being able to disable dynamic interface updates completely. This was implemented via the -U 0. See man ntpd: ... −U number, −−updateinterval=number interval in seconds

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Roy Marples
On 02/01/2021 17:23, Roy Marples wrote: That's a good point, with this we can now remove that forced sync on a timer approach. Does this look ok? Better patch: diff -r 9e64cf4881a1 external/bsd/ntp/dist/ntpd/ntp_io.c --- a/external/bsd/ntp/dist/ntpd/ntp_io.c Sat Jan 02 12:39:33 2021 +0

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Roy Marples
Hi Frank On 02/01/2021 09:55, Frank Kardel wrote: I doubt that the explicit draining is helpful here as it already happens I was aware of that. I was just trying to avoid excess timer interface timeouts if we don't get around to reading the next message in UPDATE_GRACE time. Let's see what u

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Frank Kardel
Hi Roy ! I doubt that the explicit draining is helpful here as it already happens in the outer loop processing any routing socket input. All that is happening in the routing messages processing path is to call timer_interfacetimeout(current_time + UPDATE_GRACE) and this is robust for multipl

Re: CVS commit: src/external/bsd/ntp/dist

2013-12-30 Thread Christos Zoulas
On Dec 30, 5:11pm, hann...@eis.cs.tu-bs.de ("J. Hannken-Illjes") wrote: -- Subject: Re: CVS commit: src/external/bsd/ntp/dist | Looks like this commit removed the keyword "mdnstries" so the provided | /etc/ntp.conf fails as: | | ntpd[317]: line 33 column 1 syntax error,

Re: CVS commit: src/external/bsd/ntp/dist

2013-12-30 Thread J. Hannken-Illjes
On Dec 28, 2013, at 4:20 AM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Dec 28 03:20:15 UTC 2013 > >src/external/bsd/ntp/dist/ntpd/ntp_parser.y \ Looks like this commit removed the keyword "mdnstries" so the provided /etc/ntp.conf fails as: n