| Mon, 09 May 2016 09:35:34 +0000 |
Roy Marples |
Release dhcpcd-6.11.0
draft dhcpcd-6.11.0
|
| Mon, 09 May 2016 08:22:38 +0000 |
Roy Marples |
Preserve lo0 routes if the global default is to persist.
draft
|
| Sun, 08 May 2016 15:44:12 +0000 |
Roy Marples |
Fix deleting the reject route on Linux, [efc359da01].
draft
|
| Sun, 08 May 2016 10:18:49 +0000 |
Roy Marples |
No need for ;
draft
|
| Sat, 07 May 2016 21:27:34 +0000 |
Roy Marples |
Whitespace.
draft
|
| Sat, 07 May 2016 21:25:02 +0000 |
Roy Marples |
Fix option concatenation.
draft
|
| Sat, 07 May 2016 20:40:40 +0000 |
Roy Marples |
When removing delegated addresses, ensure the reject route is restored.
draft
|
| Sat, 07 May 2016 19:58:11 +0000 |
Roy Marples |
White space.
draft
|
| Sat, 07 May 2016 19:55:48 +0000 |
Roy Marples |
Don't realloc delegated prefixes needlessly.
draft
|
| Sat, 07 May 2016 19:53:54 +0000 |
Roy Marples |
Revert prior
draft
|
| Sat, 07 May 2016 12:21:35 +0000 |
Roy Marples |
Remember the delegating prefix rather than the delegating interface.
draft
|
| Sat, 07 May 2016 12:20:36 +0000 |
Roy Marples |
Always set HAVE_REALLOCARRAY so that eloop can use it.
draft
|
| Fri, 06 May 2016 20:51:37 +0000 |
Roy Marples |
Use libc reallocarray in eloop if we have it.
draft
|
| Fri, 06 May 2016 20:44:24 +0000 |
Roy Marples |
Check we actually have options allocated before adding commandline options.
draft
|
| Fri, 06 May 2016 20:09:09 +0000 |
Roy Marples |
Fix a bogus clang analyzer warning on BSD by moving an assignment slightly higher up.
draft
|
| Fri, 06 May 2016 18:45:01 +0000 |
Roy Marples |
Don't install a reject route if the prefix is the same as the delegation, [efc359da01].
draft
|
| Fri, 06 May 2016 18:15:41 +0000 |
Roy Marples |
No need to check if the passed pointer is valid.
draft
|
| Fri, 06 May 2016 16:28:54 +0000 |
Roy Marples |
Fix some memory issues.
draft
|
| Fri, 06 May 2016 16:23:26 +0000 |
Roy Marples |
Free the getline buffer if needed.
draft
|
| Fri, 06 May 2016 16:01:54 +0000 |
Roy Marples |
Move duid and ipv6 secret file reading code into a common function.
draft
|
| Fri, 06 May 2016 14:46:32 +0000 |
Roy Marples |
Move packet buffer from dhcpcd context to a generic stack variable based on MTU_MAX.
draft
|
| Fri, 06 May 2016 13:26:41 +0000 |
Roy Marples |
DHCP messages are really BOOTP so lets name the structure accordingly.
draft
|
| Fri, 06 May 2016 13:02:41 +0000 |
Roy Marples |
Move dhcp6's read lease code into dhcp-common.
draft
|
| Fri, 06 May 2016 12:51:01 +0000 |
Roy Marples |
Check a calloc failure.
draft
|
| Wed, 04 May 2016 13:07:10 +0000 |
Roy Marples |
Fix comment.
draft
|
| Wed, 04 May 2016 13:05:52 +0000 |
Roy Marples |
Remove random() from a potential htonl() macro which could call it more than once.
draft
|
| Wed, 04 May 2016 12:34:13 +0000 |
Roy Marples |
Read from BPF into a void pointer aliased to the buffer so that
draft
|
| Wed, 04 May 2016 12:32:29 +0000 |
Roy Marples |
Fix returning a pid if open fails.
draft
|
| Wed, 04 May 2016 11:51:44 +0000 |
Roy Marples |
Fix compile.
draft
|
| 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
|