Age | Commit message (Expand) | Author |
2015-11-03 | Recognize carp(4) interfaces (yes, they are special...) in order to send | Martin Pieuchot |
2015-10-25 | In case of error, also log the file name we failed to open. | Jeremie Courreges-Anglas |
2015-10-25 | ansify | Jeremie Courreges-Anglas |
2015-10-25 | pledge "stdio inet route"; ok deraadt@ | Jeremie Courreges-Anglas |
2015-10-25 | Stop writing down a pidfile. | Jeremie Courreges-Anglas |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-18 | Fix inconsistent spelling of `inconsistent' | Miod Vallat |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-04-21 | According to RFC 4861 and the actuall implementation rltime may not | Florian Obser |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-01 | "The logging of errors SHOULD be restricted to conflicting information | Florian Obser |
2015-01-01 | KNF; no binary change | Florian Obser |
2014-12-03 | rtsol is gone | Florian Obser |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-02 | make comment select() vs poll() agnostic | Theo de Raadt |
2014-11-02 | convert select() to poll(). | Theo de Raadt |
2014-10-22 | Replace abs(3) with llabs(3). | Brad Smith |
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 |