Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-10 | sync w/kame (style) | Jun-ichiro itojun Hagino | |
2002-07-10 | check malloc return; from Chad Loder <cloder@acm.org> | Todd T. Fries | |
ok me, henning@ | |||
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-06-09 | strchr() instead of index() | Theo de Raadt | |
2002-06-08 | do not use deprecated ioctls | Jun-ichiro itojun Hagino | |
2002-05-29 | KNF, strlcpy, cleanups from kame | Jun-ichiro itojun Hagino | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-06-03 | avoid integer overflow on lifetime value. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-05 | typo. ntohl -> htonl. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-04 | avoid infinite loop when -s is specified (select loop mistake). | Jun-ichiro itojun Hagino | |
make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame. | |||
2001-01-23 | make sure to initialize prefix information data before use. sync with kame | Jun-ichiro itojun Hagino | |
2001-01-21 | do not intsall rtadvd.conf into /etc, it is not required to use it | Jun-ichiro itojun Hagino | |
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame. | |||
2001-01-15 | sync with latest kame tree. | Jun-ichiro itojun Hagino | |
- reduce chances for signal handler rae condition - decrease chances for misconfiguration - feedbacks from router renumbering protocol bakeoff - cleanups related to mtu handling | |||
2000-07-06 | sync with router renumber struct decl change. | Jun-ichiro itojun Hagino | |
more logs. make it very sure to close temporary socket. | |||
2000-05-23 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" <todd@fries.net> | |||
2000-03-13 | bring in latest rtadvd source from kame. | Jun-ichiro itojun Hagino | |
this fixes unclosed file descriptor in router renumbering case. | |||
2000-02-08 | don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance. | Jun-ichiro itojun Hagino | |
2000-02-02 | add -R flag (accept router renumbering). this makes rtadvd to | Jun-ichiro itojun Hagino | |
take the safer side (router renumbering requires certain ipsec setup). die gracefully on SIGTERM. | |||
1999-12-11 | enable rtadvd in usr.sbin/Makefile. | Jun-ichiro itojun Hagino | |
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list. | |||
1999-12-11 | router advertisement daemon, from KAME | Jun-ichiro itojun Hagino | |