aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6
Commit message (Expand)AuthorAgeFilesLines
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Add -a and -A option to the usage.Hajimu UMEMOTO2012-05-081-2/+3
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-111-4/+0
* traceroute6(8): make WARNS=3 cleanUlrich Spörlein2010-12-042-15/+14
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* - Add AS lookup functionality to traceroute6(8) as well.Hajimu UMEMOTO2009-08-233-3/+42
* - rename the RETURN VALUES section to EXIT STATUSDaniel Gerzo2009-01-071-1/+1
* Give traceroute6 the ability to traceroute with packets with noDavid Malone2008-02-102-48/+111
* Cleanup of userland __P useKevin Lo2007-11-071-12/+12
* When processing multi-path ip6 routers, place each router entry on itsChristian S.J. Peron2007-10-241-0/+2
* Remove the -DFAST_IPSEC from Makefiles again.Bjoern A. Zeeb2007-07-051-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-012-2/+2
* o I failed to find a suitable explanation why traceroute(8) andMaxim Konovalov2007-04-301-2/+2
* Use setresuid for simple privilege dropping.Kevin Lo2007-03-081-2/+6
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-271-1/+1
* - Fix: documentation for -m option was inserted halfway thru the text of -lPav Lucistnik2006-01-101-3/+3
* Copy the description for the -r option from the traceroute(8) manDima Dorfman2005-12-221-0/+10
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-11/+11
* Sync up with KAME. The main change is to try to avoid exposingDavid Malone2004-06-131-56/+36
* Add some more details about what traceroute6 does.David Malone2004-06-091-3/+40
* Reapply traditionally lost fixes.Ruslan Ermilov2004-06-051-6/+4
* - setsockopt/sysctl takes int, not u_long.Hajimu UMEMOTO2003-11-122-90/+149
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-1/+1
* - styleHajimu UMEMOTO2003-10-231-145/+131
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-16/+7
* Quote from a Problem Report:Maxim Konovalov2003-07-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
* Don't override BINGRP -- this binary is not ``setgid bin''.Ruslan Ermilov2001-09-131-1/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-24/+68
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Enable use of poll()Kris Kennaway2000-10-081-1/+1
* Sync with KAME. Don't write past the end of the fd_set.Kris Kennaway2000-10-081-6/+27
* Don't call errx() without a format string, to protect against possibleKris Kennaway2000-08-051-4/+4
* Sync with latest KAME code.Kris Kennaway2000-07-052-136/+388
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* Fix typoAlexey Zelkin2000-05-061-1/+2
* . clear `.Os' macro value since this tool is not KAME only anymoreAlexey Zelkin2000-05-011-6/+7
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)Yoshinobu Inoue2000-02-241-7/+9
* replace gethostbyname() with getaddrinfo(), and gethostbyaddr() withYoshinobu Inoue2000-01-091-15/+24
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-71/+0
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-1/+3
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-283-0/+1249