summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.3.2dhcpcd-6.3.2Roy Marples2014-03-14
* If we can't use cc then try and find a working compiler.Roy Marples2014-03-13
* Set hoplimit by IPV6_MULTICAST_HOPS intead of each time we send.Roy Marples2014-03-12
* Remove notion of hoplimit from DHCPv6Roy Marples2014-03-12
* Clarify hop limitRoy Marples2014-03-12
* Set a hop limit on our DHCPv6 messages.Roy Marples2014-03-11
* WhitespaceRoy Marples2014-03-11
* Remove the last of the SEND_DAD codeRoy Marples2014-03-11
* More fixes to dhcp dumping leases.Roy Marples2014-03-11
* Fix a crash when dumping a DHCPv4 lease.Roy Marples2014-03-11
* Ensure that -M -x ifname does the right thing.Roy Marples2014-03-11
* Describe DHCPv6 better.Roy Marples2014-03-11
* Validate an accepted reconfigure key if we don't require authentication.Roy Marples2014-03-11
* Fix reconfigure behaviourRoy Marples2014-03-10
* Fix a crash when accepting a reconfigure key.Roy Marples2014-03-10
* Only check for carrier if state is still unknown.Roy Marples2014-03-07
* Force a static build for OpenBSD and a SBINDIR of /sbinRoy Marples2014-03-07
* Detect OpenBSD rc system (check instead of status).Roy Marples2014-03-07
* Log args and ignore --disable-silent-rulesRoy Marples2014-03-07
* A router with a lifetime of zero is no longer a default router.Roy Marples2014-03-07
* Add -M, --master to force dhcpcd into master mode.Roy Marples2014-03-07
* Rationalise signal handling - HUP now rebinds, ALRM now releases, USR1 reappl...Roy Marples2014-03-07
* rtm_hdrlen is OpenBSD only and doesn't appear to be needed.Roy Marples2014-03-07
* Deleting IPv4 subnet routes and IPv6 prefixes now works on OpenBSD.Roy Marples2014-03-06
* Fix assignment error from strcpy removal.Roy Marples2014-03-06
* Tentative does not mean RTM_DELADDR.Roy Marples2014-03-06
* We need AF_LINK and AF_INET sockets. Sigh.Roy Marples2014-03-06
* Initial support for OpenBSD interface and routing priority.Roy Marples2014-03-06
* We changed this file in 2014Roy Marples2014-03-06
* dhcpcd device context is from temporary storage, so copy the struct.Roy Marples2014-03-06
* Change the last strcpy calls to strlcpy.Roy Marples2014-03-06
* Compile and work on OpenBSD.Roy Marples2014-03-05
* Adjust comment to match expected behaviourRoy Marples2014-03-05
* NetBSD sh seems to break with *[![:alnum:]-_]* but works with *[![:alnum:]_-]*Roy Marples2014-03-04
* No need for this code when we can reliably work with IPv6 RTM_DELADDR messagesRoy Marples2014-03-04
* WhitespaceRoy Marples2014-03-04
* Sanitize some gcc options in -Wall.Roy Marples2014-03-04
* We should really check fscanf value here.Roy Marples2014-03-04
* To avoid any future problems, log the TARGET we dervive the OS from.Roy Marples2014-03-04
* options is long long.....Roy Marples2014-03-03
* Just make the configure a bit easier.Roy Marples2014-03-03
* We don't care about the result of these functions.Roy Marples2014-03-03
* Fudge deriving os from Debian styleRoy Marples2014-03-03
* We shouldn't need this anymoreRoy Marples2014-03-03
* Correct man page RUNDIRRoy Marples2014-03-03
* When deleting IPv6 addresses, remove them from our internal address stateRoy Marples2014-03-03
* Expire DHCP lease and then run no carrier as a seperate operation. Roy Marples2014-03-03
* As we do now listen to the udp socket directly, delete the fd from eloop when...Roy Marples2014-03-02
* Work better with autoconf build hostRoy Marples2014-03-02
* Correctly delete IPv6 addresses from eloop timeoutsRoy Marples2014-03-01