Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-14 | correct use of sizeof. | Jun-ichiro itojun Hagino | |
2003-03-14 | add missing ND option length validation. from kame | Jun-ichiro itojun Hagino | |
2002-09-10 | signo and ansi | Theo de Raadt | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-06-09 | do not use \n in syslog() | Theo de Raadt | |
2002-06-07 | avoid fd_set overrun. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-04 | use arc4random | Jun-ichiro itojun Hagino | |
2002-05-29 | KNF, strlcpy, cleanups from kame | Jun-ichiro itojun Hagino | |
2002-05-21 | duplicated prototype | Jun-ichiro itojun Hagino | |
2002-05-21 | minor KNF. plug a memory leak on reconfig. | Jun-ichiro itojun Hagino | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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. | |||
2002-01-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino | |
noted by markus, sync with kame | |||
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-12-01 | fd_set, not struct fd_set | Theo de Raadt | |
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt | |
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-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 | forgot to cvs add dump.[ch] | Jun-ichiro itojun Hagino | |
strict prototype | |||
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-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 | |