summaryrefslogtreecommitdiffstats
path: root/sbin/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* Fix LSRR option length check: it has to be less or equal remained header'smaxim2002-10-211-1/+2
* Add an -o option to exit after receiving one reply. This can be useddd2002-10-021-3/+8
* Commit "unrelated style fixes" part of Bruce's patch (regardingpeter2002-09-111-5/+5
* Modify previous commit to solve the real problem that made gcc thinkpeter2002-09-111-5/+5
* In reference to previous commit: use err(3).nectar2002-09-091-4/+2
* Check for FD_SET overrun.nectar2002-09-091-0/+4
* Add the -A flag to the usage line.iedowse2002-08-271-1/+1
* Fix the broken "avoid unaligned data" fix. The problem is that the builtinpeter2002-08-101-2/+2
* o Change almost all magic numbers to the appropriate constants.maxim2002-07-051-28/+32
* More strict ip options parsing.maxim2002-07-051-53/+44
* WARNS fixes.maxim2002-04-021-3/+3
* style(9) cleanup.maxim2002-04-021-57/+53
* Style(9) local vars after 'register' removal.obrien2002-03-231-33/+41
* Remove 'register' keyword.obrien2002-03-201-13/+13
* Use network byte order for the ICMP sequence number. This is onlyfenner2002-02-271-6/+8
* Fixed two bugs with the "-l preload" option:ru2002-01-141-5/+9
* The -A option (beep when packets are dropped) didn't work quiteiedowse2001-09-251-2/+6
* Ian Dowse writes:mjacob2001-07-071-16/+7
* Fix unaligned access faults on alpha.mjacob2001-07-071-1/+9
* Modify ping so that it increases the send socket buffer size if therwatson2001-06-301-0/+5
* Add a -A option to ping which beeps when packets are lost.phk2001-05-241-2/+10
* Add new option -m which allows the user to set IP TTL.ru2001-03-091-12/+28
* Format string paranoiakris2000-11-191-2/+2
* Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.shin2000-03-141-1/+1
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-1/+1
* ping -S option was missing from IPsec merge, so enable it again.shin2000-02-081-2/+2
* Brucify:billf2000-01-201-8/+15
* Add '-t X' which times out after pinging for X seconds.billf2000-01-141-4/+15
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-3/+68
* Make last commit bde-compliant:pb1999-11-181-8/+9
* Fix aliasing bug causing in_cksum() to fail on odd packet sizespb1999-11-151-5/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make flood ping flood again. It hasn't worked since 2.2.6. Make the "-l"mckay1999-05-071-4/+6
* More egcs warning fixes:imp1999-04-251-2/+3
* Allow PINGing from any address on multihomed hostsimp1999-01-061-11/+44
* Remove -c restrictions from previous commit.des1998-08-261-13/+1
* (well tested at BEST): -i option can now take FP values (e.g. -i 0.1),dillon1998-08-261-11/+38
* Correct use of .Nm. Remove unused #includes. Use warn(). cosmetic in usage()charnier1998-07-151-20/+13
* Fix an alignment problem on alpha by doing a bytewise copy.jb1998-06-061-3/+6
* Use select() timeouts instead of SIGALRM to schedule packet transmission.fenner1998-05-251-81/+104
* Revert the previous fix. As it turns out Warner Losh issteve1998-05-251-21/+9
* Attempt to stop another DoS attack related to ping flooding.steve1998-05-251-9/+21
* When a timeval is stored at the beginning of icmp_data, the fieldsjb1998-05-161-14/+27
* If ping write fails with short packet count, thephk1998-04-151-2/+2
* Add aback in a line a accidentally killed in my last commit.imp1998-04-021-1/+2
* Make this compile (and seemingly work).eivind1998-04-021-2/+2
* A fairly rare possible buffer overflow:imp1998-04-011-4/+13
* Minor style nit noticed by bde.imp1997-12-241-2/+2
* Add an ntohs() and format an IP address with inet_ntoa() whenfenner1997-08-111-3/+3
* don't lose track of how many packets we've sentjulian1997-08-071-3/+3
OpenPOWER on IntegriCloud