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