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.h
Commit message (
Expand
)
Author
Age
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15
*
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
*
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
*
Remove address family specific routing and introduce address family
Roy Marples
2016-10-25
*
Support kernels which implement RFC5227.
Roy Marples
2016-10-14
*
Try and avoid using __packed.
Roy Marples
2016-10-05
*
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
*
More DHCP -> BOOTP.
Roy Marples
2016-05-16
*
dhcp_bpf_filter -> bootp_bpf_filter (and DHCP -> BOOTP for ports).
Roy Marples
2016-05-14
*
Handle truncated DHCP messages, provided only the BOOTP vendor area is
Roy Marples
2016-05-11
*
No need to check if the passed pointer is valid.
Roy Marples
2016-05-06
*
DHCP messages are really BOOTP so lets name the structure accordingly.
Roy Marples
2016-05-06
*
Fix some issues reported by Converity.
Roy Marples
2016-05-03
*
dst becomes brd as it's makes more sense as we mainly deal with ethernet.
Roy Marples
2016-04-25
*
Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it.
Roy Marples
2016-02-11
*
Add PROBE state so we can reject DHCP messages whilst probing.
Roy Marples
2016-01-07
*
Add a -N --renew option to renew any existing address early, similar to the
Roy Marples
2015-11-13
*
Remove the custom SixRD decode function and replace with a generic
Roy Marples
2015-09-10
*
Fix IPv4LL on NetBSD when wifi reconfigures.
Roy Marples
2015-08-07
*
Move route state into it's own flag.
Roy Marples
2015-07-28
*
If we load a saved lease we are trying to rebind, set ciaddr correctly.
Roy Marples
2015-07-01
*
Replace custom uptime() with clock_gettime(2) calls for more accurate
Roy Marples
2015-06-29
*
Remove the arp_state argument to dhcp_bind
Roy Marples
2015-06-26
*
Add a guard to ensure failure to send a DHCP release does not cause a double ...
Roy Marples
2015-06-24
*
Remove redundant IPv4LL checks
Roy Marples
2015-06-23
*
Move the BPF buffer from DHCP into IPv4 where it belongs.
Roy Marples
2015-06-19
*
Move ARP state out of DHCP.
Roy Marples
2015-06-19
*
Stop making IPv4LL into a DHCP lease and treat it independantly from any
Roy Marples
2015-06-12
*
Support IN_IFF_TENTATIVE and IN_IFF_DUPLICATED on NetBSD.
Roy Marples
2015-05-01
*
Remove this unused function.
Roy Marples
2015-05-01
*
Check the magic cookie when retreiving an option.
Roy Marples
2015-04-05
*
Replace timeval with timespec.
Roy Marples
2015-03-03
*
Reserve space for a fully escaped SSID in the lease filename.
Roy Marples
2015-02-10
*
Update copyrights to 2015.
Roy Marples
2015-01-02
*
Fix compile warnings without INET or INET6 using gcc.
Roy Marples
2014-12-21
*
Fix transition from IPv4LL to a valid DHCP state.
Roy Marples
2014-10-24
*
Add a helper function to report conflicts to shrink the binary.
Roy Marples
2014-10-23
*
Rework the ARP code so that we can have multiple ARP states.
Roy Marples
2014-10-23
*
RFC 3927 Section 2.1 states that the random number generator should be
Roy Marples
2014-10-21
*
Write the lease when bound, not when address applied.
Roy Marples
2014-10-10
*
Allow the same IP address to be leased for different interfaces.
Roy Marples
2014-10-09
*
Fix the number of interfaces we actually send
Roy Marples
2014-09-02
*
As we listen and consume bootpc on the global socket, open and close
Roy Marples
2014-09-01
*
Print user defined options via -V
Roy Marples
2014-07-03
*
Add the ability to dump DHCPv6 leases.
Roy Marples
2014-06-22
*
Should use arc4random_uniform when wanting a randon number between
Roy Marples
2014-05-24
[next]