summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* 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
* Revert [da213b6490] because the fd we're reading from could be a genericRoy Marples2016-06-28
* Fix spelling mistakes, [944ac40b82].Roy Marples2016-06-27
* Check we have an assigned address when an ARP conflict occurs to avoid a NULLRoy Marples2016-06-25
* Allow pkg-config to be host selectable like the compiler.Roy Marples2016-06-21
* Rework prior so it works.Roy Marples2016-06-20
* Allow the possibility to exclude the vendor class option.Roy Marples2016-06-20
* Release dhcpcd-6.11.1dhcpcd-6.11.1Roy Marples2016-06-17
* Remove mistakenly added debug.Roy Marples2016-06-16
* Hostname documentation fixes, thanks to Olaf Seibert.Roy Marples2016-06-14
* Remove debug mistakenly added, [c4df3c6b97].Roy Marples2016-06-10
* Always set the aquired time for renewed delegated addreses, fixes [c4df3c6b97].Roy Marples2016-06-10
* Only log the once we have logged the delegated prefix.Roy Marples2016-06-10
* Always show the prefix we are delegated in debug, aids [c4df3c6b97].Roy Marples2016-06-08
* Reserve enough space for a fully escaped SSID.Roy Marples2016-06-07