summaryrefslogtreecommitdiffstats
path: root/src/dhcp.c
Commit message (Expand)AuthorAge
* 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
* eloop: define eloop queue numbers in common.hRoy Marples2020-02-06
* DHCP: Fix receiving BPF from privsep.Roy Marples2020-02-05
* DHCP: Support jumbo framesRoy Marples2020-02-05
* BPF: Return the frame header with the dataRoy Marples2020-02-05
* DHCP: redirect message to other interfaces if received for inactiveRoy Marples2020-01-26
* DHCP: Defend already configured static addressesRoy Marples2020-01-22
* DHCP: Take interface reference on Address Defend failureRoy Marples2020-01-22
* Implement Anonymity Profiles for DHCP Clients, RFC 7844Roy Marples2020-01-15
* DHCP: Spawn a listener in non master mode for a new leaseRoy Marples2020-01-09
* DHCP: Fix a bogus gcc warningRoy Marples2020-01-04
* DHCP: Use milliseconds rather than timespec for retranmissionRoy Marples2020-01-04
* eloop: reduce timers rather than calculating expiryRoy Marples2020-01-07
* eloop: Allow for for timeouts greater than time_t and time wrappingRoy Marples2020-01-01
* Welcome to 2020!Roy Marples2020-01-03
* DHCP: Ensure we have a lease to extract options from.Roy Marples2019-12-19
* privsep: Enable ARP BPF filtering for interesting addressesRoy Marples2019-12-10
* DHCP: dl is always >0 at this point, so remove check.Roy Marples2019-12-07
* privsep: Don't close BPF listeners when forkedRoy Marples2019-11-29
* privsep: Fix a crash trying to close a non existant inet listenerRoy Marples2019-11-29
* privsep: Add support for priviledge separationRoy Marples2019-11-28
* DHCP: Require unspecificed BOOTP port for master modeRoy Marples2019-11-28
* DHCP: Improve API for privsepRoy Marples2019-11-26
* Spelling fixesSascha Wildner2019-11-15
* DHCP: When rebinding ensure we have a DHCP ARP stateRoy Marples2019-11-05
* DHCP: Rework closing BPF and seeing if we need to open UDPRoy Marples2019-10-25
* DHCP: Simplify opening the UDP port for all interfaces.Roy Marples2019-10-25
* Split *_recv() into *_recv() and *_recvmsg() functionsRoy Marples2019-10-25
* Fix priorRoy Marples2019-10-25
* BSD: Use IP_RECVIFRoy Marples2019-10-25
* INET: Fix a potential memory leakRoy Marples2019-10-23
* DHCP: Fix prior to not waste spaceSergei Trofimovich2019-10-16
* Typo, thanks to Arfrever.Roy Marples2019-10-16
* DHCP: Fix strict aliasing of checksumming the pseudo headerRoy Marples2019-10-16
* DHCP: Fix aliasing issues accessing the UDP headerRoy Marples2019-10-15
* dhcp: Allow for trailing FCS in the packet.Roy Marples2019-10-15
* dhcp: Fix incoming verification and checksum routinesMaxime Villard2019-10-15
* BPF: Move validation logic from BPF to consumersRoy Marples2019-10-11
* DHCP: Don't exit on static DaD failure if master or using IPv6.Roy Marples2019-10-02