Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-21 | fix ugly debug dump output. found with bluhm@ | Rainer Giedat | |
ok thib@, bluhm@ | |||
2008-07-19 | Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead | Reyk Floeter | |
of the deprecated 3ffe::/16 6bone test address space. Deprecated or public IPv6 allocations should not be used for documentation; we have the same approach for IPv4 by using RFC 1918 private addresses. ok jmc@ todd@ | |||
2008-06-09 | drop root privileges in rtadvd to _rtadvd | Rainer Giedat | |
ok deraadt@, reyk@, pyr@ | |||
2008-06-09 | some syslog Xr; | Jason McIntyre | |
2008-06-08 | Send debug output to syslog instead of a file when receiving SIGUSR1. | Rainer Giedat | |
This is a preparation for dropping privileges. ok henning@, pyr@ | |||
2008-05-02 | do not always delay log initialization, when no configuration file is | Pierre-Yves Ritschard | |
present, which is the most common use of rtadvd, it would otherwise always print messages to the console though the situation is valid. this fixes a regression introduced with the new logging code. ok rainer@, todd@, fgsch@ | |||
2008-04-23 | Replace handrolled lists with SLISTs or TAILQs. | Pierre-Yves Ritschard | |
Timers remain and will be handled later. | |||
2008-04-22 | tweak previous; | Jason McIntyre | |
2008-04-21 | Clean up logging by introducing the logging API used in | Rainer Giedat | |
other daemons and clean up the command line options. For details, see rtadvd(8). ok bluhm@, pyr@ | |||
2008-04-20 | Take failed system calls more serious than LOG_INFO. | Rainer Giedat | |
This is mainly in preparation for more changes to logging. Ok bluhm@, pyr@ | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt | |
are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-01-10 | remove ancient code. sync w/ kame | Jun-ichiro itojun Hagino | |
2006-12-19 | no need for -DINET6 | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-11-16 | ignore messages for routing tables other than the main one | Henning Brauer | |
2006-03-22 | Add additional limit check to ensure that we do not overflow pp->prefix | Claudio Jeker | |
while masking the prefix. Fix from itojun@. OK dhartmei@ | |||
2005-12-20 | some wording improvements; | Jason McIntyre | |
2005-10-27 | sort options and sync usage(); | Jason McIntyre | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2004-09-15 | some grammar fixes, and a consistency fix i forgot to commit; | Jason McIntyre | |
2003-10-23 | typos from Jared Yanovich, plus a few more independant -> independent; | Jason McIntyre | |
2003-09-23 | simplify by using getifaddrs. cedric@ ok | Jun-ichiro itojun Hagino | |
2003-09-21 | plug memory leak. from kame. fgsch ok | Jun-ichiro itojun Hagino | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-25 | "addrs" is not needed any more | Jun-ichiro itojun Hagino | |
2003-06-18 | need "a". from jmc | Jun-ichiro itojun Hagino | |
2003-06-18 | relax config syntax; addrs#x is not needed any more. millert ok | Jun-ichiro itojun Hagino | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-09 | No longer need -lcompat | Todd C. Miller | |
2003-04-27 | string cleaning; from tdeval and tedu | Theo de Raadt | |
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre | |
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@ | |||
2003-03-18 | ip address -> IP address; | Jason McIntyre | |
rtadvd.conf(5): positve -> positive; ok miod@ | |||
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-07-10 | sync w/kame (style) | Jun-ichiro itojun Hagino | |
2002-07-10 | check malloc return; from Chad Loder <cloder@acm.org> | Todd T. Fries | |
ok me, henning@ | |||
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-06-09 | strchr() instead of index() | Theo de Raadt | |
2002-06-09 | do not use \n in syslog() | Theo de Raadt | |
2002-06-08 | do not use deprecated ioctls | Jun-ichiro itojun Hagino | |
2002-06-07 | avoid fd_set overrun. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-04 | use arc4random | Jun-ichiro itojun Hagino | |