summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rdate (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* SNTP is RFC 2030jakob2004-05-251-3/+3
* sendto() return code fixes; from andreq matveevjakob2004-05-181-3/+3
* simplify license. ok author.jakob2004-05-052-31/+51
* sort options and SYNOPSIS;jmc2004-02-182-16/+16
* add IPv4/IPv6 transport selection. ok millert@ deraadt@jakob2004-02-164-17/+37
* remove -Werror from userland builds, to give us a chance toavsm2003-11-201-2/+2
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-6/+6
* strict proto cleanupsderaadt2003-06-261-3/+3
* - section reorderjmc2003-06-121-2/+1
* "error" was typed double, which is not suitable for getaddrinfo(3).itojun2003-05-141-5/+5
* typos;jmc2003-02-111-2/+2
* use $ or # before commands in examplesderaadt2002-11-141-2/+2
* improve englishjakob2002-10-151-3/+3
* add leap second support for rfc868, from thorsten glaserjakob2002-09-084-31/+68
* style; from thorstenjakob2002-08-104-19/+27
* check return value from read; from thorstenjakob2002-08-031-3/+7
* knf and minor tweeking from thorstenjakob2002-08-011-21/+32
* minor changes and knf from thorsten glaserjakob2002-07-313-8/+13
* knfderaadt2002-07-301-19/+21
* call ntpleaps before trying to sync if neededjakob2002-07-281-1/+4
* move leap seconds correction to -N option for nowjakob2002-07-273-9/+20
* add verbose output optionjakob2002-07-272-7/+14
* enable leapsecond supprtjakob2002-07-272-4/+17
* leapsecond support; written by thorsten glaser; ok millert@jakob2002-07-272-0/+222
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* More careful with select(). deraadt@ ok.ho2002-05-161-12/+24
* IPv6 support; itojun@jakob2002-05-162-66/+57
* more clarify and cleanup; ok jakob@stevesk2002-05-161-6/+9
* #ifdef DEBUG some verbose output, may be moved to a -v flag later perhapsjakob2002-05-161-1/+7
* clarify protocol usederaadt2002-05-161-3/+4
* bit more KNFderaadt2002-05-163-39/+43
* various KNF, and mark some issuesderaadt2002-05-161-37/+41
* add support for SNTP & split out RFC868 time support. ok deraadt@jakob2002-05-165-73/+637
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+2
* fix -pa to display properly initialized adjustment; ok beck@ pjanzen@stevesk2001-08-151-7/+11
* o) We always closes .Bl and .Bd tags;mpech2001-08-031-1/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2