summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6
AgeCommit message (Collapse)Author
2001-01-12typo, enhough -> enoughBrad Smith
2000-12-22revoke root priv earlier. use strl*.Jun-ichiro itojun Hagino
2000-10-07sync with kame, to make future upgrade easierJun-ichiro itojun Hagino
2000-10-07use poll to avoid fd_set overflowTheo de Raadt
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-12sync with latest kame traceroute6. print src address. -g (source route).Jun-ichiro itojun Hagino
dont choke with unexpected icmp6 packet.
2000-06-05correct option parser typo. -f, not -b.Jun-ichiro itojun Hagino
2000-04-20Change -b to -f, similar to Solaris.Angelos D. Keromytis
2000-04-20Yet more typos...I should quit while I'm ahead.Angelos D. Keromytis
2000-04-20Also forgot to update usage()Angelos D. Keromytis
2000-04-20Forgot trailing newline in message.Angelos D. Keromytis
2000-04-20Same as the traceroute commit just now; add an option for skippingAngelos D. Keromytis
nodes at the beginning of the trace.
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-12correct use of perror(). improve src addr selection. (sync with kame)Jun-ichiro itojun Hagino
2000-03-02typo fix.Jun-ichiro itojun Hagino
2000-02-16remove duplicated BINOWN/BINMODE.Jun-ichiro itojun Hagino
From: Brad <brad@comstyle.com>
2000-02-16correct typo and missing command line options (target and datalen).Jun-ichiro itojun Hagino
2000-02-16add traceroute6 (oops, forgot to bring it in)Jun-ichiro itojun Hagino