Age | Commit message (Expand) | Author |
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 |
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer |
2004-07-29 | keep an ID per server we talk to | Henning Brauer |
2004-07-28 | prevent unresolvable hostnames in "listen on" statements | Henning Brauer |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer |
2004-07-25 | remove unused function | Henning Brauer |
2004-07-21 | no multiple free(); "John L. Scarfone" <j0@cox.net> | Henning Brauer |
2004-07-20 | wrap the heads for the linked list of addresses into a new ntp_addr_wrap | Henning Brauer |
2004-07-18 | there are a few recvfrom(2) errors we do not want to panic on | 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 | tweaks; ok henning@ | Jason McIntyre |
2004-07-13 | Respond to client queries with better server statistics. We now output | Alexander Guy |
2004-07-13 | ignore obviously malformed queries; ok henning@ | Alexander Guy |
2004-07-13 | liek bgpd, use a socketpair(2) instead of a pipe(2) | Henning Brauer |
2004-07-12 | Add missing newlines | Darren Tucker |
2004-07-12 | Replace errx with equivalent fprintf+exit to make porting easier; ok henning@ | Darren Tucker |
2004-07-11 | Use SA_LEN(sa) instead of sa->sa_len; ok henning@ | Darren Tucker |
2004-07-11 | Start collecting the remote server state along with the calculated | Alexander Guy |
2004-07-10 | KNF; ok henning@ | Alexander Guy |
2004-07-10 | short fixed point <-> double conversion routines; ok henning@ | Alexander Guy |
2004-07-10 | correct leap indicator mask; ok henning@ | Alexander Guy |
2004-07-10 | missing {} | Henning Brauer |
2004-07-10 | check wether we have enough data to form a peer update on receiption | Henning Brauer |
2004-07-10 | oups | Henning Brauer |
2004-07-10 | scale query interval based on local clock offset. tested by many | Henning Brauer |
2004-07-09 | make lint a wee bit happier | Theo de Raadt |
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre |
2004-07-09 | Do not forget to initialize head. ok henning@ | Otto Moerbeek |
2004-07-09 | too chatty; ok henning | Theo de Raadt |
2004-07-09 | don't panic when sendto() fails; for the client part just re-schedule | Henning Brauer |
2004-07-09 | don't try to update the clock when we have no data | Henning Brauer |
2004-07-09 | various cleanup: | Jared Yanovich |
2004-07-09 | the child process needs to ignore SIGHUP for now, otto | Henning Brauer |
2004-07-09 | remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit on | Henning Brauer |
2004-07-09 | soem tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | document the "servers" keyword | 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 |
2004-07-08 | kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd | Henning Brauer |
2004-07-08 | remove a bogus always-true test before adjtime() | Henning Brauer |
2004-07-08 | remove all handling of netmasks/prefix lengths - we don't need that in ntpd. | Henning Brauer |
2004-07-08 | log_debug() when a peer doesn't answer in time | Henning Brauer |
2004-07-08 | lof replies with log_debug so one gets increased verbosity when in | Henning Brauer |
2004-07-08 | make log_debug() only log anything at all when we are in debug mode | Henning Brauer |
2004-07-07 | tweaks; ok henning@ | Jason McIntyre |
2004-07-07 | add rdate(8) to SEE ALSO; | Jason McIntyre |
2004-07-07 | RFC 2030 is incorrect with regards to the computation of the delay value | Alexander Guy |