Age | Commit message (Expand) | Author |
13 days | sync curly braces markup, fix indent | Klemens Nanni |
2024-07-02 | Use correct idiom to get mac addresses from ethernet-like interfaces. | Florian Obser |
2024-05-31 | Preferred and valid lifetime options are sometimes ignored. | Florian Obser |
2024-05-31 | Prefixes delegated via DHCPv6 have a lifetime, honour it. | Florian Obser |
2024-05-31 | getifaddrs(3) does a non trivial amount of work. | Florian Obser |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-17 | Send source link-layer address option in router advertisements. | Florian Obser |
2024-04-23 | Use "indicate" to match reset of the document. | Florian Obser |
2024-04-23 | Implement RFC 4191 default router preference. | Florian Obser |
2024-02-11 | Remove needless includes of netinet6/ip6_var.h header in userland. | Alexander Bluhm |
2023-12-14 | Use imsg_get_fd() to access the file descriptor passed in the imsg. | Claudio Jeker |
2023-04-27 | RFC 9096 changes the default timers for prefix preferred and valid lifetimes, | Peter Hessler |
2023-04-19 | remove duplicate includes | Jonathan Gray |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-15 | .Oc -> .Op in previous; | Jason McIntyre |
2022-10-15 | Do not throw away errno. | Florian Obser |
2022-10-15 | Implement RFC 8781 PREF64 router advertisement option. | Florian Obser |
2022-09-23 | Xr to correct man page; from Josiah Frentsos, thanks! | Florian Obser |
2022-03-23 | Rate limit router advertisements according to RFC 4861 6.2.6. In | Florian Obser |
2022-01-17 | rad: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-05-13 | RFC 4861 4.1 allows router solicitations from the unspecified address | Florian Obser |
2021-03-02 | remove uneeded md5.h include | Jonathan Gray |
2021-03-01 | off by one in bounds test | Jonathan Gray |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-23 | previous commit mismanaged the control fd | Theo de Raadt |
2021-01-19 | Get rid of inet_net_pton and inet_net_ntop. | Florian Obser |
2021-01-19 | Make imsg event structs static to fix -fno-common. | Florian Obser |
2021-01-19 | Move control_state and ctl_conns to control.c, it's not needed | Florian Obser |
2021-01-19 | No need for a global rad_process; unbreaks -fno-common. | Florian Obser |
2021-01-18 | Remove unused variable in an effort to make this -fno-common clean. | Florian Obser |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-01 | Remove useless void cast annotation. | Florian Obser |
2020-12-01 | Let rad(8) handle all rdomains in a single daemon, similar to previous | Florian Obser |
2020-11-27 | Check if the interface has an IPv6 link-local address before using it. | Florian Obser |
2020-06-26 | Replace SIMPLEQ concatenation loops with SIMPLEQ_CONCAT | bket |
2020-05-20 | Include interface name in warning when a RA is recieved from a non-link-local | Claudio Jeker |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-03-30 | Use defines instead of raw numbers for intervals specified by RFC | Florian Obser |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-11-10 | Consistently use _rcctl enable foo_ in examples, it's simpler and less | Landry Breuil |
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 |