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

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

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

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

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

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

2020-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 10 13:41:14 UTC 2020 Modified Files: src/external/bsd/ntp/dist/libntp: work_fork.c Log Message: Wait for the asynchronous dns resolver child to be done (and close the socket descriptors) before returning. Otherwise we

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:48:45 UTC 2020 Modified Files: src/external/bsd/ntp/dist/lib/isc: assertions.c Log Message: avoid calling printf %s with NULL. fix idea from christos. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

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

2020-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat May 30 23:52:10 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_config.h src/external/bsd/ntp/dist/ntpd: ntp_config.c Log Message: Don't define psl as common symbol, move it into the only file using it.

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

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:56:27 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_refclock.h Log Message: make it compile again To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:54:16 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_refclock.h Log Message: Add more printf annotations To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:15:14 UTC 2020 Modified Files: src/external/bsd/ntp/dist/libntp: timexsup.c Log Message: Add explicit casts To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libntp/timexsup.c

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

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:15:38 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_stdlib.h src/external/bsd/ntp/dist/libntp: msyslog.c Log Message: fix printf format warning with format_arg To generate a diff of

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

2020-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 27 23:52:20 UTC 2020 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_config.c refclock_neoclock4x.c src/external/bsd/ntp/dist/ntpq: ntpq.c src/external/bsd/ntp/dist/util: ntp-keygen.c Log Message:

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

2020-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 25 20:54:08 UTC 2020 Modified Files: src/external/bsd/ntp/dist/sntp/libopts: boolean.c configfile.c Log Message: Add FALLTHROUGH To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

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

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 04:28:19 UTC 2019 Modified Files: src/external/bsd/ntp/dist/sntp: crypto.c Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2018-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 26 18:31:29 UTC 2018 Modified Files: src/external/bsd/ntp/dist/ntpdate: ntpdate.c Log Message: PR/53813: Edgar Pettijohn: Print usage message if no servers are found. To generate a diff of this commit: cvs rdiff -u

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

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

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

2015-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 2 02:04:06 UTC 2015 Modified Files: src/external/bsd/ntp/dist/libntp: authkeys.c Log Message: Don't bother calling log for values <= 1... XXX: should use ilog() instead. Fixes vax. To generate a diff of this commit:

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

2015-11-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Nov 30 10:37:25 UTC 2015 Modified Files: src/external/bsd/ntp/dist/sntp/libopts: enum.c Log Message: As far as I (and my compiler) can tell, there's no need to cast the arg to strncmp(). To generate a diff of this commit: cvs

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

2015-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 14 15:55:43 UTC 2015 Modified Files: src/external/bsd/ntp/dist/include: ntp_stdlib.h src/external/bsd/ntp/dist/ntpd: refclock_jupiter.c refclock_oncore.c Log Message: introduce an NTP_SYSLOG macro. To generate

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

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

2015-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 20 15:35:00 UTC 2015 Modified Files: src/external/bsd/ntp/dist/libntp: work_fork.c Log Message: we set SIGCHLD to SIG_IGN so we are not going to generate zombies so it will be an error to wait. To generate a diff of

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

2015-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 17 15:17:07 UTC 2015 Modified Files: src/external/bsd/ntp/dist/libntp: work_fork.c Log Message: PR/50048: Martin Husemann: Avoid reaping the child twice by setting c-pid = 0 after the wait. To generate a diff of this

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

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

2015-06-28 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jun 28 15:37:37 UTC 2015 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq-subs.c Log Message: fix ifstats command by relaxing invalid sanity check - ntp bug #2860 To generate a diff of this commit: cvs rdiff -u -r1.9

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

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

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

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

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

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

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

2014-12-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Dec 20 08:38:48 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_control.c src/external/bsd/ntp/dist/sntp: networking.c Log Message: Fix signed vs unsigned errors. To generate a diff of this commit:

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

2014-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 19 20:48:55 UTC 2014 Modified Files: src/external/bsd/ntp/dist/sntp/libopts: autoopts.h Log Message: I will let others decide if we should grow this wart... To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2014-11-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Nov 23 01:47:59 UTC 2014 Modified Files: src/external/bsd/ntp/dist/sntp/libopts: init.c src/external/bsd/ntp/dist/sntp/libopts/autoopts: options.h Log Message: Replace very question pointer games to override const,

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

