summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
AgeCommit message (Expand)Author
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-03-22use timerclear macroOkan Demirmen
2011-03-02Don't use a flag value as index into the 2 element array on_off.Alexander Bluhm
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-06-26irr->irr_raf_mask_onlink and irr->irr_raf_mask_auto are single-bit bitfieldsPhilip Guenthe
2010-05-21remove unused functionsCharles Longeau
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-07-11fix the RTM_VERSION check in the evil loop to really getRainer Giedat
2009-07-10Advance the pointer past the message on the routing socket whereStuart Henderson
2009-07-07Forgot to commit this while adding all the RTM_VERSION checks. Reminded byClaudio Jeker
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
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-07-21fix ugly debug dump output. found with bluhm@Rainer Giedat
2008-07-19Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 insteadReyk Floeter
2008-06-09drop root privileges in rtadvd to _rtadvdRainer Giedat
2008-06-09some syslog Xr;Jason McIntyre
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-22tweak previous;Jason McIntyre
2008-04-21Clean up logging by introducing the logging API used inRainer Giedat
2008-04-20Take failed system calls more serious than LOG_INFO.Rainer 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-05-31convert to new .Dd format;Jason McIntyre
2007-01-10remove ancient code. sync w/ kameJun-ichiro itojun Hagino
2006-12-19no need for -DINET6Jun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-11-16ignore messages for routing tables other than the main oneHenning Brauer
2006-03-22Add additional limit check to ensure that we do not overflow pp->prefixClaudio Jeker
2005-12-20some wording improvements;Jason McIntyre
2005-10-27sort options and sync usage();Jason McIntyre
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2004-09-15some grammar fixes, and a consistency fix i forgot to commit;Jason McIntyre
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre
2003-09-23simplify by using getifaddrs. cedric@ okJun-ichiro itojun Hagino
2003-09-21plug memory leak. from kame. fgsch okJun-ichiro itojun Hagino
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-25"addrs" is not needed any moreJun-ichiro itojun Hagino
2003-06-18need "a". from jmcJun-ichiro itojun Hagino
2003-06-18relax config syntax; addrs#x is not needed any more. millert okJun-ichiro itojun Hagino
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-09No longer need -lcompatTodd C. Miller
2003-04-27string cleaning; from tdeval and teduTheo de Raadt
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre