Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-19 | eliminate #ifdef OLDRAWSOCKET | Jun-ichiro itojun Hagino | |
-DHAVE_POLL is no longer needed | |||
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino | |
2006-11-16 | make RFC2292 -> 3542 transition to automagically happen. | Jun-ichiro itojun Hagino | |
2006-08-10 | sync usage(); | Jason McIntyre | |
2006-08-10 | - better .Nd | Jason McIntyre | |
- remove some unneccessary .Bk/.Ek - provide a DESCRIPTION (albeit brief) - text improvements - use .Ex - update SEE ALSO | |||
2005-12-23 | - no need to use .Bk/.Ek after every option | Jason McIntyre | |
- make -s more consistent w/ rest of the page | |||
2005-12-23 | fill in the blanks for -r; | Jason McIntyre | |
from dd@freebsd, -r1.15, but synced with our traceroute(8) -r; ok djm claudio | |||
2005-05-03 | more setres[ug]id; ok deraadt@ | Damien Miller | |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt | |
2004-01-25 | knf and cleanup. as well avoid sending out packet information which | Theo de Raadt | |
contains byte-order, alignment, or padding information about the src host. while at it, fix unaligned access operations. ok itojun | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-01-21 | SO_SNDBUF needs int, not u_long | Jun-ichiro itojun Hagino | |
2003-01-21 | getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_long | Jun-ichiro itojun Hagino | |
2003-01-21 | correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki Sato | Jun-ichiro itojun Hagino | |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-10-24 | be more picky about arg parsing. check ERANGE on strtoul. sync w/kame. | Jun-ichiro itojun Hagino | |
2002-10-23 | integer overflow cleanup - convert to u_long so strtoul can handle comparisons | Mark Grimes | |
itojun@ ok | |||
2002-09-08 | socklen_t audit. from deraadt, sync w/kame | Jun-ichiro itojun Hagino | |
2002-08-30 | have -I option, which causes traceroute6 to use ICMPv6 echo request for probing | Jun-ichiro itojun Hagino | |
(instead of udp). | |||
2002-08-27 | warn if multiple addresses are returned from DNS (traceroute(8) should do it ↵ | Jun-ichiro itojun Hagino | |
too) sync w/kame | |||
2002-08-08 | remove unused struct timezone; ok itojun@ | Kevin Steves | |
2002-06-29 | check -p out of range. sync w/kame, hint from deraadt | Jun-ichiro itojun Hagino | |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | strchr() instead of index() | Theo de Raadt | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-05-26 | use sysctl to get ttl from the kernel; itojun ok | Theo de Raadt | |
2002-05-26 | sync with latest kame. KNF, port number simplification, and such | Jun-ichiro itojun Hagino | |
2002-05-21 | KNF; itojun ok | Theo de Raadt | |
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt | |
privs. Link them static, so that even less code is run before main does that job. | |||
2002-02-19 | sizeof pedant. | Jun-ichiro itojun Hagino | |
From: Mike Pechkin <mpech@prosoft.org.lv> | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-10-26 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
itojun@ ok | |||
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 | |