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