Age | Commit message (Expand) | Author |
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 | oups | Henning Brauer |
2004-10-22 | in server mode reply with stratum from the peer that we currently prefer | Henning Brauer |
2004-10-15 | Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henning | Darren Tucker |
2004-10-14 | Have ntpd use IPTOS_LOWDELAY; ok henning@ | Darren Tucker |
2004-10-13 | set rootdelay in replies. | Henning Brauer |
2004-10-13 | in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCs | Henning Brauer |
2004-10-13 | thinko, htonl() -> ntohl(). as we don't use the value in question effect zero | Henning Brauer |
2004-10-13 | fall cleaning | 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-08 | whitespace both in comment; from bernd | Henning Brauer |
2004-10-05 | in client_addr_init() and client_nextaddr(), do not set up the socket and | Henning Brauer |
2004-10-04 | do not take the average offset from all peers when calculating the total | Henning Brauer |
2004-09-30 | now that we connect() the client sockets we need to handle ECONNREFUSED as | Henning Brauer |
2004-09-24 | connect() the client-side sockets. idea & test & ok camield@ | Henning Brauer |
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer |
2004-09-18 | greatly improved by jmc with some tweaks by yours truly | Henning Brauer |
2004-09-18 | jmc says S before s and not s before S, sssssssso we do. | Henning Brauer |
2004-09-18 | implement -S to override earlier -s, requested by theo | Henning Brauer |
2004-09-18 | say when we run settimeofday() with -s and when not, help from bob | Henning Brauer |
2004-09-18 | don't call settimeofday() when the offset is smaller than 180 seconds, | 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-16 | the "type" param to imsg_compose and imsg_create is really an | Henning Brauer |
2004-09-16 | in imsg_compose: | Henning Brauer |
2004-09-16 | use imsg_add instead of the lower level buf_add in imsg_create; it already | Henning Brauer |
2004-09-16 | ewps... | Henning Brauer |
2004-09-15 | need buf_free() to free buf, free() is not good enough | 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 | kill another unused function and two debugging printfs | Henning Brauer |
2004-09-15 | remove the unused variable/macro code, ok theo | Henning Brauer |
2004-09-15 | unused variables, theo | Henning Brauer |
2004-09-15 | missing include, from theo | Henning Brauer |
2004-09-15 | remove buf_write(), not used in ntpd. found by theo | Henning Brauer |
2004-09-14 | paranoia: reset query->fd to -1 after close, from canacar some time ago | Henning Brauer |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-09-07 | ignore ntp_sendmsg()s return value in server_dispatch. could result in | Henning Brauer |
2004-08-30 | don't forget to set *hn... theo ok | Henning Brauer |
2004-08-30 | skip early DNS lookups -- they are deferred to later; ok otto ho henning | Theo de Raadt |
2004-08-30 | ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok otto... | Theo de Raadt |
2004-08-24 | don't fatal() if getaddrinfo() returns EAI_NONAME | Henning Brauer |
2004-08-16 | Be more careful setting next and deadline, they should not both be != 0 | Otto Moerbeek |
2004-08-13 | Reset deadline on failed transmit. Avoids a spinning process if | Otto Moerbeek |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-08-10 | order #includes, Brian Poole <raj@cerias.purdue.edu> | Henning Brauer |
2004-08-10 | wrong sizeof; Brian Poole <raj@cerias.purdue.edu> | Henning Brauer |
2004-08-10 | in the pool case ("servers somepool.somewhere"), we add new peers while | Henning Brauer |