Age | Commit message (Expand) | Author |
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 |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2023-02-15 | Use correct order of arguments for shutdown(2). | Florian Obser |
2022-11-27 | Provide more accurate lock error message | Klemens Nanni |
2022-09-15 | Ignore error when we try to delete an address that's already gone. | Florian Obser |
2022-08-29 | Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd, | Theo de Raadt |
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-04 | Wait for the link-local address to become non-tentative. | Florian Obser |
2022-01-03 | Prefix life time is independent from router life time. | Florian Obser |
2021-12-27 | knf | Florian Obser |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-28 | Make sure the interface still exists before updating it. | Florian Obser |
2021-11-28 | Make sure if_index is set in all case statements and use it | Florian Obser |
2021-08-24 | When an interface disappears, e.g. when a usb dongle gets unplugged, | Florian Obser |
2021-07-27 | The SIOCAIFADDR_IN6 ioctl could lose a race against another process | Florian Obser |
2021-07-22 | Send rDNS proposals on ramdisks | kn |
2021-07-21 | Use exclusive lock under /dev/, silence expected errors in installer | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-05-01 | In singel user mode / is mounted ro. Just warn if we can't create | Florian Obser |
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-11 | When RFC 8981 obsoleted RFC 4941 the terminology changed from | Florian Obser |
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-03-02 | remove uneeded md5.h include | Jonathan Gray |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | 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 | Move control_state and ctl_conns to control.c, it's not needed | Florian Obser |
2021-01-19 | No need for a global slaacd_process; unbreaks -fno-common. | Florian Obser |
2021-01-17 | Mark up locations of KAME hack with #ifdef __KAME__ so that we can | Florian Obser |
2021-01-16 | Oops, fix previous. | Florian Obser |
2021-01-16 | Only recover the KAME embedded scope if the sin6_scope_id is not | Florian Obser |