Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-05 | fix format string | Charles Longeau | |
ok naddy@ | |||
2009-02-03 | add missing headers needed by wait() | Charles Longeau | |
ok rainer@ | |||
2008-06-10 | add the -O option to run an external script when the "other | Reyk Floeter | |
configuration" flag is found in the RA message. it basically means "here is your IPv6 address, but run something like DHCPv6 to get more information". so the main purpose is to run a dhcpv6 client to get DNS etc. Merged from KAME ok rainer@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt | |
are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks | |||
2007-09-07 | unexpeced -> unexpected; | Jason McIntyre | |
from Wouter Schoot, netbsd-bugs #36931 | |||
2006-12-15 | cleanup RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2003-10-05 | ansi | Theo de Raadt | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-05-31 | sync w/ latest kame. link id handling. | Jun-ichiro itojun Hagino | |
2002-05-31 | KNF; itojun ok | Theo de Raadt | |
2001-11-14 | initialize sockaddr_in6 correctly | Jun-ichiro itojun Hagino | |
2000-08-13 | add "rtsol -a" (automatically lookup outgoign interface). | Jun-ichiro itojun Hagino | |
warn if net.inet6.ip6.forwarding == 1. improve manpage. use $KAME$ for KAME tags. sync with kame. | |||
2000-01-17 | sync with latest kame. previous version leaves an udp socket opened | Jun-ichiro itojun Hagino | |
(for use with ioctls) and it was not a pleasant thing. | |||
2000-01-05 | avoid use of kvm (sync with latest kame) | Jun-ichiro itojun Hagino | |
1999-12-09 | rtsold(8); router solicitation daemon. | Jun-ichiro itojun Hagino | |
rtsol(8); router solicitation program, for use in bootstrap process (statically linked) rcsid police. add missing prototypes. (sync with KAME) | |||
1999-12-09 | initial import from KAME tree | Jun-ichiro itojun Hagino | |