summaryrefslogtreecommitdiffstats
path: root/dhcp.c
Commit message (Expand)AuthorAge
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
* Only conflict on ARP when sip matches OR sip is INADDR_ANY andRoy Marples2017-03-10
* Rename if_*raw functions to bpf_* so it's more descriptive and moveRoy Marples2017-03-08
* Belated welcome to 2017.Roy Marples2017-03-06
* bpf: ARP and BOOTP filter improvementsRoy Marples2017-03-05
* Test actual gateway given rather than one from a random variable.Roy Marples2017-01-15
* Don't start arping if there is no configuration for it.Roy Marples2016-12-13
* Add support for MUD URL, draft-lear-ietf-netmod-mud-04.Roy Marples2016-12-09
* Change arping_index from 1 based to 0 based, defaulting not started to -1.Roy Marples2016-12-06
* Don't trust bootp->sname to be NULL terminated.Roy Marples2016-11-29
* Continue operation when failing to send packets.Roy Marples2016-11-29
* Only build the routing tables for the address family we are interested in.Roy Marples2016-11-19
* Remove address family specific routing and introduce address familyRoy Marples2016-10-25
* Return an error.Roy Marples2016-10-14
* Support kernels which implement RFC5227.Roy Marples2016-10-14
* Assert size for more structs.Roy Marples2016-10-05
* Fix compile on Linux with clang.Roy Marples2016-10-05
* Try and avoid using __packed.Roy Marples2016-10-05
* Auth should work on void rather than a type.Roy Marples2016-10-05
* Allow IPv4LL to be compiled out.Roy Marples2016-09-20
* Allow dhcpcd to be built without Authentiction support for system media withRoy Marples2016-09-19
* Fix a dropping leases when the ip address is removed by a 3rd party.Roy Marples2016-09-01
* We no longer need this as we don't alias anymore.Roy Marples2016-08-14
* Ensure offer_len is 0 after making offer NULL.Roy Marples2016-08-13
* Change wording on non dhcpcd removed addresses and routes.Roy Marples2016-08-03
* Clarify udp_len being out of bounds checked.Roy Marples2016-06-28
* Revert [da213b6490] because the fd we're reading from could be a genericRoy Marples2016-06-28
* Fix spelling mistakes, [944ac40b82].Roy Marples2016-06-27
* Remove mistakenly added debug.Roy Marples2016-06-16
* Hostname documentation fixes, thanks to Olaf Seibert.Roy Marples2016-06-14
* Add lastlease informational message.Roy Marples2016-06-01
* We can work with saved leases without a full vendor area.Roy Marples2016-06-01
* Calc requested netmask at start rather than in get_lease.Roy Marples2016-05-25
* Restore setting of secs.Roy Marples2016-05-23
* Fix adding static address masks.Roy Marples2016-05-19
* Fix compile on NetBSD.Roy Marples2016-05-19
* Fix requesting a lease witout an existing address.Roy Marples2016-05-18
* Rework if_address to just use an ipv4_addr structure, similar to howRoy Marples2016-05-18
* mask is more descriptive than net. Churn.Roy Marples2016-05-17
* Set correct netmask for INFORM as requested.Roy Marples2016-05-17
* Only accept BOOTREPLY.Roy Marples2016-05-16
* More DHCP -> BOOTP.Roy Marples2016-05-16
* dhcp_bpf_filter -> bootp_bpf_filter (and DHCP -> BOOTP for ports).Roy Marples2016-05-14
* No point in looping on the raw socket anymore thanks to eloop.Roy Marples2016-05-14
* Give some context to if_closerawRoy Marples2016-05-13
* Rework the raw packet API so we work directly with a fd.Roy Marples2016-05-13
* initrt should really take dhcpcd_ctx as an argument.Roy Marples2016-05-12
* Handle truncated DHCP messages, provided only the BOOTP vendor area is Roy Marples2016-05-11
* Avoid a "conversion to '__uint16_t' from 'int' may alter its value"Roy Marples2016-05-10
* No need for ;Roy Marples2016-05-08