summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.10.3dhcpcd-6.10.3Roy Marples2016-04-20
* RFC 3927 Section 2.5 says a defence of an address should ARP announce it. Roy Marples2016-04-20
* Add sys/file.h so we can get to flock(2).Roy Marples2016-04-18
* Sync latest from NetBSD.Roy Marples2016-04-18
* Fix compile on BSD.Roy Marples2016-04-18
* Improve xsocket to have the same API as socket.Roy Marples2016-04-17
* Clarify sla 0.Roy Marples2016-04-16
* Don't drop DHCPv6 if the interface is delegated to when there are no IPv6 rou...Roy Marples2016-04-16
* If sla is 0, just copy the prefix and don't set a blackhole route if end pref...Roy Marples2016-04-16
* Warn that an sla of 0 is not RFC3633 (section 12.1) compliant.Roy Marples2016-04-16
* Set -DHAVE_CONFIG_H after it's blanked on user config. Fixes [ceb1077c23].Roy Marples2016-04-13
* Move embedded test to after setting compiler options to fix a build issue wit...Roy Marples2016-04-12
* iSNS is option 83, not 84.Roy Marples2016-04-12
* Add support for int8 and uint8 data types.Roy Marples2016-04-11
* Fix prior definition.Roy Marples2016-04-11
* Support iSNS, RFC4174.Roy Marples2016-04-11
* Sync pidfile.c from NetBSD.Roy Marples2016-04-10
* Make fork process clearer.Roy Marples2016-04-10
* Release dhcpcd-6.10.2dhcpcd-6.10.2Roy Marples2016-04-08
* Fix compile warnings.Roy Marples2016-04-08
* Don't dick with IPv4LL route reactions on BSD.Roy Marples2016-04-08
* If a normal default route is added, delete our IPv4LL default route.Roy Marples2016-04-08
* Fix changing routes on FreeBSD.Roy Marples2016-04-08
* Log RA's only when it's a new router unless debugging is enabled. Roy Marples2016-04-08
* Fix BSD for making routes.Roy Marples2016-04-08
* Constify handlertRoy Marples2016-04-08
* Fix a bogus static analyzer bug.Roy Marples2016-04-07
* Fix compile on BSD.Roy Marples2016-04-07
* Linux netlink nlmsg_pid is not process id - only the first socket openedRoy Marples2016-04-07
* Don't do ipv6 routes if ipv6 is disabled.Roy Marples2016-04-06
* Fix function nameRoy Marples2016-04-06
* Descope dest and gateway when copying routes. Set RTA_IFP and RTA_IFA when ch...Roy Marples2016-04-06
* Bring FORCERENEW message in line with others (drop the DHCP_).Roy Marples2016-04-05
* Fix spelling of RECONFIGURE6, fixes [c6f1927f1a].Roy Marples2016-04-05
* Fix pidfile_lock compat on Linux.Roy Marples2016-04-01
* Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutilRoy Marples2016-04-01
* Describe how hardware based arping profiles work.Roy Marples2016-03-30
* White space police.Roy Marples2016-03-28
* Document --with-pollRoy Marples2016-03-23
* Fix compile on Linux.Roy Marples2016-03-23
* Make eloop a tad easier to use.Roy Marples2016-03-17
* Fix dprintf, thanks to OBATA Akio.Roy Marples2016-03-16
* It's possible to receive routing events for non existant interfaces, so abort...Roy Marples2016-03-13
* Support buggy FreeBSD rc system out of the box.Roy Marples2016-03-12
* Fix configure when >1 ld-elf.so.NRoy Marples2016-03-11
* Fix configure againRoy Marples2016-03-11
* Initialise struct to pass configure on FreeBSD.Roy Marples2016-03-11
* Fix configure testsRoy Marples2016-03-11
* Use -Wall -Werror when running configure tests.Roy Marples2016-03-11
* Fix compile on older platforms which lack O_CLOEXEC.Roy Marples2016-03-11