summaryrefslogtreecommitdiffstats
path: root/src/dhcp.c
Commit message (Expand)AuthorAge
* Rename Master to ManagerRoy Marples2021-02-02
* eloop: Make the API more like native poll/kqueue/epollRoy Marples2021-02-02
* A belated welcome to 2021Roy Marples2021-01-31
* DHCP: For anonymous, just use a generic clientidRoy Marples2020-12-27
* DHCP: If error adding the address in oneshot, exit with failureRoy Marples2020-11-24
* DHCP: Only listen to the address if we successfully added itRoy Marples2020-11-23
* Add --noconfigure optionRoy Marples2020-11-04
* Fix compile without various definesRoy Marples2020-10-30
* Remove debug from priorRoy Marples2020-10-30
* privsep: don't leave a BOOTP process hanging around on SIGUSR1Roy Marples2020-10-30
* DHCP: Implement IPv6-Only Preferred option, RFC 8925.Roy Marples2020-10-26
* dhcpcd: Simplify the link handling even moreRoy Marples2020-10-07
* dhcpcd: Simplify carrier handling more by using IS_LINK_UP macroRoy Marples2020-10-06
* Don't log backticks.Roy Marples2020-10-03
* Add a comment to prior incase I do something dumb like removing itRoy Marples2020-09-29
* privsep: fix crash when interface departs before bpf returns for itRoy Marples2020-09-28
* DHCP: Fix compile without IPv4LLRoy Marples2020-09-06
* DHCP: reason is BOUND when recovering from an expired extended leaseRoy Marples2020-08-30
* DHCP: When extending the lease, re-enter the DISCOVER phase.Roy Marples2020-08-30
* DHCP: Request offered IP when using lastleaseRoy Marples2020-08-30
* DHCP: Mark the state as expired on lase lease extensionRoy Marples2020-08-20
* privsep: Access the RDM monotic file via IPCRoy Marples2020-06-02
* auth: Only accept RECONFIGURE messages from LL hostsRoy Marples2020-06-02
* Restore dumping a lease from stdinRoy Marples2020-05-31
* Fix some clang analyzer issuesRoy Marples2020-05-30
* Appease older compilersRoy Marples2020-05-27
* Avoid putting an extra space here.Roy Marples2020-05-22
* Remove some old FORKED logic.Roy Marples2020-05-20
* ARP: A few minor fixes for priorRoy Marples2020-05-20
* Fix compile on LinuxRoy Marples2020-05-19
* Remove some debugRoy Marples2020-05-19
* Fix compile for prior on NetBSDRoy Marples2020-05-19
* privsep: Enable Capsicum for all processes.Roy Marples2020-05-19
* ARP: Remove ability to filter specific addressesRoy Marples2020-05-15
* DHCP: always log inform when not renewingRoy Marples2020-05-15
* Remove unused variable.Roy Marples2020-05-12
* Fix compile warnings with prior.Roy Marples2020-05-12
* privsep: Handle all file IO in the Priviledged ActioneerRoy Marples2020-05-12
* DHCP: Use correct buffer for receiving UDPRoy Marples2020-05-05
* DHCP: Close sockets on carrier downRoy Marples2020-04-28
* Rename ifp->family -> ifp->hwtype so it's less confusingRoy Marples2020-04-23
* align CMSG bufferRoy Marples2020-04-21
* DHCP: Avoid mis-aligned BOOTP structureRoy Marples2020-04-20
* privsep: Improve error when we cannot write the leaseRoy Marples2020-03-30
* dhcpcd: dumping lease uses control socket to get the leaseRoy Marples2020-03-27
* DHCP: Move the max frame length checkRoy Marples2020-03-04
* DHCP: Appease LGTM finding unlikely user overflow from overselfRoy Marples2020-02-22
* Revert "dhcp: Cast away a compile warning"Roy Marples2020-02-16
* logerr: Use macros to call log functionsSergey Nikiforov2020-02-11
* dhcp: Cast away a compile warningfox2020-02-07