Age | Commit message (Expand) | Author |
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 |
2005-08-10 | Propogate server's leap indicator flags to clients; ok henning@ | Darren Tucker |
2005-08-08 | with -s, do not wait if we don't have any peers at all. | Henning Brauer |
2005-07-15 | remove recently added "using privsep user X" message, spams console in -s | Henning Brauer |
2005-07-15 | fix a function name in an error message | Henning Brauer |
2005-07-11 | Print privsep user and dir when in debug mode; ok henning@ | Darren Tucker |
2005-07-05 | Save transmit time for each peer for later use as refid for SNTPv4 | Darren Tucker |
2005-06-19 | use a little state engine to keep track of delayed dns lookups and such, | Henning Brauer |
2005-05-26 | Ensure previous adjust has completed before clearing alarm flag; ok henning@ | Darren Tucker |
2005-05-23 | no need for endpwent(0 here either | Henning Brauer |
2005-05-03 | setres[ug]id; ok deraadt@ | Damien Miller |
2005-04-18 | correctness: only account for offset after settime in next and deadline | Henning Brauer |
2005-04-18 | after setting the clock hard correct the "next" and "deadline" timestamps | Henning Brauer |
2005-03-24 | one more fatal/fatalx, alexander | Henning Brauer |
2005-03-08 | when trying short-circuit the wait for the first reply for -s, only | Henning Brauer |
2005-03-08 | knf | Theo de Raadt |
2005-03-08 | missing break spotted by lint | Theo de Raadt |
2005-02-22 | when sending a query already returns a failure, we're not going to see | Henning Brauer |
2005-02-02 | KNF | Henning Brauer |
2005-01-28 | Simplify interval scaling and randomize query intervals; ok henning@ | Darren Tucker |
2005-01-27 | Scale query interval by the overall offset not per-peer offset, so we | Darren Tucker |
2005-01-27 | Delay before retrying a query on timeout; ok henning@ | Darren Tucker |
2004-12-23 | KNF | Henning Brauer |
2004-12-22 | if our first getpwnam(), testing for NTPD_USER, succeeded, but the second | Henning Brauer |
2004-12-13 | Sanity check owner and permissions of privsep directory, like sshd does; | Darren Tucker |
2004-12-13 | Check for error status from poll() too; ok henning@ | Darren Tucker |
2004-11-12 | some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de> | Henning Brauer |
2004-11-10 | ntp_adjtime() -> priv_adjtime() | Henning Brauer |
2004-10-27 | Calculate Hz and round up; ok henning@ | Darren Tucker |
2004-10-27 | use clock_getres(3) and calculate precision from that, and fill the | Henning Brauer |
2004-10-22 | in server mode reply with stratum from the peer that we currently prefer | Henning Brauer |
2004-10-13 | set rootdelay in replies. | Henning Brauer |
2004-10-13 | correctly set refid in replies with NTP protocol versions < 4. | Henning Brauer |
2004-10-13 | when we get back a IMSG_HOST_DNS message from the parent the peer ID within | Henning Brauer |
2004-10-04 | do not take the average offset from all peers when calculating the total | Henning Brauer |
2004-09-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer |
2004-09-18 | do not bother overallocating and shrinking the pfd and idx2peer arrays, | Henning Brauer |
2004-09-15 | imsg framework cleanup: | Henning Brauer |
2004-09-15 | malloc the imsg buffers instead of having them statically, suggested by | Henning Brauer |
2004-09-15 | unused variables, theo | Henning Brauer |
2004-09-15 | missing include, from theo | Henning Brauer |