| Sun, 09 Oct 2016 08:07:17 +0000 |
Roy Marples |
Release dhcpcd-6.11.5
draft dhcpcd-6.11.5
|
| Sun, 09 Oct 2016 08:06:10 +0000 |
Roy Marples |
Correct define to __OpenBSD__. Fixes [ad8b5130d4] again.
draft
|
| Sun, 09 Oct 2016 08:02:37 +0000 |
Roy Marples |
Correct define to __OpenBSD__.
draft
|
| Fri, 07 Oct 2016 10:01:09 +0000 |
Roy Marples |
Merge fixes from branch
draft
|
| Fri, 07 Oct 2016 10:01:09 +0000 |
Roy Marples |
Merge fixes from branch
draft
|
| Fri, 07 Oct 2016 09:42:38 +0000 |
Roy Marples |
Fix build system to make import correctly for authentication.
draft
|
| Fri, 07 Oct 2016 08:34:00 +0000 |
Roy Marples |
Fix import for auth
draft
|
| Fri, 07 Oct 2016 08:05:10 +0000 |
Roy Marples |
Release dhcpcd-6.11.4
draft dhcpcd-6.11.4
|
| Thu, 06 Oct 2016 10:36:47 +0000 |
Roy Marples |
Cast away some more compile errors.
draft
|
| Wed, 05 Oct 2016 19:20:39 +0000 |
Roy Marples |
Remove debug.
draft
|
| Wed, 05 Oct 2016 19:20:13 +0000 |
Roy Marples |
Fix sending DHCPv6 vendor option.
draft
|
| Wed, 05 Oct 2016 16:33:34 +0000 |
Roy Marples |
Update copyright and intent.
draft
|
| Wed, 05 Oct 2016 16:30:19 +0000 |
Roy Marples |
Copy out ND option structs for correct alignment.
draft
|
| Wed, 05 Oct 2016 15:00:35 +0000 |
Roy Marples |
Assert size for more structs.
draft
|
| Wed, 05 Oct 2016 14:06:20 +0000 |
Roy Marples |
Remove packed from these structs.
draft
|
| Wed, 05 Oct 2016 12:19:59 +0000 |
Roy Marples |
Fix compile on Linux with clang.
draft
|
| Wed, 05 Oct 2016 11:44:57 +0000 |
Roy Marples |
Fix some gcc warnings.
draft
|
| Wed, 05 Oct 2016 11:28:48 +0000 |
Roy Marples |
Try and avoid using __packed.
draft
|
| Wed, 05 Oct 2016 11:03:32 +0000 |
Roy Marples |
Auth should work on void rather than a type.
draft
|
| Wed, 05 Oct 2016 11:01:00 +0000 |
Roy Marples |
Start work on dhcpcd-7
draft
|
| Wed, 05 Oct 2016 10:59:32 +0000 |
Roy Marples |
Create new branch named "dhcpcd-6"
draft
|
| Tue, 04 Oct 2016 09:40:56 +0000 |
Roy Marples |
Remove hack to add IPv6 LL address as early as possible.
draft
|
| Mon, 03 Oct 2016 20:07:52 +0000 |
Roy Marples |
Guard against the possibility of no config..... may fix [c9d04817fa].
draft
|
| Mon, 03 Oct 2016 19:41:11 +0000 |
Roy Marples |
Validate lease before setting state to REQUEST when REPLY is recieved in
draft
|
| Mon, 03 Oct 2016 17:55:43 +0000 |
Roy Marples |
Revert prior and test for DH6S_REBIND rather than not DH6S_DISCOVER.
draft
|
| Mon, 03 Oct 2016 16:42:55 +0000 |
Roy Marples |
Don't re-enter the discover phase on receipt of an invalid offer if we are already in the discover phase.
draft
|
| Sun, 02 Oct 2016 15:07:21 +0000 |
Roy Marples |
If renew or rebind is not set, always use a default from the lowest pltime
draft
|
| Sun, 02 Oct 2016 10:54:52 +0000 |
Roy Marples |
The ability to add LL addresses is not dependant on using SLAAC privacy,
draft
|
| Tue, 27 Sep 2016 10:34:29 +0000 |
Roy Marples |
Report compiled in features in --version.
draft
|
| Tue, 27 Sep 2016 10:21:31 +0000 |
Roy Marples |
Only enable IPv4LL when INET is enabled.
draft
|
| Tue, 27 Sep 2016 10:17:39 +0000 |
Roy Marples |
Allow DHCPv6 support to be compiled out.
draft
|
| Tue, 27 Sep 2016 09:00:26 +0000 |
Roy Marples |
Move the #ifdef higher to exclude static consts.
draft
|
| Tue, 27 Sep 2016 08:57:43 +0000 |
Roy Marples |
Tidy comments
draft
|
| Tue, 20 Sep 2016 09:29:39 +0000 |
Roy Marples |
Allow IPv4LL to be compiled out.
draft
|
| Mon, 19 Sep 2016 19:03:25 +0000 |
Roy Marples |
Need to include crypt for MD5 on Linux.
draft
|
| Mon, 19 Sep 2016 19:00:26 +0000 |
Roy Marples |
Remove extra comment
draft
|
| Mon, 19 Sep 2016 17:51:04 +0000 |
Roy Marples |
Add CAN_DROP_LLADDR so we can easily handle our current inability to remove the IPv6 LL address on Solaris
draft
|
| Mon, 19 Sep 2016 16:16:47 +0000 |
Roy Marples |
Fix setting IPv6 addresses to zero.
draft
|
| Mon, 19 Sep 2016 15:41:14 +0000 |
Roy Marples |
Fix a segfault.
draft
|
| Mon, 19 Sep 2016 13:00:45 +0000 |
Roy Marples |
Make import now imports the files needed to generate dhcpcd-embedded.{c,h}
draft
|
| Mon, 19 Sep 2016 12:25:39 +0000 |
Roy Marples |
Fix building of embedded config with correct specified source.
draft
|
| Mon, 19 Sep 2016 09:08:11 +0000 |
Roy Marples |
Allow dhcpcd to be built without Authentiction support for system media with
draft
|
| Fri, 16 Sep 2016 19:41:05 +0000 |
Roy Marples |
Fix compile on Linux
draft
|
| Fri, 16 Sep 2016 19:38:30 +0000 |
Roy Marples |
ifa_msghdr does not have the alias it's for, which is bad.
draft
|
| Fri, 16 Sep 2016 16:21:17 +0000 |
Roy Marples |
SMALL target removes the custom logger.
draft
|
| Fri, 16 Sep 2016 16:03:00 +0000 |
Roy Marples |
Fix compile on OpenBSD.
draft
|
| Fri, 16 Sep 2016 15:49:01 +0000 |
Roy Marples |
One BSD in the future will include address flags in ifa_msghdr.
draft
|
| Fri, 16 Sep 2016 15:28:46 +0000 |
Roy Marples |
When validating a lease with an OK but no IA's and in the CONFIRM phase
draft
|
| Thu, 15 Sep 2016 10:36:58 +0000 |
Roy Marples |
Ignore RTM versions we don't know.
draft
|
| Mon, 12 Sep 2016 16:03:19 +0000 |
Roy Marples |
Solaris allows a route per gateway as well.
draft
|
| Mon, 12 Sep 2016 16:02:40 +0000 |
Roy Marples |
dhcpcd considers the link down without IFF_UP.
draft
|
| Mon, 12 Sep 2016 10:58:32 +0000 |
Roy Marples |
OpenBSD allows many routes to the same dest with different gateways.
draft
|
| Fri, 09 Sep 2016 09:56:26 +0000 |
Roy Marples |
Add the --small configure option which currently removes non essential options
draft
|
| Tue, 06 Sep 2016 16:39:03 +0000 |
Roy Marples |
Always roundup the required buffer.
draft
|
| Tue, 06 Sep 2016 16:14:31 +0000 |
Roy Marples |
More assert
draft
|
| Tue, 06 Sep 2016 14:58:33 +0000 |
Roy Marples |
Don't dispatch 0 bytes.
draft
|
| Tue, 06 Sep 2016 13:46:12 +0000 |
Roy Marples |
When receiving multipart messages, receive them again until we get NLMSG_DONE.
draft
|
| Tue, 06 Sep 2016 12:05:55 +0000 |
Roy Marples |
DragonFly needs to ingore RTM_DELADDR as well.
draft
|
| Tue, 06 Sep 2016 10:43:49 +0000 |
Roy Marples |
Remove the POLLADDR check out of if-bsd.c and into ipv6.c for other OS's
draft
|
| Tue, 06 Sep 2016 10:03:08 +0000 |
Roy Marples |
Rename var to avoid a global on OpenBSD.
draft
|