Age | Commit message (Expand) | Author |
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 |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-01 | Sync get_ifrdomain() to rad(8) version by removing a useles (void) | Florian Obser |
2020-11-29 | Fix previous; we need to set the icmp6ev in the interface to NULL | Florian Obser |
2020-11-28 | improve legibility of the newly introduced unref_icmp6ev() before this | Christian Weisgerber |
2020-11-28 | An interface might have disappeared or switched rdomains while we | Florian Obser |
2020-11-28 | Reduce code duplication by introducing unref_icmp6ev(). | Florian Obser |
2020-11-28 | Handle the case of an autoconf interface changing its rdomain. | 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 |
2020-09-17 | With the multi rdomain support, slaacd now sees all icmpv6 packets and | Sebastien Marie |
2020-09-14 | We might race against removal of an rdomain we just want to handle. | Florian Obser |
2020-09-14 | Let slaacd handle all rdomains in a single daemon. | Florian Obser |
2020-08-19 | When sending a router solicitation use the link-layer (mac) address of | Florian Obser |
2020-07-03 | Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY. | Florian Obser |
2020-05-25 | Do not log "startup" to syslog. | Florian Obser |
2020-04-17 | Only pay attention to interfaces in our routing domain | Florian Obser |
2020-04-16 | Make the control socket name depend on the routing domain we are in. | Florian Obser |
2020-04-14 | When slaacd is run in a routing domain (rdomain) other than the default (0) it | Florian Obser |
2020-03-28 | Move ND6_PRIV_* constants from nd6.h to slaacd the only place where | Florian Obser |
2019-12-15 | semarie diagnosed a what appeared to be a 'large backwards memcpy' of an | Theo de Raadt |
2019-11-23 | On startup withdraw all proposals for all interfaces by sending an | Florian Obser |
2019-11-22 | Merge DNS proposals coming from the same interface. | Florian Obser |
2019-11-21 | We do not send lifetimes or source in DNS proposals. | Florian Obser |
2019-11-21 | Configure the default route with RTP_NONE so that the kernel assigns | Florian Obser |
2019-11-20 | Form DNS proposals from router advertisements with a router lifetime | Florian Obser |
2019-11-11 | Send DNS proposals on route socket when new nameservers are learned | Florian Obser |
2019-11-08 | There is at most one Default Router Proposal present per router. | Florian Obser |
2019-11-08 | forgot to set proposal id | Florian Obser |
2019-11-07 | Remove half way implemented address and default route proposals. | Florian Obser |
2019-11-05 | trailing whitespace | Florian Obser |
2019-11-05 | Remove unused struct members, DNS proposals will be handled | Florian Obser |
2019-09-03 | It's perfectly normal for the SIOCGIFFLAGS and SIOCGIFXFLAGS to fail | Florian Obser |
2019-08-30 | Remove configured IPv6 addresses remaining when slaacd(8) detects a | pamela |
2019-08-26 | free(3) style functions should accept NULL and do nothing | pamela |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | let free_address_proposal() handle the LIST_REMOVE, like free_dfr_proposal() | Florian Obser |
2019-06-27 | free_dfr_proposal() does the LIST_REMOVE for us; do not run it twice | Florian Obser |
2019-06-07 | Reyk's ISP sends him router advertisements from non-link local | Florian Obser |