summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.4.3dhcpcd-6.4.3Roy Marples2014-07-30
* Fix import so that matching system vs local headers are not imported.Roy Marples2014-07-30
* Remove some unused variablesRoy Marples2014-07-30
* Warn about exceeding IDGEN_RETRIES when a stable private address cannot be ob...Roy Marples2014-07-30
* Fix the import to work on Linux as well.Roy Marples2014-07-30
* Only bits 1 and 2 are used in the DHCP overload option, so when we encounterRoy Marples2014-07-30
* Fix compile on NetBSD-6Roy Marples2014-07-28
* Test no useable IA in each lease validation.Roy Marples2014-07-28
* With an unknown link, test carrier manually and loop 100ms.Roy Marples2014-07-25
* When starting an interface and the carrier is UNKNOWN, wait 100ms before tryi...Roy Marples2014-07-22
* Use realloc instead of free/malloc.Roy Marples2014-07-21
* Ensure that a given buffer is at least BUFSIZ.Roy Marples2014-07-21
* Move DHCP into it's own eloop queue away from the link queue.Roy Marples2014-07-19
* Just do lengthRoy Marples2014-07-17
* Correct DHCPv6 Prefix Delegation option decodingRoy Marples2014-07-17
* TyposRoy Marples2014-07-14
* Fix importdhcpcd-6.4.2Roy Marples2014-07-14
* Release dhcpcd-6.4.2Roy Marples2014-07-14
* Fix gcc build errors.Roy Marples2014-07-14
* Release dhcpcd-6.4.1dhcpcd-6.4.1Roy Marples2014-07-14
* Use __NetBSD_Version__ macro instead of __NetBSD_Prereq__Roy Marples2014-07-13
* Reduce use of s6_addrRoy Marples2014-07-11
* Use structures to better bescribe IA and PD options.Roy Marples2014-07-11
* Ensure we have enough data for prefix exclude length in the option.Roy Marples2014-07-09
* Only create a pseudo interface for PD when we have other IA types as well.Roy Marples2014-07-09
* Ensure iaid was previously set before testing equality.Roy Marples2014-07-09
* Pseudo interfaces also have an address list, do loop through all of them.Roy Marples2014-07-08
* Fix delegated prefix handling and improve DAD checking.Roy Marples2014-07-08
* ifclass= separates psuedo interfaces to avoid option collision.Roy Marples2014-07-08
* TypoRoy Marples2014-07-08
* Handle truncated saved leases. Roy Marples2014-07-08
* Fix a null referenceRoy Marples2014-07-07
* Remove forced errorRoy Marples2014-07-07
* Don't report DUID or IAID or the pseudo interface.Roy Marples2014-07-07
* Fix some memory error with prior patch.Roy Marples2014-07-07
* TypoRoy Marples2014-07-07
* When requesting a IA_PD and another IA type, create a psuedo interfaceRoy Marples2014-07-07
* There are no pd's in the config if we're not dealing with them.Roy Marples2014-07-07
* Fix constRoy Marples2014-07-07
* Fix Prefix Exclude encoding/decoding.Roy Marples2014-07-07
* We should use NBBY rather than a magic 8.Roy Marples2014-07-05
* Fix fallback testRoy Marples2014-07-05
* Remove dead store.Roy Marples2014-07-04
* Specify the Prefix Exclude option.Roy Marples2014-07-04
* Support RFC6603 to fix [ac7063e671].Roy Marples2014-07-04
* Add --pfxdlgonly and --nopfxdlg options to spawn separate dhcpcd instancesRoy Marples2014-07-04
* Print user defined options via -VRoy Marples2014-07-03
* Accept \n as end of command on the control interface.Roy Marples2014-07-03
* Fix a potential segfault when reloading configurations.Roy Marples2014-07-03
* Fix dumping DHCPv6 leases. This broke when we ignored IAIDs we didn't ask for.Roy Marples2014-07-03