Age | Commit message (Expand) | Author |
2015-02-10 | Document that RFC 5905 (ie. NTP protocol) has a limit which will be | Theo de Raadt |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
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 |
2014-10-08 | use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)... | Theo de Raadt |
2014-04-13 | remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009. | Jonathan Gray |
2013-11-12 | ensure there are prototypes | Theo de Raadt |
2013-08-16 | Use %lld and cast to (long long) when printing time_t values | Philip Guenther |
2013-04-20 | Remove extra info from usage message; that's what the manual is for. | Todd C. Miller |
2013-04-20 | spacing | Theo de Raadt |
2013-04-20 | remove irrelevant comment | Theo de Raadt |
2013-04-20 | Add -o option to getopt string and usage. | Todd C. Miller |
2013-04-19 | Make -n the default and add -o flag for the old RFC 868 time protocol | Todd C. Miller |
2013-04-19 | comment incorrect; rdate has -n support now too | Theo de Raadt |
2012-08-30 | rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.conf | Jason McIntyre |
2011-12-28 | s/minum/minimum/ in comment | Stuart Henderson |
2011-07-24 | oops! syncronizing -> synchronizing (we'll ignore the z thing...) | Jason McIntyre |
2011-07-24 | don't encourage use of -c; plus cleanup other goo in man page | Theo de Raadt |
2011-07-08 | tweak previous; | Jason McIntyre |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2010-08-16 | Fix another gcc4 mis-alignment, by using bcopy() rather than | Kenneth R Westerback |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-07-09 | documentation tweaks. | Igor Sobrado |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-09-17 | Make rdate ignore ntp responses with ALARM status. | Chris Kuethe |
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 |
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-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre |
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 |
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-25 | SNTP is RFC 2030 | Jakob Schlyter |
2004-05-18 | sendto() return code fixes; from andreq matveev | Jakob Schlyter |
2004-05-05 | simplify license. ok author. | Jakob Schlyter |
2004-02-18 | sort options and SYNOPSIS; | Jason McIntyre |
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 |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-06-26 | strict proto cleanups | Theo de Raadt |