aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* ICMP checksum test: Fix for big endianCharlie Root2021-01-121-64/+20
* ping: fix ping when the kernel was built without INET6Alan Somers2021-01-011-9/+15
* ping(8): Fix a mandoc related issueGordon Bergling2020-12-191-1/+1
* ping(8): Fix a few mandoc related issuesGordon Bergling2020-12-041-11/+9
* ping: allow building without INET supportAlan Somers2020-11-282-21/+43
* ping: add a ping6 hard link for backwards compatibilityAlan Somers2020-11-264-2/+23
* Merge ping6 to pingAlan Somers2020-11-2611-125/+3545
* ping(8): Improve parameter validationMark Johnston2020-11-241-52/+58
* Make use of IP_VLAN_PCP setsockopt in ping and ping6.Richard Scheffenegger2020-10-242-6/+23
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* ping(8): Check for integer truncation when handling the value for -s.Mark Johnston2020-07-111-1/+1
* 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
|\