index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Release dhcpcd-6.11.0
dhcpcd-6.11.0
Roy Marples
2016-05-09
*
Preserve lo0 routes if the global default is to persist.
Roy Marples
2016-05-09
*
Fix deleting the reject route on Linux, [efc359da01].
Roy Marples
2016-05-08
*
No need for ;
Roy Marples
2016-05-08
*
Whitespace.
Roy Marples
2016-05-07
*
Fix option concatenation.
Roy Marples
2016-05-07
*
When removing delegated addresses, ensure the reject route is restored.
Roy Marples
2016-05-07
*
White space.
Roy Marples
2016-05-07
*
Don't realloc delegated prefixes needlessly.
Roy Marples
2016-05-07
*
Revert prior
Roy Marples
2016-05-07
*
Remember the delegating prefix rather than the delegating interface.
Roy Marples
2016-05-07
*
Always set HAVE_REALLOCARRAY so that eloop can use it.
Roy Marples
2016-05-07
*
Use libc reallocarray in eloop if we have it.
Roy Marples
2016-05-06
*
Check we actually have options allocated before adding commandline options.
Roy Marples
2016-05-06
*
Fix a bogus clang analyzer warning on BSD by moving an assignment slightly hi...
Roy Marples
2016-05-06
*
Don't install a reject route if the prefix is the same as the delegation, [ef...
Roy Marples
2016-05-06
*
No need to check if the passed pointer is valid.
Roy Marples
2016-05-06
*
Fix some memory issues.
Roy Marples
2016-05-06
*
Free the getline buffer if needed.
Roy Marples
2016-05-06
*
Move duid and ipv6 secret file reading code into a common function.
Roy Marples
2016-05-06
*
Move packet buffer from dhcpcd context to a generic stack variable based on M...
Roy Marples
2016-05-06
*
DHCP messages are really BOOTP so lets name the structure accordingly.
Roy Marples
2016-05-06
*
Move dhcp6's read lease code into dhcp-common.
Roy Marples
2016-05-06
*
Check a calloc failure.
Roy Marples
2016-05-06
*
Fix comment.
Roy Marples
2016-05-04
*
Remove random() from a potential htonl() macro which could call it more than ...
Roy Marples
2016-05-04
*
Read from BPF into a void pointer aliased to the buffer so that
Roy Marples
2016-05-04
*
Fix returning a pid if open fails.
Roy Marples
2016-05-04
*
Fix compile.
Roy Marples
2016-05-04
*
Check for NULL.
Roy Marples
2016-05-04
*
Fix reallocarray test
Roy Marples
2016-05-04
*
Optimize code to find a route interface.
Roy Marples
2016-05-04
*
Use void * to read the DHCP lease file as that seems to pass the Coverity
Roy Marples
2016-05-03
*
Use a union to read an old lease.
Roy Marples
2016-05-03
*
Apply a bit more security around parsing DHCP.
Roy Marples
2016-05-03
*
Add a guard to ensure any needed argument is provided.
Roy Marples
2016-05-03
*
Fix a potential memory issue.
Roy Marples
2016-05-03
*
Fix reading long DHCPv6 leases.
Roy Marples
2016-05-03
*
Fix closing fd.
Roy Marples
2016-05-03
*
Tell Coverity that we do need to call initstate() for IPv4LL addresses.
Roy Marples
2016-05-03
*
Tell Coverity that we do need to call random() for IPv4LL addresses.
Roy Marples
2016-05-03
*
Use a local variable to indicate if we need to close the fd we may have
Roy Marples
2016-05-03
*
Rework control_open to be cleaner for static analysis.
Roy Marples
2016-05-03
*
Remove useless range check.
Roy Marples
2016-05-03
*
Document some coverity false positives.
Roy Marples
2016-05-03
*
Fix a constant expression result.
Roy Marples
2016-05-03
*
Really fix the TOCTOU error.
Roy Marples
2016-05-03
*
Fix math.
Roy Marples
2016-05-03
*
Use reallocarray(3) to fix a pontential overflow issue discovered by Coverity.
Roy Marples
2016-05-03
*
Fix a memory leak reported by Coverity.
Roy Marples
2016-05-03
[next]