summaryrefslogtreecommitdiffstats
path: root/sbin/dhcpleased (follow)
Commit message (Expand)AuthorAgeFilesLines
* If we want to configure default routes over multiple interfaces weflorian2021-03-271-4/+19
* BOOTP has a minimum packet length of 300 bytes. Since DHCP isflorian2021-03-221-2/+10
* Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florianotto2021-03-221-2/+2
* RTM_IFINFO is providing the mac address now, no need to go throughflorian2021-03-191-44/+16
* Split off init_ifaces from update_iface. init_ifaces discovers theflorian2021-03-171-76/+152
* Don't (try to) deconfigure an interface that was never configured.florian2021-03-161-1/+4
* We can't learn anything interesting from RTM_NEWADDR, stop handlingflorian2021-03-162-11/+3
* Since we are doing getifaddrs() anyway we can get the rdomain out offlorian2021-03-141-49/+33
* Reduce debug logging by moving protocol level debug logflorian2021-03-073-129/+177
* No need to cap the exponential backoff here, iface_timeout() alreadyflorian2021-03-071-9/+7
* Turns out there are dhcp servers that ignore DHCPREQUEST messages whenflorian2021-03-061-16/+24
* Only attach a fully configured bpf filter to a network interface.florian2021-03-021-8/+8
* Must include netinet/in.h before netinet/ip.h or bad things happen.claudio2021-03-021-4/+3
* Make unveiling the lease directory a warning instead of a fatal errorflorian2021-03-021-4/+12
* Better unveil error messages; requested by deraadt some time ago.florian2021-03-021-4/+4
* remove uneeded md5.h includejsg2021-03-021-2/+1
* Log adding and deleting of IP addresses as well as nameservers.florian2021-03-011-1/+75
* We really must handle all possible enumeration values inflorian2021-03-011-6/+1
* Let send_rdns_withdraw and send_deconfigure_interface clean up afterflorian2021-03-011-23/+15
* Introduce #defines for exponential backoff, explain where they comeflorian2021-02-281-16/+19
* Restore ability to handle default routes on multiple interfaces, thisflorian2021-02-271-2/+5
* Path #defines are traditionally prefixed with _PATH.florian2021-02-272-11/+11
* Read the lease file into a statically sized buffer and pass it over toflorian2021-02-273-38/+42
* Sort SEE ALSO and fix its punctuation.tb2021-02-261-3/+3
* Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leasesflorian2021-02-2616-0/+4669