109 Commits (0c46d2765fbb5e0fe06419a2e4f90bf6e05c046a)

Author SHA1 Message Date
  benno a6df84bdf5 allow -s<abrev> in addition to -s <word> in ntpctl commandline, like 11 years ago
  phessler 36ee6e401f Add ntpctl(8), which allows us to query the locally running ntpd(8) process 11 years ago
  mglocker 27f85bb7b7 Remove unused function argument variables 'len' and 'auth' from 11 years ago
  patrick bb4b345cc6 Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. 12 years ago
  phessler 70681d307c fix the two most offensive indentation violations in here. 13 years ago
  phessler a32e45b068 Add rdomain support to NTPd. 13 years ago
  ckuethe 5bc96f22cf Turns up the polling rate of sensors and makes ntpd calculate frequency 15 years ago
  pyr 239fd25471 make ntpd imsg-in-a-lib ready as well. extensive testing done, no 15 years ago
  ckuethe b6c201f1e1 After calling adjfreq to correct the clock's rate, measure and fix the clock 15 years ago
  stevesk d3e46edd9e when using a timedelta sensor for -s, if the sensor is invalid during 15 years ago
  stevesk 63f41dd5bb move prototypes that are really in ntp.c; ok henning@ 16 years ago
  stevesk 75af6f507d log tiny frequency adjustments at debug only. 16 years ago
  stevesk d48f49351f rename a #define to be clearer; no binary change 16 years ago
  henning 9bf99d851b move dns lookups to its own (privilege revoking, not chrooting) process. 16 years ago
  naddy ca3fb2ec5f According to the latest SNTPv4 spec in RFC4330, secondary servers 16 years ago
  deraadt 52e9696746 rename refstr to refid since it is an int32; ok henning 16 years ago
  ckuethe e6e5dc66c8 Allow outgoing replies from sensor-driven servers to have a 16 years ago
  ckuethe 51e14636f6 Allow ntpd to step the time at startup, now matter how large or small the 16 years ago
  mpf 18c1f831f0 Reconnect a client socket after three consecutive send failures. 17 years ago
  stevesk 108b3026f5 remove some unused #defines; ok henning@ 17 years ago
  stevesk 55917fac67 just call getpwnam(NTPD_USER) once; ok henning@ 17 years ago
  otto a4d5c83577 Allow ntpd to report the status of peers and sensors to syslog. This 17 years ago
  pyr 90f5650e4c Provide the -n switch like in the other imsg daemons for testing 17 years ago
  ckuethe 4f75588722 Add a knob to compensate for a refclock that is early or late. Based on a 17 years ago
  ckuethe 5b4a0b0b28 This diff makes ntpd poll for sensors more aggressively when the use of 17 years ago
  deraadt c34c8f6d6a aggressive spelling fix, spotted by jbg 17 years ago
  ckuethe 67b5aa4d57 Increase sensor polling interval to 30s, just like ntp polls. This 18 years ago
  henning fcd399814f read buffer size must be >= max imsg size. 18 years ago
  otto 1f8bd32eb8 Although Unix compilers accept more than one definition of a global 18 years ago
  deraadt 44cfc5dfde adapt to new two-level sensor sysctl framework; by Constantine A. Murenin 18 years ago
  henning a4d68a0292 with usig the meadian offset froma number of measurements the recording 18 years ago
  henning 4f07972cbe use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing 18 years ago
  henning f5c6db18a7 timedelta sensors are usually updated very often, but we used to query 18 years ago
  deraadt 9801d84234 spaces 18 years ago
  otto 45a03a18d6 increase polling intervbal, but only after we are synced and have done 18 years ago
  otto 041bde21e5 Save the computed clock drift and use it on startup. ok deraadt@ 18 years ago
  otto 086410730e tsk, tsk, tsk... the rule is simple: any define consisting of 18 years ago
  otto abf6b82fcd Import frequency conrrection code from dragonfly, whith some changes: 18 years ago
  otto 89f43414db Compensate old offsets with the amount of adjustment done, avoiding 18 years ago
  otto 24fa8ea878 Only invalidate stored replies if an adjustment was really made. 18 years ago
  henning 52daf64bf5 allow for weight to be added to sensors or servers, so that one can 18 years ago
  henning b2a25c5f18 let sensor_query handle removals itself 18 years ago
  henning d3875817fc stop passing the config around all time, just store one copy 18 years ago
  henning 1c3c1ca642 make ntpd listen on the hotplug socket and decode yadda yadda, because 18 years ago
  henning c24767cca2 scan for new timedelta sensors every five minutes for now, ok deraadt 18 years ago
  henning f687c4f193 config file bits for timedelta sensors, so one can specify which devices 18 years ago
  henning 21382f5e23 add support for timedelta sensors, which pretty much means udcf(4) right 18 years ago
  henning 309a243757 figure out the refid to send to NTP v3 clients early and store it 18 years ago
  dtucker 73c6d5ec9f Log source address for 'malformed packet' errors. ok henning@ 19 years ago
  dtucker f31cfdaa27 Propogate server's leap indicator flags to clients; ok henning@ 19 years ago