| Wed, 04 May 2016 11:48:51 +0000 |
Roy Marples |
Check for NULL.
draft
|
| Wed, 04 May 2016 11:39:37 +0000 |
Roy Marples |
Fix reallocarray test
draft
|
| Wed, 04 May 2016 11:02:44 +0000 |
Roy Marples |
Optimize code to find a route interface.
draft
|
| Tue, 03 May 2016 23:54:20 +0000 |
Roy Marples |
Use void * to read the DHCP lease file as that seems to pass the Coverity
draft
|
| Tue, 03 May 2016 23:19:57 +0000 |
Roy Marples |
Use a union to read an old lease.
draft
|
| Tue, 03 May 2016 22:50:53 +0000 |
Roy Marples |
Apply a bit more security around parsing DHCP.
draft
|
| Tue, 03 May 2016 22:09:16 +0000 |
Roy Marples |
Add a guard to ensure any needed argument is provided.
draft
|
| Tue, 03 May 2016 20:25:30 +0000 |
Roy Marples |
Fix a potential memory issue.
draft
|
| Tue, 03 May 2016 16:21:20 +0000 |
Roy Marples |
Fix reading long DHCPv6 leases.
draft
|
| Tue, 03 May 2016 15:43:34 +0000 |
Roy Marples |
Fix closing fd.
draft
|
| Tue, 03 May 2016 15:26:18 +0000 |
Roy Marples |
Tell Coverity that we do need to call initstate() for IPv4LL addresses.
draft
|
| Tue, 03 May 2016 15:18:39 +0000 |
Roy Marples |
Tell Coverity that we do need to call random() for IPv4LL addresses.
draft
|
| Tue, 03 May 2016 15:06:22 +0000 |
Roy Marples |
Use a local variable to indicate if we need to close the fd we may have
draft
|
| Tue, 03 May 2016 14:31:50 +0000 |
Roy Marples |
Rework control_open to be cleaner for static analysis.
draft
|
| Tue, 03 May 2016 14:17:37 +0000 |
Roy Marples |
Remove useless range check.
draft
|
| Tue, 03 May 2016 13:55:07 +0000 |
Roy Marples |
Document some coverity false positives.
draft
|
| Tue, 03 May 2016 12:34:34 +0000 |
Roy Marples |
Fix a constant expression result.
draft
|
| Tue, 03 May 2016 12:19:35 +0000 |
Roy Marples |
Really fix the TOCTOU error.
draft
|
| Tue, 03 May 2016 12:12:15 +0000 |
Roy Marples |
Fix math.
draft
|
| Tue, 03 May 2016 11:54:25 +0000 |
Roy Marples |
Use reallocarray(3) to fix a pontential overflow issue discovered by Coverity.
draft
|
| Tue, 03 May 2016 11:20:47 +0000 |
Roy Marples |
Fix a memory leak reported by Coverity.
draft
|
| Tue, 03 May 2016 11:07:57 +0000 |
Roy Marples |
control_open() should always return the fd to help static analysis.
draft
|
| Tue, 03 May 2016 10:55:57 +0000 |
Roy Marples |
Explain to Coverity why overrunning sockaddr_ll for IPoIB interfaces can happen and is catered for.
draft
|
| Tue, 03 May 2016 10:25:42 +0000 |
Roy Marples |
Fix a Coverity error by avoiding a memset with zero length.
draft
|
| Tue, 03 May 2016 10:14:14 +0000 |
Roy Marples |
Fix some issues reported by Converity.
draft
|
| Tue, 03 May 2016 09:15:28 +0000 |
Roy Marples |
Tell coverity that we don't care about this errors because they
draft
|
| Mon, 02 May 2016 01:55:50 +0000 |
Roy Marples |
Solaris does not return AF_LINK addresses in getifaddrs(3), so
draft
|
| Sun, 01 May 2016 14:51:10 +0000 |
Roy Marples |
Fix compile on sunos again.
draft
|
| Sun, 01 May 2016 14:46:31 +0000 |
Roy Marples |
Fix a signed/unsigned comparison.
draft
|
| Sun, 01 May 2016 14:39:45 +0000 |
Roy Marples |
Test exit status of which, not just stdout.
draft
|
| Sun, 01 May 2016 14:30:08 +0000 |
Roy Marples |
Not all systems supply sys/cdefs.h and some require limits.h for PATH_MAX.
draft
|
| Sun, 01 May 2016 14:20:21 +0000 |
Roy Marples |
Prefix dhcp definition type with OT_
draft
|
| Sat, 30 Apr 2016 07:30:40 +0000 |
Roy Marples |
Move last last extending into it's own option so we can use the last lease
draft
|
| Fri, 29 Apr 2016 23:09:40 +0000 |
Roy Marples |
Extending dhcp lease on expire should respect ARP being disabled.
draft
|
| Fri, 29 Apr 2016 22:48:19 +0000 |
Roy Marples |
When the leaselease option is given, retain the lease when the DHCP lease
draft
|
| Fri, 29 Apr 2016 22:42:48 +0000 |
Roy Marples |
Allow arp_open to be called publically.
draft
|
| Fri, 29 Apr 2016 22:41:51 +0000 |
Roy Marples |
Keep the ARP state open on announce so we can detect duplicates.
draft
|
| Fri, 29 Apr 2016 22:37:26 +0000 |
Roy Marples |
Fix a potential access after free issue.
draft
|
| Wed, 27 Apr 2016 22:19:16 +0000 |
Roy Marples |
Describe multiple interfaces, master mode and single interfaces better.
draft
|
| Wed, 27 Apr 2016 09:21:08 +0000 |
Roy Marples |
Save BOOTP leases so they can be dumped.
draft
|
| Tue, 26 Apr 2016 20:09:34 +0000 |
Roy Marples |
Revert prior and just move the RUNDIR check above pidfile_lock.
draft
|
| Tue, 26 Apr 2016 20:07:29 +0000 |
Roy Marples |
Add a hack to ensure RUNDIR exists.
draft
|
| Tue, 26 Apr 2016 19:28:58 +0000 |
Roy Marples |
Ensure we use the correct rundir.
draft
|
| Mon, 25 Apr 2016 19:00:55 +0000 |
Roy Marples |
Linux does not change netmask/broadcast addresses when re-adding an address.
draft
|
| Mon, 25 Apr 2016 16:23:37 +0000 |
Roy Marples |
Update remembered addresses for netmask and broadcast addresss.
draft
|
| Mon, 25 Apr 2016 16:23:10 +0000 |
Roy Marples |
If a DHCP state is ARP probbed successfully and we're bound then don't do anything.
draft
|
| Mon, 25 Apr 2016 13:15:56 +0000 |
Roy Marples |
Report the broadcast address being added.
draft
|
| Mon, 25 Apr 2016 13:03:52 +0000 |
Roy Marples |
We can only check rtm_pid for the correct pid - other messages
draft
|
| Mon, 25 Apr 2016 13:03:24 +0000 |
Roy Marples |
Ignore address removals if the broadcast address is the same as well as the
draft
|
| Mon, 25 Apr 2016 11:53:33 +0000 |
Roy Marples |
Fix compile.
draft
|
| Mon, 25 Apr 2016 10:58:18 +0000 |
Roy Marples |
dst becomes brd as it's makes more sense as we mainly deal with ethernet.
draft
|
| Mon, 25 Apr 2016 10:49:51 +0000 |
Roy Marples |
Whitespace police.
draft
|
| Sun, 24 Apr 2016 19:55:22 +0000 |
Roy Marples |
CID 1358677: (Negative returns) tuck in poll_fd assignment in eloop_open(), thanks to Christos.
draft
|
| Sun, 24 Apr 2016 19:46:28 +0000 |
Roy Marples |
CID 1358676: Forward NULL.
draft
|
| Fri, 22 Apr 2016 21:07:22 +0000 |
Roy Marples |
Remove closefrom as we don't suffer from fd starvation.
draft
|
| Thu, 21 Apr 2016 19:30:19 +0000 |
Roy Marples |
Clarify the reasoning for not installing a blackhole route for a PD.
draft
|
| Thu, 21 Apr 2016 19:27:31 +0000 |
Roy Marples |
RFC3315 Section 12.1 is a little vague about adding bits to the prefix.
draft
|
| Wed, 20 Apr 2016 08:37:23 +0000 |
Roy Marples |
Release dhcpcd-6.10.3
draft dhcpcd-6.10.3
|
| Wed, 20 Apr 2016 08:29:08 +0000 |
Roy Marples |
RFC 3927 Section 2.5 says a defence of an address should ARP announce it.
draft
|
| Mon, 18 Apr 2016 12:49:35 +0000 |
Roy Marples |
Add sys/file.h so we can get to flock(2).
draft
|
| Mon, 18 Apr 2016 08:34:56 +0000 |
Roy Marples |
Sync latest from NetBSD.
draft
|
| Mon, 18 Apr 2016 06:14:55 +0000 |
Roy Marples |
Fix compile on BSD.
draft
|
| Sun, 17 Apr 2016 14:00:09 +0000 |
Roy Marples |
Improve xsocket to have the same API as socket.
draft
|
| Sat, 16 Apr 2016 21:17:49 +0000 |
Roy Marples |
Clarify sla 0.
draft
|
| Sat, 16 Apr 2016 21:11:54 +0000 |
Roy Marples |
Don't drop DHCPv6 if the interface is delegated to when there are no IPv6 routers for it.
draft
|
| Sat, 16 Apr 2016 20:32:11 +0000 |
Roy Marples |
If sla is 0, just copy the prefix and don't set a blackhole route if end prefix is the same as the delegated prefix. Fixes [7461677bd0].
draft
|
| Sat, 16 Apr 2016 20:30:53 +0000 |
Roy Marples |
Warn that an sla of 0 is not RFC3633 (section 12.1) compliant.
draft
|
| Wed, 13 Apr 2016 16:45:52 +0000 |
Roy Marples |
Set -DHAVE_CONFIG_H after it's blanked on user config. Fixes [ceb1077c23].
draft
|
| Tue, 12 Apr 2016 20:14:42 +0000 |
Roy Marples |
Move embedded test to after setting compiler options to fix a build issue with quotes.
draft
|
| Tue, 12 Apr 2016 14:15:11 +0000 |
Roy Marples |
iSNS is option 83, not 84.
draft
|
| Mon, 11 Apr 2016 16:25:54 +0000 |
Roy Marples |
Add support for int8 and uint8 data types.
draft
|
| Mon, 11 Apr 2016 15:40:16 +0000 |
Roy Marples |
Fix prior definition.
draft
|
| Mon, 11 Apr 2016 12:53:53 +0000 |
Roy Marples |
Support iSNS, RFC4174.
draft
|
| Sun, 10 Apr 2016 20:15:36 +0000 |
Roy Marples |
Sync pidfile.c from NetBSD.
draft
|
| Sun, 10 Apr 2016 18:46:12 +0000 |
Roy Marples |
Make fork process clearer.
draft
|
| 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
|