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