3813 Commits (170d5174cbe57d017907f2341a8308ed212feb0c)
 

Author SHA1 Message Date
  millert b6d4073b5f It's not really possible to make strtonum() deal with unsigned long 20 years ago
  tdeval f2430b4096 After a long gestation period, here comes our custom version of malloc(3) 20 years ago
  henning 285ef64de8 keep an ID per server we talk to 20 years ago
  henning a155754361 prevent unresolvable hostnames in "listen on" statements 20 years ago
  henning 5512eb59e0 when a dns lookup fails at parse time, do not abort but try again 20 years ago
  henning 42d85772a9 remove unused function 20 years ago
  henning ccff097c6b no multiple free(); "John L. Scarfone" <j0@cox.net> 20 years ago
  henning 64013fa5eb since we have both the server and the servers keyword we ought to 20 years ago
  henning 6fe4af12fd wrap the heads for the linked list of addresses into a new ntp_addr_wrap 20 years ago
  henning 7253f8812f there are a few recvfrom(2) errors we do not want to panic on 20 years ago
  henning 08ac882ce0 query interval scaling, episode II 20 years ago
  avsm e11acec536 Adresses->Addresses 20 years ago
  otto a36fba04b6 Do not forget to test the lower bound if the upper bound > LLONG_MAX. 20 years ago
  millert baad1c3ad7 Avoid comparing unsigned and signed long longs since the signed 20 years ago
  henning dff91603d5 do not install netiso header files, millert deraadt ok 20 years ago
  henning 1a0b9f6851 new dhcpd doesn't have -q any more, adjust comment accordingly 20 years ago
  henning 4a343adcd5 do not do the stratum guessing dance. 20 years ago
  millert efc1e13dfc Remove /etc/passwd.conf 20 years ago
  millert 20709cb14a passwd.conf has been deprecated since login.conf was imported. 20 years ago
  marc 059a2dd23c errno changes, lib major version bumps, and general flag day 20 years ago
  jmc a509bb097c tweaks; ok henning@ 20 years ago
  alexander 56d2eb7b65 Respond to client queries with better server statistics. We now output 20 years ago
  alexander 6ea5a8e216 ignore obviously malformed queries; ok henning@ 20 years ago
  henning d593a89801 liek bgpd, use a socketpair(2) instead of a pipe(2) 20 years ago
  dtucker 45199b1095 Add missing newlines 20 years ago
  dtucker 4b7b3363bd Replace errx with equivalent fprintf+exit to make porting easier; ok henning@ 20 years ago
  dtucker e8355e306b Use SA_LEN(sa) instead of sa->sa_len; ok henning@ 20 years ago
  alexander ce8c1ff72e Start collecting the remote server state along with the calculated 20 years ago
  alexander 4a0548a461 KNF; ok henning@ 20 years ago
  alexander d1a5206262 short fixed point <-> double conversion routines; ok henning@ 20 years ago
  alexander 86d8c45421 correct leap indicator mask; ok henning@ 20 years ago
  henning d85732044e missing {} 20 years ago
  henning 042700aed2 check wether we have enough data to form a peer update on receiption 20 years ago
  henning b0438e2e01 oups 20 years ago
  henning d2decbe40d scale query interval based on local clock offset. tested by many 20 years ago
  deraadt 6cdf6e9f4a make lint a wee bit happier 20 years ago
  jmc bb486dac9b make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; 20 years ago
  otto 2d0abebaa2 Do not forget to initialize head. ok henning@ 20 years ago
  deraadt bc46ad847f too chatty; ok henning 20 years ago
  henning cb18fdd6ed don't panic when sendto() fails; for the client part just re-schedule 20 years ago
  henning 3266f15dd7 don't try to update the clock when we have no data 20 years ago
  jaredy 68ee106621 various cleanup: 20 years ago
  henning 645e5a78aa the child process needs to ignore SIGHUP for now, otto 20 years ago
  henning 7d74cf41b4 remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit on 20 years ago
  henning 4b686ed70a soem tweaks from the Frankfurt->Hamburg flight 20 years ago
  henning 14f72744de it is "servers" now for pool.ntp.org 20 years ago
  henning 8d7f06ed15 document the "servers" keyword 20 years ago
  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
  millert 84b4f5d4e8 POSIX says "data" is void *, not char *. Also remove extern from prototypes. 20 years ago