summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute
AgeCommit message (Expand)Author
2010-09-13Reduce the output of MPLS information without removing information.Claudio Jeker
2010-07-09inetname is only called when !nflag. There is no need to again check forDavid Hill
2010-07-08Let traceroute parse extended ICMP messages as defined by RFC 4884.Claudio Jeker
2010-07-05Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename".Robert Nagy
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-06default waittime is 5, not 3;Jason McIntyre
2009-06-05tweak -V;Jason McIntyre
2009-06-05Use -V to specify an alternate routing domain.Claudio Jeker
2008-10-04explicitly pad & pack the packetdata structure thrown around on the wire,Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-31lintTheo de Raadt
2005-12-23adjust the description of -r to that in freebsd's traceroute6(8),Jason McIntyre
2005-11-02- sort options and sync usage()Jason McIntyre
2005-05-03more setres[ug]id; ok deraadt@Damien Miller
2005-03-01make sure the ttl does not wrap; pr 4093; ok JaredMarkus Friedl
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-01-26knf and cleanup; millert okTheo de Raadt
2003-08-27- sort SYNOPSIS and DESCRIPTIONJason McIntyre
2003-06-12- section reorderJason McIntyre
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-25Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy.Chad Loder
2003-04-25ICMP types are u_int8_t. Use u_int8_t and %u for ICMP types instead ofChad Loder
2003-04-25TTL is defined as u_int8_t in both <netinet/ip.h> andChad Loder
2003-04-24Validation of command line argument for packet data length was comparingChad Loder
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
2002-11-18atoi -> strto*. correct -p parsing (don't allow 65536). deraadt okJun-ichiro itojun Hagino
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-09-06socklen_tTheo de Raadt
2002-08-31warn if multiple addresses are returned from DNS; suggestedKevin Steves
2002-08-30add some history regarding use of UDP probe packets vs. ICMP.Kevin Steves
2002-08-12missing periodKevin Steves
2002-08-12!X for 3/13 (administratively prohibited); ok itojun@Kevin Steves
2002-08-12SO_DONTROUTE on receive socket is not needed; ok itojun@Kevin Steves
2002-08-11document other ICMP redirect code strings; ok millert@Kevin Steves
2002-08-11-m default from net.inet.ip.ttl MIB variable now; ok millert@Kevin Steves
2002-08-08remove unused struct timezone; ok itojun@Kevin Steves
2002-07-03ansiTheo de Raadt
2002-06-29IPPROTO_ICMP will not change in our life; itojun okTheo de Raadt
2002-06-29make -I and -P exclusive; constrain -p and -P to their respective maximums;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-21KNFTheo de Raadt
2002-05-12These small setuid programs allocate a resvport, and then immediately revokeTheo de Raadt
2002-03-31max_ttl default was changed to IPDEFTTL (64) several yearsKevin Steves
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin