Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
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 | sync router renumbering flag bit to conform to 2292bis-02 and RR RFC. | Jun-ichiro itojun Hagino | |
sync with latest kame rtadvd (again). mostly cosmetic. | |||
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-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-09-01 | repair a routine to grab interface MTU information. | Jun-ichiro itojun Hagino | |
2000-07-06 | remove mobile-ip option description, merged in by mitsake | Jun-ichiro itojun Hagino | |
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-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
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. | |||
2000-01-12 | config path change | Jun-ichiro itojun Hagino | |
From: eric jackson <shinobi@monkey.org> | |||
2000-01-06 | tiny nroff fix. sync with kame repository. | Jun-ichiro itojun Hagino | |
2000-01-06 | Rework language. | Angelos D. Keromytis | |
2000-01-05 | Config file should be in /etc | Angelos D. Keromytis | |
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 | |