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