44 Commits (6f5c796c99a15ddb34657d09395f637906ceb308)

Author SHA1 Message Date
  reyk 08ed721594 Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not 7 years ago
  bcook cdb73978a9 replace bzero with memset 9 years ago
  reyk 127f310cec Get the rdomain from the newly exposed ifi_rdomain field in if_data 9 years ago
  reyk 2a9806d4a4 spacing 9 years ago
  deraadt eb02123984 remove excessive/wrong use of sys/param.h 9 years ago
  chl 059cda96b7 remove set but not used variable 10 years ago
  phessler 590be54dcd remove the IPv4-only check for rdomains, allows IPv6 to use them 10 years ago
  mglocker 27f85bb7b7 Remove unused function argument variables 'len' and 'auth' from 11 years ago
  phessler a32e45b068 Add rdomain support to NTPd. 12 years ago
  henning e519398421 fix looking at the mode bits so that we do not reply to broadcast and other 15 years ago
  deraadt 1aa383330e delete operation not needed; from naddy 15 years ago
  deraadt 7a1c705b0b If a bind() spuriously fails (as appears to happen once in a blue moon due 15 years ago
  naddy ca3fb2ec5f According to the latest SNTPv4 spec in RFC4330, secondary servers 16 years ago
  otto 1f8bd32eb8 Although Unix compilers accept more than one definition of a global 17 years ago
  otto b10a9a26fe remove some unneeded includes; one found by vetinari 18 years ago
  otto 89f43414db Compensate old offsets with the amount of adjustment done, avoiding 18 years ago
  dtucker a37ee71683 Do not attempt to listen on interfaces with a wildcard address; ok henning@ 18 years ago
  dtucker d71b0751da Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at 18 years ago
  dtucker 73c6d5ec9f Log source address for 'malformed packet' errors. ok henning@ 19 years ago
  dtucker f31cfdaa27 Propogate server's leap indicator flags to clients; ok henning@ 19 years ago
  dtucker 020dd82b59 Skip invalid interfaces during 'listen on *'; ok henning@ 19 years ago
  dtucker f9299bb123 Save transmit time for each peer for later use as refid for SNTPv4 19 years ago
  henning e7bcb5fe62 ifa->ifa_addr can be NULL in some cases, pt out by Kurt Roeckx 19 years ago
  dtucker e0c54820e7 Make network unreachable errors non-fatal; ok henning@ 19 years ago
  dtucker 621223eef3 Save original value returned by getifaddrs to free later; ok henning@ 19 years ago
  mickey b521cde7ce uniquely name members of s_fixedpt and l_fixedpt; henning@ ok 19 years ago
  henning d94b864a67 in server mode reply with stratum from the peer that we currently prefer 19 years ago
  dtucker 3b0155d86c Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henning 19 years ago
  dtucker dcc316e5a2 Have ntpd use IPTOS_LOWDELAY; ok henning@ 20 years ago
  henning a4e395e47f set rootdelay in replies. 20 years ago
  henning 7096d1be44 correctly set refid in replies with NTP protocol versions < 4. 20 years ago
  henning 003e3aa51d ignore ntp_sendmsg()s return value in server_dispatch. could result in 20 years ago
  henning 7253f8812f there are a few recvfrom(2) errors we do not want to panic on 20 years ago
  henning 4a343adcd5 do not do the stratum guessing dance. 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
  dtucker e8355e306b Use SA_LEN(sa) instead of sa->sa_len; ok henning@ 20 years ago
  alexander 353bc5222d * Convert to use the new double-based time handling functions. 20 years ago
  henning f429ec57f6 ease code and tweak logging 20 years ago
  henning e74cfb6cd2 do not listen anywhere by default. 20 years ago
  henning bc7ac3d288 KNF 20 years ago
  alexander 381c8ef653 When no listener is specified, create a listener on every IP. Problem 20 years ago
  henning c1beef1cf2 size struct pollfd and idx2peer dynamically instead of imposing an arbitary 20 years ago
  henning 44782aec16 prepare for client functionality 20 years ago