summaryrefslogtreecommitdiff
path: root/sbin/slaacd/slaacd.c
AgeCommit message (Expand)Author
2024-08-24Stop peeking into struct imsg when relaying control messages.Florian Obser
2024-08-24Do not peek inside of struct imsg.Florian Obser
2024-08-24Helper function for logging imsg type names.Florian Obser
2024-04-21Pass advertising router to the kernel.Florian Obser
2023-02-15Use correct order of arguments for shutdown(2).Florian Obser
2022-11-27Provide more accurate lock error messageKlemens Nanni
2022-09-15Ignore error when we try to delete an address that's already gone.Florian Obser
2022-07-12Rewrite state machine in the style of dhcpleased(8).Florian Obser
2021-08-24When an interface disappears, e.g. when a usb dongle gets unplugged,Florian Obser
2021-07-27The SIOCAIFADDR_IN6 ioctl could lose a race against another processFlorian Obser
2021-07-22Send rDNS proposals on ramdiskskn
2021-07-21Use exclusive lock under /dev/, silence expected errors in installerkn
2021-05-01In singel user mode / is mounted ro. Just warn if we can't createFlorian Obser
2021-03-21Use new terminology of RFC 8981 and (mechanically) replace "privacy"Florian Obser
2021-03-07Fold get_lladdr into update_iface, now the only caller.Florian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-01-19Make imsg event structs static to fix -fno-common.Florian Obser
2021-01-19No need for a global slaacd_process; unbreaks -fno-common.Florian Obser
2021-01-17Mark up locations of KAME hack with #ifdef __KAME__ so that we canFlorian Obser
2020-12-01Sync get_ifrdomain() to rad(8) version by removing a useles (void)Florian Obser
2020-09-14We might race against removal of an rdomain we just want to handle.Florian Obser
2020-09-14Let slaacd handle all rdomains in a single daemon.Florian Obser
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.Florian Obser
2020-05-25Do not log "startup" to syslog.Florian Obser
2020-04-16Make the control socket name depend on the routing domain we are in.Florian Obser
2020-04-14When slaacd is run in a routing domain (rdomain) other than the default (0) itFlorian Obser
2019-12-15semarie diagnosed a what appeared to be a 'large backwards memcpy' of anTheo de Raadt
2019-11-23 On startup withdraw all proposals for all interfaces by sending anFlorian Obser
2019-11-22 Merge DNS proposals coming from the same interface.Florian Obser
2019-11-21Configure the default route with RTP_NONE so that the kernel assignsFlorian Obser
2019-11-11 Send DNS proposals on route socket when new nameservers are learnedFlorian Obser
2019-11-07 Remove half way implemented address and default route proposals.Florian Obser
2019-11-05trailing whitespaceFlorian Obser
2019-08-30Remove configured IPv6 addresses remaining when slaacd(8) detects apamela
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-03-11Make slaacd(8) imsg processing more paranoid. Unexpected size mismatchespamela
2019-03-11Change fatal() to fatalx() where errno is not set.pamela
2019-03-05slaacd doesn't have a config file to reload on hangup. We can ignorepamela
2019-03-02Introduce the IMSG_DATA_SIZE() macro to replace recurring math onpamela
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2018-08-19Call daemon with 0 as first argument so that it changes the cwd to /Florian Obser
2018-08-05Since -s argument is no longer checked, during reexec, the argv size then mustRicardo Mestre
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser
2018-07-27Enable slaacd(8) to set MTU on an interface.bket
2018-07-23When moving between networks slaacd configures new addresses butFlorian Obser
2018-07-23Handle duplicate address detection failures.Florian Obser
2018-07-09Remove array of IMSG type names.Florian Obser
2018-07-07slaacd is not interested in v4-related route messages so set the addressStuart Henderson
2018-06-18Pledge main process now that we have wroute.Florian Obser