summaryrefslogtreecommitdiff
path: root/sbin/slaacd/frontend.c
AgeCommit message (Expand)Author
2018-07-23When moving between networks slaacd configures new addresses butFlorian Obser
2018-07-23Handle duplicate address detection failures.Florian Obser
2018-06-06After pledge the frontend process is only accepting fromFlorian Obser
2018-05-18merge two ifndef small blocks; no functional changeFlorian Obser
2018-05-18dead stores; from llvm scan-buildFlorian Obser
2018-05-17Handle RTM_DELETE of slaacd managed default route by re-inserting it.Florian Obser
2018-05-17Introduce SLAACD_RTA_LABEL define to not use a string constant allFlorian Obser
2018-05-16Create all sockets with SOCK_CLOEXEC, we never want to hold on to themFlorian Obser
2018-04-26The frontend tells the main process when the startup is finished soFlorian Obser
2018-02-20make sure we've read the lenght bytes before checking the lengthOtto Moerbeek
2018-02-19(static) byte buffers are not aligned in any way, malloc the buffer toOtto Moerbeek
2018-02-10RFC 7217 support for slaacdFlorian Obser
2017-12-10Move privileged initialization from frontend to main process.Florian Obser
2017-11-04Don't keep blindly chugging along when receiving an unexpected imsg,Florian Obser
2017-08-23When starting up or when the autoconf6 flag is set on an interfaceFlorian Obser
2017-08-21s/xflagssock/ioctlsock/ since the socket is (going to be) used forFlorian Obser
2017-08-12When read(2)'ing from the routing socket only one message is returned.Florian Obser
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-14run IMSG_UPDATE_IF through the main process, reduces upcomming diffFlorian Obser
2017-07-06Sprinkel in some #ifndef SMALL to make slaacd smaller for theFlorian Obser
2017-07-03s/log_warn/log_warnx/ where errno is not setFlorian Obser
2017-06-03Move slaacd to /sbinFlorian Obser