Age | Commit message (Expand) | Author |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-05 | don't truncate a pointer to int, before checking the low bits -- use uintptr_t | Theo de Raadt |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; | Jason McIntyre |
2012-08-08 | Mention RFC 6106; from brad@, content ok lteo@. | Ingo Schwarze |
2012-07-11 | Unbreak the tree for gcc2 arches. | Peter Hessler |
2012-07-09 | Use size_t for the length variable | Peter Hessler |
2012-07-08 | Add support for advertising dns servers and search paths in router | Peter Hessler |
2012-07-08 | new sentence, new line; | Jason McIntyre |
2012-07-08 | Add noifprefix, an option to send an RA with no prefix information. | Peter Hessler |
2011-07-05 | Do not use (ifam + 1) to find the start of the sockaddrs. Use the | Claudio Jeker |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-22 | use timerclear macro | Okan Demirmen |
2011-03-02 | Don't use a flag value as index into the 2 element array on_off. | Alexander Bluhm |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-06-26 | irr->irr_raf_mask_onlink and irr->irr_raf_mask_auto are single-bit bitfields | Philip Guenthe |
2010-05-21 | remove unused functions | Charles Longeau |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2009-07-11 | fix the RTM_VERSION check in the evil loop to really get | Rainer Giedat |
2009-07-10 | Advance the pointer past the message on the routing socket where | Stuart Henderson |
2009-07-07 | Forgot to commit this while adding all the RTM_VERSION checks. Reminded by | Claudio Jeker |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
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 |
2008-07-19 | Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead | Reyk Floeter |
2008-06-09 | drop root privileges in rtadvd to _rtadvd | Rainer Giedat |
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 |
2008-05-02 | do not always delay log initialization, when no configuration file is | Pierre-Yves Ritschard |
2008-04-23 | Replace handrolled lists with SLISTs or TAILQs. | Pierre-Yves Ritschard |
2008-04-22 | tweak previous; | Jason McIntyre |
2008-04-21 | Clean up logging by introducing the logging API used in | Rainer Giedat |
2008-04-20 | Take failed system calls more serious than LOG_INFO. | Rainer Giedat |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt |
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 |
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 |