Age | Commit message (Expand) | Author |
25 hours | Convert sbin and usr.bin to check for imsgbuf_init failure and add | Claudio Jeker |
25 hours | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
25 hours | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
25 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
25 hours | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
25 hours | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
2024-08-24 | Simplify engine_showinfo_ctl() | Florian Obser |
2024-08-24 | Do not peek inside of struct imsg. | Florian Obser |
2024-07-13 | Reduce if_indextoname(3) usage. | Florian Obser |
2024-06-03 | more sleepy florian knf issues | Theo de Raadt |
2024-04-21 | Pass advertising router to the kernel. | Florian Obser |
2024-02-11 | Remove needless includes of netinet6/ip6_var.h header in userland. | Alexander Bluhm |
2024-02-03 | Stop spamming syslog when the network does something silly. | Florian Obser |
2023-12-14 | Use imsg_get_fd() to access the fd passed with the imsg. | Claudio Jeker |
2023-04-30 | Remove artifical limit of 2 hours on a PIO lifetime, as recommended by | Peter Hessler |
2022-08-26 | Move (unused) functions under !SMALL | Klemens Nanni |
2022-07-23 | Delete autoconf or temporary address if flag is removed. | Florian Obser |
2022-07-23 | Delete addresses when interface is no longer autoconf. | Florian Obser |
2022-07-12 | Rewrite state machine in the style of dhcpleased(8). | Florian Obser |
2022-06-28 | unbreak build; found the hard way by stsp | Florian Obser |
2022-06-28 | gc timeout_count, it's unused and I don't remember what I wanted to | Florian Obser |
2022-06-26 | remove outdated comment | Florian Obser |
2022-03-21 | Prevent crash of unprivileged engine process (pledged stdio). | Florian Obser |
2022-02-20 | Nameservers in router advertisements are struct in6_addr, not | Florian Obser |
2022-01-03 | Prefix life time is independent from router life time. | Florian Obser |
2021-07-22 | Send rDNS proposals on ramdisks | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-05-01 | Allow running in single user mode where /var/empty doesn't exist by | Florian Obser |
2021-03-21 | Use new terminology of RFC 8981 and (mechanically) replace "privacy" | Florian Obser |
2021-03-21 | Don't warn that we can't form a temporary address when a router | Florian Obser |
2021-03-20 | RFC 8981 allows the configuration of only temporary IPv6 addresses. | Florian Obser |
2021-03-20 | Fix SMALL build when done from sbin/slaacd | kn |
2021-03-07 | Withdraw nameservers when the interface goes down. | Florian Obser |
2021-03-07 | Fold get_lladdr into update_iface, now the only caller. | Florian Obser |
2021-03-07 | No need to pass the link local and hw address around, we have it | Florian Obser |
2021-03-07 | reshuffle to bring more in line with dhcpleased | Florian Obser |
2021-03-07 | Introduce engine_update_if(). | Florian Obser |
2021-03-06 | Implement last remaining bits to update from RFC 4941 to RFC 8981. | Florian Obser |
2021-03-02 | Fix indentation of switch / case. No binary change. | Florian Obser |
2021-02-26 | remove some unused functions in slaacd | Jonathan Gray |
2021-01-19 | Make imsg event structs static to fix -fno-common. | Florian Obser |
2021-01-19 | No need for a global slaacd_process; unbreaks -fno-common. | Florian Obser |
2020-10-30 | Track creation time of address proposals to be able to establish total | Florian Obser |
2020-10-30 | If Duplicate Address Detection (DAD) fails only generate a new address | Florian Obser |
2020-10-30 | Follow RFC 4941 and calculate the desync_factor at startup. | Florian Obser |
2020-10-30 | Since the RFC 4941 constants are no longer in a public header | Florian Obser |
2020-10-30 | Pull check for duplicate address up to skip them early, we are not | Florian Obser |
2020-10-30 | update_iface_ra does too much, move prefix handling into function. | Florian Obser |
2020-10-30 | update_iface_ra does too much, move dfr handling into function. | Florian Obser |
2020-10-30 | update_iface_ra does too much, move rdns handling into function. | Florian Obser |