| Fri, 29 Jul 2016 09:35:48 +0000 |
Roy Marples |
Release dhcpcd-6.11.2
draft dhcpcd-6.11.2
|
| Thu, 28 Jul 2016 13:10:20 +0000 |
Roy Marples |
When deactivating an interface, set the carrier to unknown as it's no longer being tracked.
draft
|
| Thu, 28 Jul 2016 10:58:22 +0000 |
Roy Marples |
Ensure sockaddrs are zero's correctly.
draft
|
| Thu, 28 Jul 2016 10:51:36 +0000 |
Roy Marples |
Simplify BSD routing by having a common function to make the message
draft
|
| Thu, 28 Jul 2016 10:02:42 +0000 |
Roy Marples |
Allow resolvconf to be user tunable.
draft
|
| Wed, 27 Jul 2016 16:47:34 +0000 |
Roy Marples |
Add --inactive which makes all interfaces inactive on initial start.
draft
|
| Wed, 27 Jul 2016 15:46:53 +0000 |
Roy Marples |
Add some commentary for ALIAS_ADDR remove and unused define.
draft
|
| Wed, 27 Jul 2016 15:39:29 +0000 |
Roy Marples |
When aliasing to an existing address, check it is already aliased.
draft
|
| Wed, 27 Jul 2016 08:55:42 +0000 |
Roy Marples |
Always check if_addrflags{,6}() error of -1.
draft
|
| Wed, 27 Jul 2016 08:09:34 +0000 |
Roy Marples |
Fix compile
draft
|
| Wed, 27 Jul 2016 05:29:09 +0000 |
Roy Marples |
Fix expiration of a single default router with static routes.
draft
|
| Wed, 27 Jul 2016 04:59:32 +0000 |
Roy Marples |
Fix aliasing on Solaris.
draft
|
| Wed, 27 Jul 2016 04:11:00 +0000 |
Roy Marples |
#undef RTF_CLONING for Solaris in if.h so it's picked up everywhere.
draft
|
| Wed, 27 Jul 2016 03:57:52 +0000 |
Roy Marples |
Solaris can disable LL generation, so we can add our own view.
draft
|
| Wed, 27 Jul 2016 03:54:22 +0000 |
Roy Marples |
Juggle #define ordering.
draft
|
| Tue, 26 Jul 2016 21:18:03 +0000 |
Roy Marples |
Sync Solaris driver to latest API.
draft
|
| Tue, 26 Jul 2016 21:11:32 +0000 |
Roy Marples |
Solaris doesn't really have a machine/arch afaik.
draft
|
| Tue, 26 Jul 2016 21:09:35 +0000 |
Roy Marples |
Remove Solaris IN6_IFF_* defines from configure and add the to ipv6.h,
draft
|
| Tue, 26 Jul 2016 21:05:18 +0000 |
Roy Marples |
Fix a crash accidently introduced prior patch.
draft
|
| Tue, 26 Jul 2016 20:55:42 +0000 |
Roy Marples |
Fix compile on BSD.
draft
|
| Tue, 26 Jul 2016 20:52:31 +0000 |
Roy Marples |
Simplify handling of IPv6 address from kernel messages, similar to IPv4.
draft
|
| Tue, 26 Jul 2016 19:12:21 +0000 |
Roy Marples |
Fix compile on BSD.
draft
|
| Tue, 26 Jul 2016 19:06:54 +0000 |
Roy Marples |
Because struct rt has src addr, we no longer need ipv4_srcaddr.
draft
|
| Tue, 26 Jul 2016 15:52:15 +0000 |
Roy Marples |
uname always returns -1 on error on all supported platforms, so test for that.
draft
|
| Sat, 23 Jul 2016 13:36:51 +0000 |
Roy Marples |
Add support for adding/deleting routes in Solaris.
draft
|
| Fri, 22 Jul 2016 21:01:24 +0000 |
Roy Marples |
Match if_address
draft
|
| Fri, 22 Jul 2016 20:59:04 +0000 |
Roy Marples |
Add initial support for aliased addresses on Solaris.
draft
|
| Thu, 21 Jul 2016 08:50:48 +0000 |
Roy Marples |
Free after logging error incase free generates an error.
draft
|
| Thu, 21 Jul 2016 08:45:00 +0000 |
Roy Marples |
Release option memory if there is a problem allocating a large
draft
|
| Thu, 21 Jul 2016 08:40:43 +0000 |
Roy Marples |
Need this header for strtoi.
draft
|
| Mon, 18 Jul 2016 13:13:40 +0000 |
Roy Marples |
Fix BYTE_ORDER for Solaris which does not define it readily.
draft
|
| Mon, 18 Jul 2016 10:53:45 +0000 |
Roy Marples |
Add if_nametospec helper to decode and interface name such as bge1:2 into
draft
|
| Sun, 17 Jul 2016 14:35:11 +0000 |
Roy Marples |
Fix API for sun.
draft
|
| Fri, 08 Jul 2016 19:44:18 +0000 |
Roy Marples |
Apply command line options to profile.
draft
|
| Thu, 30 Jun 2016 10:39:28 +0000 |
Roy Marples |
Don't add our own IPv6 LLADDR if the OS doesn't allow us turning the OS doing it off.
draft
|
| Tue, 28 Jun 2016 12:32:16 +0000 |
Roy Marples |
Clarify udp_len being out of bounds checked.
draft
|
| Tue, 28 Jun 2016 12:22:51 +0000 |
Roy Marples |
Revert [da213b6490] because the fd we're reading from could be a generic
draft
|
| Mon, 27 Jun 2016 15:40:57 +0000 |
Roy Marples |
Fix spelling mistakes, [944ac40b82].
draft
|
| Sat, 25 Jun 2016 11:43:58 +0000 |
Roy Marples |
Check we have an assigned address when an ARP conflict occurs to avoid a NULL
draft
|
| Tue, 21 Jun 2016 08:39:19 +0000 |
Roy Marples |
Allow pkg-config to be host selectable like the compiler.
draft
|
| Mon, 20 Jun 2016 13:02:35 +0000 |
Roy Marples |
Rework prior so it works.
draft
|
| Mon, 20 Jun 2016 12:34:27 +0000 |
Roy Marples |
Allow the possibility to exclude the vendor class option.
draft
|
| Fri, 17 Jun 2016 19:08:33 +0000 |
Roy Marples |
Release dhcpcd-6.11.1
draft dhcpcd-6.11.1
|
| Thu, 16 Jun 2016 08:28:34 +0000 |
Roy Marples |
Remove mistakenly added debug.
draft
|
| Tue, 14 Jun 2016 21:54:24 +0000 |
Roy Marples |
Hostname documentation fixes, thanks to Olaf Seibert.
draft
|
| Fri, 10 Jun 2016 09:15:12 +0000 |
Roy Marples |
Remove debug mistakenly added, [c4df3c6b97].
draft
|
| Fri, 10 Jun 2016 09:01:25 +0000 |
Roy Marples |
Always set the aquired time for renewed delegated addreses, fixes [c4df3c6b97].
draft
|
| Fri, 10 Jun 2016 08:56:00 +0000 |
Roy Marples |
Only log the once we have logged the delegated prefix.
draft
|
| Wed, 08 Jun 2016 11:30:38 +0000 |
Roy Marples |
Always show the prefix we are delegated in debug, aids [c4df3c6b97].
draft
|
| Tue, 07 Jun 2016 19:09:39 +0000 |
Roy Marples |
Reserve enough space for a fully escaped SSID.
draft
|
| Wed, 01 Jun 2016 06:21:04 +0000 |
Roy Marples |
Allow an SLA 0 and prefix length of 0 to delegate the whole prefix which
draft
|
| Wed, 01 Jun 2016 05:44:47 +0000 |
Roy Marples |
Add lastlease informational message.
draft
|
| Wed, 01 Jun 2016 05:44:22 +0000 |
Roy Marples |
We can work with saved leases without a full vendor area.
draft
|
| Thu, 26 May 2016 08:54:45 +0000 |
Roy Marples |
Don't drop DHCPv6 if we have a delegated address on router expiry.
draft
|
| Wed, 25 May 2016 19:58:00 +0000 |
Roy Marples |
Remove debug
draft
|
| Wed, 25 May 2016 19:54:07 +0000 |
Roy Marples |
Report the first non requested address.
draft
|
| Wed, 25 May 2016 13:50:05 +0000 |
Roy Marples |
Ensure mask and bcast as always set.
draft
|
| Wed, 25 May 2016 10:35:52 +0000 |
Roy Marples |
Calc requested netmask at start rather than in get_lease.
draft
|
| Wed, 25 May 2016 10:32:39 +0000 |
Roy Marples |
Fix some routing issues for POINTOPOINT interfaces.
draft
|
| Wed, 25 May 2016 09:38:51 +0000 |
Roy Marples |
Disable ARP for POINTOPOINT.
draft
|