summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.11.5dhcpcd-6.11.5Roy Marples2016-10-09
* Correct define to __OpenBSD__.Roy Marples2016-10-09
* Fix build system to make import correctly for authentication.Roy Marples2016-10-07
* Fix import for authRoy Marples2016-10-07
* Release dhcpcd-6.11.4dhcpcd-6.11.4Roy Marples2016-10-07
* Create new branch named "dhcpcd-6"Roy Marples2016-10-05
* Remove hack to add IPv6 LL address as early as possible.Roy Marples2016-10-04
* Guard against the possibility of no config..... may fix [c9d04817fa].Roy Marples2016-10-03
* Validate lease before setting state to REQUEST when REPLY is recieved inRoy Marples2016-10-03
* Revert prior and test for DH6S_REBIND rather than not DH6S_DISCOVER.Roy Marples2016-10-03
* Don't re-enter the discover phase on receipt of an invalid offer if we are al...Roy Marples2016-10-03
* If renew or rebind is not set, always use a default from the lowest pltimeRoy Marples2016-10-02
* The ability to add LL addresses is not dependant on using SLAAC privacy,Roy Marples2016-10-02
* Report compiled in features in --version.Roy Marples2016-09-27
* Only enable IPv4LL when INET is enabled.Roy Marples2016-09-27
* Allow DHCPv6 support to be compiled out.Roy Marples2016-09-27
* Move the #ifdef higher to exclude static consts.Roy Marples2016-09-27
* Tidy commentsRoy Marples2016-09-27
* Allow IPv4LL to be compiled out.Roy Marples2016-09-20
* Need to include crypt for MD5 on Linux.Roy Marples2016-09-19
* Remove extra commentRoy Marples2016-09-19
* Add CAN_DROP_LLADDR so we can easily handle our current inability to remove t...Roy Marples2016-09-19
* Fix setting IPv6 addresses to zero.Roy Marples2016-09-19
* Fix a segfault.Roy Marples2016-09-19
* Make import now imports the files needed to generate dhcpcd-embedded.{c,h}Roy Marples2016-09-19
* Fix building of embedded config with correct specified source.Roy Marples2016-09-19
* Allow dhcpcd to be built without Authentiction support for system media withRoy Marples2016-09-19
* Fix compile on LinuxRoy Marples2016-09-16
* ifa_msghdr does not have the alias it's for, which is bad. Roy Marples2016-09-16
* SMALL target removes the custom logger.Roy Marples2016-09-16
* Fix compile on OpenBSD.Roy Marples2016-09-16
* One BSD in the future will include address flags in ifa_msghdr.Roy Marples2016-09-16
* When validating a lease with an OK but no IA's and in the CONFIRM phaseRoy Marples2016-09-16
* Ignore RTM versions we don't know.Roy Marples2016-09-15
* Solaris allows a route per gateway as well.Roy Marples2016-09-12
* dhcpcd considers the link down without IFF_UP.Roy Marples2016-09-12
* OpenBSD allows many routes to the same dest with different gateways.Roy Marples2016-09-12
* Add the --small configure option which currently removes non essential optionsRoy Marples2016-09-09
* Always roundup the required buffer.Roy Marples2016-09-06
* More assertRoy Marples2016-09-06
* Don't dispatch 0 bytes.Roy Marples2016-09-06
* When receiving multipart messages, receive them again until we get NLMSG_DONE.Roy Marples2016-09-06
* DragonFly needs to ingore RTM_DELADDR as well.Roy Marples2016-09-06
* Remove the POLLADDR check out of if-bsd.c and into ipv6.c for other OS'sRoy Marples2016-09-06
* Rename var to avoid a global on OpenBSD.Roy Marples2016-09-06
* More iovec array fixes.Roy Marples2016-09-05
* Fix more iovec to arrays.Roy Marples2016-09-05
* recvmsg expects an array of iovec structures, not a pointer to the first one.Roy Marples2016-09-05
* Re-check address flags when carrier goes down if we poll for address flags.Roy Marples2016-09-05
* If we need to poll for address flags, do this for tentative link-local addres...Roy Marples2016-09-05