summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute
AgeCommit message (Expand)Author
2019-08-19Pull up following revision(s) (requested by kamil in ticket #92):martin
2018-01-19Fix build failure, the structure is already defined now.maxv
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-02-17PR/50821: David Binderman: remove "i <" i <christos
2015-10-26Added missed break statement. (Missed break in -z option implicitly impliesshm
2012-08-16Pretty print multipath routes. From FreeBSD.zafer
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2011-09-11merge in traceroute1.4a12. Our sources are so different that it is reallychristos
2011-05-12use err(3) and warn(3) for error and warning printing, tiny knf.christos
2011-05-11Don't use a static buffer for ifaddrs (and not check for overflowing it!)christos
2011-05-10Add AS support for traceroute6. While here cleanup both traceroute programschristos
2011-01-04Fix possible NULL pointer dereference in #ifdef AS_DEBUG_FILE.wiz
2010-12-15Use RUMPPRG. I think it's safe to say there's not going to be apooka
2010-07-02Fix incomplete extensions sanity checkskefren
2010-05-30with luck this is the last onedholland
2009-04-22Enable WARNS=4 by default, except for:lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-17Use htonl like ping/traceroute6 do, from Markus Mayerchristos
2008-07-16PR/39157: Markus Mayer: traceroute not 64 bit aware (struct timeval issue)christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-16- Set progname before dereference.seanb
2007-12-15replace instances of __attribute__((__packed__)) with __packedperry
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-04-08Undo a workaround for an old SH5 toolchain bug.scw
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-10-07PR/19069: Jun-ichiro itojun Hagino: traceroute(8) and traceroute6(8) canelad
2006-09-24Move socket calls way up and drop root privileges sooner.elad
2006-05-31Add missing coma.rpaulo
2006-05-31It doesn't make sense to print the MPLS ttl here.rpaulo
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-02-17Show MPLS ICMP extensions. Only available if -M is passed.rpaulo
2005-11-09No leading zero in date strings.wiz
2005-11-06\(<= is the proper roff for <=. Fix another \*[Le] missed in theuwe
2005-11-06It's lilac-dmc.Berkeley.EDU, not lbl-csam.arpa. A 12 years old typo!rpaulo
2005-06-14The default hops is not 30, but is taken from the net.inet.ip.ttl sysctlpeter
2004-04-22do not disclose endian/pid. henning@openbsditojun
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-05-17strncpy -> strlcpyitojun
2003-05-15assume getifaddrs(3)itojun
2003-05-15byebye savestr. with savestr() we can't free().itojun
2003-05-15just for safetyitojun
2003-05-15traceroute.c doesn't use savestr()itojun
2003-04-06NFSNET. From Igor Sobrado in PR 19691.wiz
2003-03-31MERCHANTIBILITY->MERCHANTABILITYperry
2003-03-30HP-UX, not HPUX. Igor Sobrado, PR 19678.wiz
2003-03-30Uppercase ULTRIX. Igor Sobrado in PR 19678.wiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2002-12-21Fix order of letters in calculated, from Adrian Mrva.wiz
2002-11-16die if strdup failureitojun
2002-11-16strto* audit.itojun