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