2016-09-05 |
Roy Marples | Fix more iovec to arrays. |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | recvmsg expects an array of iovec structures, not a... |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | Re-check address flags when carrier goes down if we... |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | If we need to poll for address flags, do this for tenta... |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | Dodge more errors when deleting not available anymore. |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | Don't violate memory when we learn new IPv4LL addresses. |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | We need a seperate iovec buffer for receiving netlink... |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | Only callback when there is a callback. |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | Handle NLMSG_NOOP and NLMSG_DONE. |
commit | commitdiff | tree |
2016-09-05 |
Roy Marples | Ensure that the IPv6 link-local address always uses... |
commit | commitdiff | tree |
2016-09-03 |
Roy Marples | Remove IPv4 routes in reverse order to match IPv6. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Test slen is not -1 before setting error on MSG_TRUNC. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Don't call snprintf needlessly. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Check valid netmask changes. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Don't add host routes for the IPv4LL default route. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | When deleting routes, delete the stored kernel route... |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Only log errors about getting address flags if the... |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Remove the need for statically sized receive buffers... |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Provide better commentary. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Optimise recvmsg_realloc. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | bytes -> len |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | If more than one iovec then realloc the last one. |
commit | commitdiff | tree |
2016-09-02 |
Roy Marples | Rework the recvmsg_realloc function to handle flags. |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | Use recvmsg_alloc on Solaris too. |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | Linux now uses recvmsg_alloc as well, reducing duplicat... |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | Remove debug added accidently in last commit. |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | Use a dynamically sized buffer for reading route(4... |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | FreeBSD emits RTM_DELADDR for INET addresses that still... |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | Clear LL callbacks when dropping or freeing addresses. |
commit | commitdiff | tree |
2016-09-01 |
Roy Marples | Fix a dropping leases when the ip address is removed... |
commit | commitdiff | tree |
2016-08-24 |
Roy Marples | Fix processing of hex and octal strings. |
commit | commitdiff | tree |
2016-08-22 |
Roy Marples | OpenBSD does not refresh address lifetimes on subsequen... |
commit | commitdiff | tree |
2016-08-18 |
Roy Marples | Stop setting RA override becuse it only makes sense... |
commit | commitdiff | tree |
2016-08-18 |
Roy Marples | Check if we loaded options or not. |
commit | commitdiff | tree |
2016-08-18 |
Roy Marples | Only stop_interface() if it's active instead of checkin... |
commit | commitdiff | tree |
2016-08-16 |
Roy Marples | Note that the IPv6 address lifetime issue is now fixed... |
commit | commitdiff | tree |
2016-08-15 |
Roy Marples | Fix formatting. |
commit | commitdiff | tree |
2016-08-15 |
Roy Marples | Release dhcpcd-6.11.3 v6.11.3 |
commit | commitdiff | tree |
2016-08-14 |
Roy Marples | Ensure we have an active interface (which we always... |
commit | commitdiff | tree |
2016-08-14 |
Roy Marples | Bind to the local-link address rather than directly... |
commit | commitdiff | tree |
2016-08-14 |
Roy Marples | If not running in master mode, allow dhcpcd to bind... |
commit | commitdiff | tree |
2016-08-14 |
Roy Marples | We no longer need this as we don't alias anymore. |
commit | commitdiff | tree |
2016-08-13 |
Roy Marples | Ensure offer_len is 0 after making offer NULL. |
commit | commitdiff | tree |
2016-08-12 |
Roy Marples | Only mask off the signals we are interested in catching. |
commit | commitdiff | tree |
2016-08-07 |
Roy Marples | Add more notes about BSD OS issues with prefix lifetimes. |
commit | commitdiff | tree |
2016-08-07 |
Roy Marples | Set route flags for IPv6 routes, allowing RTF_REJECT... |
commit | commitdiff | tree |
2016-08-06 |
Roy Marples | Fix the gateway to the route interface for IPv6 routes. |
commit | commitdiff | tree |
2016-08-05 |
Roy Marples | Note that the prior issue was fixed in OpenBSD-5.9 |
commit | commitdiff | tree |
2016-08-05 |
Roy Marples | Workaround an issue on BSD where the kernel pretends... |
commit | commitdiff | tree |
2016-08-03 |
Roy Marples | Expire IPv6 RA Prefix routes. |
commit | commitdiff | tree |
2016-08-03 |
Roy Marples | Change wording on non dhcpcd removed addresses and... |
commit | commitdiff | tree |
2016-07-29 |
Roy Marples | Release dhcpcd-6.11.2 v6.11.2 |
commit | commitdiff | tree |
2016-07-28 |
Roy Marples | When deactivating an interface, set the carrier to... |
commit | commitdiff | tree |
2016-07-28 |
Roy Marples | Ensure sockaddrs are zero's correctly. |
commit | commitdiff | tree |
2016-07-28 |
Roy Marples | Simplify BSD routing by having a common function to... |
commit | commitdiff | tree |
2016-07-28 |
Roy Marples | Allow resolvconf to be user tunable. |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Add --inactive which makes all interfaces inactive... |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Add some commentary for ALIAS_ADDR remove and unused... |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | When aliasing to an existing address, check it is alrea... |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Always check if_addrflags{,6}() error of -1. |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Fix compile |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Fix expiration of a single default router with static... |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Fix aliasing on Solaris. |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | #undef RTF_CLONING for Solaris in if.h so it's picked... |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Solaris can disable LL generation, so we can add our... |
commit | commitdiff | tree |
2016-07-27 |
Roy Marples | Juggle #define ordering. |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Sync Solaris driver to latest API. |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Solaris doesn't really have a machine/arch afaik. |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Remove Solaris IN6_IFF_* defines from configure and... |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Fix a crash accidently introduced prior patch. |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Simplify handling of IPv6 address from kernel messages... |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | Because struct rt has src addr, we no longer need ipv4_... |
commit | commitdiff | tree |
2016-07-26 |
Roy Marples | uname always returns -1 on error on all supported platf... |
commit | commitdiff | tree |
2016-07-23 |
Roy Marples | Add support for adding/deleting routes in Solaris. |
commit | commitdiff | tree |
2016-07-22 |
Roy Marples | Match if_address |
commit | commitdiff | tree |
2016-07-22 |
Roy Marples | Add initial support for aliased addresses on Solaris. |
commit | commitdiff | tree |
2016-07-21 |
Roy Marples | Free after logging error incase free generates an error. |
commit | commitdiff | tree |
2016-07-21 |
Roy Marples | Release option memory if there is a problem allocating... |
commit | commitdiff | tree |
2016-07-21 |
Roy Marples | Need this header for strtoi. |
commit | commitdiff | tree |
2016-07-18 |
Roy Marples | Fix BYTE_ORDER for Solaris which does not define it... |
commit | commitdiff | tree |
2016-07-18 |
Roy Marples | Add if_nametospec helper to decode and interface name... |
commit | commitdiff | tree |
2016-07-17 |
Roy Marples | Fix API for sun. |
commit | commitdiff | tree |
2016-07-08 |
Roy Marples | Apply command line options to profile. |
commit | commitdiff | tree |
2016-06-30 |
Roy Marples | Don't add our own IPv6 LLADDR if the OS doesn't allow... |
commit | commitdiff | tree |
2016-06-28 |
Roy Marples | Clarify udp_len being out of bounds checked. |
commit | commitdiff | tree |
2016-06-28 |
Roy Marples | Revert [da213b6490] because the fd we're reading from... |
commit | commitdiff | tree |
2016-06-27 |
Roy Marples | Fix spelling mistakes, [944ac40b82]. |
commit | commitdiff | tree |
2016-06-25 |
Roy Marples | Check we have an assigned address when an ARP conflict... |
commit | commitdiff | tree |
2016-06-21 |
Roy Marples | Allow pkg-config to be host selectable like the compiler. |
commit | commitdiff | tree |
2016-06-20 |
Roy Marples | Rework prior so it works. |
commit | commitdiff | tree |
2016-06-20 |
Roy Marples | Allow the possibility to exclude the vendor class option. |
commit | commitdiff | tree |
2016-06-17 |
Roy Marples | Release dhcpcd-6.11.1 v6.11.1 |
commit | commitdiff | tree |
2016-06-16 |
Roy Marples | Remove mistakenly added debug. |
commit | commitdiff | tree |
2016-06-14 |
Roy Marples | Hostname documentation fixes, thanks to Olaf Seibert. |
commit | commitdiff | tree |
2016-06-10 |
Roy Marples | Remove debug mistakenly added, [c4df3c6b97]. |
commit | commitdiff | tree |
2016-06-10 |
Roy Marples | Always set the aquired time for renewed delegated addre... |
commit | commitdiff | tree |
2016-06-10 |
Roy Marples | Only log the once we have logged the delegated prefix. |
commit | commitdiff | tree |
2016-06-08 |
Roy Marples | Always show the prefix we are delegated in debug, aids... |
commit | commitdiff | tree |
next |