summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
2001-05-09correct signal handling for ping6 -f <nonexisting destination>.Jun-ichiro itojun Hagino
2001-03-19examples. suggested by deraadt. sync with kameJun-ichiro itojun Hagino
2001-03-12-Q is not there. NetBSD PR 12384. sync with kameJun-ichiro itojun Hagino
2001-02-04add more pedantic checks for recvmsg return value. sync with kameJun-ichiro itojun Hagino
2001-01-26better signal handling. look at check signal flag bit every time we visitJun-ichiro itojun Hagino
2001-01-12repair -f.Jun-ichiro itojun Hagino
2001-01-12minimize chance of signal handler race. big help from deraadt.Jun-ichiro itojun Hagino
2001-01-12correct fd_set allocation. from deraadtJun-ichiro itojun Hagino
2001-01-12save_errno handling; itojun okTheo de Raadt
2000-12-31merge mistake. -m is not available in *bsd-currentJun-ichiro itojun Hagino
2000-12-28indent. couple of pedant. from deraadt (sync with kame)Jun-ichiro itojun Hagino
2000-12-22call seteuid(getuid) tooJun-ichiro itojun Hagino
2000-12-22revoke root privilege earliest possibleJun-ichiro itojun Hagino
2000-12-02sync with latest kame.Jun-ichiro itojun Hagino
2000-11-11improve spec conformance of node information query (07).Jun-ichiro itojun Hagino
2000-11-10sync with kame.Jun-ichiro itojun Hagino
2000-10-12don't segv on too many arguments. sync with kameJun-ichiro itojun Hagino
2000-10-12printf-like string format pedantJun-ichiro itojun Hagino
2000-10-08update DNS label length validation. check inet_ntop() errors. sync with kame.Jun-ichiro itojun Hagino
2000-10-06Avoid fd_set overflow. (just like in ping).Artur Grabowski
2000-08-14correct truncated FQDN printingJun-ichiro itojun Hagino
2000-08-13recover less-than-1 interval support with -i.Jun-ichiro itojun Hagino
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-20pedant; getopt(3) returns -1 instead of EOF. from aaronJun-ichiro itojun Hagino
2000-06-12update icmp6 name lookup code to conform to 05 draft. previous codeJun-ichiro itojun Hagino
2000-06-08make sure to clear ni_flags on ping6 -w.Jun-ichiro itojun Hagino
2000-05-18correct RETURN VALUES section. sync with latest kame doc.Jun-ichiro itojun Hagino
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-23Support std-dev gathering and fine interval like our regular ping.Hugh Graham
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-02-28add support for "ping6 -a c".Jun-ichiro itojun Hagino
2000-02-16sync with more recent kame. uses getnameinfo(3) as much as possible.Jun-ichiro itojun Hagino
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-12-30enable KAME scopeid hack (print link-local addresses with scope identifierJun-ichiro itojun Hagino
1999-12-15add some text into DESCRIPTION. add reference to RFC. (sync with KAME)Jun-ichiro itojun Hagino
1999-12-11we don't have support for IPsec controls, so comment them out.Jun-ichiro itojun Hagino
1999-12-11add ping6(8), IPv6 ping.Jun-ichiro itojun Hagino