| Fri, 08 Apr 2016 20:54:04 +0000 |
Roy Marples |
Release dhcpcd-6.10.2
draft dhcpcd-6.10.2
|
| Fri, 08 Apr 2016 20:50:58 +0000 |
Roy Marples |
Fix compile warnings.
draft
|
| Fri, 08 Apr 2016 20:35:09 +0000 |
Roy Marples |
Don't dick with IPv4LL route reactions on BSD.
draft
|
| Fri, 08 Apr 2016 20:02:41 +0000 |
Roy Marples |
If a normal default route is added, delete our IPv4LL default route.
draft
|
| Fri, 08 Apr 2016 10:49:21 +0000 |
Roy Marples |
Fix changing routes on FreeBSD.
draft
|
| Fri, 08 Apr 2016 09:38:53 +0000 |
Roy Marples |
Log RA's only when it's a new router unless debugging is enabled.
draft
|
| Fri, 08 Apr 2016 08:29:52 +0000 |
Roy Marples |
Fix BSD for making routes.
draft
|
| Fri, 08 Apr 2016 06:54:43 +0000 |
Roy Marples |
Constify handlert
draft
|
| Thu, 07 Apr 2016 20:45:20 +0000 |
Roy Marples |
Fix a bogus static analyzer bug.
draft
|
| Thu, 07 Apr 2016 20:41:51 +0000 |
Roy Marples |
Fix compile on BSD.
draft
|
| Thu, 07 Apr 2016 20:35:57 +0000 |
Roy Marples |
Linux netlink nlmsg_pid is not process id - only the first socket opened
draft
|
| Wed, 06 Apr 2016 20:53:54 +0000 |
Roy Marples |
Don't do ipv6 routes if ipv6 is disabled.
draft
|
| Wed, 06 Apr 2016 20:53:26 +0000 |
Roy Marples |
Fix function name
draft
|
| Wed, 06 Apr 2016 18:49:13 +0000 |
Roy Marples |
Descope dest and gateway when copying routes. Set RTA_IFP and RTA_IFA when changing routes.
draft
|
| Tue, 05 Apr 2016 13:43:56 +0000 |
Roy Marples |
Bring FORCERENEW message in line with others (drop the DHCP_).
draft
|
| Tue, 05 Apr 2016 13:34:47 +0000 |
Roy Marples |
Fix spelling of RECONFIGURE6, fixes [c6f1927f1a].
draft
|
| Fri, 01 Apr 2016 21:27:22 +0000 |
Roy Marples |
Fix pidfile_lock compat on Linux.
draft
|
| Fri, 01 Apr 2016 21:14:28 +0000 |
Roy Marples |
Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutil
draft
|
| Wed, 30 Mar 2016 07:08:34 +0000 |
Roy Marples |
Describe how hardware based arping profiles work.
draft
|
| Mon, 28 Mar 2016 20:08:43 +0000 |
Roy Marples |
White space police.
draft
|
| Wed, 23 Mar 2016 22:18:00 +0000 |
Roy Marples |
Document --with-poll
draft
|
| Wed, 23 Mar 2016 22:03:16 +0000 |
Roy Marples |
Fix compile on Linux.
draft
|
| Thu, 17 Mar 2016 14:35:13 +0000 |
Roy Marples |
Make eloop a tad easier to use.
draft
|
| Wed, 16 Mar 2016 11:26:49 +0000 |
Roy Marples |
Fix dprintf, thanks to OBATA Akio.
draft
|
| Sun, 13 Mar 2016 19:46:09 +0000 |
Roy Marples |
It's possible to receive routing events for non existant interfaces, so abort gracefully rather than asserting.
draft
|
| Sat, 12 Mar 2016 10:52:41 +0000 |
Roy Marples |
Support buggy FreeBSD rc system out of the box.
draft
|
| Fri, 11 Mar 2016 20:46:54 +0000 |
Roy Marples |
Fix configure when >1 ld-elf.so.N
draft
|
| Fri, 11 Mar 2016 20:37:17 +0000 |
Roy Marples |
Fix configure again
draft
|
| Fri, 11 Mar 2016 20:29:20 +0000 |
Roy Marples |
Initialise struct to pass configure on FreeBSD.
draft
|
| Fri, 11 Mar 2016 16:44:59 +0000 |
Roy Marples |
Fix configure tests
draft
|
| Fri, 11 Mar 2016 16:35:29 +0000 |
Roy Marples |
Use -Wall -Werror when running configure tests.
draft
|
| Fri, 11 Mar 2016 13:44:42 +0000 |
Roy Marples |
Fix compile on older platforms which lack O_CLOEXEC.
draft
|
| Fri, 11 Mar 2016 12:11:47 +0000 |
Roy Marples |
Support RTF_CONNECTED, soon to be committed to NetBSD.
draft
|
| Thu, 03 Mar 2016 19:59:45 +0000 |
Roy Marples |
Correct help about for localstatedir and PREFIX.
draft
|
| Sat, 27 Feb 2016 17:19:15 +0000 |
Roy Marples |
If we fail to open kqueue/epoll, abort the loop.
draft
|
| Fri, 26 Feb 2016 21:22:30 +0000 |
Roy Marples |
Now we have a fd lookup table, we can elimiate the need to store
draft
|
| Fri, 26 Feb 2016 21:16:43 +0000 |
Roy Marples |
Use a fd lookup table rather than checking each event in turn until we find
draft
|
| Fri, 26 Feb 2016 19:45:29 +0000 |
Roy Marples |
Roll our own reallocarray(3) function because that and the reallocarr(3) functions aren't portable in eloop.
draft
|
| Fri, 26 Feb 2016 16:10:36 +0000 |
Roy Marples |
This comment no longer applies with kqueue(2) and epoll(7).
draft
|
| Fri, 26 Feb 2016 16:08:19 +0000 |
Roy Marples |
Describe eloop better.
draft
|
| Fri, 26 Feb 2016 16:04:12 +0000 |
Roy Marples |
Add POLLOUT to the pselect wrapper.
draft
|
| Sat, 20 Feb 2016 02:35:10 +0000 |
Roy Marples |
Enforce pltime < vltime for prefixes as well.
draft
|
| Sat, 20 Feb 2016 02:16:20 +0000 |
Roy Marples |
Exlcude stale or delegated prefixes from timers.
draft
|
| Fri, 19 Feb 2016 22:20:51 +0000 |
Roy Marples |
Enforce correctness of vltime, pltime, T1 and T2.
draft
|
| Tue, 16 Feb 2016 09:54:29 +0000 |
Roy Marples |
Set fp to NULL after fclose() to avoid a potential secondary fclose() if the
draft
|
| Tue, 16 Feb 2016 09:53:12 +0000 |
Roy Marples |
We need to log expiry time for the lease as each address has it's own notion.
draft
|
| Mon, 15 Feb 2016 21:27:59 +0000 |
Roy Marples |
Remove ipv6ra_accept_nopublic and just accept it.
draft
|
| Mon, 15 Feb 2016 21:19:56 +0000 |
Roy Marples |
Export STATIC6 to libdhcpcd.
draft
|
| Mon, 15 Feb 2016 17:43:59 +0000 |
Roy Marples |
Check we have arg before accessing it's parsed iaid. Fixes [005c389f71].
draft
|
| Mon, 15 Feb 2016 16:37:13 +0000 |
Roy Marples |
Ensure that env is freed in arraytostr() fails. Fixes [8d24cd2f25].
draft
|
| Mon, 15 Feb 2016 14:23:51 +0000 |
Roy Marples |
Fix snapshot building
draft
|
| Mon, 15 Feb 2016 09:59:38 +0000 |
Roy Marples |
This can be const at least.
draft
|
| Mon, 15 Feb 2016 09:46:43 +0000 |
Roy Marples |
Fix compile warning.
draft
|
| Mon, 15 Feb 2016 09:44:58 +0000 |
Roy Marples |
Fix compile on BSD, [7e6b5d07d5]
draft
|
| Sun, 14 Feb 2016 09:53:06 +0000 |
Roy Marples |
For the time being, consider STATIC6 as not up
draft
|
| Sun, 14 Feb 2016 09:52:48 +0000 |
Roy Marples |
Fix non IPv6 build.
draft
|
| Sun, 14 Feb 2016 09:05:46 +0000 |
Roy Marples |
Make ipv6_newaddr static
draft
|
| Sun, 14 Feb 2016 08:53:34 +0000 |
Roy Marples |
Add request, inform and inform6 to dhcpcd.conf
draft
|
| Sun, 14 Feb 2016 08:17:35 +0000 |
Roy Marples |
If we handle >1 static IPv6 address, test them all before running the script.
draft
|
| Sun, 14 Feb 2016 08:04:55 +0000 |
Roy Marples |
Implement IPv6 static address, fixes [29417b793e].
draft
|