2014-04-01 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Apr 1 17:34:44 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: atouint.c Log Message: remove stray 'return 0;' that effectively disabled atouint(). Hi Christos! To generate a diff of this commit: cvs rdiff -u

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

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

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

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 18:12:41 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libparse: data_mbg.c Log Message: offs_from_utc is known to be small, so explicitly cast it to int. To generate a diff of this commit: cvs rdiff -u -r1.3

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

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

2014-01-20 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Jan 20 19:03:33 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: work_fork.c Log Message: fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and interface change To generate a diff of this

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

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

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

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 3 20:26:45 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: socktoa.c src/external/bsd/ntp/dist/ntpq: ntpq-subs.c Log Message: Don't bother with the h (short) modifier. The predicated use of bswap16

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

2014-01-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 2 18:26:03 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: prettydate.c Log Message: Use separate variables for the format strings to get working format string checking with both GCC and Clang. To generate a

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

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

2014-01-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 2 21:35:19 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: timetoa.c Log Message: Avoid pointer operations on the format string. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

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

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

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:56:29 UTC 2013 Modified Files: src/external/bsd/ntp/dist/libntp: ntp_intres.c Log Message: pointless to call alloca for a 1K path string... Just allocate it on the stack! To generate a diff of this commit: cvs

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

2013-12-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 31 21:37:01 UTC 2013 Modified Files: src/external/bsd/ntp/dist/libntp: ntp_intres.c Log Message: Remove duplicate/old declaration of 'host' now that we allocate it on stack. To generate a diff of this commit: cvs

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

2013-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 30 17:42:20 UTC 2013 Modified Files: src/external/bsd/ntp/dist/include: ntp_config.h src/external/bsd/ntp/dist/ntpd: ntp_config.c ntp_parser.y Log Message: put back mdstries To generate a diff of this commit:

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

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

2013-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 30 01:34:23 UTC 2013 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_config.c src/external/bsd/ntp/dist/ntpq: ntpq-subs.c src/external/bsd/ntp/dist/sntp: main.c Log Message: remove unused variables

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

2013-12-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Dec 28 13:27:39 UTC 2013 Modified Files: src/external/bsd/ntp/dist/util: ntp-keygen-opts.c Log Message: remove (void *) casts when passing const pointers to a const void * taking function. ... To generate a diff of this

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

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

2013-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 29 03:26:07 UTC 2013 Modified Files: src/external/bsd/ntp/dist/sntp: main.c Log Message: not all characters are born signed. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2013-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 28 03:20:15 UTC 2013 Modified Files: src/external/bsd/ntp/dist/include: ntp_config.h ntp_filegen.h ntp_fp.h ntp_request.h ntp_stdlib.h ntpd.h refclock_atom.h src/external/bsd/ntp/dist/lib/isc:

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

2013-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 02:47:38 UTC 2013 Modified Files: src/external/bsd/ntp/dist/libntp: icom.c src/external/bsd/ntp/dist/ntpd: ntp_crypto.c ntp_proto.c refclock_acts.c refclock_chu.c refclock_irig.c refclock_oncore.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

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

2012-08-12 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

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-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

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/ntpdc

2012-06-25 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Jun 25 20:23:43 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpdc: ntpdc.c Log Message: PR/46612 - Lloyd Parkes -- add a terminating newline to error messages To generate a diff of this commit: cvs rdiff -u -r1.5

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

2012-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 17:53:56 UTC 2012 Modified Files: src/external/bsd/ntp/dist/util: ntp-keygen.c Log Message: fix printf format. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/util/ntp-keygen.c

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

2012-02-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Feb 4 14:56:58 UTC 2012 Modified Files: src/external/bsd/ntp/dist/include: ntp_stdlib.h Log Message: Re-define emalloc(arg) to ntp_emalloc(arg), so that this can be linked statically on NetBSD as well, since emalloc() conflicts

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

