summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
AgeCommit message (Expand)Author
2009-02-08spelling in commentKevin Steves
2009-02-06rename a #define to be clearer; no binary changeKevin Steves
2009-01-31adjtime has been logged at 32ms and greater for 2.5 years now.Kevin Steves
2009-01-29log warning when can't read drift file; allows detection ofKevin Steves
2009-01-27fix printf format specification to print max len 4 for refid,Kevin Steves
2009-01-26return the correct refid for a sensor; ok henning@Christian Weisgerber
2009-01-26use monotime instead of wallclock for the report thing as wellHenning Brauer
2008-12-10Correctly skip the internal fd when checking the server sockets. Use PFD_MAXClaudio Jeker
2008-11-10delete operation not needed; from naddyTheo de Raadt
2008-11-10If a bind() spuriously fails (as appears to happen once in a blue moon dueTheo de Raadt
2008-10-17bring in findeol() fix from pfctlHenning Brauer
2008-10-10- use nmea(4) for general sensor example rather than udcf(4)Stuart Henderson
2008-10-02in priv_settime(), we must not adjust the 'next' timestamps on their forHenning Brauer
2008-09-28ntpd does not require you to run rdate -n before it -- it notices such anTheo de Raadt
2008-09-12move dns lookups to its own (privilege revoking, not chrooting) process.Henning Brauer
2008-07-19Use errx instead of fprintf, exit combo.Claudio Jeker
2008-06-10For IPv6 addresses, return the first 32 bits of the MD5 hash of theChristian Weisgerber
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-09do not copy up to two garbage characters from a 1 char string into a 4 charTheo de Raadt
2008-06-09do not leak memory on failure in refid production; ok ckuethe henningTheo de Raadt
2008-06-09spacingTheo de Raadt
2008-06-09Allow outgoing replies from sensor-driven servers to have aChris Kuethe
2008-06-08Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough.Chris Kuethe
2008-05-16Allow ntpd to step the time at startup, now matter how large or small theChris Kuethe
2008-05-14ntpd missed the argument check sweep.Pierre-Yves Ritschard
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-03-02set the refid for v4 queries too. this allows sensor-driven ntpd to says itsChris Kuethe
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-01-28Reconnect a client socket after three consecutive send failures.Marco Pfatschbacher
2007-12-31we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIMEHenning Brauer
2007-12-27some fatal() calls that should be fatalx(); ok henning@Kevin Steves
2007-12-23log a warning one time when we can't open or write the drift file;Kevin Steves
2007-12-23remove some unused #defines; ok henning@Kevin Steves
2007-12-22just call getpwnam(NTPD_USER) once; ok henning@Kevin Steves
2007-12-11rearrange the page to read better; ok otto henningJason McIntyre
2007-12-07document adjfreq(2);Jason McIntyre
2007-12-04revert SIGQUIT catching; requested by deraadtFederico G. Schwindt
2007-12-04catch SIGQUIT too. ckuethe@ and henning@ ok.Federico G. Schwindt
2007-11-22be a bit less aggressive retrying; this keeps the message queueOtto Moerbeek
2007-11-22if the drift file is missing, reset adjfreq to zero; iirc diff from GlaserOtto Moerbeek
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-20ntpd and bgpd's turn to behave like the others.Pierre-Yves Ritschard
2007-10-19don't fill the logs; spotted by deraadt@ ok henning@Otto Moerbeek
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-15Allow ntpd to report the status of peers and sensors to syslog. ThisOtto Moerbeek
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-09-14use a setup function for options, cleaner; ok cloderTheo de Raadt