summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/server.c
AgeCommit message (Expand)Author
2004-07-18there are a few recvfrom(2) errors we do not want to panic onHenning Brauer
2004-07-14do not do the stratum guessing dance.Henning Brauer
2004-07-13Respond to client queries with better server statistics. We now outputAlexander Guy
2004-07-13ignore obviously malformed queries; ok henning@Alexander Guy
2004-07-11Use SA_LEN(sa) instead of sa->sa_len; ok henning@Darren Tucker
2004-07-07* Convert to use the new double-based time handling functions.Alexander Guy
2004-07-07ease code and tweak loggingHenning Brauer
2004-07-07do not listen anywhere by default.Henning Brauer
2004-07-04KNFHenning Brauer
2004-06-29When no listener is specified, create a listener on every IP. ProblemAlexander Guy
2004-06-18size struct pollfd and idx2peer dynamically instead of imposing an arbitaryHenning Brauer
2004-06-02prepare for client functionalityHenning Brauer