]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2017-07-13  Roy MarplesUnset $ifsuffix for non protocol reasons
2017-07-13  Roy MarplesFix sefault when address lifetime overflows
2017-07-06  Roy Marplesdhcp: return routes when renewing
2017-07-06  Roy MarplesTreat INFORMED as a released state so it's dropped...
2017-07-04  Roy MarplesUpdate to the real stock dhcpcd.conf
2017-07-04  Roy MarplesFix processing of INFORM6 replies without an OK status...
2017-07-04  Roy MarplesWhitespace
2017-07-04  Roy MarplesAlways set the outgoing interface when creating non...
2017-07-04  Roy MarplesOnly start discovery on lease expiration if we have...
2017-07-03  Roy MarplesAdd a return value to deleteing events and timers so...
2017-07-01  Roy MarplesFix a valgrind error.
2017-06-30  Maya RashishFix a runtime shift error.
2017-06-28  Roy MarplesFix crash when creating routes for a non preferred...
2017-06-16  Roy MarplesNow print_option is fully checked, we can avoid a mallo...
2017-06-16  Roy MarplesCheck return values of snprintf and print_option correctly.
2017-06-16  Roy MarplesUse a better errno for running out of buffer.
2017-06-16  Roy MarplesClarify RFC952 and RFC1123 to justify domain name restr...
2017-06-16  Roy MarplesRevert "RFC2181 section 11 says a DNS label can be...
2017-06-14  Roy MarplesCount label and domain name length correctly.
2017-06-13  Roy MarplesRFC2181 section 11 says a DNS label can be pretty much...
2017-06-13  Roy MarplesMake ipv6_newaddr() more flexable so it's the sole...
2017-06-13  Roy MarplesNo need for signal.h here.
2017-06-13  Roy MarplesUse a long constant to avoid a lint error.
2017-06-13  Roy MarplesRemove some unused variables.
2017-06-13  Roy Marplesllen is unused here.
2017-06-13  Roy MarplesGuard MAX_RTR_SOLICITATION_DELAY if platform defined.
2017-06-13  Roy MarplesAdd a lint target.
2017-06-13  Roy MarplesFix a lint issue.
2017-06-13  Roy MarplesTypo
2017-06-13  Roy MarplesRemove unused valid_path() function.
2017-06-13  Roy MarplesOptimize loop exit. Thanks to Robert Elz.
2017-06-13  Roy MarplesRemove usesless comment.
2017-06-13  Roy MarplesIn uniqify(), prefix a space if there is already a...
2017-05-31  Roy Marplesdhcp: Fix classless static routes
2017-05-22  Roy MarplesHardware Address validation
2017-05-15  Roy MarplesOnly reboot activated user interfaces.
2017-05-15  Roy MarplesPrefix Delegation: build routes after all addresses...
2017-05-15  Roy MarplesRemove abrt as it's unused and change carrier_warned...
2017-05-15  Roy MarplesWarn about IA_PD support not being compiled in when...
2017-05-15  Roy MarplesIt's possible to receive a DHCPv6 lease without an...
2017-05-10  Roy MarplesPrepare dhcpcd-7.0.0-rc1 v7.0.0-rc1
2017-05-09  Roy MarplesRemove more prefix delegation code for small binaries.
2017-05-09  Roy MarplesDon't crash when --static routers= is given on the...
2017-05-09  Roy MarplesRestore -G, --nogateway.
2017-05-08  Roy MarplesInstall dhcpcd-definitions.conf to correct directory.
2017-05-05  Roy MarplesApply the real D108 patch, my bad.
2017-05-05  Roy MarplesDHCPv6: deprecate addresses on stale leases.
2017-05-05  Roy MarplesIPv6: show actual address lifetimes being applied
2017-05-05  Roy MarplesDHCPv6: drop Prefix Delegations when dropping the lease.
2017-05-04  Roy MarplesWhen using gcc, add the -Wlogical-op flag when debugging.
2017-05-04  David BindermanFix test for preferring a fake lease vs a real one.
2017-05-03  Roy Marplesdhcpcd.c: Fix -n opening sockets.
2017-05-01  Roy MarplesAdd interface_mtu to SMALL configuration.
2017-04-26  Roy Marplesprefix delegation: Remove deleted addresses from consid...
2017-04-25  Roy MarplesBecause dhcpcd now binds to the interfaces LL address...
2017-04-24  Roy Marplessla could be NULL, so check that.
2017-04-24  Roy MarplesBSD: Add support for RTA_LABEL.
2017-04-22  Roy MarplesBump date for prior.
2017-04-22  Roy MarplesDetect VLANID to use in IAID.
2017-04-22  Roy MarplesDon't log anything when printing the pidfile.
2017-04-22  Roy MarplesDon't report a real error here.
2017-04-21  Roy MarplesNewer OpenBSD is fixed for userland affecting address...
2017-04-21  Roy MarplesStyle.
2017-04-21  Roy MarplesShould check that an interface name actually exists...
2017-04-21  Roy MarplesBSD: if failed to open PF_ROUTE socket, don't set filters.
2017-04-14  Roy MarplesClean coverity dhcpcd.xz tarball.
2017-04-14  Roy MarplesPrepare for dhcpcd-7.0.0-beta3 v7.0.0-beta3
2017-04-14  Roy MarplesAdd a README to describe what this does.
2017-04-14  Roy Marplesdprintf should append, not truncate.
2017-04-13  Roy MarplesFix compile on Linux
2017-04-13  Roy MarplesEnable the -r option.
2017-04-13  Roy MarplesFix compile on Linux.
2017-04-13  Roy MarplesIf no eloop mechanism has been selected for us, print...
2017-04-13  Roy MarplesFree stuff.
2017-04-13  Roy MarplesDefault eloop to epoll on Solaris.
2017-04-13  Roy MarplesFix compile on Solaris.
2017-04-13  Roy MarplesAdd code to test hmac md5 expectations rather than...
2017-04-13  Roy MarplesStyle
2017-04-13  Roy MarplesStyle
2017-04-13  Roy MarplesTart up some more.
2017-04-13  Roy MarplesTart up some.
2017-04-13  Roy MarplesMove test into tests.
2017-04-13  Roy MarplesReset exitnow on entry in-case we are re-started after...
2017-04-12  Roy MarplesFree logfile.
2017-04-12  Roy MarplesFix a compile warning
2017-04-12  Roy MarplesIgnore route(4) errors.
2017-04-12  Roy MarplesTo be consitent, do the same to loginfo as we just...
2017-04-12  Roy MarplesAdd logdebugx, similar to logerrx and logwarnx.
2017-04-11  Roy MarplesDon't print strerror for logerrx.
2017-04-11  Roy MarplesOver engineer the logging some more.
2017-04-11  Roy MarplesNote that the logfile is nolonger truncated by dhcpcd.
2017-04-11  Roy MarplesWrite syslog entries in logfile:
2017-04-11  Roy MarplesUse RO_MSGFILER on NetBSD to filter route(4) messages.
2017-04-10  Roy MarplesUse void to show no args.
2017-04-09  Roy Marpleslogfile argument is not optional.
2017-04-09  Roy MarplesCast away a coverity issue.
2017-04-09  Roy MarplesLog bpf_arp and bpf_bootp failures.
2017-04-09  Roy MarplesFix compile.
2017-04-09  Roy MarplesFix define.
2017-04-09  Roy MarplesLOG_SYSLOG_OPTS and LOG_SYSLOG_FACILITY can set these...
next