Age | Commit message (Expand) | Author |
2019-10-18 | Plug mem leak in error path; ok florian@ who also spotted the rad case | Otto Moerbeek |
2019-09-07 | Do not try to send router advertisements on interfaces that have no link. | Florian Obser |
2019-09-06 | this bit about soii and link-local addresses is no longer needed since | Sebastian Benoit |
2019-08-08 | Fix a bunch of typos in various man pages. | Frederic Cambus |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-12 | Unbreak listening for prefix changes. | Florian Obser |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-03-15 | Only accept one ICMPv6 and one route socket. | Florian Obser |
2019-03-15 | Correctly interlock config reloads imsgs. | Florian Obser |
2019-03-15 | Do not accept a control socket if we already have one. | Florian Obser |
2019-03-12 | fix line break | pamela |
2019-03-12 | In the manner of recent changes to unwind(8) and slaacd(8), make imsg | pamela |
2019-03-11 | Change fatal() to fatalx() where errno is not set. | pamela |
2019-03-02 | Introduce the IMSG_DATA_SIZE() macro to replace recurring math on imsg.hdr.le... | pamela |
2019-03-01 | trailing whitespace | Florian Obser |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-01-29 | We don't need IMSG_SHUTDOWN, we can just close the sockets. | Florian Obser |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2019-01-02 | minor tweaks; | Jason McIntyre |
2018-11-28 | Discovered prefixes should not override explicitly configured | Florian Obser |
2018-11-21 | Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf. | Reyk Floeter |
2018-11-16 | Don't fatal if IPV6_LEAVE_GROUP fails. | Reyk Floeter |
2018-11-09 | Document interactions of rad(8), carp(4), and SOII: | Stefan Sperling |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-16 | If a prefix without length was specifed in the config file, then | Alexander Bluhm |
2018-09-16 | With prefixlen 128, mask_prefix() in rad(8) caused a stack overflow | Alexander Bluhm |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-15 | SIOCGIFNETMASK_IN6 failing just means that someone delete the address | Florian Obser |
2018-08-05 | Since -s argument is no longer checked, during reexec, the argv size then must | Ricardo Mestre |
2018-08-04 | Leave the control socket behind on shutdown. It doesn't hurt anyone. | Florian Obser |
2018-08-03 | advertise slaacd.8; | Jason McIntyre |
2018-08-03 | sort; ok florian | Jason McIntyre |
2018-08-03 | Move dns settings to global options so that they don't need to be | Florian Obser |
2018-07-21 | sort; | Jason McIntyre |
2018-07-20 | No need to copy rdns_lifetime around with an IMSG, it gets send to the | Florian Obser |
2018-07-20 | Fix mem leaks on config reload: | Florian Obser |
2018-07-20 | fix mem leak: missing freeifaddrs | Florian Obser |
2018-07-20 | Introduce MTU option. | bket |
2018-07-20 | We need to track the auto prefix in ra_prefix_conf otherwise we can't | Florian Obser |
2018-07-20 | Rename "resolver" to "nameserver" in the configuration file. | Florian Obser |
2018-07-18 | Stop our own router advertisements from looping back to us. | Florian Obser |
2018-07-18 | Don't log_warn on normal conditions, it should be log_debug. | Florian Obser |
2018-07-15 | tweak previous; | Jason McIntyre |
2018-07-15 | Implement RFC 8106: IPv6 Router Advertisement Options for DNS | Florian Obser |
2018-07-15 | mark up managed / other configuration | Florian Obser |
2018-07-15 | It's a packet, not package. | Florian Obser |
2018-07-15 | nuke newd leftover | Florian Obser |
2018-07-13 | Monitor the route socket and regenerate the list of interfaces and | Florian Obser |
2018-07-13 | add missing IMSG_STARTUP; unclear why this ever worked | Florian Obser |