Age | Commit message (Expand) | Author |
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller |
2020-01-09 | Remove unused attempts variable whose probable intended use would have | Theo Buehler |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-06 | after much wrangling over what might be an improved example, | Ted Unangst |
2018-08-18 | After calling getaddrinfo(3) both on rfc868 and ntp cases we can drop the "dns" | Ricardo Mestre |
2015-12-23 | expand message between processes to 2048 bytes. Andre Smagin found | Theo de Raadt |
2015-12-12 | Remove NULL-checks before free(). | mmcc |
2015-10-31 | repair error message; spotted by Marcus Merighi | Theo de Raadt |
2015-10-29 | rdate is a classic "run as root, talk to internet for a while doing | Theo de Raadt |
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 |