summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* Use UNCONSTRoy Marples2016-05-14
* Give some context to if_closerawRoy Marples2016-05-13
* Rework the raw packet API so we work directly with a fd.Roy Marples2016-05-13
* whitespaceRoy Marples2016-05-13
* Improve memory allocation parsing routes and provide a betterRoy Marples2016-05-13
* lo0 doesn't appear in dlpi_walk, so create an empty AF_LINK for it.Roy Marples2016-05-13
* If we don't have a broadcast address, set zero on assignment.Roy Marples2016-05-13
* Learn about routing tables on Solaris.Roy Marples2016-05-12
* initrt should really take dhcpcd_ctx as an argument.Roy Marples2016-05-12
* Handle truncated DHCP messages, provided only the BOOTP vendor area is Roy Marples2016-05-11
* Avoid a "conversion to '__uint16_t' from 'int' may alter its value"Roy Marples2016-05-10
* Note dhcpcd -v in options, fixes [46237d7e79].Roy Marples2016-05-09
* 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