94 Commits (48eb5ee066a40a3381b514c42ea1797c0f61ae72)

Author SHA1 Message Date
  henning cf385f93cd rework dns handling with all its cosequences... 20 years ago
  henning 1aa4442f07 when calculating the timeout for poll() we need to take the deadlines for 20 years ago
  henning 693a157803 kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd 20 years ago
  henning 9913070411 remove a bogus always-true test before adjtime() 20 years ago
  henning 7364dc1c59 remove all handling of netmasks/prefix lengths - we don't need that in ntpd. 20 years ago
  henning 23963e1ca9 log_debug() when a peer doesn't answer in time 20 years ago
  henning b6bb1936a0 lof replies with log_debug so one gets increased verbosity when in 20 years ago
  henning be71ed5f08 make log_debug() only log anything at all when we are in debug mode 20 years ago
  jmc 4802b1c4fb tweaks; ok henning@ 20 years ago
  jmc e7a525d469 add rdate(8) to SEE ALSO; 20 years ago
  alexander a8cb348cd7 RFC 2030 is incorrect with regards to the computation of the delay value 20 years ago
  henning 727098a446 help the compiler a bit with a cast, spotted by theo 20 years ago
  alexander 353bc5222d * Convert to use the new double-based time handling functions. 20 years ago
  alexander 59dafa077b Endian conversion mistakenly done before fraction math; ok henning@ 20 years ago
  henning f429ec57f6 ease code and tweak logging 20 years ago
  henning d6f04943b0 don't log every single reply we receive and log local clock adjustemt nicer 20 years ago
  deraadt e21e9e7c5b knf! 20 years ago
  henning fd5d60e4e2 if the cookie in the received packet doesn't match discard it silently; 20 years ago
  henning 555e8ed029 document 20 years ago
  henning e74cfb6cd2 do not listen anywhere by default. 20 years ago
  henning 4a8fb608ce yuck, another bad sizeof(). again in code hacked on the Frankfurt->Montreal 20 years ago
  henning 21aaad0466 host_* now returns pointers, so the error return is NULL and not 0 20 years ago
  henning 05a94ce779 swicth all the host_* functions to work on a newly invented 20 years ago
  henning d8e805cbfb servers can be given as hostnames now 20 years ago
  henning ccb62d3811 keep a "trustlevel" per peer. loose credit for loosing a packet, loose 20 years ago
  henning 1bd657839e Implement the clock filter as descirbed by David Mills: 20 years ago
  henning 6127dae75c sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)! 20 years ago
  henning 12fb5f8424 when we received a apcket with incorrect cookie log from whom as well 20 years ago
  jason 1694ed9e27 log host packet was received from (originally using a long convoluted 20 years ago
  henning a62ef89ddb allow hostnames and resolve them in the config file 20 years ago
  naddy ca612edc92 initialize the variables that track the offset array; ok henning@ 20 years ago
  henning e490cc8936 keep last 8 offset,delay pairs - we'll need them for the clock filters later. 20 years ago
  henning 25baf3f656 delay, not error 20 years ago
  otto 74f0809de0 use correct multiplier for us -> s conversion 20 years ago
  henning ff435348cf don't limit to one remote server any more 20 years ago
  henning 7cb3db11e2 calculate the median offset from all servers we sync to and call 20 years ago
  henning 43d3d7e70a put interval defines in ntpd.h and name them consistently 20 years ago
  henning d6fd2597f7 simplify slightly 20 years ago
  henning bc7ac3d288 KNF 20 years ago
  alexander 9b6618babd Compute the local clock offset from the server's response. 20 years ago
  alexander ff4cb11db4 wrong struct calloc'ed; ok henning@ 20 years ago
  alexander 381c8ef653 When no listener is specified, create a listener on every IP. Problem 20 years ago
  alexander 62e55d8051 Precedence and type fix; ok henning@ 20 years ago
  henning c1beef1cf2 size struct pollfd and idx2peer dynamically instead of imposing an arbitary 20 years ago
  henning a4881967ba ewps, add ntpd.conf.5 20 years ago
  henning 2eeaf15a63 bloody attempt at a manpage 20 years ago
  henning ed86cbbedb provide most of the client functionality. 20 years ago
  henning e473e31441 provide log_sockaddr, from bgpd 20 years ago
  alexander 760bec6544 Move prototype definitions. Add multi-include protection to header. 20 years ago
  henning 44782aec16 prepare for client functionality 20 years ago