summaryrefslogtreecommitdiff
path: root/sbin/dhcpleased/engine.c
AgeCommit message (Expand)Author
2021-08-04Do not enter a tight INIT -> REQUESTING -> INIT loop when the dhcpFlorian Obser
2021-08-01Do not abuse the IMSG_CTL_SEND_REQUEST imsg to transition toFlorian Obser
2021-07-26Implement possibility to send vendor class identifier (option 60) andFlorian Obser
2021-07-25If the lease didn't contain renewal or rebinding options set theFlorian Obser
2021-07-23When dhcpleasectl asks to send a new request on an interface we areFlorian Obser
2021-07-18Ignore routers option when a classless static routes option is presentFlorian Obser
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-06-20Put (boot) filename, next-server, host-name and domain-name into leaseFlorian Obser
2021-06-18fix SMALL buildFlorian Obser
2021-06-16Implement classless static routes dhcp option.Florian Obser
2021-05-01Allow running in single user mode where /var/empty doesn't exist byFlorian Obser
2021-04-14my fingers cannot avoid KNF'ing as I review codeTheo de Raadt
2021-04-09When a DHCP server sends an invalid T1 or T2 default back to the defaultMartijn van Duren
2021-03-22Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florianOtto Moerbeek
2021-03-16Don't (try to) deconfigure an interface that was never configured.Florian Obser
2021-03-07Reduce debug logging by moving protocol level debug logFlorian Obser
2021-03-07No need to cap the exponential backoff here, iface_timeout() alreadyFlorian Obser
2021-03-06Turns out there are dhcp servers that ignore DHCPREQUEST messages whenFlorian Obser
2021-03-01Log adding and deleting of IP addresses as well as nameservers.Florian Obser
2021-03-01We really must handle all possible enumeration values inFlorian Obser
2021-03-01Let send_rdns_withdraw and send_deconfigure_interface clean up afterFlorian Obser
2021-02-28Introduce #defines for exponential backoff, explain where they comeFlorian Obser
2021-02-27Read the lease file into a statically sized buffer and pass it over toFlorian Obser
2021-02-26Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leasesFlorian Obser