summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rtadvd.c
AgeCommit message (Expand)Author
2011-03-02Don't use a flag value as index into the 2 element array on_off.Alexander Bluhm
2008-11-21closefrom the fds that we aren't interested in. pr5994Ted Unangst
2008-11-03be more clear about what getpwnam failed; ok claudioTheo de Raadt
2008-06-09drop root privileges in rtadvd to _rtadvdRainer Giedat
2008-06-08Send debug output to syslog instead of a file when receiving SIGUSR1.Rainer Giedat
2008-05-02do not always delay log initialization, when no configuration file isPierre-Yves Ritschard
2008-04-23Replace handrolled lists with SLISTs or TAILQs.Pierre-Yves Ritschard
2008-04-21Clean up logging by introducing the logging API used inRainer Giedat
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-18correct CMSG_SPACE and CMSG_LEN handling as done in other places. TheseTheo de Raadt
2007-01-10remove ancient code. sync w/ kameJun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2005-10-27sort options and sync usage();Jason McIntyre
2003-03-14correct use of sizeof.Jun-ichiro itojun Hagino
2003-03-14add missing ND option length validation. from kameJun-ichiro itojun Hagino
2002-09-10signo and ansiTheo de Raadt
2002-06-10Kill __FUNCTION__.Marc Espie
2002-06-09do not use \n in syslog()Theo de Raadt
2002-06-07avoid fd_set overrun. sync w/kameJun-ichiro itojun Hagino
2002-06-04use arc4randomJun-ichiro itojun Hagino
2002-05-29KNF, strlcpy, cleanups from kameJun-ichiro itojun Hagino
2002-05-21duplicated prototypeJun-ichiro itojun Hagino
2002-05-21minor KNF. plug a memory leak on reconfig.Jun-ichiro itojun Hagino
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-12-01fd_set, not struct fd_setTheo de Raadt
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-02-04avoid infinite loop when -s is specified (select loop mistake).Jun-ichiro itojun Hagino
2001-01-15sync with latest kame tree.Jun-ichiro itojun Hagino
2000-07-06sync with router renumber struct decl change.Jun-ichiro itojun Hagino
2000-05-23forgot to cvs add dump.[ch]Jun-ichiro itojun Hagino
2000-05-23sync with latest kame.Jun-ichiro itojun Hagino
2000-03-13bring in latest rtadvd source from kame.Jun-ichiro itojun Hagino
2000-02-02add -R flag (accept router renumbering). this makes rtadvd toJun-ichiro itojun Hagino
1999-12-11enable rtadvd in usr.sbin/Makefile.Jun-ichiro itojun Hagino
1999-12-11router advertisement daemon, from KAMEJun-ichiro itojun Hagino