Age | Commit message (Expand) | Author |
8 hours | Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour | Claudio Jeker |
8 hours | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
8 hours | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
8 hours | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
8 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
8 hours | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
9 hours | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
12 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 |