summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6
AgeCommit message (Collapse)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-19eliminate #ifdef OLDRAWSOCKETJun-ichiro itojun Hagino
-DHAVE_POLL is no longer needed
2006-12-15reduce RFC2292/3542 #ifdefs.Jun-ichiro itojun Hagino
2006-11-16make RFC2292 -> 3542 transition to automagically happen.Jun-ichiro itojun Hagino
2006-08-10sync usage();Jason McIntyre
2006-08-10- better .NdJason 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 optionJason McIntyre
- make -s more consistent w/ rest of the page
2005-12-23fill in the blanks for -r;Jason McIntyre
from dd@freebsd, -r1.15, but synced with our traceroute(8) -r; ok djm claudio
2005-05-03more setres[ug]id; ok deraadt@Damien Miller
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-01-25knf and cleanup. as well avoid sending out packet information whichTheo de Raadt
contains byte-order, alignment, or padding information about the src host. while at it, fix unaligned access operations. ok itojun
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-01-21SO_SNDBUF needs int, not u_longJun-ichiro itojun Hagino
2003-01-21getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_longJun-ichiro itojun Hagino
2003-01-21correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki SatoJun-ichiro itojun Hagino
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-10-24be more picky about arg parsing. check ERANGE on strtoul. sync w/kame.Jun-ichiro itojun Hagino
2002-10-23integer overflow cleanup - convert to u_long so strtoul can handle comparisonsMark Grimes
itojun@ ok
2002-09-08socklen_t audit. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-08-30have -I option, which causes traceroute6 to use ICMPv6 echo request for probingJun-ichiro itojun Hagino
(instead of udp).
2002-08-27warn if multiple addresses are returned from DNS (traceroute(8) should do it ↵Jun-ichiro itojun Hagino
too) sync w/kame
2002-08-08remove unused struct timezone; ok itojun@Kevin Steves
2002-06-29check -p out of range. sync w/kame, hint from deraadtJun-ichiro itojun Hagino
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-09strchr() instead of index()Theo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-05-26use sysctl to get ttl from the kernel; itojun okTheo de Raadt
2002-05-26sync with latest kame. KNF, port number simplification, and suchJun-ichiro itojun Hagino
2002-05-21KNF; itojun okTheo de Raadt
2002-05-12These small setuid programs allocate a resvport, and then immediately revokeTheo de Raadt
privs. Link them static, so that even less code is run before main does that job.
2002-02-19sizeof pedant.Jun-ichiro itojun Hagino
From: Mike Pechkin <mpech@prosoft.org.lv>
2002-02-16Part 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-26getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
itojun@ ok
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