Age | Commit message (Expand) | Author |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-07-11 | Remove RTM_LOSING from the file, it is no longer used by OpenBSD and | Claudio Jeker |
2018-07-01 | more RTM_LOCK removals | Theo de Raadt |
2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. | Martin Pieuchot |
2018-06-14 | fix mem leak | Florian Obser |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2017-08-23 | No need to handle more than one routing message here. | Jeremie Courreges-Anglas |
2017-07-28 | pass the size of the dst buffer to strlcat, not the source; pointed | Florian Obser |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-13 | Add OpenBSD RCS id. | Alexander Bluhm |
2016-08-12 | 6bone -> documentation range | Jeremie Courreges-Anglas |
2016-08-05 | Add a -u switch to always log route insertions/deletions. | Jeremie Courreges-Anglas |
2016-08-05 | Use tighter pledge(2) restrictions. | Jeremie Courreges-Anglas |
2016-08-05 | Rework logging. | Jeremie Courreges-Anglas |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-06 | route6d spring cleanup | Jeremie Courreges-Anglas |
2016-01-25 | No need to declare main(). | Jeremie Courreges-Anglas |
2016-01-25 | malloc+memset -> calloc | Jeremie Courreges-Anglas |
2015-12-19 | Remove NULL-check before free(). | mmcc |
2015-11-30 | Sort includes. | Jeremie Courreges-Anglas |
2015-11-30 | Fix error message after conversion from select(2) to poll(2). | Jeremie Courreges-Anglas |
2015-10-26 | Partial revert of r1.79, "np" handling is a bit trickier than expected. | Jeremie Courreges-Anglas |
2015-10-26 | Rename the struct pollfd array, "set" -> "pfd" | Jeremie Courreges-Anglas |
2015-10-26 | Those variables should be local to the functions where they are used. | Jeremie Courreges-Anglas |
2015-10-26 | Kill unused variable and function. | Jeremie Courreges-Anglas |
2015-10-25 | hms() returns a pointer to static storage, annotate the return type with "const" | Jeremie Courreges-Anglas |
2015-10-25 | Correctly print size_t/time_t. | Jeremie Courreges-Anglas |
2015-10-25 | Plug memory leak introduced in r1.15. | Jeremie Courreges-Anglas |
2015-10-25 | Those two functions take no parameters, thus /* ARGSUSED */ is meaningless. | Jeremie Courreges-Anglas |
2015-10-25 | Sync surrounding code after reallocarray introduction. | Jeremie Courreges-Anglas |
2015-10-25 | Rename allocopy() to xstrdup(), and make use of strdup(3). | Jeremie Courreges-Anglas |
2015-10-25 | Kill unused ROUTE6D_CONF define. | Jeremie Courreges-Anglas |
2015-10-25 | Another pidfile(3) removal; ok benno@ | Jeremie Courreges-Anglas |
2015-10-18 | Tweak previous: call fatal(), not err(3), for consistency. err.h goes away. | Jeremie Courreges-Anglas |
2015-10-17 | route6d pledges to use only "stdio rpath wpath cpath inet route mcast" | Jeremie Courreges-Anglas |
2015-10-16 | Unbreak route6d. | Jeremie Courreges-Anglas |
2015-09-11 | RTF_XRESOLVE is gone. | Martin Pieuchot |
2015-09-10 | delete obsolete .Bk from the SYNOPSIS | Ingo Schwarze |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-02-04 | Fix potentional double free in do-while-loop. | Alexander Bluhm |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-08 | obvious reallocarray(); ok doug | Theo de Raadt |
2014-03-24 | Remove commented out MSG_DONTROUTE flag. No object change. | Martin Pieuchot |
2014-01-22 | RTA_GENMASK is going to die soon so no need to handle it anymore. | Claudio Jeker |
2014-01-07 | Asa Yeamans points out that we need to CMSG_SPACE[] for the 2nd message | Theo de Raadt |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-26 | replace rand(3)/random(3) calls with secure arc4random*() | Christian Weisgerber |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |