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