| Wed, 24 Apr 2013 09:31:31 +0000 |
Roy Marples |
Change from _unused to __unused to match NetBSD cdefs and avoid
draft dhcpcd-5.6
|
| Fri, 05 Apr 2013 16:40:31 +0000 |
Roy Marples |
Note that reboot 0 helps for mobile hosts.
draft
|
| Fri, 05 Apr 2013 14:55:50 +0000 |
Roy Marples |
DHCPv6 now respects the reboot 0 option.
draft
|
| Fri, 05 Apr 2013 09:47:33 +0000 |
Roy Marples |
Note that we support RFC 5227
draft
|
| Fri, 05 Apr 2013 00:09:16 +0000 |
Roy Marples |
We no longer use the RELEASE hook command
draft
|
| Thu, 04 Apr 2013 23:57:12 +0000 |
Roy Marples |
Move dhcp_release into dhcp_drop
draft
|
| Thu, 04 Apr 2013 23:30:14 +0000 |
Roy Marples |
Send a RELEASE if the link is up
draft
|
| Thu, 04 Apr 2013 23:29:54 +0000 |
Roy Marples |
Destroy lease file if releasing.
draft
|
| Thu, 04 Apr 2013 23:25:31 +0000 |
Roy Marples |
Don't crash when disabling IPv6
draft
|
| Thu, 04 Apr 2013 22:20:33 +0000 |
Roy Marples |
Fix a memory leak
draft dhcpcd-5.6
|
| Thu, 04 Apr 2013 22:07:48 +0000 |
Roy Marples |
Fix a memory leak
draft
|
| Thu, 04 Apr 2013 21:59:02 +0000 |
Roy Marples |
Add RELEASE support to DHCPv6
draft
|
| Thu, 04 Apr 2013 21:58:51 +0000 |
Roy Marples |
Fix RELEASE support.
draft
|
| Thu, 04 Apr 2013 21:08:31 +0000 |
Roy Marples |
Quickly backport an IPv6 router expiry fix for multi-homed systems.
draft dhcpcd-5.6.8
|
| Thu, 04 Apr 2013 20:59:26 +0000 |
Roy Marples |
Release dhcpcd-5.6.8
draft
|
| Thu, 04 Apr 2013 20:31:05 +0000 |
Roy Marples |
Better sanity for working out if our SLA id overflows the PD length + interface id.
draft
|
| Thu, 04 Apr 2013 20:31:04 +0000 |
Roy Marples |
White space police
draft
|
| Thu, 04 Apr 2013 20:31:04 +0000 |
Roy Marples |
Ensure we check options bounds correctly.
draft
|
| Tue, 02 Apr 2013 19:50:50 +0000 |
Roy Marples |
The interface to delegate to is optional
draft
|
| Tue, 02 Apr 2013 16:49:36 +0000 |
Roy Marples |
Stop ipv6only enabling RS support.
draft
|
| Tue, 02 Apr 2013 07:30:13 +0000 |
Roy Marples |
Fix linux default subnet route metric on linux again.
draft
|
| Tue, 02 Apr 2013 07:01:11 +0000 |
Roy Marples |
White space brigade
draft
|
| Tue, 02 Apr 2013 06:50:33 +0000 |
Roy Marples |
Fix incorrectly expiring routers on multi-homed systems.
draft
|
| Mon, 01 Apr 2013 12:24:39 +0000 |
Roy Marples |
Fix IA
draft
|
| Mon, 01 Apr 2013 12:19:58 +0000 |
Roy Marples |
Fix default sla_len
draft
|
| Mon, 01 Apr 2013 12:15:47 +0000 |
Roy Marples |
Add DHCPv6 Prefix Delegation support, RFC3633.
draft
|
| Thu, 28 Mar 2013 06:38:27 +0000 |
Roy Marples |
Respect xidhwaddr option for DHCPv6
draft
|
| Wed, 27 Mar 2013 16:36:56 +0000 |
Roy Marples |
Add the noalias directive to so that when adding an IPv4 addresss
draft
|
| Wed, 27 Mar 2013 16:05:45 +0000 |
Roy Marples |
Create lease files so they are user writeable.
draft
|
| Wed, 27 Mar 2013 15:43:48 +0000 |
Roy Marples |
Acquire another address faster after NAKing ARP failure.
draft
|
| Wed, 27 Mar 2013 15:19:48 +0000 |
Roy Marples |
Create lease files so they are user writeable.
draft
|
| Tue, 26 Mar 2013 15:28:41 +0000 |
Roy Marples |
Remove pointless double assignment
draft
|
| Tue, 26 Mar 2013 11:40:44 +0000 |
Roy Marples |
Don't spam warning about CSR all the time.
draft
|
| Tue, 26 Mar 2013 10:48:28 +0000 |
Roy Marples |
Fix configure --without-pollts
draft
|
| Tue, 26 Mar 2013 10:42:30 +0000 |
Roy Marples |
Fix rebooting.
draft
|
| Tue, 26 Mar 2013 10:39:46 +0000 |
Roy Marples |
Warn when a route cannot be added because it already exists.
draft
|
| Tue, 26 Mar 2013 10:39:06 +0000 |
Roy Marples |
Fix compile for systems without pollts/ppoll or pselect.
draft
|
| Tue, 26 Mar 2013 08:51:34 +0000 |
Roy Marples |
Avoid a potential malloc when handling signals.
draft
|
| Tue, 26 Mar 2013 06:39:58 +0000 |
Roy Marples |
Default to using a DUID + IAID for DHCPv4 Client ID.
draft
|
| Sun, 17 Mar 2013 13:00:03 +0000 |
Roy Marples |
Ensure routes are initialised correctly, fixes #265.
draft
|
| Tue, 19 Feb 2013 17:00:49 +0000 |
Roy Marples |
Change arp errno to match what we use in dhcpcd.
draft
|
| Tue, 19 Feb 2013 16:59:58 +0000 |
Roy Marples |
Change arp errno to match what we use in dhcpcd.
draft
|
| Tue, 19 Feb 2013 16:32:48 +0000 |
Roy Marples |
Fix last commit.
draft
|
| Tue, 19 Feb 2013 16:32:02 +0000 |
Roy Marples |
Fix last commit.
draft
|
| Tue, 19 Feb 2013 16:28:43 +0000 |
Roy Marples |
Avoid a potential buffer overflow.
draft
|
| Tue, 19 Feb 2013 16:22:04 +0000 |
Roy Marples |
Avoid a potential buffer overflow.
draft
|
| Tue, 19 Feb 2013 16:05:12 +0000 |
Roy Marples |
Move IPv6 RA checking and disabling kernel RA higher up the chain.
draft
|
| Tue, 19 Feb 2013 15:43:29 +0000 |
Roy Marples |
Fix a crash.
draft
|
| Tue, 19 Feb 2013 15:28:21 +0000 |
Roy Marples |
Fix compile on BSD
draft
|
| Tue, 19 Feb 2013 15:23:53 +0000 |
Roy Marples |
Use TAILQ macros for IPv4 routes.
draft
|
| Tue, 19 Feb 2013 13:37:42 +0000 |
Roy Marples |
Use a TAILQ macro for our interface list.
draft
|
| Tue, 19 Feb 2013 11:18:04 +0000 |
Roy Marples |
Use TAILQ macros in eloop for better readability and less code.
draft
|
| Tue, 19 Feb 2013 09:01:15 +0000 |
Roy Marples |
Free the fds structure when finishing.
draft
|
| Mon, 18 Feb 2013 21:45:19 +0000 |
Roy Marples |
Fix compile on Linux.
draft
|
| Mon, 18 Feb 2013 21:35:24 +0000 |
Roy Marples |
Complete transition to pollts(2)
draft
|
| Mon, 18 Feb 2013 21:25:07 +0000 |
Roy Marples |
Change from ppoll(2) to pollts(2).
draft
|
| Mon, 18 Feb 2013 20:56:55 +0000 |
Roy Marples |
Rework our signal setup and event loop around ppoll(2).
draft
|
| Mon, 18 Feb 2013 15:40:56 +0000 |
Roy Marples |
Restore our signal pipe so that we process signals in our event loop
draft
|
| Mon, 18 Feb 2013 10:37:02 +0000 |
Roy Marples |
Don't reboot if we don't have an active state.
draft
|
| Mon, 18 Feb 2013 10:35:47 +0000 |
Roy Marples |
Move the signal reboot code into it's own function which is fired by
draft
|