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