aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* o Restore some good whitespace killed in the previous commit.Maxim Konovalov2016-03-181-1/+1
* o Kill EoL whitespaces.Maxim Konovalov2016-03-181-1/+1
* o No need to resolve a mask that we get with ICMP_MASKREPLY,Maxim Konovalov2016-03-181-1/+1
* Allow minimum and maximum sweep size be the same.Gleb Smirnoff2016-03-111-2/+2
* o Kill EoL whitespaces. No functional changes.Maxim Konovalov2016-03-111-6/+6
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-251-18/+16
* Remove "capability mode sandbox enabled" messages.Brooks Davis2015-05-041-3/+0
* After r270929 RAW IP code assumes that all IP fields are in networkAndrey V. Elsukov2015-01-231-2/+2
* WARNS=3 and style fixes. No functionality change.Hiroki Sato2014-10-201-43/+44
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* Protect ping(8) using Capsicum and Casper. This is protection against maliciousPawel Jakub Dawidek2014-02-041-37/+175
* Check the return error of set[ug]id. While this can never fail in theEitan Adler2012-10-221-1/+2
* Use timeclear() instead of home grown version.Xin LI2012-07-021-1/+1
* Small style fixes:Ed Schouten2010-06-201-32/+16
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* Force the alignment of the chars arrays, as they are casted later toOlivier Houchard2007-05-211-1/+1
* Print packet loss figures with one decimal place. ping6 already doesDima Dorfman2006-08-141-4/+4
* Add a new feature to ping(8) - possibility to specify maximumGleb Smirnoff2006-04-051-7/+28
* Sync usage() with SYNOPSIS.Ruslan Ermilov2005-12-011-4/+4
* Implement a new feature for ping(8) - sweeping pings. In a sweepingGleb Smirnoff2005-08-151-6/+93
* o Store timestamp in network byte order.Maxim Konovalov2004-09-301-4/+15
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Don't turn off the regular SIGINFO status information. The use ofIan Dowse2004-04-071-14/+0
* Certain ICMP error replies cause ping to perform a reverse DNSIan Dowse2004-02-081-0/+6
* o Rename local variables, do not shadow global declarations.Maxim Konovalov2003-07-141-7/+7
* o Kill MINICMPLEN, there is ICMP_MINLEN already.Maxim Konovalov2003-07-141-7/+6
* o Be ready to get a reply with length up to IP_MAXPACKET.Maxim Konovalov2003-07-141-11/+18
* Fix SIGINFO handling: do not print incorrect timing statisticsMaxim Konovalov2003-06-021-6/+6
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* o Skip timestamp part when checking payload.Maxim Konovalov2003-04-141-2/+8
* Deal with a case where the returned packed was smaller than theMatthew N. Dodd2003-04-071-12/+17
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-13/+1
* IP_EVIL -> IP_EFMaxim Konovalov2003-04-021-2/+2
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-1/+13
* Default data length should be 56, not 64.Matthew N. Dodd2003-03-281-1/+1
* - Make -M mask and -M time exclusive.Matthew N. Dodd2003-03-241-22/+21
* Fixed an errx format error in rev.1.81. This should have been fatalBruce Evans2003-03-241-2/+2
* Demangle the usage message at the source level.Ruslan Ermilov2003-03-141-15/+8
* Fix and sync SYNOPSIS and usage().Ruslan Ermilov2003-03-111-12/+12
* Update ping to be WARNS=2 compliant.Sean Chittenden2003-03-051-26/+35
* Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.Matthew N. Dodd2003-03-021-28/+94
* Sort options.Ruslan Ermilov2003-02-231-40/+40
* Call fill() after maxpayload has been initialized.Matthew N. Dodd2003-01-291-3/+6
* Send ICMP_MASKREQ packets when the '-M' option is specified.Matthew N. Dodd2003-01-281-6/+22
* Better error handling for -s.Maxim Konovalov2003-01-231-10/+14
* style(9) sweep.Maxim Konovalov2003-01-231-37/+30
* Anti-magic: s/255/MAXTTL/Maxim Konovalov2003-01-231-2/+2
* Implement -D (do not fragment) and -z (TOS) options.Maxim Konovalov2003-01-231-7/+57
* Print strict source routing option.Maxim Konovalov2003-01-231-1/+3