Age | Commit message (Expand) | Author |
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 |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-07-18 | query interval scaling, episode II | Henning Brauer |
2004-07-14 | do not do the stratum guessing dance. | Henning Brauer |
2004-07-13 | Respond to client queries with better server statistics. We now output | Alexander Guy |
2004-07-10 | scale query interval based on local clock offset. tested by many | Henning Brauer |
2004-07-09 | don't try to update the clock when we have no data | Henning Brauer |
2004-07-09 | the child process needs to ignore SIGHUP for now, otto | Henning Brauer |
2004-07-09 | rework dns handling with all its cosequences... | Henning Brauer |
2004-07-09 | when calculating the timeout for poll() we need to take the deadlines for | Henning Brauer |