]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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...
2016-07-23  Roy MarplesAdd support for adding/deleting routes in Solaris.
2016-07-22  Roy MarplesMatch if_address
2016-07-22  Roy MarplesAdd initial support for aliased addresses on Solaris.
2016-07-21  Roy MarplesFree after logging error incase free generates an error.
2016-07-21  Roy MarplesRelease option memory if there is a problem allocating...
2016-07-21  Roy MarplesNeed this header for strtoi.
2016-07-18  Roy MarplesFix BYTE_ORDER for Solaris which does not define it...
2016-07-18  Roy MarplesAdd if_nametospec helper to decode and interface name...
2016-07-17  Roy MarplesFix API for sun.
2016-07-08  Roy MarplesApply command line options to profile.
2016-06-30  Roy MarplesDon't add our own IPv6 LLADDR if the OS doesn't allow...
2016-06-28  Roy MarplesClarify udp_len being out of bounds checked.
2016-06-28  Roy MarplesRevert [da213b6490] because the fd we're reading from...
2016-06-27  Roy MarplesFix spelling mistakes, [944ac40b82].
2016-06-25  Roy MarplesCheck we have an assigned address when an ARP conflict...
2016-06-21  Roy MarplesAllow pkg-config to be host selectable like the compiler.
2016-06-20  Roy MarplesRework prior so it works.
2016-06-20  Roy MarplesAllow the possibility to exclude the vendor class option.
2016-06-17  Roy MarplesRelease dhcpcd-6.11.1 v6.11.1
2016-06-16  Roy MarplesRemove mistakenly added debug.
2016-06-14  Roy MarplesHostname documentation fixes, thanks to Olaf Seibert.
2016-06-10  Roy MarplesRemove debug mistakenly added, [c4df3c6b97].
2016-06-10  Roy MarplesAlways set the aquired time for renewed delegated addre...
2016-06-10  Roy MarplesOnly log the once we have logged the delegated prefix.
2016-06-08  Roy MarplesAlways show the prefix we are delegated in debug, aids...
next