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