summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.11.3dhcpcd-6.11.3Roy Marples2016-08-15
* Ensure we have an active interface (which we always will).Roy Marples2016-08-14
* Bind to the local-link address rather than directly to the interface to allowRoy Marples2016-08-14
* If not running in master mode, allow dhcpcd to bind directly to the interfaceRoy Marples2016-08-14
* We no longer need this as we don't alias anymore.Roy Marples2016-08-14
* Ensure offer_len is 0 after making offer NULL.Roy Marples2016-08-13
* Only mask off the signals we are interested in catching.Roy Marples2016-08-12
* Add more notes about BSD OS issues with prefix lifetimes.Roy Marples2016-08-07
* Set route flags for IPv6 routes, allowing RTF_REJECT to work again.Roy Marples2016-08-07
* Fix the gateway to the route interface for IPv6 routes.Roy Marples2016-08-06
* Note that the prior issue was fixed in OpenBSD-5.9Roy Marples2016-08-05
* Workaround an issue on BSD where the kernel pretends a freshly added address ...Roy Marples2016-08-05
* Expire IPv6 RA Prefix routes.Roy Marples2016-08-03
* Change wording on non dhcpcd removed addresses and routes.Roy Marples2016-08-03
* Release dhcpcd-6.11.2dhcpcd-6.11.2Roy Marples2016-07-29
* When deactivating an interface, set the carrier to unknown as it's no longer ...Roy Marples2016-07-28
* Ensure sockaddrs are zero's correctly.Roy Marples2016-07-28
* Simplify BSD routing by having a common function to make the messageRoy Marples2016-07-28
* Allow resolvconf to be user tunable.Roy Marples2016-07-28
* Add --inactive which makes all interfaces inactive on initial start.Roy Marples2016-07-27
* Add some commentary for ALIAS_ADDR remove and unused define.Roy Marples2016-07-27
* When aliasing to an existing address, check it is already aliased.Roy Marples2016-07-27
* Always check if_addrflags{,6}() error of -1.Roy Marples2016-07-27
* Fix compileRoy Marples2016-07-27
* Fix expiration of a single default router with static routes.Roy Marples2016-07-27
* Fix aliasing on Solaris.Roy Marples2016-07-27
* #undef RTF_CLONING for Solaris in if.h so it's picked up everywhere.Roy Marples2016-07-27
* Solaris can disable LL generation, so we can add our own view.Roy Marples2016-07-27
* Juggle #define ordering.Roy Marples2016-07-27
* Sync Solaris driver to latest API.Roy Marples2016-07-26
* Solaris doesn't really have a machine/arch afaik.Roy Marples2016-07-26
* Remove Solaris IN6_IFF_* defines from configure and add the to ipv6.h,Roy Marples2016-07-26
* Fix a crash accidently introduced prior patch.Roy Marples2016-07-26
* Fix compile on BSD.Roy Marples2016-07-26
* Simplify handling of IPv6 address from kernel messages, similar to IPv4.Roy Marples2016-07-26
* Fix compile on BSD.Roy Marples2016-07-26
* Because struct rt has src addr, we no longer need ipv4_srcaddr.Roy Marples2016-07-26
* uname always returns -1 on error on all supported platforms, so test for that.Roy Marples2016-07-26
* Add support for adding/deleting routes in Solaris.Roy Marples2016-07-23
* Match if_addressRoy Marples2016-07-22
* Add initial support for aliased addresses on Solaris.Roy Marples2016-07-22
* Free after logging error incase free generates an error.Roy Marples2016-07-21
* Release option memory if there is a problem allocating a largeRoy Marples2016-07-21
* Need this header for strtoi.Roy Marples2016-07-21
* Fix BYTE_ORDER for Solaris which does not define it readily.Roy Marples2016-07-18
* Add if_nametospec helper to decode and interface name such as bge1:2 intoRoy Marples2016-07-18
* Fix API for sun.Roy Marples2016-07-17
* Apply command line options to profile.Roy Marples2016-07-08
* Don't add our own IPv6 LLADDR if the OS doesn't allow us turning the OS doing...Roy Marples2016-06-30
* Clarify udp_len being out of bounds checked.Roy Marples2016-06-28