summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rdate (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused attempts variable whose probable intended use would havetb2020-01-091-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-9/+9
* after much wrangling over what might be an improved example,tedu2019-01-061-15/+2
* After calling getaddrinfo(3) both on rfc868 and ntp cases we can drop the "dns"mestre2018-08-182-2/+8
* expand message between processes to 2048 bytes. Andre Smagin foundderaadt2015-12-231-2/+2
* Remove NULL-checks before free().mmcc2015-12-121-3/+2
* repair error message; spotted by Marcus Merighideraadt2015-10-311-2/+2
* rdate is a classic "run as root, talk to internet for a while doingderaadt2015-10-291-13/+69
* Document that RFC 5905 (ie. NTP protocol) has a limit which will bederaadt2015-02-101-2/+4
* clean up flags++ instances around getopt()deraadt2015-02-091-6/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-6/+3
* use poll() instead of select(), thereby removing the fd_set malloc/freederaadt2014-10-291-24/+11
* use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)...deraadt2014-10-081-2/+2
* remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009.jsg2014-04-131-4/+1
* ensure there are prototypesderaadt2013-11-123-7/+14
* Use %lld and cast to (long long) when printing time_t valuesguenther2013-08-161-3/+3
* Remove extra info from usage message; that's what the manual is for.millert2013-04-201-17/+7
* spacingderaadt2013-04-201-3/+3
* remove irrelevant commentderaadt2013-04-201-3/+1
* Add -o option to getopt string and usage.millert2013-04-201-4/+4
* Make -n the default and add -o flag for the old RFC 868 time protocolmillert2013-04-192-10/+19
* comment incorrect; rdate has -n support now tooderaadt2013-04-191-2/+1
* rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.confjmc2012-08-301-4/+4
* s/minum/minimum/ in commentsthen2011-12-281-2/+2
* oops! syncronizing -> synchronizing (we'll ignore the z thing...)jmc2011-07-241-2/+2
* don't encourage use of -c; plus cleanup other goo in man pagederaadt2011-07-241-15/+5
* tweak previous;jmc2011-07-081-3/+2
* timed's time is up. use ntpd(8). Even our own fossil developersderaadt2011-07-071-4/+4
* Fix another gcc4 mis-alignment, by using bcopy() rather thankrw2010-08-161-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-17/+2
* documentation tweaks.sobrado2008-07-091-11/+12
* typos; ok jmc@martynas2007-11-261-3/+3
* spelling fixes, from Martynas Venckus;jmc2007-11-251-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* Make rdate ignore ntp responses with ALARM status.ckuethe2006-09-171-1/+6
* #ifdef DEBUG not #if DEBUGderaadt2006-03-141-2/+2
* simplify statics, remove stupid goto, plug a leak. ok moritztedu2006-01-281-17/+21
* make the ntp version check even better, use NTP_VERSION_MIN and _MAXhenning2004-10-261-2/+3
* accept replies with a NTP version number of 4 or lower, instead of only 4henning2004-10-241-4/+4
* KNFhenning2004-09-151-33/+30
* don't refuse packets with stratum=0, they are finehenning2004-09-151-4/+2
* do not bail out if the server says its clock is unsynchronized.henning2004-07-141-6/+1
* make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves;jmc2004-07-091-3/+4
* add ntpd(8) to SEE ALSO;jmc2004-07-071-2/+3
* err on calloc failure; ok henning@alexander2004-06-171-5/+4
* * Bring rdate's SNTP support into compliance with SNTPv4 (RFC 2030).alexander2004-06-091-169/+135
* Typo correction, and consistency changes.alexander2004-06-051-4/+4
* insane spacingderaadt2004-05-301-24/+24
* verify that the server is confident in the result it is sending us; from Alexander Guyjakob2004-05-301-2/+12
* Send out a random 64-bit number as our transmit time. The NTPjakob2004-05-261-26/+44