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