]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2016-09-19  Roy MarplesAdd CAN_DROP_LLADDR so we can easily handle our current...
2016-09-19  Roy MarplesFix setting IPv6 addresses to zero.
2016-09-19  Roy MarplesFix a segfault.
2016-09-19  Roy MarplesMake import now imports the files needed to generate...
2016-09-19  Roy MarplesFix building of embedded config with correct specified...
2016-09-19  Roy MarplesAllow dhcpcd to be built without Authentiction support...
2016-09-16  Roy MarplesFix compile on Linux
2016-09-16  Roy Marplesifa_msghdr does not have the alias it's for, which...
2016-09-16  Roy MarplesSMALL target removes the custom logger.
2016-09-16  Roy MarplesFix compile on OpenBSD.
2016-09-16  Roy MarplesOne BSD in the future will include address flags in...
2016-09-16  Roy MarplesWhen validating a lease with an OK but no IA's and...
2016-09-15  Roy MarplesIgnore RTM versions we don't know.
2016-09-12  Roy MarplesSolaris allows a route per gateway as well.
2016-09-12  Roy Marplesdhcpcd considers the link down without IFF_UP.
2016-09-12  Roy MarplesOpenBSD allows many routes to the same dest with differ...
2016-09-09  Roy MarplesAdd the --small configure option which currently remove...
2016-09-06  Roy MarplesAlways roundup the required buffer.
2016-09-06  Roy MarplesMore assert
2016-09-06  Roy MarplesDon't dispatch 0 bytes.
2016-09-06  Roy MarplesWhen receiving multipart messages, receive them again...
2016-09-06  Roy MarplesDragonFly needs to ingore RTM_DELADDR as well.
2016-09-06  Roy MarplesRemove the POLLADDR check out of if-bsd.c and into...
2016-09-06  Roy MarplesRename var to avoid a global on OpenBSD.
2016-09-05  Roy MarplesMore iovec array fixes.
2016-09-05  Roy MarplesFix more iovec to arrays.
2016-09-05  Roy Marplesrecvmsg expects an array of iovec structures, not a...
2016-09-05  Roy MarplesRe-check address flags when carrier goes down if we...
2016-09-05  Roy MarplesIf we need to poll for address flags, do this for tenta...
2016-09-05  Roy MarplesDodge more errors when deleting not available anymore.
2016-09-05  Roy MarplesDon't violate memory when we learn new IPv4LL addresses.
2016-09-05  Roy MarplesWe need a seperate iovec buffer for receiving netlink...
2016-09-05  Roy MarplesOnly callback when there is a callback.
2016-09-05  Roy MarplesHandle NLMSG_NOOP and NLMSG_DONE.
2016-09-05  Roy MarplesEnsure that the IPv6 link-local address always uses...
2016-09-03  Roy MarplesRemove IPv4 routes in reverse order to match IPv6.
2016-09-02  Roy MarplesTest slen is not -1 before setting error on MSG_TRUNC.
2016-09-02  Roy MarplesDon't call snprintf needlessly.
2016-09-02  Roy MarplesCheck valid netmask changes.
2016-09-02  Roy MarplesDon't add host routes for the IPv4LL default route.
2016-09-02  Roy MarplesWhen deleting routes, delete the stored kernel route...
2016-09-02  Roy MarplesOnly log errors about getting address flags if the...
2016-09-02  Roy MarplesRemove the need for statically sized receive buffers...
2016-09-02  Roy MarplesProvide better commentary.
2016-09-02  Roy MarplesOptimise recvmsg_realloc.
2016-09-02  Roy Marplesbytes -> len
2016-09-02  Roy MarplesIf more than one iovec then realloc the last one.
2016-09-02  Roy MarplesRework the recvmsg_realloc function to handle flags.
2016-09-01  Roy MarplesUse recvmsg_alloc on Solaris too.
2016-09-01  Roy MarplesLinux now uses recvmsg_alloc as well, reducing duplicat...
2016-09-01  Roy MarplesRemove debug added accidently in last commit.
2016-09-01  Roy MarplesUse a dynamically sized buffer for reading route(4...
2016-09-01  Roy MarplesFreeBSD emits RTM_DELADDR for INET addresses that still...
2016-09-01  Roy MarplesClear LL callbacks when dropping or freeing addresses.
2016-09-01  Roy MarplesFix a dropping leases when the ip address is removed...
2016-08-24  Roy MarplesFix processing of hex and octal strings.
2016-08-22  Roy MarplesOpenBSD does not refresh address lifetimes on subsequen...
2016-08-18  Roy MarplesStop setting RA override becuse it only makes sense...
2016-08-18  Roy MarplesCheck if we loaded options or not.
2016-08-18  Roy MarplesOnly stop_interface() if it's active instead of checkin...
2016-08-16  Roy MarplesNote that the IPv6 address lifetime issue is now fixed...
2016-08-15  Roy MarplesFix formatting.
2016-08-15  Roy MarplesRelease dhcpcd-6.11.3 v6.11.3
2016-08-14  Roy MarplesEnsure we have an active interface (which we always...
2016-08-14  Roy MarplesBind to the local-link address rather than directly...
2016-08-14  Roy MarplesIf not running in master mode, allow dhcpcd to bind...
2016-08-14  Roy MarplesWe no longer need this as we don't alias anymore.
2016-08-13  Roy MarplesEnsure offer_len is 0 after making offer NULL.
2016-08-12  Roy MarplesOnly mask off the signals we are interested in catching.
2016-08-07  Roy MarplesAdd more notes about BSD OS issues with prefix lifetimes.
2016-08-07  Roy MarplesSet route flags for IPv6 routes, allowing RTF_REJECT...
2016-08-06  Roy MarplesFix the gateway to the route interface for IPv6 routes.
2016-08-05  Roy MarplesNote that the prior issue was fixed in OpenBSD-5.9
2016-08-05  Roy MarplesWorkaround an issue on BSD where the kernel pretends...
2016-08-03  Roy MarplesExpire IPv6 RA Prefix routes.
2016-08-03  Roy MarplesChange wording on non dhcpcd removed addresses and...
2016-07-29  Roy MarplesRelease dhcpcd-6.11.2 v6.11.2
2016-07-28  Roy MarplesWhen deactivating an interface, set the carrier to...
2016-07-28  Roy MarplesEnsure sockaddrs are zero's correctly.
2016-07-28  Roy MarplesSimplify BSD routing by having a common function to...
2016-07-28  Roy MarplesAllow resolvconf to be user tunable.
2016-07-27  Roy MarplesAdd --inactive which makes all interfaces inactive...
2016-07-27  Roy MarplesAdd some commentary for ALIAS_ADDR remove and unused...
2016-07-27  Roy MarplesWhen aliasing to an existing address, check it is alrea...
2016-07-27  Roy MarplesAlways check if_addrflags{,6}() error of -1.
2016-07-27  Roy MarplesFix compile
2016-07-27  Roy MarplesFix expiration of a single default router with static...
2016-07-27  Roy MarplesFix aliasing on Solaris.
2016-07-27  Roy Marples#undef RTF_CLONING for Solaris in if.h so it's picked...
2016-07-27  Roy MarplesSolaris can disable LL generation, so we can add our...
2016-07-27  Roy MarplesJuggle #define ordering.
2016-07-26  Roy MarplesSync Solaris driver to latest API.
2016-07-26  Roy MarplesSolaris doesn't really have a machine/arch afaik.
2016-07-26  Roy MarplesRemove Solaris IN6_IFF_* defines from configure and...
2016-07-26  Roy MarplesFix a crash accidently introduced prior patch.
2016-07-26  Roy MarplesFix compile on BSD.
2016-07-26  Roy MarplesSimplify handling of IPv6 address from kernel messages...
2016-07-26  Roy MarplesFix compile on BSD.
2016-07-26  Roy MarplesBecause struct rt has src addr, we no longer need ipv4_...
2016-07-26  Roy Marplesuname always returns -1 on error on all supported platf...
next