Age | Commit message (Expand) | Author |
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler |
2011-06-17 | close pipe_prnt[0] earlier, foremost before forking the dns process | Henning Brauer |
2011-06-16 | clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likely | Henning Brauer |
2009-06-11 | effectively un-do r1.111, it fucks machines with bad clocks royally. | Henning Brauer |
2009-06-06 | If ntpd decides the clock has become unsynced, reset the number of saved | Chris Kuethe |
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | Pierre-Yves Ritschard |
2009-06-04 | After calling adjfreq to correct the clock's rate, measure and fix the clock | Chris Kuethe |
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-10-02 | in priv_settime(), we must not adjust the 'next' timestamps on their for | Henning Brauer |
2008-09-12 | move dns lookups to its own (privilege revoking, not chrooting) process. | Henning Brauer |
2008-06-10 | According to the latest SNTPv4 spec in RFC4330, secondary servers | Christian Weisgerber |
2008-06-08 | Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough. | Chris Kuethe |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-01-28 | Reconnect a client socket after three consecutive send failures. | Marco Pfatschbacher |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves |
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves |
2007-10-15 | Allow ntpd to report the status of peers and sensors to syslog. This | Otto Moerbeek |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek |
2007-01-14 | Esape from the Mouth of Madness by adjusting stored sensor offsets | Otto Moerbeek |
2006-12-20 | let ntpd use sensors immediately after system boot by special casing | Henning Brauer |
2006-11-30 | Allow sensors in a sensors-only configuration to set the time at startup. | Chris Kuethe |
2006-10-27 | use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing | Henning Brauer |
2006-10-24 | timedelta sensors are usually updated very often, but we used to query | Henning Brauer |
2006-10-21 | Found that even if client fd (i.e to NTP source) is set to | Henning Brauer |
2006-07-01 | remove some unneeded includes; one found by vetinari | Otto Moerbeek |
2006-06-30 | spaces | Theo de Raadt |
2006-06-26 | increase polling intervbal, but only after we are synced and have done | Otto Moerbeek |
2006-06-21 | avoid a race by installing SIGCHLD handler before fork() is called. | Otto Moerbeek |
2006-06-17 | Import frequency conrrection code from dragonfly, whith some changes: | Otto Moerbeek |
2006-06-09 | set session id and init logging in -s mode. tested by david@ and matthieu@; | Otto Moerbeek |
2006-06-08 | simplify; ok henning@ | Otto Moerbeek |
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek |
2006-06-04 | Only invalidate stored replies if an adjustment was really made. | Otto Moerbeek |
2006-06-02 | incredibly stupid typo | Henning Brauer |
2006-06-01 | When expanding servers, do not forget to copy weight. ok henning@ | Otto Moerbeek |
2006-06-01 | urgs, other stuff snuck in | Henning Brauer |
2006-06-01 | put back regular sensors scanning | Henning Brauer |
2006-05-31 | only actually run sensor_query when it is due, not every time poll returns | Henning Brauer |
2006-05-28 | allow for weight to be added to sensors or servers, so that one can | Henning Brauer |
2006-05-28 | let sensor_query handle removals itself | Henning Brauer |
2006-05-28 | DV_SENSORS is no more, plug workaround for the time to the real solution | Henning Brauer |
2006-05-27 | stop passing the config around all time, just store one copy | Henning Brauer |
2006-05-27 | make ntpd listen on the hotplug socket and decode yadda yadda, because | Henning Brauer |
2006-05-27 | scan for new timedelta sensors every five minutes for now, ok deraadt | Henning Brauer |
2006-05-26 | add support for timedelta sensors, which pretty much means udcf(4) right | Henning Brauer |
2006-05-25 | more bits from transatlanic flight: | Henning Brauer |
2006-05-25 | figure out the refid to send to NTP v3 clients early and store it | Henning Brauer |
2006-05-14 | PFD_MAX betterer than harcoded 1 | Henning Brauer |