]> git.ipfire.org Git - thirdparty/ntp.git/log
thirdparty/ntp.git
25 years agoMakefile.in:
Harlan Stenn [Fri, 1 Dec 2000 05:16:15 +0000 (05:16 -0000)] 
Makefile.in:
  Update auto-generated files

bk: 3a27341fbYkuuN3aaON03XQdqHFQ1A

25 years agoMany files:
Harlan Stenn [Mon, 27 Nov 2000 04:48:13 +0000 (04:48 -0000)] 
Many files:
  * configure.in: 4.0.99k11
  * ntpd/ntp_proto.c (transmit):
  * ntpd/ntp_peer.c:
  * ntpd/ntp_io.c:
  * ntpd/ntp_control.c (ctl_putpeer):
  * ntpd/ntp_config.c (getconfig):
  * include/ntpd.h: mcast/ucast interface cleanup.
  From: Dave Mills
  * include/ntp_request.h: Put data[] as MAXFILENAME+16.  This will
  fix the conf_peer requests again, but re-break compatibility with
  old versions of the daemon.  Sigh.

bk: 3a21e78dBErOl6wiyMhDxLvLqwtr9A

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Mon, 27 Nov 2000 04:17:06 +0000 (04:17 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (cleanlinks): Don't do it if nosymlinks.

bk: 3a21e042JE8vVLk9y8Gik-3SIHdApg

25 years agontpd.dsp:
Sven Dietricht [Tue, 21 Nov 2000 08:17:04 +0000 (08:17 -0000)] 
ntpd.dsp:
  Include ntp_resolver.c in WINNT build.

bk: 3a1a2f80Drm-4M1xQi6Yhrr0xiukHQ

25 years agoChangeLog, refclock_parse.c, refclock_pcf.c:
Harlan Stenn [Mon, 20 Nov 2000 00:12:25 +0000 (00:12 -0000)] 
ChangeLog, refclock_parse.c, refclock_pcf.c:
  * ntpd/refclock_parse.c (rawdcf_init_1): make Linux happier with
  some modem control stuff.
  From: Wolfram Pienkoss <wp@bszh.de> (via Frank Kardel)
  * ntpd/refclock_pcf.c (pcf_poll): isdst fix
  From: Andreas Voegele <andreas.voegele@gmx.de>

bk: 3a186c698mZtJkZLHRgn9hlyCiDQGA

25 years agontp_proto.c:
Harlan Stenn [Sun, 19 Nov 2000 21:53:22 +0000 (21:53 -0000)] 
ntp_proto.c:
  Formatting cleanup

bk: 3a184bd2_BQNhLB5l2kL9mdVZrCKaQ

25 years agont_clockstuff.c:
Sven Dietricht [Sun, 19 Nov 2000 09:02:12 +0000 (09:02 -0000)] 
nt_clockstuff.c:
  From: Ron Thornton [rthornto@pictel.com]
  Sent: Thu 11/16/00 8:51 AM
  On Windows 2000 it requires a privilege on the current process token
  that is disabled by default on Windows 2000.
  I set the token by adding the following code at the beginning of the
  init_winnt_time() function in nt_clockstuff.c.

bk: 3a179714pLLqsGs5A68hxtyPOJFv7Q

25 years agomachines.c:
Sven Dietricht [Sun, 19 Nov 2000 08:39:09 +0000 (08:39 -0000)] 
machines.c:
  From: Ron Thornton [rthornto@pictel.com]
  In libntp/machines.c, the getpass() function is implemented for
  SYS_WINNT using the _getch() call.  On my NT 4.0 systems, the enter key
  does not return '\n' so the password read does not end.
  To work around the problem, I must enter Ctrl-J (linefeed) to terminate
  the password entry.
  To fix the problem, I had to change "((c=_getch())!='\n')" to
  "((c=_getch())!='\n' && c!='\r')" in machines.c
  I left the test for \n (linefeed) in the event microsoft alters _getch()
  in the future and added the test for \r (enter/carrage return) to cope
  with the current implementation of _getch()

bk: 3a1791adnFb7Pqs2oS_4oklguA-tPg

25 years agont_clockstuff.c:
Sven Dietricht [Sun, 19 Nov 2000 08:03:20 +0000 (08:03 -0000)] 
nt_clockstuff.c:
  From: "Colin Dancer" <colin.dancer@pyrochrome.net>
  To: <bugs@ntp.org>
  Sent: 10 November 2000 12:59
  Subject: NT bug in NTP 4.0.99j
  I've found a bug in (and produced a fix for) the NT clock interpolation
  code in NTP 4.0.99j.
  The symptoms of the problem are that gettimeofday() function on NT
  can be wrong by hundreds of seconds if, while a gettimeofday() call
  is being processed, an APC completes after the query of the performance
  counter but before the lock is grabbed.  The most obvious fix is to move
  the lock to include the querying of the performance counter, but this
  could affect the predictability of the timestamp so I have instead
  tweaked the code to detect and sidestep the duff calculation.
  I've also found that on a loaded system the execution of the APC can be
  delayed, leading to errors of upto 10ms.  There is no easy fix to this,
  but I do have code for an alternative interpolation scheme which avoids
  the problem on single processor systems. I'm currently integrating this
  along with code for deciding which algorithm to use based on whether
  the system is SP or MP.

bk: 3a178948H6Pmewo2Vj5_6sGUG25KXg

25 years agoMany files:
Harlan Stenn [Sat, 28 Oct 2000 07:42:08 +0000 (07:42 -0000)] 
Many files:
  * ntpd/refclock_wwvb.c (wwvb_start): Cosmetic reorder.
  * ntpd/refclock_atom.c (RANGEGATE): Cleanup.  Add ASTAGE.
  Add ppsparams to struct ppsunit.
  (atom_start): Init peer->burst to ASTAGE.
  (atom_shutdown): Multi-handle
  (atom_pps): Multi-handle
  (atom_pps): RANGEGATE cleanup
  (atom_poll): Poll count cleanup.  Error check cleanup.  Burst cleanup.
  * ntpd/ntp_refclock.c (refclock_transmit): Lose the pre-burst
  check poll_update().
  (refclock_sample): Fix the jitter calc.
  (refclock_receive): Pass the jitter to the clock_filter().
  * ntpd/ntp_proto.c (clock_update): If we lose sync, reset the poll
  to NTP_MINDPOLL.
  (poll_update): Poll wiggles.  Make sure peer->nextdate is timely.
  (clock_select): If we lose sync, reset the poll to NTP_MINDPOLL.
  * ntpd/ntp_loopfilter.c (local_clock): Show the asocid in debug
  output.  popcorn debug message changes.  Clamp the poll interval
  if the system peer has changed.  PPS wiggle changes.
  From Dave Mills.
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in: 4.0.99k10

bk: 39fa8350J0sndca4wyZgUMbpV7fVJw

25 years agoChangeLog, driver35.htm, refclock_pcf.c:
Harlan Stenn [Mon, 16 Oct 2000 23:53:57 +0000 (23:53 -0000)] 
ChangeLog, driver35.htm, refclock_pcf.c:
  * ntpd/refclock_pcf.c (pcf_start):
  * html/driver35.htm:
  The radio clock transmits 69 bits with a period of 2.5
  milliseconds per bit. Thus the driver now sets the default
  calibration offset to 0.1725 (69 * 2.5 = 172.5).
  Its now possible to disable the check of the radio clock's
  synchronisation status bit. Several users requested this option.
  From: Andreas Voegele <andreas.voegele@gmx.de>

bk: 39eb9515jus_z440n01gAm5s8UbaNg

25 years agoChangeLog:
Harlan Stenn [Mon, 16 Oct 2000 22:25:45 +0000 (22:25 -0000)] 
ChangeLog:
  Changelog...
ChangeLog, ntp_intres.c:
  * ntpd/ntp_intres.c (request): Sanity check the size of the response
Many files:
  * html/refclock.htm:
  * html/rdebug.htm:
  * html/prefer.htm:
  * html/pps.htm:
  * html/ntpdc.htm:
  * html/miscopt.htm:
  * html/ldisc.htm:
  * html/kern.htm:
  * html/index.htm:
  * html/exec.htm:
  * html/driver22.htm:
  * html/clockopt.htm:
  Updates from Dave Mills

bk: 39eb8069JsOsv-N8l2Y_N1hv5Ad5Ug

25 years agoMany files:
Harlan Stenn [Sun, 15 Oct 2000 05:47:38 +0000 (05:47 -0000)] 
Many files:
  * ntpq/ntpq_ops.c (dopeers): Daev didn't like the patch to show
  the units on the times...
  * ntpdc/ntpdc_ops.c (doset): SYS_FLAG_PPS cleanup
  * ntpd/refclock_wwv.c (wwv_newchan): Update the peer refid if
  we're talking to a stratum 0 source
  * ntpd/refclock_trak.c: Needs PPS
  * ntpd/refclock_oncore.c: Disable for now
  * ntpd/refclock_mx4200.c: Needs PPSAPI, not PPS
  Header cleanup.  PPS interface cleanup.
  Process sentences with a switch
  Cleanup and sanity checks
  * ntpd/refclock_datum.c: header cleanup, light body cleanup
  * ntpd/refclock_conf.c: CLOCK_TRAK needs PPS
  MX4200 needs PPSAPI, not PPS
  Disable ONCORE for now
  * ntpd/refclock_bancomm.c: Surgery
  * ntpd/refclock_atom.c: Cleanup
  (atom_control): added
  (atom_ppsapi): added
  * ntpd/ntp_request.c (setclr_flags): SYS_FLAG_PPS cleanup
  * ntpd/ntp_refclock.c: stropts.h back in in TTYCLK and
  HAVE_SYS_CLKDEFS_H
  Get ntp_syscall if KERNEL_PLL
  Define cal_enable
  (refclock_receive): Cleanup
  (refclock_control): sanity check procptr
  * ntpd/ntp_proto.c (init_proto): pps_enable
  (proto_config): Turn on/off PPS discipline
  * ntpd/ntp_loopfilter.c: pps_enable
  (local_clock): record_loop_stats() if !ntp_enable
  (local_clock): Turn off PPS if it's not enabled
  Other cleanup/fixes
  * ntpd/ntp_config.c: pps and calibrate keywords.  Initialize
  pps_assert to 0, not 1 (swap assert/clear?)
  * include/ntpd.h: We have pll_status if KERNEL_PLL
  Added pps_enable and cal_enable
  * include/ntp_request.h (SYS_FLAG_PPS): Renamed from
  SYS_FLAG_AUTHENTICATE
  * include/ntp.h (PROTO_PPS): Added
  (PROTO_CAL): Added
  From: Dave Mills

bk: 39e944faGerRd2fbCzZnGAG_CqvkKA

25 years agoChangeLog, ntp_refclock.h, iosignal.c, ntp_refclock.c, ntpq_ops.c:
Harlan Stenn [Sat, 23 Sep 2000 20:21:38 +0000 (20:21 -0000)] 
ChangeLog, ntp_refclock.h, iosignal.c, ntp_refclock.c, ntpq_ops.c:
  * include/ntp_refclock.h (stropts.h, sys/clkdefs.h): Harmful and
  useless file include's turned off.
  * libntp/iosignal.c (netinet/in.h, sys/sockio.h): Duplicate file
  include's turned off.
  * ntpd/ntp_refclock.c (ntp_tty.h): File included.
  (refclock_open, refclock_ioctl): Use `TTY' from ntp_tty.h.
  * ntpd/refclock_atom.c: Grab a few headers regardless; if we don't
  CLOCK_ATOM we provide a stub pps_sample() routine wo the WHARTON
  can be compiled/used.
  * ntpq/ntpq_ops.c (dopeers, doopeers): Print the units for
  each column header.
  Tue Sep 12 16:25:51 2000  Philippe De Muyter  <phdm@macqel.be>

bk: 39cd10d2JSIUSfk8rIQdNIU02ZZ5Yg

25 years agoChangeLog, refclock_atom.c:
Harlan Stenn [Sat, 23 Sep 2000 19:43:31 +0000 (19:43 -0000)] 
ChangeLog, refclock_atom.c:
  * ntpd/refclock_atom.c (atom_start): Lose "temp", because we now
  initially either CAPTUREASSERT or CAPTURECLEAR.
  (atom_pps): pps_info_t is our friend.  Update comments to reflect
  reality.  DTRT with pps_info.  Do some overflow checks.
  From: Dave Mills.

bk: 39cd07e3BdygwrPWiJIBySOo0wrNYw

25 years agoChangeLog, aclocal.m4, configure, configure.in:
Harlan Stenn [Thu, 21 Sep 2000 04:49:54 +0000 (04:49 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in: Much improved Solaris patch-level check for the
  FLL bug test.
  From: Marc.Brett@westgeo.com

bk: 39c993726m_PYnEBPR-U_SRaFQJ4Iw

25 years agoChangeLog, Makefile.am, Makefile.in:
Harlan Stenn [Tue, 19 Sep 2000 21:49:29 +0000 (21:49 -0000)] 
ChangeLog, Makefile.am, Makefile.in:
  * include/Makefile.am (noinst_HEADERS): Added ntp_tty.h
  Reported by Dave Mills

bk: 39c7df69GBBEKyo5xq4V4TAXBJenrw

25 years agoMany files:
Harlan Stenn [Sat, 16 Sep 2000 07:05:21 +0000 (07:05 -0000)] 
Many files:
  * ntptrace/ntptrace.c:
  * ntpdate/ntptimeset.c (receive):
  * ntpdate/ntpdate.c (receive):
  STRATUM cleanup
  * ntpd/refclock_atom.c (atom_poll): Autostratum.  Lose the leap.
  * ntpd/ntp_proto.c: sys_prefer
  (process_packet): stratum cleanup
  (clock_select): Autostratum the ATOM
  * ntpd/ntp_loopfilter.c: pps_update/pps_stratum wiggle.
  * include/ntpd.h: Lose pps_update, gain sys_prefer
  * include/ntp.h: STRATUM variable cleanup
  From Dave Mills

bk: 39c31bb130QCTMMqyTYUW-0Q57J8SA

25 years agoChangeLog, refclock_atom.c, refclock_oncore.c:
Harlan Stenn [Thu, 14 Sep 2000 02:14:52 +0000 (02:14 -0000)] 
ChangeLog, refclock_atom.c, refclock_oncore.c:
  * ntpd/refclock_oncore.c (oncore_get_timestamp): Prind debug
  messages being aware of HAVE_STRUCT_TIMESPEC.
  * ntpd/refclock_atom.c: Have pps_params tag along in the ppsunit
  structure, where it really belongs.
  (atom_pps): Use PPS_CAPTURE{ASSERT,CLEAR}
  From: Dave Mills.

bk: 39c0349chaZ7k0i9-7IAbNjjrsF47g

25 years agoChangeLog, aclocal.m4, configure, configure.in:
Harlan Stenn [Wed, 13 Sep 2000 03:54:21 +0000 (03:54 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in (ac_cv_var_atom_ok): Cleanup ATOM/PPSAPI stuff...

bk: 39befa6dCnpfsRLqnEym1o7sDhKYxA

25 years agoChangeLog, ntp-close:
Harlan Stenn [Wed, 13 Sep 2000 03:01:03 +0000 (03:01 -0000)] 
ChangeLog, ntp-close:
  * scripts/ntp-close: Find "close" ntp servers.
  From: Neal McBurnett <neal@bcn.boulder.co.us>

bk: 39beedefFVS3vc9wb14cTIMRu7LMjA

25 years agoChangeLog, refclock_conf.c, refclock_oncore.c:
Harlan Stenn [Wed, 13 Sep 2000 02:43:10 +0000 (02:43 -0000)] 
ChangeLog, refclock_conf.c, refclock_oncore.c:
  * ntpd/refclock_conf.c:
  * ntpd/refclock_oncore.c: Re-enabled oncore driver for HAVE_PPSAPI
  case only.
  * ntpd/refclock_oncore.c: shmem_fname added.  oncore_init_shmem()
  updated.
  (oncore_start): Comment cleanup
  (oncore_read_config): Move call to oncore_shmem_init()
  (oncore_init_shmem): Prototype change
  (oncore_init_shmem): Don't exit on errors
  (oncore_msg_any): timespec/timeval cleanup
  (oncore_msg_Cj_id): shmem_fname changes
  (oncore_msg_BaEaHa): saw_At bugfix
  (oncore_get_timestamp): Added current_mode/current_params.  Commented.
  Added time_pps_getcap() calls.
  From: Reg Clemens <reg@dwf.com>
ChangeLog, ntp_update:
  Added -d to update flags, fix pass 1 comment.
ChangeLog, ntp_tty.h, icom.c:
  Added include/ntp_tty.h, used in libntp/icom.c
ChangeLog, refclock_parse.c:
  WHARTON fixes

bk: 39bee9bejZ_GMRZ31K0yI5rYXdCLQw

25 years agoChangeLog, ntpdc.c:
Harlan Stenn [Tue, 12 Sep 2000 05:48:36 +0000 (05:48 -0000)] 
ChangeLog, ntpdc.c:
  * ntpdc/ntpdc.c (passwd): Get them working again.
  From: Benjamin Greenwald <beng@lcs.mit.edu>
ChangeLog, ntp_io.c:
  * ntpd/ntp_io.c (input_handler): Better recvfrom() error message
  From: Dean Gibson <timekeeper@tcp-udp.net>

bk: 39bdc3b4ImkvVJ6A9Ak5baQ22SDIFw

25 years agoMany files:
Harlan Stenn [Tue, 12 Sep 2000 03:57:40 +0000 (03:57 -0000)] 
Many files:
  * ntpd/refclock_atom.c:
  (atom_start):
  * ntpd/ntp_refclock.c: Comment cleanup.  PPS/PPSAPI cleanup
  (refclock_open): PPS/PPSAPI cleanup
  From: Dave Mills
  * ntpd/refclock_oncore.c:
  * ntpd/refclock_mx4200.c:
  HAVE_TIMESPEC -> HAVE_STRUCT_TIMESPEC
  * configure.in: ATOM requires struct timespec, not PPSAPI.  Clean
  up dependencies accordingly.

bk: 39bda9b4WyoB4Dm800AxU9U9aRTxwQ

25 years agoaclocal.m4, configure, configure.in:
Harlan Stenn [Sun, 10 Sep 2000 02:12:55 +0000 (02:12 -0000)] 
aclocal.m4, configure, configure.in:
  * configure.in: Alphabetize

bk: 39baee27e2mW3gSCFCzV-e-l8AMkcA

25 years agoChangeLog, aclocal.m4, configure, configure.in:
Harlan Stenn [Sun, 10 Sep 2000 00:18:21 +0000 (00:18 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in (ac_cv_var_atom_ok): PARSE requires ATOM.

bk: 39bad34dTXxC1ceDNd6ha362I77yug

25 years agoChangeLog, aclocal.m4, configure, configure.in:
Harlan Stenn [Sat, 9 Sep 2000 23:44:06 +0000 (23:44 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in (ac_cv_var_atom_ok): Improve ATOM configure message

bk: 39bacb46akNsL-kHj9MfF8oyOef1Hw

25 years agoChangeLog, ntpd.c:
Harlan Stenn [Sat, 9 Sep 2000 22:43:59 +0000 (22:43 -0000)] 
ChangeLog, ntpd.c:
  * ntpd/ntpd.c (set_process_priority): Clean up debug messages.

bk: 39babd2fquNVVUlGQ4xVM0iYIbSgEQ

25 years agoChangeLog, Makefile.in, aclocal.m4, configure, configure.in:
Harlan Stenn [Thu, 7 Sep 2000 04:41:00 +0000 (04:41 -0000)] 
ChangeLog, Makefile.in, aclocal.m4, configure, configure.in:
  * configure.in: ac_cv_atom_ok, depends on HAVE_PPSAPI.
  I notice the PARSE clocks require ATOM.  Could be interesting...

bk: 39b71c5cpyk9bzbf0bD9slhlyX2d4w

25 years agoChangeLog, Makefile.in:
Harlan Stenn [Wed, 6 Sep 2000 23:25:43 +0000 (23:25 -0000)] 
ChangeLog, Makefile.in:
  * Makefile.in (distdir): Seems to be a bug in an automake library
  somewhere...

bk: 39b6d277rU3YgIMmkeUz83cfzLS1vA

25 years agoaclocal.m4, configure, configure.in, ntp_loopfilter.c:
Harlan Stenn [Tue, 5 Sep 2000 06:06:43 +0000 (06:06 -0000)] 
aclocal.m4, configure, configure.in, ntp_loopfilter.c:
  * ntpd/ntp_loopfilter.c (loop_config): V3 API needs MOD_BITS when
  initializing ntv.modes.  Initialize ntv.{maxerror,esterror,status}
  earlier.  Clean up KERNEL_PLL code.

bk: 39b48d73kFawWDUSKFh7VpVl-xncdg

25 years agoMany files:
Harlan Stenn [Mon, 4 Sep 2000 04:45:40 +0000 (04:45 -0000)] 
Many files:
  * ntpq/ntpq.c: report offset as "offset", not "phase".  Lose
  compliance.
  * ntpd/refclock_local.c (local_poll): variance -> jitter
  * ntpd/refclock_chu.c (chu_major): Lose variance.
  * ntpd/ntp_util.c (hourly_stats): sys_error -> sys_jitter
  (record_loop_stats): ditto
  * ntpd/ntp_request.c (peer_info): variance -> jitter
  * ntpd/ntp_refclock.c (refclock_sample): variance -> jitter
  (refclock_receive): variance -> jitter
  * ntpd/ntp_proto.c (process_packet): variance -> jitter
  (clock_filter): variance -> jitter
  (clock_select): variance -> jitter
  (root_distance): variance -> jitter
  * ntpd/ntp_peer.c (newpeer): variance -> jitter
  * ntpd/ntp_loopfilter.c: Cleanup pll_nano selection bogon.
  Centralize the kernel API data.
  (local_clock): Lose sys_error.
  (loop_config): Code cleanup.
  * ntpd/ntp_control.c: Call offset "offset" and not "phase". Lose
  CS_COMPLIANCE.  Deal with variance/jitter rename.
  * include/ntp_refclock.h: Rename variance to jitter in struct
  refclockproc.
  * include/ntp_control.h (CS_COMPLIANCE): Lose it.
  * include/ntp.h: Rename variance to jitter in struct peer.
  From: Dave Mills

bk: 39b328f4dpXYZOswq_pUAwo-Ms_P-g

25 years agoChangeLog, ntp_refclock.c, refclock_atom.c:
Harlan Stenn [Fri, 1 Sep 2000 20:01:26 +0000 (20:01 -0000)] 
ChangeLog, ntp_refclock.c, refclock_atom.c:
  * ntpd/refclock_atom.c: Use the new ppsunit.  Cleanup and improve
  documentation.
  * ntpd/ntp_refclock.c (refclock_sample): Don't accumulate
  variance.
  From Dave Mills

bk: 39b00b16G91kZW47xG1BZrxdaPboKA

25 years agoChangeLog, driver22.htm, refclock_atom.c:
Harlan Stenn [Fri, 1 Sep 2000 03:38:39 +0000 (03:38 -0000)] 
ChangeLog, driver22.htm, refclock_atom.c:
  * html/driver22.htm: Update the docs.
  * ntpd/refclock_atom.c (pps_sample): Make it more visible.
  From Dave Mills.

bk: 39af24bfrJGqjFtCae4yvvNlEjNuig

25 years agoChangeLog, refclock_atom.c:
Harlan Stenn [Thu, 31 Aug 2000 23:42:44 +0000 (23:42 -0000)] 
ChangeLog, refclock_atom.c:
  * ntpd/refclock_atom.c (atom_start): Open the device if it hasn't
  been opened already.
  From Dave Mills.
  * ntpd/refclock_atom.c (atom_shutdown): Typo
  From Dave Mills
  * ntpd/refclock_atom.c: Header cleanup Comment cleanup.  Lose the
  TTYCLK stuff.  Convert to PPSAPI.
  * ntpd/ntp_refclock.c (refclock_newpeer): Move refclock_unpeer().
  From: Dave Mills

bk: 39aeed74QamRwQHdEw3bd_70zRtBBA

25 years agoconfig.h.in:
Harlan Stenn [Thu, 31 Aug 2000 21:36:11 +0000 (21:36 -0000)] 
config.h.in:
  Rerun autoheader...

bk: 39aecfcbvZeFcGCKViF25Z4ut9Zayg

25 years agobk: 39aeb672PkdSaGsNNJZcYZObfbf62g
Harlan Stenn [Thu, 31 Aug 2000 19:48:02 +0000 (19:48 -0000)] 
bk: 39aeb672PkdSaGsNNJZcYZObfbf62g

25 years agoMany files:
Harlan Stenn [Thu, 31 Aug 2000 18:14:46 +0000 (18:14 -0000)] 
Many files:
  * configure.in: 4.0.99k8
  * configure.in: The PPSAPI headers use "inline", so require a STDC
  compiler.
  * ntpd/refclock_atom.c (atom_shutdown): Typo
  From Dave Mills

bk: 39aea096n__EnE1Dr0p5x-KM6JqBJg

25 years agoChangeLog, ntp_refclock.c, refclock_atom.c:
Harlan Stenn [Thu, 31 Aug 2000 04:52:53 +0000 (04:52 -0000)] 
ChangeLog, ntp_refclock.c, refclock_atom.c:
  * ntpd/refclock_atom.c: Header cleanup Comment cleanup.  Lose the
  TTYCLK stuff.  Convert to PPSAPI.
  * ntpd/ntp_refclock.c (refclock_newpeer): Move refclock_unpeer().
  From: Dave Mills
Makefile.in:
  Updated automake

bk: 39ade4a5i5C6Nv93GkxdJvOv6kKuDA

25 years agoconfig.h.in:
Harlan Stenn [Wed, 30 Aug 2000 02:25:36 +0000 (02:25 -0000)] 
config.h.in:
  Regenerate hosed file

bk: 39ac70a096OUp6B_HOPynWi22nhCRg

25 years agoChangeLog, Makefile.in, config.h.in, configure:
Harlan Stenn [Tue, 29 Aug 2000 23:26:56 +0000 (23:26 -0000)] 
ChangeLog, Makefile.in, config.h.in, configure:
  * configure: Fix the autoconf problem...

bk: 39ac46c048lBZvpOUZ0wiH_WFPe_7g

25 years agontpd.dsp:
Sven Dietricht [Sat, 26 Aug 2000 19:47:47 +0000 (19:47 -0000)] 
ntpd.dsp:
  Add ntpd/cmd_args.c source file to Winnt make file

bk: 39a81ee3G-KULBo5i1SY8M-vF6B60w

25 years agoChangeLog, aclocal.m4, configure, configure.in:
Harlan Stenn [Sun, 20 Aug 2000 20:30:11 +0000 (20:30 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in: 99k7

bk: 39a03fd3uq9uGCqQRuagHqSKcKZm_A

25 years agoMany files:
Harlan Stenn [Sun, 20 Aug 2000 20:08:26 +0000 (20:08 -0000)] 
Many files:
  * util/ntptime.c (main): Report TAI stuff
  * ntpq/ntpq.c: CS_COMPLIANCE/CS_JITTER cleanup
  * ntpd/ntp_loopfilter.c (local_clock): sys_error/sys_jitter cleanup.
  kernel PPL cleanup.
  * ntpd/ntp_crypto.c: Check NTP_API if we're doing KERNEL_PLL so we
  can get the TAI stuff.
  * ntpd/ntp_control.c: CS_COMPLIANCE now reports "error" instead of
  "jitter".  CS_JITTER now reports jitter.
  * include/ntpd.h: Added sys_jitter
  * include/ntp_control.h (CS_JITTER): Added
  From: Dave Mills

bk: 39a03abaoCpAzZJSx21aNTeAEAwG2Q

25 years agoChangeLog, configure, cmd_args.c:
Harlan Stenn [Sun, 20 Aug 2000 19:49:36 +0000 (19:49 -0000)] 
ChangeLog, configure, cmd_args.c:
  * ntpd/cmd_args.c (getCmdOpts): Crack -N at pre-scan, as we do the
  priority wiggle before the final scan.
  From: Tom Smith <smith@cag.lkg.dec.com>
  We might do better to move the priority wiggle to after the final
  scan.  Especially if we want to permit command-line options to
  have decent control over the priority.  When we rewrite the config
  file stuff we might go to a multi-scan to solve some of these
  problems.

bk: 39a03650IBPllxFqjYOKhHqA9k9ZAw

25 years agoChangeLog, Makefile.in, aclocal.m4, configure, configure.in, ntp_request.h:
Harlan Stenn [Sat, 19 Aug 2000 04:13:22 +0000 (04:13 -0000)] 
ChangeLog, Makefile.in, aclocal.m4, configure, configure.in, ntp_request.h:
  * configure.in: '99k6, and manually fix configure.
  * include/ntp_request.h (NTP_MAXHOSTNAME): 144 -> 32

bk: 399e0962v3hxnB6MVxc7v2lao8l4aA

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Sat, 19 Aug 2000 00:29:56 +0000 (00:29 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Don't call fclose if stream is NULL.

bk: 399dd504fjE0TQN-n2E0nF-sHS32Eg

25 years agoMakefile.in, configure, driver35.htm, refclock_pcf.c:
Harlan Stenn [Fri, 18 Aug 2000 02:58:58 +0000 (02:58 -0000)] 
Makefile.in, configure, driver35.htm, refclock_pcf.c:
  * html/driver35.htm:
  * ntpd/refclock_pcf.c: Updates and improvements
  From: Andreas Voegele <andreas.voegele@gmx.de>

bk: 399ca672bJ3fvPNCZtqD70wECKYJfQ

25 years agoChangeLog, aclocal.m4, config.h.in, configure, configure.in:
Harlan Stenn [Fri, 18 Aug 2000 01:33:38 +0000 (01:33 -0000)] 
ChangeLog, aclocal.m4, config.h.in, configure, configure.in:
  * configure.in (ac_cv_struct_ntptimeval): Lose the TAI check - we
  don't need it since we can check NTP_API.  Re-hack the generated
  configure script.

bk: 399c92727MtZ3lyA5wuNVePdBalDOg

25 years agoChangeLog, configure:
Harlan Stenn [Thu, 17 Aug 2000 05:29:46 +0000 (05:29 -0000)] 
ChangeLog, configure:
  * configure: Manual hack to the ntptimeval.time.tv_nsec stuff
  because we're running an old autoconf.

bk: 399b784a_uvno3NvWEa1j06sn-Ko5g

25 years agoChangeLog, aclocal.m4, config.h.in, configure, configure.in, ntptime.c:
Harlan Stenn [Thu, 17 Aug 2000 02:43:03 +0000 (02:43 -0000)] 
ChangeLog, aclocal.m4, config.h.in, configure, configure.in, ntptime.c:
  * util/ntptime.c: Use: HAVE_STRUCT_NTPTIMEVAL_TIME_TV_NSEC, it's
  the standard name.
  * configure.in: Look for struct ntptimeval.tai in sys/timex.h
  Cleanup struct tptimeval member tests.

bk: 399b5137fIJmqe6I5M8kDBaS1QQ9kA

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Wed, 16 Aug 2000 05:14:43 +0000 (05:14 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c: New command-line arguments

bk: 399a2343cIG67QwYZpMVK9eKxDP_HQ

25 years agontp-genkeys.c:
Harlan Stenn [Tue, 15 Aug 2000 03:30:52 +0000 (03:30 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 3998b96cQY7pk-eBNLF_EjimmSZfqg

25 years agontp-genkeys.c:
Harlan Stenn [Tue, 15 Aug 2000 03:15:20 +0000 (03:15 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 3998b5c8q0E_sGldK3aCVcbMbnZOXg

25 years agontp-genkeys.c:
Harlan Stenn [Tue, 15 Aug 2000 01:46:49 +0000 (01:46 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 3998a109nzHYGI7vbej28oAT0ebohw

25 years agontp-genkeys.c:
Harlan Stenn [Mon, 14 Aug 2000 08:11:53 +0000 (08:11 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 3997a9c96m_ZpaSu-3LBQIJqtHjiRw

25 years agontp-genkeys.c:
Harlan Stenn [Mon, 14 Aug 2000 06:51:32 +0000 (06:51 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 399796f4ucswZBa36uoPha4VgDPgwg

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Mon, 14 Aug 2000 06:34:10 +0000 (06:34 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 399792e283mN6-MbAiiK-F9llaXFQQ

25 years agontp-genkeys.c:
Harlan Stenn [Mon, 14 Aug 2000 05:49:48 +0000 (05:49 -0000)] 
ntp-genkeys.c:
  More small steps

bk: 3997887cuH9x49ZvkCwrpIV3dzw5VA

25 years agoChangeLog, ntp_crypto.c, ntp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 23:33:06 +0000 (23:33 -0000)] 
ChangeLog, ntp_crypto.c, ntp-genkeys.c:
  * ntpd/ntp_crypto.c (crypto_rsa): Now that we're using
  NTP_KEYSDIR, make sure there is a '/ between the dir and the file.
  * util/ntp-genkeys.c (main): More small steps...

bk: 39973032hps-qzsWyavcIM0b58gKNg

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 09:10:41 +0000 (09:10 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 39966611l3CrwFwgYaWYz8cwmSBzhQ

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 08:22:17 +0000 (08:22 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 39965ab9evdw8lWODMkPR_HtOPXcpg

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 07:17:44 +0000 (07:17 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 39964b98hNDj7ljitCQO-oTGhsj55Q

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 06:52:56 +0000 (06:52 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 399645c8vbDLktyxOAU7YcdJ_ZIBBw

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 06:32:27 +0000 (06:32 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 399640fbrXkSUev3lUumyRg0bak-yw

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 06:22:23 +0000 (06:22 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 39963e9f_glgBO9KeQIjc6oXynHqvw

25 years agontp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 05:42:27 +0000 (05:42 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 39963543bNjqZhz8zL_xT70sH2-pVw

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Sun, 13 Aug 2000 05:07:48 +0000 (05:07 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): More small steps...

bk: 39962d24z-YcRovXA7mt_Wzby8YKuw

25 years agontp-genkeys.c:
Harlan Stenn [Sat, 12 Aug 2000 07:18:10 +0000 (07:18 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Another small step...

bk: 3994fa32M5ODku8ZDGIsBHRgwVrtgQ

25 years agontp-genkeys.c:
Harlan Stenn [Sat, 12 Aug 2000 06:59:07 +0000 (06:59 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Another small step...

bk: 3994f5bbApb0CyRMD9OKx9Rwj_NVIw

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Sat, 12 Aug 2000 06:45:58 +0000 (06:45 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Another small step...

bk: 3994f2a6XfsVnGXX--hzMlEd2euhOg

25 years agoChangeLog, aclocal.m4, configure, configure.in, ntp_loopfilter.c:
Harlan Stenn [Sat, 12 Aug 2000 05:16:02 +0000 (05:16 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in, ntp_loopfilter.c:
  * configure.in: 99k5
  * ntpd/ntp_loopfilter.c (local_clock): Change 0. to 0 in a couple
  of places.
  From Dave Mills

bk: 3994dd92D3uVTkv9u-AZ9RzkXnBW6Q

25 years agoChangeLog, ntp_request.h:
Harlan Stenn [Sat, 12 Aug 2000 04:42:15 +0000 (04:42 -0000)] 
ChangeLog, ntp_request.h:
  * include/ntp_request.h: Make data[] member of req_pkt 32 again

bk: 3994d5a7UT0Y6quSncQpBi89EfZ9aw

25 years agontp-genkeys.c:
Harlan Stenn [Fri, 11 Aug 2000 07:10:25 +0000 (07:10 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Minimal progress...

bk: 3993a6e1XUR2O1HDwdnEa928oNgN8Q

25 years agontp-genkeys.c:
Harlan Stenn [Fri, 11 Aug 2000 06:45:33 +0000 (06:45 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Minimal progress...

bk: 3993a10dBZC2TbVgw0gXjiVTgWPGmA

25 years agontp-genkeys.c:
Harlan Stenn [Fri, 11 Aug 2000 06:19:41 +0000 (06:19 -0000)] 
ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Minimal progress...

bk: 39939afdjmAmIaetY8TE5iUF9GV0EA

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Fri, 11 Aug 2000 05:44:51 +0000 (05:44 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Minimal progress...

bk: 399392d3zGThPtjaxOVagu5vG5avmA

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Fri, 11 Aug 2000 05:32:32 +0000 (05:32 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Progress...

bk: 39938ff0BqvPdBYR33woQhNIj93p6g

25 years agobk: 39920972BmFMm2AA9-XqVPcLS_t1Ow
Harlan Stenn [Thu, 10 Aug 2000 01:46:26 +0000 (01:46 -0000)] 
bk: 39920972BmFMm2AA9-XqVPcLS_t1Ow

25 years agocheck_y2k.c:
Harlan Stenn [Mon, 7 Aug 2000 00:26:34 +0000 (00:26 -0000)] 
check_y2k.c:
  * ntpd/check_y2k.c: Make debug definition match ntpd.h's declaration

bk: 398e023a-70EOX6dPUf8AKL-rqkOaw

25 years agoChangeLog, Makefile.am, Makefile.in:
Harlan Stenn [Sun, 6 Aug 2000 23:29:22 +0000 (23:29 -0000)] 
ChangeLog, Makefile.am, Makefile.in:
  * ntpd/Makefile.am (check-local): Use test in favor of [
ChangeLog, check_y2k.c:
  * ntpd/check_y2k.c: Make debug definition match ntpd.h's declaration

bk: 398df4d2URwVEwmMfYy3IzjZyxmzwA

25 years agoChangeLog, aclocal.m4, configure, configure.in:
Harlan Stenn [Sat, 5 Aug 2000 21:18:59 +0000 (21:18 -0000)] 
ChangeLog, aclocal.m4, configure, configure.in:
  * configure.in (NTP_KEYSDIR): Typo

bk: 398c84c3soVglS9tCLjNllE3Pt9d_Q

25 years agostrdup.c:
Harlan Stenn [Sat, 5 Aug 2000 01:54:34 +0000 (01:54 -0000)] 
strdup.c:
  Added NULL definition
refclock_oncore.c:
  Fix a cast

bk: 398b73daeQz6-hNDyCXLN1sPxZ8EAQ

25 years agoChangeLog, Makefile.am, Makefile.in:
Harlan Stenn [Sat, 5 Aug 2000 01:13:20 +0000 (01:13 -0000)] 
ChangeLog, Makefile.am, Makefile.in:
  * ElectricFence/Makefile.am (check-local): use test instead of [

bk: 398b6a30lK9GlhDXNOfV-iAzfdurJA

25 years agoMany files:
Harlan Stenn [Fri, 4 Aug 2000 23:45:23 +0000 (23:45 -0000)] 
Many files:
  * configure.in: AC_REPLACE_FUNCS(strdup)
  * libntp/strdup.c (strdup): Added.
  * libntp/Makefile.am (EXTRA_libntp_a_SOURCES): Added strdup.c

bk: 398b5593wI1cILfp31ep0JnHxjxxQQ

25 years agoChangeLog, Makefile.am, Makefile.in:
Harlan Stenn [Fri, 4 Aug 2000 18:43:27 +0000 (18:43 -0000)] 
ChangeLog, Makefile.am, Makefile.in:
  * util/Makefile.am (ntp_genkeys_DEPENDENCIES): Use $U on .o files
  (ntp_genkeys_LDADD): ditto.

bk: 398b0ecfJ-bpV30TLORtv67HvHki6Q

25 years agoChangeLog, ntp_crypto.c:
Harlan Stenn [Fri, 4 Aug 2000 06:15:37 +0000 (06:15 -0000)] 
ChangeLog, ntp_crypto.c:
  * ntpd/ntp_crypto.c: Use NTP_KEYSDIR

bk: 398a5f8904lx5S97Z42Xh1_RBRSC1w

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Fri, 4 Aug 2000 05:55:05 +0000 (05:55 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (snifflink): Ignore ENOENT, too.

bk: 398a5ab9pRM36pb6AsnUtbnn8KZ0bg

25 years agoMany files:
Harlan Stenn [Fri, 4 Aug 2000 05:31:50 +0000 (05:31 -0000)] 
Many files:
  * ntpd/ntp_proto.c (peer_xmit): Crypto cleanup
  * ntpd/ntp_crypto.c: Cleanup
  * ntpd/ntp_control.c: Join the club
  * ntpd/ntp_config.c: Call crypto_config() instead; we got rid of
  crypto_flags.
  * include/ntp_crypto.h (CRYPTO_FLAG_ENAB): New crypto flags, rework
  * include/ntp_control.h (CS_FLAGS): Wiggle in.
  * include/ntp.h: Added crypto peer status to struct peer
  From Dave Mills

bk: 398a55463xYnmM_9NOFopVFqJocANw

25 years agoMany files:
Harlan Stenn [Fri, 4 Aug 2000 03:32:16 +0000 (03:32 -0000)] 
Many files:
  * configure.in (NTP_KEYSDIR): Added
  * acinclude.m4: Added AC_DEFINE_DIR macro
  * util/ntp-genkeys.c (main): Sanity checks on the file paths.
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c: Initialize path_keysdir to NTP_KEYSDIR.

bk: 398a3940fqF5BRfiKGNx8sdDuSlD7g

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Thu, 3 Aug 2000 05:07:12 +0000 (05:07 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Sanity checks on the file paths.

bk: 3988fe003I5_-2llGQNa9-vac36Eww

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Wed, 2 Aug 2000 18:56:31 +0000 (18:56 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (PATH_MAX): Try harder...

bk: 39886edfOpjCnbrYgKBcLXkUk0LCvQ

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Wed, 2 Aug 2000 04:59:25 +0000 (04:59 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (crypto_config): Only #ifdef PUBKEY

bk: 3987aaadRiW2qs0U3jjEWG9GpmItmA

25 years agobk: 39866437zWoK4XcAGglqWOai5tmTPA
Harlan Stenn [Tue, 1 Aug 2000 05:46:31 +0000 (05:46 -0000)] 
bk: 39866437zWoK4XcAGglqWOai5tmTPA

25 years agoChangeLog, config.h.in, configure, configure.in, ntp-genkeys.c:
Harlan Stenn [Tue, 1 Aug 2000 05:13:34 +0000 (05:13 -0000)] 
ChangeLog, config.h.in, configure, configure.in, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Use snifflink()
  (snifflink): Implement...
  * configure.in: Check for readlink()

bk: 39865c7eVR-9tV3zgXDF3LXXjkqT7Q

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Tue, 1 Aug 2000 03:18:26 +0000 (03:18 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (usage): Flesh it out.

bk: 39864182tRIzTKr9RPkmYogMPXJAmg

25 years agoChangeLog, ntp-genkeys.c:
Harlan Stenn [Tue, 1 Aug 2000 03:01:34 +0000 (03:01 -0000)] 
ChangeLog, ntp-genkeys.c:
  * util/ntp-genkeys.c (main): Use strdup on the tokens returned
  from ntp_config...
  * util/ntp-genkeys.c (crypto_config): Fix a typo...
  * util/ntp-genkeys.c (crypto_config): Even more...

bk: 39863d8eAe4Oy8gttJ9pBbgabGg7SA

25 years agoChangeLog, ntp_config.c, ntp-genkeys.c, ntp_config.h:
Harlan Stenn [Tue, 1 Aug 2000 02:32:26 +0000 (02:32 -0000)] 
ChangeLog, ntp_config.c, ntp-genkeys.c, ntp_config.h:
  * include/ntp_config.h:
  * ntpd/ntp_config.c: Move a whack of #defines to ntp_config.h so
  ntp-genkeys.c can see them, too.

bk: 398636banXqNmpfMs1g4u4NlCk0i1Q

25 years agoChangeLog, Makefile.in, ntp_config.c, ntpd.c, Makefile.am, ntp-genkeys.c:
Harlan Stenn [Mon, 31 Jul 2000 23:43:56 +0000 (23:43 -0000)] 
ChangeLog, Makefile.in, ntp_config.c, ntpd.c, Makefile.am, ntp-genkeys.c:
  * util/ntp-genkeys.c: Add stubs to work with ../ntpd/ntp_config.o,
  start hooking things up.
  * ntpd/ntp_config.c (getconfig):
  * ntpd/ntpd.c: Initialize "debug" here, not in ntp_config.c
  * util/Makefile.am (ntp_genkeys_LDADD): Added ../ntpd/ntp_config.o
  * util/Makefile.am (ntp_genkeys_DEPENDENCIES): Added.

bk: 39860f3cLvyuZnbLJJUdV4c0YDMokg

25 years agoMany files:
Harlan Stenn [Sun, 30 Jul 2000 07:05:25 +0000 (07:05 -0000)] 
Many files:
  * configure.in: 4.0.99k4
  * util/ntp-genkeys.c: Start hacking for new functionality.
  * include/Makefile.am (noinst_HEADERS): Added ntp_cmdargs.h and
  ntp_config.h .
  * ntpd/ntp_config.c: Grab ntp_cmdargs.h.  Make some new globals
  (ugh), move ntpd-specific variables and code to cmd_args.c .
  * ntpd/cmd_args.c: Move command argument processing functions from
  ntp_config.c to this file.
  * ntpd/Makefile.am (ntpd_SOURCES): Added cmd_args.c
  * include/ntpd.h: Move getstartup() to ntp_cmdargs.h
  * include/ntp_cmdargs.h: New file
  Begin the hacking fest to make it easier for ntp-genkeys to use
  ntpd's config processing code.  I really hope this is the lesser
  of the evils...

bk: 3983d3b5jhVZWMTh3JhmCK4Rx6ZY6A