aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6/traceroute6.c
Commit message (Expand)AuthorAgeFilesLines
* Sync up with KAME. The main change is to try to avoid exposingDavid Malone2004-06-131-56/+36
* - setsockopt/sysctl takes int, not u_long.Hajimu UMEMOTO2003-11-121-82/+137
* - 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
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-24/+66
* 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-051-130/+357
* 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
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+1127