summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Collapse)Author
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
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
was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay.
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
- Some punctuation fixes. - Some `id' -> `ID'.
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
(new feature in draft-ietf-ipngwg-icmp-name-lookups-05.txt)
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 ↵Theo de Raadt
done later.. contact me if you want to help)
1999-12-30enable KAME scopeid hack (print link-local addresses with scope identifierJun-ichiro itojun Hagino
like "fe80::1@de0").
1999-12-15add some text into DESCRIPTION. add reference to RFC. (sync with KAME)Jun-ichiro itojun Hagino
suggested by: deraadt
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
XXX may be merged into ping(8)? XXX NRL getaddrinfo(3) does not allow SOCK_RAW as ai_socktype. quickhack is enabled by -DNRL_GETADDRINFO.