Age | Commit message (Expand) | Author |
2016-09-03 | get to the target the same way as ping; no functional change | Florian Obser |
2016-09-03 | Correct default values. | Michal Mazurek |
2016-09-03 | Mention the maximum value for the -s option. | Michal Mazurek |
2016-09-03 | Remove mention of nonexistent flags | Michal Mazurek |
2016-09-02 | Wording improvment from jmc@ long time ago. | Florian Obser |
2016-09-02 | Bring over 1.117 from ping: | Florian Obser |
2016-09-02 | Reduce ping/ping6 difference in summary(). | Florian Obser |
2016-08-30 | summary() is no longer called from a signal handler, so it can use | Theo de Raadt |
2016-08-30 | Avoid calling summary() from a signal handler. This will allow us | Todd C. Miller |
2016-08-30 | Make sure to not decrease packet size when running with -v. | Florian Obser |
2016-08-30 | usage() is __dead. | Florian Obser |
2016-08-30 | Add destination IP to MAC, reduces difference to ping(8). | Florian Obser |
2016-03-03 | ping(8) and ping6(8) use different types for packet counters. In | Florian Obser |
2016-01-30 | ping, ping6: corrects -E (audible beep when no packet is received before the | Sebastien Marie |
2016-01-28 | malloc(3) returns a pointer, so check against NULL, not 0. (No functional cha... | Gleydson Soares |
2015-11-29 | Reimplement source address selection. Inspired by the previous | Florian Obser |
2015-11-29 | Doubles are not reals. Imprecision might lead to trying to | Florian Obser |
2015-11-10 | Reduce diff between ping and ping6. | Florian Obser |
2015-11-05 | Whitespace, reduce diff to ping. | Florian Obser |
2015-11-05 | Cleanup includes. | Florian Obser |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Simplify packet option handling since we are only setting one option | Florian Obser |
2015-11-04 | dead store; pointed out by llvm | Florian Obser |
2015-10-25 | pr_bitrange() is unused, nuke it. | Florian Obser |
2015-10-25 | remove prototype for removed pingerlen function. | Florian Obser |
2015-10-25 | IPV6_NEXTHOP is gone, remove -g option which used this. | Florian Obser |
2015-10-25 | tweak previous; | Jason McIntyre |
2015-10-25 | Implement ping(8)'s -L option in ping6: | Florian Obser |
2015-10-24 | Inline trivial myechoreply function in the one place it's used; like | Florian Obser |
2015-10-24 | nonce is unused. | Florian Obser |
2015-10-24 | Sync ping6 output to ping. ping has been around for longer and so | Florian Obser |
2015-10-17 | make usage() less horrible | Florian Obser |
2015-10-17 | Implement -w maxwait now that the -w flag is free in ping6. Same | Florian Obser |
2015-10-17 | move -V option before -v and remove one spurious newline, now in sync | Florian Obser |
2015-10-17 | Remove left over -N and -w. Adapt wording for the link local example. | Florian Obser |
2015-10-16 | Remove RFC 4620 support. The RFC is experimental and this code plain | Florian Obser |
2015-10-16 | No longer talk about -b flag, it's gone. | Florian Obser |
2015-10-16 | Move -t and -w functionality to -a. Both flags are in the way for a | Florian Obser |
2015-10-14 | To specify a source address ping uses -I while ping6 uses -S. Switch | Florian Obser |
2015-10-13 | Remove -b flag and let ping6 set the socket buffer size automatically | Florian Obser |
2015-10-12 | deprecate & remove -W option; ok florian | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | Repair tame() error check to be == -1 | Theo de Raadt |
2015-10-03 | ping6 is a setuid root priv-drop which holds a sockraw. we can tame it | Theo de Raadt |
2015-09-30 | remove old self-kill() in the signal handler. must predate the | Theo de Raadt |
2015-09-16 | Some cleanup from dhill AT mindcry.org, thanks! | Florian Obser |
2015-09-12 | typo that breaks the build | Christian Weisgerber |
2015-09-12 | Avoid out of boundary access on invalid or short packet reads. | Tobias Stoeckmann |
2015-09-09 | Cleanup the iov handling in ping6. Use the global iov instead of a local | Claudio Jeker |
2015-09-01 | Display the correct source address when using a non-default routing | Florian Obser |