]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2013-11-29  Roy Marples-g is more portable than -ggdb
2013-11-29  Roy MarplesFix comment about termination correctness.
2013-11-29  Roy MarplesRemove whitespace between options
2013-11-29  Roy Marplesinitial define lengths are calculated during the make...
2013-11-29  Roy MarplesTrim whitespace between command and argument
2013-11-29  Roy MarplesI had no idea what I was smoking when I moved these...
2013-11-29  Roy Marplesget_option should not perform length validation based...
2013-11-29  Roy MarplesAdd type for rfc3442
2013-11-29  Roy MarplesRead the embedded config into global values rather...
2013-11-27  Roy MarplesCheck length before accessing memory to silence valgrind.
2013-11-27  Roy MarplesFix a crash where we don't care about option length.
2013-11-27  Roy MarplesFix debug options and default CFLAGS
2013-11-27  Roy MarplesAdd support for user defined options with embedded...
2013-11-23  Roy MarplesFix virtual interfaces without a hardware address.
2013-11-21  Roy MarplesNote avenue for discussion making PD work with other...
2013-11-20  Roy MarplesWhen running for a single interface, don't set WAITIP...
2013-11-20  Roy MarplesWhen releasing, we need to de-configure the interface...
2013-11-19  Roy MarplesNUL != NULL, so use the correct literal.
2013-11-16  Roy MarplesLinux has had address loopback routes since 2.2
2013-11-15  Roy MarplesDon't log ClientID if using DUID as that's already...
2013-11-15  Roy MarplesChange IAID to default from the last 4 bytes of the...
2013-11-15  Roy MarplesAllow IAID to be configured in DHCPv4 clientid.
2013-11-14  Roy MarplesBuild fixes for only INET and only INET6
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...
next