aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/route6d.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of userland __P useKevin Lo2007-11-071-57/+57
* implemented more validation checks about incoming responses per RFC2080, and ...SUZUKI Shinsuke2006-11-161-4/+78
* - need_trigger/idx should be u_int, not ssize_t.Hajimu UMEMOTO2003-11-141-30/+34
* fixe remote panic on short packetSUZUKI Shinsuke2003-10-311-0/+5
* remove unused variableSam Leffler2003-10-031-2/+0
* rtm_seq is int, so seq/myseq should be int.Hajimu UMEMOTO2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.Hajimu UMEMOTO2003-08-181-0/+3
* atoi -> strtoulHajimu UMEMOTO2003-08-181-2/+10
* - port numbers are unsigned. use %u.Hajimu UMEMOTO2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().Hajimu UMEMOTO2003-08-181-0/+2
* remove a variable that is never used.Hajimu UMEMOTO2003-08-181-5/+2
* support poll(2).Hajimu UMEMOTO2003-08-181-4/+43
* - don't select with FD_SETSIZE.Hajimu UMEMOTO2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().Hajimu UMEMOTO2003-08-171-10/+26
* - do not SEGV on IFF_UP.Hajimu UMEMOTO2003-08-171-14/+21
* do not send dump request on -NHajimu UMEMOTO2003-08-171-0/+2
* macro pedantHajimu UMEMOTO2003-08-171-2/+2
* minor cleanup; no need for extra variable hereHajimu UMEMOTO2003-08-171-4/+2
* use strchr(3).Hajimu UMEMOTO2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-171-15/+8
* knf, typo, space.Hajimu UMEMOTO2003-08-171-16/+12
* set IPV6_V6ONLY.Hajimu UMEMOTO2003-08-171-7/+13
* - die if malloc fails.Hajimu UMEMOTO2003-08-171-2/+8
* use strncpyHajimu UMEMOTO2003-08-171-1/+1
* "sin" is a reserved C library function name. use sin6Hajimu UMEMOTO2003-08-171-73/+73
* Add missing srand() (sranddev() for FreeBSD)Andrey A. Chernov2003-02-111-0/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-354/+648
* - do not check/advertise cloned routes, nor dynamic routesHajimu UMEMOTO2000-11-271-5/+21
* Sync with KAME. Format string auditing and manpage cleanups.Kris Kennaway2000-10-081-5/+8
* fix LP64 issue in routing socket manipulation.Jun-ichiro itojun Hagino2000-08-141-10/+23
* removed 'ifndef ADVAPI' partsHajimu UMEMOTO2000-07-101-32/+4
* sync with latest kame tree. more stable, p2p advert is correctedJun-ichiro itojun Hagino2000-07-051-123/+414
* When unexpected rtmsg was received, route6d was dying.Yoshinobu Inoue2000-03-141-2/+4
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-41/+0
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+2913