Age | Commit message (Expand) | Author |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-10-30 | drop unused define; ok reyk@ | Christian Weisgerber |
2015-10-23 | Allowing upstream servers of ntp being in multiple routing tables is | Peter Hessler |
2015-10-12 | Move execution of the constraints from the ntp to the parent process. | Reyk Floeter |
2015-05-20 | Remove hotplug(4) sensor support: the code has been disabled by | Reyk Floeter |
2015-05-17 | When resolving the "constraint" (singular), store all returned IP | Reyk Floeter |
2015-02-12 | Use ntpd's deferred DNS resolving for constraints as well. This | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |
2015-01-13 | fix some memory leaks in dns handling. | Brent Cook |
2015-01-10 | don't check for a return value that host() doesn't return, so future | Ted Unangst |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-08 | sync log.c from smtpd. | Brent Cook |
2015-01-04 | use MAXIMUM as the canonical local MAX macro. | Brent Cook |
2015-01-04 | removed unused libevent header and structures in ntpd.h | Brent Cook |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-01-22 | allow -s<abrev> in addition to -s <word> in ntpctl commandline, like | Sebastian Benoit |
2013-10-04 | Add ntpctl(8), which allows us to query the locally running ntpd(8) process | Peter Hessler |
2013-04-30 | Remove unused function argument variables 'len' and 'auth' from | Marcus Glocker |
2012-09-20 | Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. | Patrick Wildt |
2011-09-21 | fix the two most offensive indentation violations in here. | Peter Hessler |
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler |
2009-06-06 | Turns up the polling rate of sensors and makes ntpd calculate frequency | Chris Kuethe |
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | Pierre-Yves Ritschard |
2009-06-04 | After calling adjfreq to correct the clock's rate, measure and fix the clock | Chris Kuethe |
2009-05-13 | when using a timedelta sensor for -s, if the sensor is invalid during | Kevin Steves |
2009-02-11 | move prototypes that are really in ntp.c; ok henning@ | Kevin Steves |
2009-02-10 | log tiny frequency adjustments at debug only. | Kevin Steves |
2009-02-06 | rename a #define to be clearer; no binary change | Kevin Steves |
2008-09-12 | move dns lookups to its own (privilege revoking, not chrooting) process. | Henning Brauer |
2008-06-10 | According to the latest SNTPv4 spec in RFC4330, secondary servers | Christian Weisgerber |
2008-06-09 | rename refstr to refid since it is an int32; ok henning | Theo de Raadt |
2008-06-09 | Allow outgoing replies from sensor-driven servers to have a | Chris Kuethe |
2008-05-16 | Allow ntpd to step the time at startup, now matter how large or small the | Chris Kuethe |
2008-01-28 | Reconnect a client socket after three consecutive send failures. | Marco Pfatschbacher |
2007-12-23 | remove some unused #defines; ok henning@ | Kevin Steves |
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves |
2007-10-15 | Allow ntpd to report the status of peers and sensors to syslog. This | Otto Moerbeek |
2007-09-13 | Provide the -n switch like in the other imsg daemons for testing | Pierre-Yves Ritschard |
2007-09-12 | Add a knob to compensate for a refclock that is early or late. Based on a | Chris Kuethe |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
2007-03-23 | Increase sensor polling interval to 30s, just like ntp polls. This | Chris Kuethe |
2007-03-01 | read buffer size must be >= max imsg size. | Henning Brauer |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-11-20 | with usig the meadian offset froma number of measurements the recording | Henning Brauer |
2006-10-27 | use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing | Henning Brauer |
2006-10-24 | timedelta sensors are usually updated very often, but we used to query | Henning Brauer |
2006-06-30 | spaces | Theo de Raadt |