summaryrefslogtreecommitdiff
path: root/sbin/ping/ping.c
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-14permit -s 0. from Maxim Konovalovitojun
2002-11-16set sa_len rightitojun
2002-11-16die if strdup failsitojun
2002-11-16use strlcpy. initialize sa_len correctly.itojun
2002-09-21Touch up error/warning messages.mycroft
2002-09-21select() -> poll()mycroft
2002-08-12Add support for printing out messages about missing packet gaps. This ismatt
2002-08-01u_short cleansing (use u_int16_t where appropriate)itojun
2002-05-31clarify comment when nreceived > ntransmitted. from deraadtitojun
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-11-01fix a couple of -Wshadow warningslukem
2001-10-10- use IP_MAXPACKET instead of 65535.yamt
2001-10-09- fix overrun bug.yamt
2001-02-19convert to use getprogname()cgd
2001-01-12correct use of howmany() for fd_set. commented by deraadtitojun
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-10-07avoid fd_set overflow. see openbsd select(2).itojun
2000-01-31sync with latest libipsec and kernel.itojun
2000-01-20Fix data comparison to not overrun array bounds.mycroft
1999-07-04do not pass NULL to errx().itojun
1999-07-04do not bark even if ipsec policy setting for "route flushing 127.0.0.1"itojun
1999-07-030 -> STDIN_FILENOkleink
1999-07-02IPsec support (specify policy on ping - quite useful to testitojun
1999-06-19Support for ping -a: beep when packet received.sommerfeld
1999-04-17Correct nokerninfo tty flag being left set in most error cases.mjl
1999-03-08Don't bother doing stddev calculation when n==1, since that results insommerfe
1999-02-25Once more around the hickory shrub. Faster and simpler stddev calculation fromjwise
1999-02-25Fix calculation of standard deviation. From Brian C. Grayson <bgrayson@orac....jwise
1999-02-24Add code from Daniel Hagerty <hag@ai.mit.edu> to print standard deviationjwise
1998-11-06char -> unsigned charchristos
1998-10-26Fix usage string;enami
1998-10-25Update to the 980911 version from ftp.rhyolite.com:/src/ping.tar.Zchristos
1998-10-01Add getuid() check if -f is set, fixes pr 6222 by Uwe Arndt.frueauf
1998-09-14Restrict -l to the superuser as suggested in PR 3973 from <soren@t.dk>.tv
1998-09-14Nuke the termios stuff from the 1997/03/11 import, which prevents pingtv
1998-07-28__AUDIT__ cleanup.mycroft
1998-04-16Take into consideration that icmp_nextmtu is stored in network byte order;kleink
1997-12-01PR/4615: David Jones: Ping usage does not show -o option.christos
1997-11-30Make the "failed to clear cached route" a warning only if verbose is set.christos
1997-11-05lintcgd
1997-09-15* cleanup .Nmlukem
1997-07-17convert to host byte order when printing stats of received ICMPmikel
1997-06-01Update from Vernon Schryver, fixing the kluge to flush the route cache.christos
1997-04-02Make ping obey the -n flag in places.augustss
1997-03-24Don't allow < 1 sec ping interval to regular users.christos
1997-03-19Try adding `o' option again; connection died.christos
1997-03-19Take care of alignment problems on the alpha: From John Birell, via cgd.christos
1997-03-18PR/3329: From David Jones: Add F_ONCEchristos