| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ping -g, a concise display format similar to that used by other |  sthen | 2021-02-21 | 1 | -10/+27 |
* | If we manage to send all "count" flood pings before receiving all |  florian | 2020-12-29 | 1 | -4/+6 |
* | ICMP raw sockets start to receive packets as soon as they are created |  florian | 2020-10-21 | 1 | -1/+50 |
* | Missing space for '-i interval' option error message. |  mglocker | 2020-09-21 | 1 | -2/+2 |
* | Simplify and unify wording for the -I sourceaddr option in various places. |  deraadt | 2020-02-11 | 1 | -2/+2 |
* | ping(8): improve "-i wait" parsing and error-checking code |  cheloha | 2020-01-04 | 1 | -18/+22 |
* | At startup, unveil entire filesystem to read-only. If after privdrop, some |  deraadt | 2019-08-28 | 1 | -1/+7 |
* | ping(8): don't round inter-packet delay up to HZ |  cheloha | 2019-07-20 | 1 | -6/+1 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -25/+25 |
* | delay dropping privs a bit when root so that setrtable works. |  tedu | 2019-03-19 | 1 | -3/+8 |
* | Fix previous, which broke ping -T. |  dhill | 2018-11-13 | 1 | -2/+2 |
* | make all the setsockopt calls consistent. |  dlg | 2018-11-11 | 1 | -35/+37 |
* | let -D work on ping6 too. |  dlg | 2018-11-10 | 1 | -3/+10 |
* | add support for setting the traffic class on ipv6 packets. |  dlg | 2018-11-10 | 1 | -4/+13 |
* | Fix ID comments |  kn | 2018-10-14 | 1 | -4/+4 |
* | Remove unneeded sockaddr size checks |  kn | 2018-10-14 | 1 | -7/+1 |
* | There is no need to initialise global and static local variables to zero, |  claudio | 2018-07-21 | 1 | -8/+8 |
* | replace manual zero initialization of various fields with memset; |  florian | 2018-07-18 | 1 | -7/+3 |
* | When running flood ping with count packets (-c) set an alarm after |  florian | 2018-07-18 | 1 | -3/+20 |
* | Two fixes in ping: |  zhuk | 2018-04-11 | 1 | -4/+4 |
* | Add a type cast to force signed comparison. This fixes a loop |  visa | 2017-11-08 | 1 | -2/+2 |
* | Consistently use if ((option & F_FOO) && (option & F_BAR)) instead of |  florian | 2017-07-08 | 1 | -4/+4 |
* | Consistently use if (option & F_FOO); from Klemens Nanni, thanks! |  florian | 2017-07-08 | 1 | -6/+6 |
* | remove useless (void)printf casts, diff from Klemens Nanni, massaged |  florian | 2017-07-05 | 1 | -117/+117 |
* | calculate multiples of 4 smarter; from Klemens Nanni |  florian | 2017-07-04 | 1 | -2/+2 |
* | replace perror(3) with err(3); from Klemens Nanni |  florian | 2017-07-04 | 1 | -5/+3 |
* | Unbreak "ping6 -L" |  renato | 2017-02-22 | 1 | -4/+9 |
* | Only drop to _ping user if invoked as root. If invoked as an |  florian | 2016-10-20 | 1 | -2/+2 |
* | Always do the setgroups, setresgid and setresuid even if if the |  florian | 2016-09-28 | 1 | -11/+17 |
* | Drop privileges to newly added _ping user/group. |  florian | 2016-09-26 | 1 | -12/+17 |
* | whitespace |  deraadt | 2016-09-20 | 1 | -3/+3 |
* | Only allow standard dot notation for IPv4 addresses. |  florian | 2016-09-19 | 1 | -12/+2 |
* | unbreak IPv6 source selection |  florian | 2016-09-18 | 1 | -2/+2 |
* | simplify startup, since we know earlier which type of socket we need |  deraadt | 2016-09-18 | 1 | -26/+12 |
* | whitespace |  deraadt | 2016-09-18 | 1 | -19/+19 |
* | If running in verbose mode and no source address has been specified |  florian | 2016-09-18 | 1 | -2/+2 |
* | Do not print 'ping6' in reporting output, just 'ping'. |  florian | 2016-09-18 | 1 | -15/+4 |
* | backwards if(v6flag); pointed out by naddy |  florian | 2016-09-17 | 1 | -3/+3 |
* | The final merge ping6 into ping. |  florian | 2016-09-17 | 1 | -130/+804 |
* | Use ECHOTMLEN define; no functional change. |  florian | 2016-09-17 | 1 | -2/+2 |
* | iov_base is already set in this case; reduce diff to ping6(8). |  florian | 2016-09-17 | 1 | -3/+2 |
* | MAXPAYLOAD is different between ping and ping6. |  florian | 2016-09-17 | 1 | -3/+5 |
* | Just use AF_INET like everywhere else. |  florian | 2016-09-17 | 1 | -2/+2 |
* | malloc sets errno; use err not errx |  florian | 2016-09-17 | 1 | -2/+2 |
* | whitespace |  florian | 2016-09-17 | 1 | -2/+2 |
* | Make getting source address more AF independent. |  florian | 2016-09-17 | 1 | -7/+6 |
* | If -I was not given hoist getting source address up. |  florian | 2016-09-17 | 1 | -39/+37 |
* | Make source address selection more AF independent. |  florian | 2016-09-17 | 1 | -16/+15 |
* | Introduce AF independent from. |  florian | 2016-09-17 | 1 | -4/+4 |
* | Use AF independent dst where possible. |  florian | 2016-09-17 | 1 | -6/+7 |