summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
AgeCommit message (Expand)Author
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
2003-03-18ip address -> IP address;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-07-10sync w/kame (style)Jun-ichiro itojun Hagino
2002-07-10check malloc return; from Chad Loder <cloder@acm.org>Todd T. Fries
2002-06-15remove redundant arg to syslog() netbsd-current via kameJun-ichiro itojun Hagino
2002-06-10Kill __FUNCTION__.Marc Espie
2002-06-09strchr() instead of index()Theo de Raadt
2002-06-09do not use \n in syslog()Theo de Raadt
2002-06-08do not use deprecated ioctlsJun-ichiro itojun Hagino
2002-06-07avoid fd_set overrun. sync w/kameJun-ichiro itojun Hagino
2002-06-04use arc4randomJun-ichiro itojun Hagino
2002-05-29grammar from netbsd via kameJun-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-03-14kill more registers.Mike Pechkin
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-07-25We have to undo the changes to the 3rd party code, because it makesMike Pechkin
2001-07-20we don't like:Mike Pechkin
2001-06-03avoid integer overflow on lifetime value. sync with kameJun-ichiro itojun Hagino
2001-02-05typo. ntohl -> htonl. sync with kameJun-ichiro itojun Hagino
2001-02-04avoid infinite loop when -s is specified (select loop mistake).Jun-ichiro itojun Hagino
2001-01-23make sure to initialize prefix information data before use. sync with kameJun-ichiro itojun Hagino
2001-01-21sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.Jun-ichiro itojun Hagino
2001-01-21do not intsall rtadvd.conf into /etc, it is not required to use itJun-ichiro itojun Hagino
2001-01-15sync with latest kame tree.Jun-ichiro itojun Hagino