Mercurial > hg > dhcpcd
graph
-
Ensure we have an active interface (which we always will). draftSun, 14 Aug 2016 09:06:41 +0000, by Roy Marples
-
Bind to the local-link address rather than directly to the interface to allow draftSun, 14 Aug 2016 08:51:19 +0000, by Roy Marples
-
If not running in master mode, allow dhcpcd to bind directly to the interface draftSun, 14 Aug 2016 08:30:13 +0000, by Roy Marples
-
We no longer need this as we don't alias anymore. draftSun, 14 Aug 2016 08:25:32 +0000, by Roy Marples
-
Ensure offer_len is 0 after making offer NULL. draftSat, 13 Aug 2016 15:11:10 +0000, by Roy Marples
-
Only mask off the signals we are interested in catching. draftFri, 12 Aug 2016 16:34:01 +0000, by Roy Marples
-
Add more notes about BSD OS issues with prefix lifetimes. draftSun, 07 Aug 2016 21:06:39 +0000, by Roy Marples
-
Set route flags for IPv6 routes, allowing RTF_REJECT to work again. draftSun, 07 Aug 2016 20:47:57 +0000, by Roy Marples
-
Fix the gateway to the route interface for IPv6 routes. draftSat, 06 Aug 2016 23:00:50 +0000, by Roy Marples
-
Note that the prior issue was fixed in OpenBSD-5.9 draftFri, 05 Aug 2016 12:56:02 +0000, by Roy Marples
-
Workaround an issue on BSD where the kernel pretends a freshly added address is from a RA and uses it's liftetime for the prefix route. draftFri, 05 Aug 2016 09:41:51 +0000, by Roy Marples
-
Change wording on non dhcpcd removed addresses and routes. draftWed, 03 Aug 2016 20:31:09 +0000, by Roy Marples
-
When deactivating an interface, set the carrier to unknown as it's no longer being tracked. draftThu, 28 Jul 2016 13:10:20 +0000, by Roy Marples
-
Simplify BSD routing by having a common function to make the message draftThu, 28 Jul 2016 10:51:36 +0000, by Roy Marples
-
Add --inactive which makes all interfaces inactive on initial start. draftWed, 27 Jul 2016 16:47:34 +0000, by Roy Marples
-
Add some commentary for ALIAS_ADDR remove and unused define. draftWed, 27 Jul 2016 15:46:53 +0000, by Roy Marples
-
When aliasing to an existing address, check it is already aliased. draftWed, 27 Jul 2016 15:39:29 +0000, by Roy Marples
-
Fix expiration of a single default router with static routes. draftWed, 27 Jul 2016 05:29:09 +0000, by Roy Marples
-
#undef RTF_CLONING for Solaris in if.h so it's picked up everywhere. draftWed, 27 Jul 2016 04:11:00 +0000, by Roy Marples
-
Solaris can disable LL generation, so we can add our own view. draftWed, 27 Jul 2016 03:57:52 +0000, by Roy Marples
-
Solaris doesn't really have a machine/arch afaik. draftTue, 26 Jul 2016 21:11:32 +0000, by Roy Marples
-
Remove Solaris IN6_IFF_* defines from configure and add the to ipv6.h, draftTue, 26 Jul 2016 21:09:35 +0000, by Roy Marples
-
Fix a crash accidently introduced prior patch. draftTue, 26 Jul 2016 21:05:18 +0000, by Roy Marples
-
Simplify handling of IPv6 address from kernel messages, similar to IPv4. draftTue, 26 Jul 2016 20:52:31 +0000, by Roy Marples
-
Because struct rt has src addr, we no longer need ipv4_srcaddr. draftTue, 26 Jul 2016 19:06:54 +0000, by Roy Marples
-
uname always returns -1 on error on all supported platforms, so test for that. draftTue, 26 Jul 2016 15:52:15 +0000, by Roy Marples
-
Add support for adding/deleting routes in Solaris. draftSat, 23 Jul 2016 13:36:51 +0000, by Roy Marples
-
Add initial support for aliased addresses on Solaris. draftFri, 22 Jul 2016 20:59:04 +0000, by Roy Marples
-
Free after logging error incase free generates an error. draftThu, 21 Jul 2016 08:50:48 +0000, by Roy Marples
-
Release option memory if there is a problem allocating a large draftThu, 21 Jul 2016 08:45:00 +0000, by Roy Marples
-
Fix BYTE_ORDER for Solaris which does not define it readily. draftMon, 18 Jul 2016 13:13:40 +0000, by Roy Marples
-
Add if_nametospec helper to decode and interface name such as bge1:2 into draftMon, 18 Jul 2016 10:53:45 +0000, by Roy Marples
-
Don't add our own IPv6 LLADDR if the OS doesn't allow us turning the OS doing it off. draftThu, 30 Jun 2016 10:39:28 +0000, by Roy Marples
-
Revert [da213b6490] because the fd we're reading from could be a generic draftTue, 28 Jun 2016 12:22:51 +0000, by Roy Marples
-
Check we have an assigned address when an ARP conflict occurs to avoid a NULL draftSat, 25 Jun 2016 11:43:58 +0000, by Roy Marples
-
Allow pkg-config to be host selectable like the compiler. draftTue, 21 Jun 2016 08:39:19 +0000, by Roy Marples
-
Allow the possibility to exclude the vendor class option. draftMon, 20 Jun 2016 12:34:27 +0000, by Roy Marples
-
Hostname documentation fixes, thanks to Olaf Seibert. draftTue, 14 Jun 2016 21:54:24 +0000, by Roy Marples
