index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rtadvd
/
rtadvd.c
Age
Commit message (
Expand
)
Author
2011-03-02
Don't use a flag value as index into the 2 element array on_off.
Alexander Bluhm
2008-11-21
closefrom the fds that we aren't interested in. pr5994
Ted Unangst
2008-11-03
be more clear about what getpwnam failed; ok claudio
Theo de Raadt
2008-06-09
drop root privileges in rtadvd to _rtadvd
Rainer Giedat
2008-06-08
Send debug output to syslog instead of a file when receiving SIGUSR1.
Rainer Giedat
2008-05-02
do not always delay log initialization, when no configuration file is
Pierre-Yves Ritschard
2008-04-23
Replace handrolled lists with SLISTs or TAILQs.
Pierre-Yves Ritschard
2008-04-21
Clean up logging by introducing the logging API used in
Rainer Giedat
2008-04-13
Use arc4random_buf() when requesting more than a single word of output
Damien Miller
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-18
correct CMSG_SPACE and CMSG_LEN handling as done in other places. These
Theo de Raadt
2007-01-10
remove ancient code. sync w/ kame
Jun-ichiro itojun Hagino
2006-12-15
reduce RFC2292/3542 #ifdef.
Jun-ichiro itojun Hagino
2005-10-27
sort options and sync usage();
Jason McIntyre
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
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 o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-11
call daemon(3) prior to socket setups to avoid file descriptor close mistakes.
Jun-ichiro itojun Hagino
2001-12-01
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
Miod Vallat
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
2001-01-15
sync with latest kame tree.
Jun-ichiro itojun Hagino
2000-07-06
sync with router renumber struct decl change.
Jun-ichiro itojun Hagino
2000-05-23
forgot to cvs add dump.[ch]
Jun-ichiro itojun Hagino
2000-05-23
sync with latest kame.
Jun-ichiro itojun Hagino
2000-03-13
bring in latest rtadvd source from kame.
Jun-ichiro itojun Hagino
2000-02-02
add -R flag (accept router renumbering). this makes rtadvd to
Jun-ichiro itojun Hagino
1999-12-11
enable rtadvd in usr.sbin/Makefile.
Jun-ichiro itojun Hagino
1999-12-11
router advertisement daemon, from KAME
Jun-ichiro itojun Hagino