Mercurial > hg > dhcpcd
graph
-
For Linux, keep the alias on the interface so we don't have to guess draftThu, 22 Jan 2015 20:10:18 +0000, by Roy Marples
-
Ignore RA's from ourself for very badly configured stations. draftWed, 21 Jan 2015 21:02:39 +0000, by Roy Marples
-
Update to reflect 3.16 or older kernels and the header mismatch in ArchLinux on ARM. draftWed, 21 Jan 2015 19:37:39 +0000, by Roy Marples
-
Fix warning on FreeBSD where we don't need to use sysctlbyname(3). draftTue, 20 Jan 2015 20:56:13 +0000, by Roy Marples
-
Revert part of the prior patch and only free IPv6 if state when draftTue, 20 Jan 2015 12:04:42 +0000, by Roy Marples
-
Add ipv6_freedrop, similar to dhcp6_freedrop so we can easily draftTue, 20 Jan 2015 10:55:04 +0000, by Roy Marples
-
reject <option> will now reject any DHCP message that contains that option. draftTue, 20 Jan 2015 10:42:47 +0000, by Roy Marples
-
Change define KERNEL_MANAGETEMPADD to IPV6_MANAGETEMPADDR. draftMon, 19 Jan 2015 13:24:39 +0000, by Roy Marples
-
Now that ipv6 has it's own eloop, ensure that we clear any interface draftSun, 18 Jan 2015 20:46:43 +0000, by Roy Marples
-
Fix which interface to test ip6_use_tempaddr on when adding. draftSun, 18 Jan 2015 20:34:57 +0000, by Roy Marples
-
Implement RFC4941, Privacy Extensions for Stateless Address Autoconfiguration draftSat, 17 Jan 2015 02:29:54 +0000, by Roy Marples
-
Clarify the problem of identifying a bootp vs dhcp message. draftSat, 17 Jan 2015 00:32:18 +0000, by Roy Marples
-
Let packet filters name themselves to avoid confusion. draftFri, 16 Jan 2015 23:39:03 +0000, by Roy Marples
-
If we cannot open the kernel Packet Filter, give a better error message draftFri, 16 Jan 2015 23:11:39 +0000, by Roy Marples
-
Include paths.h to get _PATH_BPF. Thanks to Joerg Sonnenberger. draftFri, 16 Jan 2015 23:01:29 +0000, by Roy Marples
-
Only check DaD for addresses we have actually added ourselves. draftThu, 08 Jan 2015 13:33:07 +0000, by Roy Marples
-
Add an option to disable the generation of autoconf addresses within a RA. draftThu, 08 Jan 2015 13:31:42 +0000, by Roy Marples
-
IPv6 kernel autoconf disabled is not an error condition to stop IPv6 from working if not owning the RA process and DHCPv6 is present in an RA message, but we should still warn about it never the less. draftTue, 06 Jan 2015 14:05:26 +0000, by Roy Marples
-
Warn about IPv6 kernel autoconf being disabled on BSD platforms. draftTue, 06 Jan 2015 13:53:54 +0000, by Roy Marples
-
Fix another case where we could mistakenly claim ownership of IPv6 RA. draftTue, 06 Jan 2015 13:42:51 +0000, by Roy Marples
-
Fix handling of ND6_IFF_OVERRIDE_RTADV on NetBSD. draftTue, 06 Jan 2015 13:34:24 +0000, by Roy Marples
-
OpenBSD fixed their posix_spawn(3) implementation in 5.7 draftMon, 05 Jan 2015 14:12:23 +0000, by Roy Marples
-
Only release the DHCPv6 lease when dropping it. draftThu, 01 Jan 2015 20:49:10 +0000, by Roy Marples
-
Add qnx* to OS detection so we can pass the __EXT define and stay using draftTue, 23 Dec 2014 09:46:02 +0000, by Roy Marples
-
undef CMSG_SPACE and use our own define for platforms where CMSG_SPACE does draftTue, 23 Dec 2014 09:40:14 +0000, by Roy Marples
-
Fix compile warnings without INET or INET6 using gcc. draftSun, 21 Dec 2014 19:00:19 +0000, by Roy Marples
-
Guard against failure in if_discover. Thanks to Will Miles. draftSat, 20 Dec 2014 14:09:26 +0000, by Roy Marples
-
Attempt to define CMSG_SPACE for systems which lack it, like QNX. draftSat, 20 Dec 2014 11:56:27 +0000, by Roy Marples
-
Document some BSD systems lacking the ability to announce IPv6 address flag changes. draftTue, 16 Dec 2014 22:12:16 +0000, by Roy Marples
-
Store acquired time for each IPv6 address so we can correctly offset draftTue, 16 Dec 2014 20:20:01 +0000, by Roy Marples
-
For BSD systems stop polling for IPv6 router reachability. draftTue, 16 Dec 2014 13:25:40 +0000, by Roy Marples
-
The noalias directive will now remove any IPv4 addresses existing on draftSat, 13 Dec 2014 13:35:18 +0000, by Roy Marples
-
Clarify timeout and reboot timeout, make it more sane. draftFri, 12 Dec 2014 21:51:48 +0000, by Roy Marples
-
Include linux/rtnetlink.h in config.h rather than each file that needs it. draftWed, 10 Dec 2014 22:42:12 +0000, by Roy Marples
-
Allow other processes to handle the DHCP port on the wildcard address. draftTue, 09 Dec 2014 12:52:52 +0000, by Roy Marples
-
If we get another carrier event during the poll for IFF_UP, cancel the poll. draftTue, 09 Dec 2014 09:45:56 +0000, by Roy Marples
-
Instead if giving up if we receive a LINK_UP event before the kernel has set draftTue, 09 Dec 2014 09:39:30 +0000, by Roy Marples
-
If neither dig nor host are present fall back to getent. draftThu, 04 Dec 2014 13:45:24 +0000, by Roy Marples
-
IFT type does not cleanly match to ARP type so we have to check in each. draftWed, 03 Dec 2014 09:34:45 +0000, by Roy Marples
