]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2015-12-15  Roy Marplescopy the configured hostname using the buffer length,
2015-12-15  Roy MarplesTest for ETHERTYPE_IP as the protocol type in the ARP...
2015-12-15  Roy MarplesOptimise the ARP BPF filter, thanks to Nate Karstens.
2015-12-07  Roy MarplesWork once more with INET6 less kernels.
2015-12-04  Roy MarplesFix the manpage with reality, [9e55971edd].
2015-12-04  Roy Marplesnoptions requires an argument.
2015-12-04  Roy MarplesFix 2 NULL de-references, thanks to Christos.
2015-12-03  Roy MarplesFix compile without IPv6.
2015-11-30  Roy MarplesRelease dhcpcd-6.9.4 v6.9.4
2015-11-19  Roy MarplesIf dumping lease returns an error, return it to userland.
2015-11-19  Roy MarplesIf testing or dumping leases, don't send to syslog...
2015-11-19  Roy MarplesAlways send LOG_DEBUG to syslog(3) even if we are in...
2015-11-18  Roy MarplesFix adding static routes via a gateway on BSD.
2015-11-18  Roy MarplesFix adding host routes via a gateway on Linux.
2015-11-18  Roy MarplesIf a host route in static routes, don't then set a...
2015-11-18  Roy MarplesIf dumping leases, skip authentication and address...
2015-11-18  Roy MarplesProtect against underflow.
2015-11-18  Roy MarplesFix dumping DHCPv6 leases.
2015-11-18  Roy MarplesFix memory issue with prior commit.
2015-11-18  Roy Marples-U, --dumplease now works with standard input.
2015-11-13  Roy MarplesUse a GCC pragma directive to mask off the warning...
2015-11-13  Roy MarplesRemove unused var.
2015-11-13  Roy MarplesObey the hostname_short option even for FQDN hostnames...
2015-11-13  Roy MarplesAdd a -N --renew option to renew any existing address...
2015-10-27  Roy MarplesMake socket init happen earlier as we need it for dump...
2015-10-27  Roy MarplesFix printf m test.
2015-10-26  Roy MarplesFix DHCP INFORM on non IN_IFF_* systems.
2015-10-26  Roy MarplesFix DHCP INFORM.
2015-10-26  Roy MarplesDon't check link state if not instruted to before worki...
2015-10-26  Roy MarplesLooks like NetBSD will never support printf %m so remov...
2015-10-26  Roy MarplesOnly use GCC pragma is GCC is 4.6 or newer for push...
2015-10-26  Roy MarplesWorkaround NetBSD's buggy gcc syslog/printf format...
2015-10-26  Roy MarplesMark our logger function as sysloglike because we enjoy...
2015-10-23  Roy MarplesRemove _dead macro and swap printflike position.
2015-10-23  Roy MarplesFix prior accidental commit:-
2015-10-23  Roy MarplesRevert prior and add note why we use strerror().
2015-10-23  Roy MarplesUse strerror_r as strerror is not thread safe.
2015-10-19  Roy MarplesIntroduce the optional option type, which allows embedd...
2015-10-16  Roy MarplesImprove the logic when failing to lock the pidfile.
2015-10-14  Roy MarplesChange configure test for IFLA_AF_SPEC to IFLA_INET6_AD...
2015-09-30  Roy MarplesIf dhcpcd does not know the DHCPv6 status code, report...
2015-09-30  Roy MarplesAdd status code 6, No Prefix Available as a status...
2015-09-30  Roy MarplesBump date for previous
2015-09-30  Roy MarplesAdd an option to enable DHCPv6 Information Request...
2015-09-22  Roy MarplesCorrect anohter Prefix Delegation sizing issue.
2015-09-22  Roy MarplesCorrest size allocation for prefix delegation, thanks...
2015-09-19  Roy MarplesFix TEST for IPv4LL.
2015-09-19  Roy MarplesFix test mode by checking for an IPv4LL address
2015-09-15  Roy MarplesAllow -p to work with -x on an already running process...
2015-09-15  Roy MarplesFix moving a lease from one interface to another.
2015-09-15  Roy MarplesSome BSD's require the pid explicitly set on route...
2015-09-15  Roy MarplesChange IPv6 routes when MTU differs as well.
2015-09-15  Roy MarplesRationalise test order.
2015-09-15  Roy MarplesFix mandoc lintian error, thanks to JS Junior.
2015-09-15  Roy MarplesFix compile on kFreeBSD thanks to JS Junior.
2015-09-13  Roy MarplesAdd an assert here as it's currently failing when movin...
2015-09-13  Roy MarplesAdd a note about OpenBSD always adding it's own lladdr
2015-09-13  Roy MarplesChange the BSD IPv6 interface setup order to ensure...
2015-09-12  Roy MarplesFix compile on FreeBSD.
2015-09-12  Roy MarplesMake CAN_ADD_LLADDR work on BSD.
2015-09-12  Roy MarplesIf we can toggle the automatic creation of the lladdr...
2015-09-12  Roy MarplesWe need to check kernel IPv6 setup for the interface...
2015-09-12  Roy MarplesRemove some unreachable code.
2015-09-12  Roy MarplesFix compile on Bitrig
2015-09-12  Roy MarplesRemove correct configure test file
2015-09-11  Roy MarplesTest for error condition rather than a success of 0...
2015-09-10  Roy MarplesRemove the custom SixRD decode function and replace...
2015-09-10  Roy MarplesAdd IPv4 address selection from route code so platform...
2015-09-09  Roy MarplesFix prior for IPv6 old routes.
2015-09-08  Roy MarplesWhen deleting an old route and it doesn't have an inter...
2015-09-08  Roy MarplesFix the REBIND reason.
2015-09-08  Roy MarplesRework arp_free and arp_free_but to share a common...
2015-09-08  Roy MarplesRevert this part of prior patch.
2015-09-08  Roy Marplesifp may not be set, but ctx will be.
2015-09-08  Roy MarplesMove defines checks after all includes to make Android...
2015-09-07  Roy MarplesI was wrong about Linux allowing userland to mark addre...
2015-09-07  Roy MarplesInstead of forcing a #define for IFLA_AF_SPEC, add...
2015-09-07  Roy MarplesIf we failed to release, we may not have a state when...
2015-09-07  Roy MarplesAdd support for Chrony, fixes [03943daba7].
2015-09-04  Roy MarplesRelease dhcpcd-6.9.3 v6.9.3
2015-09-03  Roy MarplesWhen adding a static address on non IN_IFF_* systems...
2015-09-03  Roy MarplesFix compile on Linux
2015-09-03  Roy MarplesFix rebinding statically assinged IPv4 addresses.
2015-08-31  Roy MarplesNow that we set MTU for routes instead of using a hook...
2015-08-31  Roy MarplesTest prefix as well as variable name when setting stati...
2015-08-23  Roy MarplesFix compile on systems lacking SOCK_CLOEXEC.
2015-08-22  Roy MarplesSilence a bogus gcc warning
2015-08-21  Roy MarplesRemove unused variable.
2015-08-21  Roy MarplesFix compile on OpenBSD v6.9.2
2015-08-21  Roy MarplesRelease dhcpcd-6.9.2
2015-08-21  Roy MarplesDocument removed mtu hook and installed dump hook.
2015-08-14  Roy MarplesReference old DHCPv6 FQDN when processing the hostname.
2015-08-14  Roy MarplesDon't delete dhcpcd assigned IPv6 link-local addresses...
2015-08-14  Roy MarplesDescribe adding an IPv6 temporary address.
2015-08-14  Roy MarplesBuild new_domain_name from other sources if blank befor...
2015-08-11  Roy MarplesDon't do platform init or setting interface MTU if...
2015-08-11  Roy MarplesOnly set maximum message size if we can get the MTU...
2015-08-07  Roy MarplesFix reading prior lease without authenticaton set.
2015-08-07  Roy MarplesFix IPv4LL on NetBSD when wifi reconfigures.
2015-08-07  Roy MarplesFix compile on BSD.
next