summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-7.0.0-rc4dhcpcd-7.0.0-rc4Roy Marples2017-12-06
* eloop: set _eloop in signal setup rather than startRoy Marples2017-11-15
* Init the signal handler ASAP so random stuff can be cleaned up.Roy Marples2017-11-15
* DHCPv6: confirm lease on carrier upRoy Marples2017-11-14
* IPv6ND: Fix lifetime overflow on carrier upRoy Marples2017-11-14
* BSD: Strip scope from link-local addresses for KAME stacksRoy Marples2017-11-14
* if-linux: fix a potential NULL de-referenceRoy Marples2017-11-06
* dhcp6: don't make delegated addresses staleRoy Marples2017-11-06
* dhcp6: redirect message to interface with matching xidRoy Marples2017-11-06
* Ensure that xid is unique across all interfaces.Roy Marples2017-11-06
* dhcpcd-run-hooks(8) should not attempt to guess the protocol.Roy Marples2017-11-03
* DHCPv6: listen on all IPv6 addresses for active interfaceRoy Marples2017-10-25
* ipv6nd: don't handle NA or RA if not active interfaceRoy Marples2017-10-25
* bpf: remove the BPF_FREE flagRoy Marples2017-10-25
* arp: fix memory leakRoy Marples2017-10-25
* Fix prior patches by using correct bitmasks for flags.Roy Marples2017-10-25
* Fix a boo booRoy Marples2017-10-24
* bpf: store flags in state for a better abortRoy Marples2017-10-24
* dhcp: arp announce existing address before rebootRoy Marples2017-10-24
* dhcp: improve error logging about UDP checksum failureRoy Marples2017-10-23
* Make this more readable.Roy Marples2017-10-21
* OpenBSD: Remove route labelling supportRoy Marples2017-10-10
* Don't attempt to flush IPv6 routers or prefixes if the kernelRoy Marples2017-10-10
* Don't mark statically configured IPv4 routes as DHCP.Roy Marples2017-10-09
* Set DHCP routes as DHCP in supported OS's.Roy Marples2017-10-09
* Set RA routes as RA in supported OS's.Roy Marples2017-10-09
* Update README from dhcpcd.confRoy Marples2017-10-09
* Release dhcpcd-7.0.0-rc3dhcpcd-7.0.0-rc3Roy Marples2017-10-07
* State it's a SLAAC addressRoy Marples2017-10-07
* Document that -r and -s require the address on the command line.Roy Marples2017-10-07
* Document slaac hwaddr in the default dhcpcd.confRoy Marples2017-10-07
* Don't re-define what crypt sources we need.Roy Marples2017-10-05
* Fix compile on Illumos.Roy Marples2017-10-05
* Supply __arraycount if not present.Roy Marples2017-10-05
* Fix prior on stricter shells.Roy Marples2017-10-05
* Detect hmac(3) in libc or the library containing MD5.Roy Marples2017-10-05
* We don't actually care about the number of added routes, justRoy Marples2017-10-05
* Free any allocated routes if we failed to allocate some.Roy Marples2017-10-05
* Add compat/strlcpy.c from OpenBSD libc to use instead ofRoy Marples2017-10-04
* Comment out IPoIB broadcast address with a comment.Roy Marples2017-10-04
* Specify MD5_BLOCK_LENGTH as ULL to try and work around a compiler issue.Roy Marples2017-10-03
* Compare tv_sec to uint32_t correctly.Roy Marples2017-10-03
* Compile eloop with config.h by default and bring in compat modules.Roy Marples2017-10-03
* Don't special case not deleteing the IPv6 default route.Roy Marples2017-10-03
* Fix checking gateways in route comparison.Roy Marples2017-10-03
* Ensure that all RA's are actually dropped when dropping an interface.Roy Marples2017-10-03
* ipv6nd_freedrop is no longer public.Roy Marples2017-10-03
* Release dhcpcd-7.0.0-rc2dhcpcd-7.0.0-rc2Roy Marples2017-09-19
* dhcp: don't log wrong xid when there is no stateRoy Marples2017-09-18
* Add a FALLTHROUGH comment to appease coverity.Roy Marples2017-09-15