summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rtadvd.c
AgeCommit message (Expand)Author
2016-02-08Kill trailing whitespace.Jeremie Courreges-Anglas
2016-02-08typosJeremie Courreges-Anglas
2016-02-07Mark a few others functions as __dead; ok bluhm@Jeremie Courreges-Anglas
2016-02-05select -> poll in log message; ok bluhm@ florian@Jeremie Courreges-Anglas
2016-02-05Bail out if an unknown option is passed.Jeremie Courreges-Anglas
2015-12-01Use setsockopt(ROUTE_MSGFILTER) instead of hand-rolled filtering.Jeremie Courreges-Anglas
2015-11-30Clean up get_next_msg(): kill dead argument/codeJeremie Courreges-Anglas
2015-11-30Remove the already disabled Router Renumbering support (RFC2894).Jeremie Courreges-Anglas
2015-10-25ansifyJeremie Courreges-Anglas
2015-10-25pledge "stdio inet route"; ok deraadt@Jeremie Courreges-Anglas
2015-10-25Stop writing down a pidfile.Jeremie Courreges-Anglas
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-01"The logging of errors SHOULD be restricted to conflicting informationFlorian Obser
2015-01-01KNF; no binary changeFlorian Obser
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-02convert select() to poll().Theo de Raadt
2014-10-22Replace abs(3) with llabs(3).Brad Smith
2014-07-04malloc+memset -> callocPhilip Guenther
2014-05-15Deal with - actually, ignore - route info messages on the listening side.Jeremie Courreges-Anglas
2013-05-05typo in log message. ok sthen@Darren Tucker
2013-04-30- replace TIMEVAL_* function/macros with macros from sys/time.hFlorian Obser
2013-04-30move variables to type time_t; fix format stringsFlorian Obser
2013-04-19print tv_sec properlyTheo de Raadt
2013-04-17handle large tv_secTheo de Raadt
2012-07-08Add support for advertising dns servers and search paths in routerPeter Hessler
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