Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-17 | Make rdate ignore ntp responses with ALARM status. | Chris Kuethe | |
"yeah..." henning@ | |||
2006-03-14 | #ifdef DEBUG not #if DEBUG | Theo de Raadt | |
2006-01-28 | simplify statics, remove stupid goto, plug a leak. ok moritz | Ted Unangst | |
2004-10-26 | make the ntp version check even better, use NTP_VERSION_MIN and _MAX | Henning Brauer | |
2004-10-24 | accept replies with a NTP version number of 4 or lower, instead of only 4 | Henning Brauer | |
as before, we can handle all versions | |||
2004-09-15 | KNF | Henning Brauer | |
2004-09-15 | don't refuse packets with stratum=0, they are fine | Henning Brauer | |
2004-07-14 | do not bail out if the server says its clock is unsynchronized. | Henning Brauer | |
rdate is a simple client and doesn't have another server to query, and a server's idea of the time is better than the local clock's one in basically any case. | |||
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre | |
mostly from Andreas Kahari (PR #3846); | |||
2004-07-07 | add ntpd(8) to SEE ALSO; | Jason McIntyre | |
2004-06-17 | err on calloc failure; ok henning@ | Alexander Guy | |
2004-06-09 | * Bring rdate's SNTP support into compliance with SNTPv4 (RFC 2030). | Alexander Guy | |
* More robust handling of NTP error conditions (e.g. host or service unreachable). * Improve the detection of stale and/or spoofed NTP responses from servers. * Add support for getaddrinfo(3)'s multiple host support if error conditions occur (e.g. round-robin DNS, and the first NTP server isn't responding, try the next host in line). * Minor formatting/code cleanup. ok henning@ | |||
2004-06-05 | Typo correction, and consistency changes. | Alexander Guy | |
ok jakob@, henning@ | |||
2004-05-30 | insane spacing | Theo de Raadt | |
2004-05-30 | verify that the server is confident in the result it is sending us; from ↵ | Jakob Schlyter | |
Alexander Guy | |||
2004-05-26 | Send out a random 64-bit number as our transmit time. The NTP | Jakob Schlyter | |
server will copy said number into the originate field on the response that it sends us. This is totally legal per the SNTP spec. The impact of this is two fold: we no longer send out the current system time for the world to see (which may aid an attacker), and it gives us a (not very secure) way of knowing that we're not getting spoofed by an attacker that can't capture our traffic but can spoof packets from the NTP server we're communicating with. code by Alexander Guy. ok deraadt@ | |||
2004-05-25 | SNTP is RFC 2030 | Jakob Schlyter | |
2004-05-18 | sendto() return code fixes; from andreq matveev | Jakob Schlyter | |
ok deraadt@ | |||
2004-05-05 | simplify license. ok author. | Jakob Schlyter | |
2004-02-18 | sort options and SYNOPSIS; | Jason McIntyre | |
sync usage(); | |||
2004-02-16 | add IPv4/IPv6 transport selection. ok millert@ deraadt@ | Jakob Schlyter | |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-05-14 | "error" was typed double, which is not suitable for getaddrinfo(3). | Jun-ichiro itojun Hagino | |
from tobias | |||
2003-02-11 | typos; | Jason McIntyre | |
raidctl(8) ok millert@ mknetid(8) help maja@ | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-10-15 | improve english | Jakob Schlyter | |
2002-09-08 | add leap second support for rfc868, from thorsten glaser | Jakob Schlyter | |
2002-08-10 | style; from thorsten | Jakob Schlyter | |
2002-08-03 | check return value from read; from thorsten | Jakob Schlyter | |
2002-08-01 | knf and minor tweeking from thorsten | Jakob Schlyter | |
2002-07-31 | minor changes and knf from thorsten glaser | Jakob Schlyter | |
2002-07-30 | knf | Theo de Raadt | |
2002-07-28 | call ntpleaps before trying to sync if needed | Jakob Schlyter | |
2002-07-27 | move leap seconds correction to -N option for now | Jakob Schlyter | |
2002-07-27 | add verbose output option | Jakob Schlyter | |
2002-07-27 | enable leapsecond supprt | Jakob Schlyter | |
2002-07-27 | leapsecond support; written by thorsten glaser; ok millert@ | Jakob Schlyter | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-05-16 | More careful with select(). deraadt@ ok. | Hakan Olsson | |
2002-05-16 | IPv6 support; itojun@ | Jakob Schlyter | |
2002-05-16 | more clarify and cleanup; ok jakob@ | Kevin Steves | |
2002-05-16 | #ifdef DEBUG some verbose output, may be moved to a -v flag later perhaps | Jakob Schlyter | |
2002-05-16 | clarify protocol use | Theo de Raadt | |
2002-05-16 | bit more KNF | Theo de Raadt | |
2002-05-16 | various KNF, and mark some issues | Theo de Raadt | |
2002-05-16 | add support for SNTP & split out RFC868 time support. ok deraadt@ | Jakob Schlyter | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |