Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-29 | use poll() instead of select(), thereby removing the fd_set malloc/free | Theo de Raadt |
2011-12-28 | s/minum/minimum/ in comment | Stuart Henderson |
2010-08-16 | Fix another gcc4 mis-alignment, by using bcopy() rather than | Kenneth R Westerback |
2006-09-17 | Make rdate ignore ntp responses with ALARM status. | Chris Kuethe |
2006-03-14 | #ifdef DEBUG not #if DEBUG | Theo de Raadt |
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 |
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 |
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 |
2004-06-05 | Typo correction, and consistency changes. | Alexander Guy |
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 Alex... | Jakob Schlyter |
2004-05-26 | Send out a random 64-bit number as our transmit time. The NTP | Jakob Schlyter |
2004-05-18 | sendto() return code fixes; from andreq matveev | Jakob Schlyter |
2004-02-16 | add IPv4/IPv6 transport selection. ok millert@ deraadt@ | Jakob Schlyter |
2003-05-14 | "error" was typed double, which is not suitable for getaddrinfo(3). | Jun-ichiro itojun Hagino |
2002-09-08 | add leap second support for rfc868, from thorsten glaser | Jakob Schlyter |
2002-08-10 | style; from thorsten | Jakob Schlyter |
2002-07-31 | minor changes and knf from thorsten glaser | Jakob Schlyter |
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 | enable leapsecond supprt | 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 | #ifdef DEBUG some verbose output, may be moved to a -v flag later perhaps | Jakob Schlyter |
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 |