]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2013-11-14  Roy MarplesAvoid pointer gymnastics.
2013-11-14  Roy MarplesCID 1102809: Fix uninitialised variable.
2013-11-14  Roy MarplesWhite space, ordering and man corrections.
2013-11-12  Roy MarplesImplement RFC4242, Information Refresh Time Option...
2013-11-12  Roy MarplesWarn if dev is started more than once.
2013-11-12  Roy MarplesCleanup IPv4 fd opening and closing.
2013-11-10  Roy MarplesSet blank CFLAGS/CPPFLAGS and then append user CFLAGS...
2013-11-10  Roy MarplesFix typo adding CPPFLAGS to XCC.
2013-11-08  Roy MarplesFix processing of inet4 addr in vendor options and...
2013-11-08  Roy MarplesPreserve vendor encapsulated options
2013-11-08  Roy MarplesMove the kernel reporting DAD warning to ipv6nd.c to...
2013-10-10  Roy MarplesFix renewal of Prefix Delegation.
2013-10-10  Roy MarplesAdd noipv4 and noipv6 options.
2013-10-06  Roy MarplesWarn about missing interfaces which require prefix...
2013-10-05  Roy MarplesIf we timeout, remove any waitip config so that we...
2013-10-02  Roy MarplesFix a small memory leak
2013-10-02  Roy MarplesRemove the IPv6 forwarding router check as valid use...
2013-09-27  Roy MarplesWe should abort if no specified interfaces are found.
2013-09-27  Roy MarplesDon't stop dev management on fork
2013-09-21  Roy MarplesClarify the timeout behaviour if in master mode or...
2013-09-21  Roy MarplesTest for wpa_supplicant.conf in /etc/wpa_supplicant...
2013-09-21  Roy MarplesPass the correct run directory to dhcpcd-run-hooks
2013-09-20  Roy MarplesRelease dhcpcd-6.1.0 v6.1.0
2013-09-14  Roy MarplesAllow dev to recieve errors from managers handle_device.
2013-09-12  Roy MarplesFix warning
2013-09-12  Roy MarplesIt seems that some older udev versions support filterin...
2013-09-12  Roy MarplesStart dev after link for a more sane interface rename.
2013-09-12  Roy MarplesDev module start now returns an fd to monitor so the...
2013-09-12  Roy MarplesFix dev building again
2013-09-12  Roy MarplesFix building with a dev manager
2013-09-12  Roy MarplesSupport older udev versions where we need to rely on...
2013-09-12  Roy MarplesInstead of linking directly to libudev, create a plugin...
2013-09-10  Roy MarplesInstead of just renaming the interface on Linux, take...
2013-09-10  Roy MarplesCheck if udev has actually initialized the interface...
2013-09-09  Roy MarplesFix compile warning on BSD
2013-09-09  Roy MarplesFix interface renaming and carrier reporting when using...
2013-09-09  Roy MarplesImprove udev handling a little.
2013-09-09  Roy MarplesOnly start on settled devices.
2013-09-09  Roy MarplesFix udev filter test.
2013-09-09  Roy MarplesAdd udev support for interface arrival and departure.
2013-09-07  Roy MarplesFix requesting >1 DHCPv6 address
2013-09-07  Roy MarplesDon't bother managing a /128 prefix.
2013-09-06  Roy MarplesPlug a leak
2013-09-06  Roy MarplesNo need for this include now.
2013-09-06  Roy MarplesTry and fix removal of the ip address when using INFORM.
2013-09-06  Roy MarplesFix linux support for new RTM handling.
2013-09-06  Roy MarplesIt seems that FreeBSD will send RTM_DELADDR + RTM_NEWAD...
2013-09-06  Roy MarplesFix DAD support when we need to listen on the wire.
2013-09-06  Roy MarplesIgnore all messages raised by dhcpcd.
2013-09-05  Roy MarplesFix initial carrier status
2013-09-05  Roy MarplesFix build without INET6
2013-09-04  Roy MarplesClarify waitup arguments.
2013-09-04  Roy MarplesFix comparison
2013-09-03  Roy MarplesNo need to know the ra for the route.
2013-09-03  Roy MarplesRFC 5942 Section 5 states DHCPv6 address should not...
2013-09-03  Roy MarplesCheck kernel for autoconf support.
2013-08-31  Roy MarplesAdd 4 and 6 arguments to the waitip command so that...
2013-08-26  Roy MarplesAdd the persistent option to the default dhcpcd.conf
2013-08-25  Roy MarplesFix the persistent option.
2013-08-20  Roy MarplesFix kFreeBSD compile.
2013-08-20  Roy MarplesFix compile
2013-08-20  Roy MarplesReduce code size by merging IPv6 ND with RS.
2013-08-19  Roy MarplesReword a little.
2013-08-19  Roy MarplesExtend dhcpcd manual page to reflect actual behavior.
2013-08-19  Roy MarplesAdd the cloned static route, not the original
2013-08-18  Roy MarplesTry and fix bringing up virtual interfaces on BSD
2013-08-18  Roy MarplesClean up an un-used argument for non ipv6 builds.
2013-08-17  Roy MarplesFix build without IPv6
2013-08-06  Roy MarplesActually validate the search list.
2013-08-02  Roy MarplesRelease dhcpcd-6.0.5 v6.0.5
2013-08-02  Roy MarplesSlackware uses /etc/rc.d/rc.$service instead of just...
2013-08-01  Roy MarplesIf we don't have resolvconf, don't print a search line in
2013-08-01  Roy MarplesIf the DNS search list is a direct match for the domain...
2013-08-01  Roy MarplesFix domain option in DHCP messages
2013-07-29  Roy MarplesRelease dhcpcd-6.0.4 v6.0.4
2013-07-28  Roy MarplesWe shouldn't force a hostname if no old hostname
2013-07-28  Roy MarplesIf we are lacking a domain option, derive one from...
2013-07-28  Roy MarplesAdd an option to respect whatever the server says for...
2013-07-25  Roy MarplesFix last patch after testing
2013-07-25  Roy MarplesAdd the option hostname_short, which will force the...
2013-07-23  Roy MarplesUse Mt for email address.
2013-07-22  Roy MarplesStop sending FQDN by default.
2013-07-22  Roy MarplesFix DHCPv6 FQDN hostname assignment, broken last patch.
2013-07-21  Roy MarplesAdjust option order returned.
2013-07-21  Roy MarplesRename the script option fqdn_name to fqdn for DHCPv4...
2013-07-19  Roy MarplesClarify the duid option due to DHCPv6.
2013-07-19  Roy MarplesRelease dhcpcd-6.0.3 v6.0.3
2013-07-02  Roy MarplesBy default we should not set a fully qualified hostname.
2013-07-02  Roy MarplesOnly start DHCPv6 if the RA is new or has changed.
2013-07-01  Roy MarplesFix prior patch
2013-07-01  Roy MarplesFix dhcpcd owning the RA if the kernel has disabled...
2013-06-28  Roy MarplesCater for non RFC conformant domains in the hostname...
2013-06-25  Roy MarplesIncase CFLAGS is set, we should still set std v6.0.2
2013-06-25  Roy MarplesRelease dhcpcd-6.0.2
2013-06-25  Roy MarplesDetect link address changes on Linux.
2013-06-22  Roy MarplesRelease dhcpcd-6.0.1 v6.0.1
2013-06-22  Roy MarplesFix a compile issue on Big Endian machines.
2013-06-21  Roy MarplesRelease dhcpcd-6.0.0! v6.0.0
2013-06-21  Roy MarplesWe don't print the FQDN flags.
2013-06-20  Roy MarplesAdd RCSID and CVS headers when importing to NetBSD.
next