summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
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
2015-08-31remove unused define; no binary changeFlorian Obser
2015-08-31Forgot to commit the man page bits when removing RH0 support.Florian Obser
2015-08-30Clean up getaddrinfo(3) calls to make them look like the canonicalFlorian Obser
2015-08-30Remove RH0 support, it was deprecated in RFC 5095 some time ago andFlorian Obser
2015-05-02Use IPV6_MAXHLIM instead of 255; pointed out by bluhm@Florian Obser
2015-05-02Use strtonum() when parsing argument list, as ping(8) does. GiveKenneth R Westerback
2015-04-20port src/sbin/ping/ping.c r1.119 and r1.121 to ping6:David Gwynne
2015-03-23port src/sbin/ping/ping.c r1.118 to ping6:David Gwynne
2015-03-23port src/sbin/ping/ping.c r1.116 to ping6:David Gwynne
2015-03-12replace bcopy with memcpyDavid Gwynne
2015-03-11port src/sbin/ping/ping.c r1.115.David Gwynne
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-03Use arc4random_buf() rather than iterating word by wordoTheo de Raadt
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-07-11Silence a compiler warning and build with -Wall etc.Florian Obser
2014-07-11use optval for setsockopt consistentlyFlorian Obser
2014-07-09Hopefully we are calculating the pkg size correctly by now;Florian Obser
2014-07-09We do have ICMP6_FILTER; no obj change.Florian Obser
2014-07-09We do have SO_SNDBUF & SO_RCVBUF; no obj change.Florian Obser
2014-07-09We do have NI_NODEADDR_FLAG_ANYCAST, no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We don't have IPV6_REACHCONF, no obj change after unifdef(1).Florian Obser
2014-07-09Kill code commented since forever; no obj change.Florian Obser
2014-04-28Do not sleep after poll returning an error. Blindly copied over fromFlorian Obser
2014-04-23Better name for fdmaskp, reduce the scope of some variables, don't abuseJeremie Courreges-Anglas
2014-02-26Still a lie, the default is not 0. It is inherited from the process.Claudio Jeker
2014-01-10Fix the unitialized rtableid bug discovered and fixed in the previousFlorian Obser
2014-01-10Fix a bug found in ping6 when rebuilding with stack protector strong.Brad Smith
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
2013-05-31don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@Christian Weisgerber