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

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 17:21:47 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: In the event of route(4) overflow, update the interfaces To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/ext

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

2021-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 3 15:33:05 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: cmd_args.c ntp_io.c ntp_timer.c Log Message: ntp: respect user's wishes to disable interface scanning While here, disable periodic scanning by default on N

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

2020-09-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Sep 3 07:26:41 UTC 2020 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: remove unneeded newline in quotes variable string - keeps ntpq happy To generate a diff of this commit: cvs rdiff -u -r1.

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

2021-01-31 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 31 08:26:47 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: move route socket overflow message from LOG_ERR to LOG_DEBUG While here stop caring about RTM_LOSING as that's purely informati

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

2021-01-31 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 31 08:27:49 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: ignore errno EINTR on reads from the routing socket To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/external

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

2021-02-18 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Feb 18 15:13:38 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_timer.c Log Message: PR bin/55973: fix routing message triggered one shot interface update. To generate a diff of this commit: cvs rdiff -u -r1.9

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

2019-04-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Apr 24 11:55:05 UTC 2019 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_config.c Log Message: Only warn about being unable to make a smaller stack if asking for debug messages. Between ASLR and stack clash random-sized pad

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

2018-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 20 02:30:43 UTC 2018 Modified Files: src/external/bsd/ntp/dist/ntpd: ntpd.c Log Message: Don't try to drop privileges twice, it produces a spurious error message in the forked child. To generate a diff of this commit:

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

2017-04-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Apr 11 14:17:34 UTC 2017 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: Use RO_MSGFILTER. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/bsd/ntp/dist/ntpd/ntp_io.c Please note

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

2018-12-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 24 02:58:39 UTC 2018 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_config.c Log Message: only use yydebug if YYDEBUG To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/bsd/ntp/dist/ntpd/nt

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

2012-02-01 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Wed Feb 1 21:21:26 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: initialize min_dist To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/ntp/dist/ntpd/ntp_io.c Please n

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

2012-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 10 08:22:49 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: Homogenize all strn{cpy,cat} and snprintf() to a single append function to prevent incorrect usage and buffer overflow.

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

2012-08-11 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 11 20:09:08 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: fix some fallout from append correction To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/

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

2012-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 06:16:51 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: - make the append function to not append past the end of the string - use the append function some more To generate a d

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

2012-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:22:24 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: add cast. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/ntp/dist/ntpd/refclock_parse.c

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

2012-08-17 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Aug 17 22:37:26 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: re-enable broadcast client config after interface re-scanning make broadcast transmission work again To generate a diff of this c

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

2013-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 28 17:00:50 UTC 2013 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: 32 bit build fixes. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/bsd/ntp/dist/ntpd/ntp_io.c Plea

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

2013-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 30 17:41:57 UTC 2013 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_scanner.c Log Message: prevent coredumps from syntax errors in the config file causing negative include indexes To generate a diff of this commit

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

2014-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 1 19:52:58 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_acts.c Log Message: fd == 0 is a valid descriptor! To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/dist/ntp

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

2014-01-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 2 21:35:50 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_true.c Log Message: Add format string attribute for better detection. To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 src/exter

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

2014-01-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 2 21:37:00 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_control.c Log Message: Don't pass in a format string, but flags for using %f / %g and the desired precision. Allows format string verification to work

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

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 03:59:50 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: fix a potential off-by-two array overflow found by GCC 4.5.3. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 sr

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:18:37 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_oncore.c Log Message: avoid a potential uninitialised variable problem. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:18:54 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_control.c Log Message: avoid an overflow condition. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpd/ntp_con

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

2010-04-25 Thread Tonnerre Lombard
Module Name:src Committed By: tonnerre Date: Sun Apr 25 22:50:11 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_request.c Log Message: Prevent ntpd instances from sending MODE_PRIVATE error responses back and forth. This resolves CVE-2009-3563, but it should

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

2011-02-27 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Feb 27 12:10:18 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_util.c Log Message: setting USE_FORT=yes means that memmove() becomes a macro, and the #ifdef inside the macro arguments is undefined behaviour (pcc

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

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 16:18:29 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: PR/45308: Manuel Bouyer: Update list of broadcast addresses after updating interfaces. To generate a diff of this commit: cvs r

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:40:26 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_crypto.c Log Message: constify To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpd/ntp_crypto.c Pleas

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:41:03 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_loopfilter.c Log Message: bring back our status printing function To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bs

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:42:21 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_acts.c Log Message: fix debug printf format fix bogus ctype cast To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/externa

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:42:47 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: ntpd.c Log Message: use initgroups/setgroups proper types for uid and gid. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/extern

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:43:09 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: ntpd-opts.h Log Message: don't warn about SLEW; ntpd defines it! To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:43:58 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: fix for long long time_t To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpd/ntp_io.

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

2009-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 00:46:21 UTC 2009 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_refclock.c ntp_request.c refclock_arc.c refclock_heath.c refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c refclock_pa

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

2010-08-28 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 28 20:52:55 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_scanner.c Log Message: don't return an int casted pointer as 'boolean' value - compare result of strchr with NULL To generate a diff of this commi

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

2010-08-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 29 18:54:30 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_intres.c Log Message: make IPV6 support decision consistent with code in ntp_io.c To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 s

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

2010-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 22 14:37:08 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpd: ntpd.c Log Message: fix typo. From Anon Ymous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpd/ntpd.c Plea

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

2010-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 6 20:40:12 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: PR/44052: Takahiro HAYASHI: chrooted ntpd refers freed memory As mentioned in the pr, process_routing_msgs can delete the current

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

2014-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 22 04:21:47 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_gpsdjson.c Log Message: avoid shadowing of log2 on some platforms. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/

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

2014-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 22 04:23:58 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_nmea.c Log Message: avoid shadowing of recv. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/dist/ntpd/refc

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

2014-12-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Dec 23 15:47:32 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_gpsdjson.c Log Message: myasprintf (wtf) passes down a format string, so use __printflike. To generate a diff of this commit: cvs rdiff -u -r1.

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

2015-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 27 02:37:18 UTC 2015 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: put back initialization of the buffer which was accidentally removed. XXX: pullup-7. To generate a diff of this commit:

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

2014-01-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 7 02:10:49 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: Fix format strings. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/bsd/ntp/dist/ntpd/refclock_

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

2014-01-17 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 17 17:25:47 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: Do not try to bind to un-useable IPv6 addresses. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/bsd/ntp/

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

2014-01-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 26 02:21:08 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: stoa() already includes the scope, no need to print it twice. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/

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

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 18:11:41 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_wwv.c Log Message: Use labs for long arguments and fabs for double ones. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/ex

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

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 18:12:11 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_irig.c Log Message: Use abs for difference of integers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/n

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

2015-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 13 17:45:19 UTC 2015 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_shm.c Log Message: CID 1269537: Unreachable code To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/dist/ntpd/

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

2015-05-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat May 2 14:46:51 UTC 2015 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: Don't bind to IN_IFF_TENTATIVE or IN_IFF_DETACHED addresses. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/exter

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

2015-07-10 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Jul 10 21:31:19 UTC 2015 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_control.c Log Message: backport fix for bug 2867 - ntpd with autokey active crashed by 'ntpq -crv' To generate a diff of this commit: cvs rdiff -u

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

2015-07-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 20 13:13:31 UTC 2015 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_timer.c Log Message: Don't use fabs on integers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/ntpd/ntp_time