145 Commits (c47029baaf8e62854ec85098d4b156bbc0736ba0)

Author SHA1 Message Date
  florian ea28228b66 Prevent multiple ntpds from tripping over each other. 5 years ago
  jsing 3fab6cbb08 Use TLS_CA_CERT_FILE instead of a separate define. 5 years ago
  mestre 7b9d9ca1a6 Revert back previous commit, we have decided that socket files don't cause any 5 years ago
  benno 184c157e2f add option "query from <ip>" to ntpd.conf, to specify a local IP 7 years ago
  reyk 99d11625c1 Stop accessing verbose and debug variables from log.c directly. 7 years ago
  rzalamena 4c66ab656c Teach ntpd(8) constraint process to use exec*() instead of just forking, 7 years ago
  rzalamena 1305c0d5de Teach ntpd(8) how to fork+exec. 7 years ago
  reyk 08ed721594 Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not 7 years ago
  krw 846730a3f8 Rename session_socket_blockmode() to session_socket_nonblockmode(), 8 years ago
  reyk db00298111 Don't attempt to kill() the constraint in the wrong process. The 8 years ago
  bcook fade868be3 update ntpd log initialization to work like relayd, fix debug log levels 8 years ago
  reyk 0dc6f9d6e2 No need for an extra log.h 8 years ago
  reyk b8496badea Move log_sockaddr() to from log.c to util.c as it is a local addition 8 years ago
  deraadt 531d870924 Cache values from getpwnam() done at initialization, which need to be 8 years ago
  naddy 2a9f149211 drop unused define; ok reyk@ 8 years ago
  phessler e4a72ca09e Allowing upstream servers of ntp being in multiple routing tables is 8 years ago
  reyk 707f923fe3 Move execution of the constraints from the ntp to the parent process. 8 years ago
  reyk 043d0938c2 Remove hotplug(4) sensor support: the code has been disabled by 9 years ago
  reyk e89a826291 When resolving the "constraint" (singular), store all returned IP 9 years ago
  reyk 2c0d96f390 Use ntpd's deferred DNS resolving for constraints as well. This 9 years ago
  reyk 7433fa0bce Add support for "constraints": when configured, ntpd(8) will query the 9 years ago
  bcook 70297880a3 fix some memory leaks in dns handling. 9 years ago
  tedu ff1d6653e1 don't check for a return value that host() doesn't return, so future 9 years ago
  deraadt eb02123984 remove excessive/wrong use of sys/param.h 9 years ago
  bcook e69bd15d31 sync log.c from smtpd. 9 years ago
  bcook f04311c2a3 use MAXIMUM as the canonical local MAX macro. 9 years ago
  bcook d25ace0611 removed unused libevent header and structures in ntpd.h 9 years ago
  bluhm 0f1121e6f9 Convert the logic in yyerror(). Instead of creating a temporary 9 years ago
  lteo b8d6959e84 Remove unnecessary netinet/in_systm.h include. 9 years ago
  benno a6df84bdf5 allow -s<abrev> in addition to -s <word> in ntpctl commandline, like 10 years ago
  phessler 36ee6e401f Add ntpctl(8), which allows us to query the locally running ntpd(8) process 10 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>. 11 years ago
  phessler 70681d307c fix the two most offensive indentation violations in here. 12 years ago
  phessler a32e45b068 Add rdomain support to NTPd. 12 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@ 15 years ago
  stevesk 75af6f507d log tiny frequency adjustments at debug only. 15 years ago
  stevesk d48f49351f rename a #define to be clearer; no binary change 15 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. 16 years ago
  stevesk 108b3026f5 remove some unused #defines; ok henning@ 16 years ago
  stevesk 55917fac67 just call getpwnam(NTPD_USER) once; ok henning@ 16 years ago