]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2016-02-15  Roy MarplesThis can be const at least.
2016-02-15  Roy MarplesFix compile warning.
2016-02-15  Roy MarplesFix compile on BSD, [7e6b5d07d5]
2016-02-14  Roy MarplesFor the time being, consider STATIC6 as not up
2016-02-14  Roy MarplesFix non IPv6 build.
2016-02-14  Roy MarplesMake ipv6_newaddr static
2016-02-14  Roy MarplesAdd request, inform and inform6 to dhcpcd.conf
2016-02-14  Roy MarplesIf we handle >1 static IPv6 address, test them all...
2016-02-14  Roy MarplesImplement IPv6 static address, fixes [29417b793e].
2016-02-12  Roy Marplesfclose the pointer if chmod fails, fixes [b434b7f79e]
2016-02-12  Roy MarplesFix a potential memory leak if strdup fails, [6d370974e2]
2016-02-11  Roy MarplesChange IF_SSIDSIZE to IF_SSIDLEN to be more clear about it.
2016-02-11  Roy MarplesFix a potential SSID overflow if the SSID maximum lengt...
2016-02-11  Roy MarplesClarify fallingthrough a switch.
2016-02-11  Roy MarplesFix compat/arc4random() to not stir on every evocation.
2016-02-05  Roy MarplesComment out dead assignment.
2016-02-05  Roy MarplesRemove debug
2016-02-05  Roy MarplesAllow embedded comments.
2016-02-04  Roy MarplesFix activating a stopped interface.
2016-02-04  Roy MarplesWhen activating an interface, bring up a basic config...
2016-02-04  Roy MarplesIntroduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER...
2016-02-04  Roy MarplesActivate interfaces to delegate to when we start DHCPv6,
2016-02-04  Roy MarplesReturn a better error if we don't find our interface.
2016-02-03  Roy MarplesTouched these in 2016.
2016-02-03  Roy MarplesFix parsing prefix_len
2016-02-03  Roy MarplesDon't be gready in allocating space for extra SLA's...
2016-02-03  Roy MarplesFix copying some IPv6 route masks on BSD.
2016-02-02  Roy MarplesMove ROUNDUP8 to common.h as it's not IPv6 specific.
2016-02-02  Roy MarplesFix Prefix Delegation assigning the SLA in the correct...
2016-02-02  Roy MarplesUse fls64 instead of ffs64 because we're interested...
2016-02-02  Roy MarplesAllow multiple automatic SLA if no SLA is set to 0.
2016-02-01  Roy MarplesReduce some more casts.
2016-02-01  Roy MarplesReduce needless casts on void *
2016-02-01  Roy MarplesDo the same for IPv6 as the prior patch.
2016-02-01  Roy MarplesFix a crash where existing routes dhcpcd wants to parse...
2016-01-29  Roy MarplesAllow a suffix of 0 to mean a slaac style PD address.
2016-01-29  Roy MarplesFix compile on Linux
2016-01-29  Roy MarplesAllow the suffix of PD addresses to be configurable.
2016-01-29  Roy MarplesRemove our internal ffs32 and just use bitops.h
2016-01-29  Roy MarplesUse ffs64(3) instead of ffs(3) when calculating to...
2016-01-29  Roy MarplesMax prefix to request is really 120
2016-01-25  Roy MarplesA blank hostname is not a valid hostname
2016-01-22  Roy MarplesMove the queue.h test to just before our structures...
2016-01-22  Roy MarplesMove eloop structure inside eloop.c - the outside has...
2016-01-22  Roy MarplesFix build without INET
2016-01-22  Roy MarplesCheck return value of snprintf and ipv6_printaddr.
2016-01-20  Roy MarplesFix delegation activating interfaces. v6.10.1
2016-01-20  Roy MarplesRelease dhcpcd-6.10.1
2016-01-14  Roy MarplesRemove unused prototypes.
2016-01-14  Roy MarplesAdd the -1, --oneshot option which causes dhcpcd to...
2016-01-14  Roy MarplesImprove interval arrival and departure when running...
2016-01-11  Roy MarplesOnly stop the interface if it's active when the interfa...
2016-01-07  Roy MarplesReduce mallocs when printing pidfile
2016-01-07  Roy MarplesImport example hook scripts as well - upstream Makefile...
2016-01-07  Roy MarplesFix config.mk spacing
2016-01-07  Roy MarplesAdd -P, --printpidfile to print the pidfile dhcpcd...
2016-01-07  Roy MarplesRelease dhcpcd-6.10.0 v6.10.0
2016-01-07  Roy MarplesAdd PROBE state so we can reject DHCP messages whilst...
2016-01-07  Roy MarplesTreat OFFER as ACK if both parties set rapid commit.
2016-01-06  Roy MarplesCast away a gcc warning.
2016-01-06  Roy MarplesUpdated in 2016
2016-01-06  Roy MarplesFix compile on Linux
2016-01-06  Roy MarplesOpenBSD does not have ENODATA, use EOVERFLOW instead.
2016-01-06  Roy MarplesIf we are to add/delete/change a route but have not...
2016-01-06  Roy MarplesCorrect function to report error for.
2016-01-05  Roy MarplesSet route/netlink seq number correctly.
2016-01-05  Roy MarplesUse ERANGE to differentiate from EINVAL to detect optio...
2016-01-04  Roy MarplesUpdated in 2016.
2016-01-04  Roy MarplesEnsure that option length fits inside data length less...
2016-01-04  Roy Marples2016
2016-01-04  Roy Marplesdhcp_optlen now returns the length of the data we can...
2016-01-04  Roy MarplesWelcome to 2016
2016-01-04  Roy MarplesFix some definitions
2015-12-31  Roy Marples80 chars wrap
2015-12-31  Roy Marpleshtosn requires arpa/inet.h on kFreeBSD.
2015-12-31  Roy MarplesDetect kFreeBSD correctly.
2015-12-31  Roy MarplesRemove FreeBSD specific defines and include the needed...
2015-12-31  Roy MarplesFix compile on FreeBSD
2015-12-24  Roy MarplesImprove error logging of packet parsing.
2015-12-24  Roy MarplesMake DHCPv6 Client FQDN option allowed to be NULL,...
2015-12-23  Roy MarplesTry and move YP config to an example hook script.
2015-12-22  Roy MarplesInstall example hooks
2015-12-22  Roy MarplesGrudgingly accede to the vocal minority that dhcpcd...
2015-12-22  Roy MarplesMove lookup-hostname hook to the example directory.
2015-12-22  Roy MarplesInstall hooks that should not be installed by default...
2015-12-21  Roy MarplesIf we lack an index or interface protocol in the routin...
2015-12-21  Roy MarplesWhitespace
2015-12-21  Roy MarplesFix a bogus gcc warning about a potential signed overflow.
2015-12-21  Roy Marples-g must go via the command socket as it's no longer...
2015-12-17  Roy MarplesNote that systemd/udev leaks memory where-as the eudev...
2015-12-17  Roy MarplesRemove this pointless debug.
2015-12-17  Roy MarplesWhen stopping and starting interfaces, just toggle...
2015-12-17  Roy MarplesCheck active before link status when sorting
2015-12-17  Roy MarplesNow all interfaces are loaded, don't try to load one...
2015-12-17  Roy MarplesND6 and DHCPv6 should only work on active interfaces.
2015-12-17  Roy MarplesInstead of maintaining a seperate list, instead mark...
2015-12-17  Roy MarplesWhen parsing the routing table, create an interface...
2015-12-15  Roy Marplesautoconf --includedir is where include files are to...
2015-12-15  Roy MarplesSend gratuitous ARP each time we apply our IP address.
2015-12-15  Roy MarplesReturn if we forked or not after dhcp_bind.
next