]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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...
2017-04-09  Roy Marpleslogerr: errx with logging
2017-04-08  Roy MarplesFit in 80
2017-04-08  Roy MarplesDon't open sockets if just sending a signal.
2017-04-08  Roy MarplesUse more reallocarray(3).
2017-04-06  Roy MarplesThe last stderr message felt lonely and committed suicide.
2017-04-06  Roy Marplestransposition police!
2017-04-06  Roy MarplesMove ROUTER_FILTER assignments to variable declaration.
2017-04-05  Roy Marplesif-bsd: support ROUTE_MSGFILTER socket option
2017-04-04  Roy Marplesbpf: rewind the buffer on close
2017-04-04  Roy Marplesbpf: trim ARP payload in the BPF filter.
2017-04-04  Roy Marplesbpf: don't check caplen == datalen
2017-04-03  Roy MarplesRevert prior and just use __func__. Do same for arp...
2017-04-03  Roy MarplesFix diagnostic to use correct function name.
2017-04-03  Roy MarplesMakefile should build and install the dev subdirectory...
2017-04-02  Roy MarplesWork around gcc's limitation of SSP.
2017-04-02  Roy MarplesFix my silly mistake in a prior commit.
2017-04-02  Roy MarplesRecapitalise
2017-04-02  Roy MarplesPrepare dhcpcd-7.0.0-beta2 v7.0.0-beta2
2017-04-02  Roy MarplesStop being fancy .... just import everything.
2017-04-02  Roy MarplesCorrect prior to size from hwaddr.
2017-04-02  Roy MarplesDon't use a variable length buffer.
2017-04-02  Roy MarplesIf auth is disabled, then disable FORCERENEW and RECONF...
2017-04-02  Roy MarplesFix ipv4ll_*route prototypes for builds without IPv4LL...
2017-04-02  Roy MarplesFix duid location, thanks to Peter Colberg.
2017-04-02  Roy MarplesWith the logger removed, we no longer need to test...
2017-03-31  Roy MarplesPrepare dhcpcd-7.0.0-beta1 v7.0.0-beta1
2017-03-31  Roy MarplesGuard this with #ifdef INET so we can compile INET6...
2017-03-31  Roy MarplesThese functions are AF agnostic now.
2017-03-31  Roy MarplesOnly disable kernel IPv6RA if we're sending IPv6RS.
2017-03-31  Roy MarplesCall posix_spawnattr_destroy after calling posix_spawn...
2017-03-31  Roy MarplesInitialise the whole rt msg buffer to avoid valgrind...
2017-03-31  Roy MarplesFix make proginstall target.
2017-03-30  Roy MarplesUpdate copyrights and headers to better credit the...
2017-03-30  Roy MarplesRemove this syslog entry .... it's just noise really...
2017-03-30  Roy Marplesdhcpcd: fix crash forcing lease renewals on inactive...
2017-03-29  Roy MarplesDHCPCD_DOMAIN isn't used anymore.
2017-03-28  Roy MarplesDefine htonll a macro as it's only used once.
2017-03-28  Roy MarplesRemove the gateway and nogateway options.
2017-03-27  Roy MarplesFix a potential crash where the DHCP state could be...
2017-03-27  Roy MarplesFix a potential crash where the ARP state could be...
2017-03-24  Roy MarplesFix compile on OpenBSD.
2017-03-24  Roy MarplesFix compile on NetBSD.
2017-03-24  Roy MarplesRemove ipv6ra_own and ipv6ra_own_default options.
2017-03-24  Roy MarplesAdd LICENSE.
2017-03-24  Roy MarplesRemove documentation for --logfile.
2017-03-24  Roy MarplesFix compile on Linux for dev support.
2017-03-24  Roy MarplesAdd an .arcconfig file to hook arcanist with phabricator.
next