summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.c
AgeCommit message (Collapse)Author
2004-07-07don't log every single reply we receive and log local clock adjustemt nicerHenning Brauer
2004-07-05calculate the median offset from all servers we sync to and callHenning Brauer
adjtime() when necessary to keep the local clock in sync yes, that means ntpd syncs the local clock now.
2004-06-17provide most of the client functionality.Henning Brauer
hook the descriptors into the main poll and such. we're not doing anything with the reply we recive yet, tho. mostly hacked on the Frankfurt->Montreal flight, as batteries and those horrible air canada seats permitted...
2004-06-01first cut at config file parserHenning Brauer
for now, one can set the addresses to listen on
2004-06-01allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).Henning Brauer
default to one IPv4 wildcard and one IPv6 wildcard one.
2004-05-31fix usage()Henning Brauer
2004-05-31initial cut at ntpd.Henning Brauer
it is just capable of answering (s)ntp4 requests with the local time for now. imsg/buffer and logging framework from bgpd, ntp protocol hackery with Alexander Guy