aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+1
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers2019-11-261-1/+9
* ping: Verify whether a datagram timestamp was actually received.Alan Somers2019-09-111-1/+2
* ping: fix a string in an error messageAlan Somers2019-09-111-1/+1
* ping: raise WARNS level to 6Alan Somers2019-08-271-1/+0
* ping: fix unaligned access to ancillary dataAlan Somers2019-08-241-3/+2
* ping: Fix alignment errorsAlan Somers2019-08-231-98/+104
* ping: fix include guard symbol name to reflect the header file nameAlan Somers2019-08-231-2/+2
* ping: By default, don't reverse lookup IP addressesAlan Somers2019-08-223-7/+10
* ping: add a basic functional testAlan Somers2019-08-223-0/+66
* ping: add -H option for enabling reverse DNS lookupAlan Somers2019-08-212-6/+17
* ping: do reverse DNS lookup of the target addressAlan Somers2019-08-211-2/+1
* ping: Add tests of the Internet checksum functionAlan Somers2019-08-203-0/+157
* Fix uninitialized variable warnings when MK_CASPER=noAlan Somers2019-08-191-3/+6
* ping: fix -Wformat-truncating warning with GCCAlan Somers2019-08-191-1/+1
* ping: Move in_cksum() to a separate source fileAlan Somers2019-08-174-48/+139
* ping: Make in_cksum() operate on u_char bufferAlan Somers2019-08-141-8/+12
* ping: fix triptime calculation after r350998Alan Somers2019-08-141-3/+9
* ping: use the monotonic clock to measure durationsAlan Somers2019-08-131-55/+36
* ping: fix data type of a variable for a packet sequence numberAlan Somers2019-08-131-1/+2
* Remove all the RELEASE_CRUNCH instances that partially disable IPSECWarner Losh2019-07-151-2/+0
* Use caph_enter_casper() in ping(8).Mark Johnston2018-12-181-1/+1
* Use Capsicum helpers in ping(8).Mark Johnston2018-12-121-14/+7
* ping(8): add space after "<=" as per style(9).Eugene Grosbein2018-12-101-1/+1
* ping(8): remove needless comparision with LONG_MAXEugene Grosbein2018-12-091-1/+1
* libcasper: ange the name of limits in cap_dns so the intentions are obvious.Mariusz Zaborski2018-11-121-3/+3
* ping(8): improve diagnostics in case of wrong arguments.Eugene Grosbein2018-11-081-40/+41
* ping: simplify use of CasperMariusz Zaborski2018-11-041-13/+3
* Allow dhclient and ping to build WITHOUT_DYNAMICROOTEd Maste2018-09-091-1/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* We return a pointer when we are using cap_init() or cap_service_open()Mariusz Zaborski2017-11-121-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Simplify ping sandbox.Mariusz Zaborski2017-10-281-20/+0
* We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski2017-09-212-12/+12
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Fix clang 4.0.0 warnings about taking the address of a packed member ofDimitry Andric2017-01-061-2/+5
* Check for socket creation success before calling bind().Don Lewis2016-05-121-10/+10
* MFHGlen Barber2016-04-041-2/+2
|\
| * 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
* | MFHGlen Barber2016-03-142-10/+18
|\|
| * 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
| * o Xr icmp(4).Maxim Konovalov2016-03-111-0/+1
| * o Document net.inet.icmp.maskfake and net.inet.icmp.tstamprepl sysctls.Maxim Konovalov2016-03-111-2/+9
* | MFHGlen Barber2016-03-023-21/+21
|\|
| * Update dependencies.Bryan Drewery2016-02-261-1/+1
| * Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-253-21/+21