Age | Commit message (Expand) | Author |
2014-07-04 | malloc+memset -> calloc | Philip Guenther |
2014-06-29 | If you want <sys/queue.h>, you need to include it. Don't assume that | Theo de Raadt |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-05-15 | Deal with - actually, ignore - route info messages on the listening side. | Jeremie Courreges-Anglas |
2014-01-07 | use IF_NAMESIZE as size of buffer for interface name | Gleydson Soares |
2013-11-22 | unsigned char casts where needed for for ctype.h | Theo de Raadt |
2013-11-12 | ensure there are prototypes | Theo de Raadt |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-06-01 | Remove (char *) casts as agetstr() returns char *. | Brad Smith |
2013-06-01 | Add support for advertising route information (RFC 4191). | Brad Smith |
2013-05-18 | gabage->garbage in log string; | Jason McIntyre |
2013-05-08 | Replace use of strncpy with memcpy. Previous code used strncpy on data | Brad Smith |
2013-05-08 | Reduce size of some unused arrays. | Brad Smith |
2013-05-08 | Minor style cleanups. | Brad Smith |
2013-05-08 | Fix a comparison when building a packet with DNS search lists. | Brad Smith |
2013-05-08 | Correctly compute packet size when including DNS search lists. | Brad Smith |
2013-05-05 | typo in log message. ok sthen@ | Darren Tucker |
2013-04-30 | - replace TIMEVAL_* function/macros with macros from sys/time.h | Florian Obser |
2013-04-30 | move variables to type time_t; fix format strings | Florian Obser |
2013-04-19 | print tv_sec properly | Theo de Raadt |
2013-04-17 | handle large tv_sec | Theo de Raadt |
2013-04-02 | tv_sec is not neccessarily the same type (or size) as time_t | Theo de Raadt |
2013-03-30 | Fix typos. | Lawrence Teo |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2013-03-17 | Add the router preference defines to the icmp6.h header and remove the | Brad Smith |
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 |