summaryrefslogtreecommitdiff
path: root/sbin/slaacd
AgeCommit message (Expand)Author
2017-08-23Overhaul verbosity handling.Florian Obser
2017-08-23Ooops, we need to call timeout_from_lifetime() in configure_address()Florian Obser
2017-08-23When starting up or when the autoconf6 flag is set on an interfaceFlorian Obser
2017-08-23We will never need this on the ramdisk.Florian Obser
2017-08-23Extract timeout_from_lifetime(); to be used in more places.Florian Obser
2017-08-22slaacd.sock moved to /dev a while ago.Florian Obser
2017-08-21s/xflagssock/ioctlsock/ since the socket is (going to be) used forFlorian Obser
2017-08-21Move sin6_to_str() to slaacd.c so that it can be used in moreFlorian Obser
2017-08-19Set route label to make it easier to identify slaacd routes.Florian Obser
2017-08-19Set correct sin6_len for mask, amazing that this even worked.Florian Obser
2017-08-18Timeouts should be time_t to prevent overflows.Florian Obser
2017-08-12Make not yet implemented pledges more visible in grep output.Florian Obser
2017-08-12When read(2)'ing from the routing socket only one message is returned.Florian Obser
2017-08-05move common debug code to sin6_to_str()Florian Obser
2017-08-04No need for LIST_FOREACH_SAFE, we want to remove exactly one interfaceFlorian Obser
2017-08-04When free(3)'ing an address_proposal we need to stop the libeventFlorian Obser
2017-07-30leftovers from newdFlorian Obser
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-17Overhaul handling of vltime and pltime processingFlorian Obser
2017-07-14run IMSG_UPDATE_IF through the main process, reduces upcomming diffFlorian Obser
2017-07-09Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FACTOR secondsFlorian Obser
2017-07-09If we lower the pltime for privacy addresses skew it byFlorian Obser
2017-07-06Sprinkel in some #ifndef SMALL to make slaacd smaller for theFlorian Obser
2017-07-06reorder imsg_type enum so that we can #ifndef SMALL all the controlFlorian Obser
2017-07-06move rpref enum definition up so that we can #ifndef SMALL a big blockFlorian Obser
2017-07-05Validate prefix information in router advertisements according to RFCFlorian Obser
2017-07-03s/log_warn/log_warnx/ where errno is not setFlorian Obser
2017-06-06We are going to start slaacd(8) much earlier, before /var is evenFlorian Obser
2017-06-03Move slaacd to /sbinFlorian Obser