2012-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 4 16:31:02 UTC 2012 Modified Files: src/external/bsd/ntp/dist/include: ntp_stdlib.h src/external/bsd/ntp/dist/libntp: emalloc.c Log Message: There is no point in creating an entry point for emalloc(), when all

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

2012-02-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Feb 3 10:20:29 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: Clang compile fix from Joerg Sonneberger approved by releng. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 14:36:51 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: using 2 casts to fix an unsigned-signed comparison is a sign that this it is done incorrectly. The RHS is guaranteed positive at

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

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 21:35:55 UTC 2012 Modified Files: src/external/bsd/ntp/dist/sntp: main.c Log Message: don't bother with ifdef's, just grab the biggest type you can. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 21:36:41 UTC 2012 Modified Files: src/external/bsd/ntp/dist/libopts: autoopts.h src/external/bsd/ntp/dist/sntp/libopts: autoopts.c autoopts.h configfile.c enumeration.c file.c load.c makeshell.c

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

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

2012-02-01 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Wed Feb 1 22:48:16 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_request.c src/external/bsd/ntp/dist/ntpdc: ntpdc.c src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: cleanup printf fmt

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

2012-01-31 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Jan 31 21:29:40 UTC 2012 Update of /cvsroot/src/external/bsd/ntp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv2606 Log Message: Import ntp 4.2.6p5 Status: Vendor Tag: UDEL Release Tags: ntp-4-2-6p5 U

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

2011-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 12:40:48 UTC 2011 Modified Files: src/external/bsd/ntp/dist/libopts/compat: pathfind.c Log Message: Check result of malloc (Maksymilian Arciemowicz) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2011-09-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 22 16:05:11 UTC 2011 Modified Files: src/external/bsd/ntp/dist/libopts: configfile.c src/external/bsd/ntp/dist/libopts/compat: pathfind.c Log Message: Make this build again: include err.h when needed, and don't shadow

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

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

2011-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 05:24:20 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpdc: ntpdc.c Log Message: - it is not the 80's anymore, use proper varargs - no need to exit again, error does To generate a diff of this commit: cvs

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

2011-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 05:28:44 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c src/external/bsd/ntp/dist/sntp: log.c Log Message: - proper varyadic warning and error - don't call syslog with a buffer, use %s first.

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

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

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

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 02:41:03 UTC 2011 Modified Files: src/external/bsd/ntp/dist/lib/isc/include/isc: util.h Log Message: use __unused instead of having a function call itself, to provide an empty translation unit. To generate a diff of

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

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

2011-06-19 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jun 19 15:58:07 UTC 2011 Modified Files: src/external/bsd/ntp/dist/libntp: ntp_lineedit.c Log Message: fix lineedit functionality. ntpq and friends would just exit on empty lines which is not intended - there is a quit

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

2011-01-09 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jan 9 14:49:40 UTC 2011 Modified Files: src/external/bsd/ntp/dist/lib/isc/unix: net.c src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: make ntp compile for MKINET6=no To generate a diff of this commit: cvs

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

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

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

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

2010-08-28 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 28 15:38:55 UTC 2010 Modified Files: src/external/bsd/ntp/dist/sntp: kod_management.c Log Message: remove uncondition #define DEBUG To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2010-08-28 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 28 15:39:25 UTC 2010 Modified Files: src/external/bsd/ntp/dist/sntp: networking.c Log Message: fix DEBUG compilation To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2010-08-28 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 28 15:40:24 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.1 Log Message: .sp only takes a single arg To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpq/ntpq.1

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

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

2010-08-28 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 28 20:54:24 UTC 2010 Modified Files: src/external/bsd/ntp/dist/sntp: networking.c Log Message: using a char * as timeout value is a unique concept - atol() the string To generate a diff of this commit: cvs rdiff -u

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

2009-12-13 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Dec 13 16:57:37 UTC 2009 Update of /cvsroot/src/external/bsd/ntp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28166 Log Message: Import ntp 4.2.6 Status: Vendor Tag: UDEL Release Tags: ntp-4-2-6 N

  1   2   >