summaryrefslogtreecommitdiff
path: root/traceroute6.c
Commit message (Expand)AuthorAgeFilesLines
* common: move various fallback definitions into iputils_common.hPetr Vorel2019-06-101-7/+0
* various: be careful with numeric inputsSami Kerola2019-02-031-13/+8
* libcommon: check standard streams status at exitSami Kerola2019-01-011-0/+1
* traceroute6: use error() to report command errorsSami Kerola2018-12-221-88/+43
* localization: move nls headers to iputils_common.hSami Kerola2018-12-181-14/+1
* localization: arping, ping, ping6, tracepath and traceroute6Tomohiro "Tomo-p" KATO2018-12-171-42/+60
* traceroute6: get smallest unprivileged port from kernel runtimeSami Kerola2018-11-111-1/+15
* traceroute6: explain all number constantsSami Kerola2018-11-111-35/+75
* traceroute6: use monotonic clockSami Kerola2018-11-111-13/+19
* traceroute6: remove global variables by using a run state structSami Kerola2018-11-111-122/+131
* traceroute6: improve coding styleSami Kerola2018-11-111-195/+168
* traceroute6: make command to compile without function prototypesSami Kerola2018-11-111-307/+269
* build-sys: use HAVE_LIBCAP to determine libcap code should be compiledSami Kerola2018-10-031-2/+2
* build-sys: make version number to update at each commitSami Kerola2018-10-031-3/+1
* various: remove use of register keywordSami Kerola2018-10-031-2/+2
* traceroute6: remove -g and -t options that are not implementedSami Kerola2018-10-031-4/+1
* usage: unify usage outputs, and improve their helpfulnessSami Kerola2018-10-031-2/+15
* various: do not use kernel data types in userspaceSami Kerola2018-10-031-2/+2
* warnings: fix multiple unused parameter warningsSami Kerola2018-10-031-3/+3
* warnings: fix multiple signed and unsigned integer expressionsSami Kerola2018-10-031-6/+7
* warnings: remove variable shadowingSami Kerola2018-10-031-6/+6
* Fix build on MUSLAric Belsito2018-07-111-0/+4
* traceroute6: use getaddrinfo IDNA conversionNikos Mavrogiannopoulos2017-08-241-13/+5
* LICENSE: convert BSD4 to BSD3 licenseDavid Heidelberg2017-08-191-5/+1
* traceroute6: Fix traceroute to IPv6 addressNathaniel White2017-04-151-1/+3
* traceroute6: Fix leaking the idn memoryNathaniel White2017-04-151-0/+5
* traceroute6: Fix use after free for hostnameNathaniel White2017-03-311-2/+13
* traceroute6: Fix udp packet port specification.Noah Meyerhans2016-11-091-1/+1
* ping: remove assignments of values that are never readPavel Šimerda2016-08-201-1/+0
* 'admin prohibited' should print !X not !S.Chris Morrow2016-03-071-2/+3
* make `getaddrinfo()` and `getnameinfo()` usage consistentPavel Šimerda2015-06-181-30/+23
* get rid of unused lint and copyright arrayDavid Heidelberger2014-05-051-7/+0
* replace u_TYPE with compilant unsigned TYPEDavid Heidelberger2014-04-181-5/+5
* arping,ping,ping6,rdisc,traceroute6: Fix version string.YOSHIFUJI Hideaki2012-11-151-1/+1
* arping,ping,ping6,tracepath,tracepath6,traceroute6: Experimental IDN support.YOSHIFUJI Hideaki2012-11-101-4/+25
* iputils: Add capability droppingÁngel González2012-02-211-0/+13
* ping,traceroute6,clockdiff: Enlarge hostname buffer.YOSHIFUJI Hideaki2010-04-111-7/+5
* [PING6,TRACEROUTE6]: Ignore error in setting IPV6_CHECKSUM socket option for ...YOSHIFUJI Hideaki2008-06-281-2/+7
* [CLOCKDIFF,PING,RDISC,TRACEROUTE6]: Support uClibc.YOSHIFUJI Hideaki2007-10-131-3/+3
* Fix white space errors.YOSHIFUJI Hideaki2007-04-051-6/+6
* [PATCH] Use socklen_t in all the right places.Mike Frysinger2006-12-211-1/+1
* [BUILD] Build with standard headers.YOSHIFUJI Hideaki2006-05-061-17/+16
* [ARPING,CLOCKDIFF,PING,PING6,TRACEROUTE6] Check return value from setuid().YOSHIFUJI Hideaki2006-04-201-1/+4
* [TRACEROUTE6] Optimize datalen sanity checking codeYOSHIFUJI Hideaki2006-04-161-8/+8
* [TRACEROUTE6] Use minimum format if 0 is specified for datalenYOSHIFUJI Hideaki2006-04-161-1/+1
* [TRACEROUTE6] Fix inet_pton() error handlingYOSHIFUJI Hideaki2006-04-161-1/+1
* [PING6,TRACEPATH6,TRACEROUTE6] Use new RFC3542 advanced API if availableYOSHIFUJI Hideaki2006-04-161-0/+8
* [TRACEROUTE6] Fix source/destination address with -v optionYOSHIFUJI Hideaki2006-04-161-18/+58
* [PING6,TRACEPATH6,TRACEROUTE6] Define SOL_IPV6,SOL_ICMPV6 where neededYOSHIFUJI Hideaki2006-04-161-0/+4
* [TRACEROUTE6] Mark ICMPv6 messages as knownYOSHIFUJI Hideaki2006-04-161-0/+15