]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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.
2017-03-24  Roy MarplesRemove custom logger and output all diagnostics via...
2017-03-22  Roy MarplesFix warnings by including the strtoi header.
2017-03-22  Roy MarplesUse new strtoi changes.
2017-03-22  Roy MarplesUpdate strtoi from latest NetBSD.
2017-03-22  Roy MarplesFix compile with bpf on OpenBSD.
2017-03-22  Roy MarplesFix compile with posix_spawn now being required.
2017-03-22  Roy MarplesReport correct config test for arc4random_uniform
2017-03-21  Roy MarplesRemove configure opts for prior.
2017-03-21  Roy MarplesRemove posix_spawn(3) compat code.
2017-03-21  Roy MarplesRemove getline(3) compat code.
2017-03-21  Roy MarplesRemove the strlcpy compat code and just #define it...
2017-03-21  Roy MarplesPlace correct license in compat headers.
2017-03-21  Roy MarplesRemove the cov-int dir when cleaning.
2017-03-21  Roy MarplesFix man page paths.
2017-03-21  Roy MarplesIgnore distribution and Coverity files.
2017-03-21  Roy MarplesClean up some definitions.
2017-03-20  Roy MarplesUse fstat to work out the lease file size and read...
2017-03-20  Roy MarplesTest address family to test the correct address flags.
2017-03-20  Roy MarplesConfigure correct hook dir.
2017-03-19  Roy MarplesMove md5 and sha256 out to compat.
2017-03-19  Roy MarplesMove compat out of src.
2017-03-17  Roy MarplesIf the kernel isn't doing DAD for our newly added addre...
2017-03-16  Roy MarplesFix building the distribution.
2017-03-16  Roy MarplesFix .gitignore
2017-03-16  Roy MarplesMove dhcpcd-hooks dir to hooks
2017-03-16  Roy MarplesMove dhcpcd-hooks outside of src
2017-03-15  Roy MarplesDisable NTP in the default config.
2017-03-15  Roy MarplesDisable NTP in the default config.
2017-03-15  Roy MarplesMove the source files along with dev, crypt and comapt...
2017-03-14  Roy MarplesMarkdown improvements.
2017-03-14  Roy MarplesUse some markdown loving.
2017-03-10  Roy MarplesIf the ARP socket open when starting to probe, re-apply...
2017-03-10  Roy MarplesIf we get DAD using IPv4LL on NetBSD, delete the address.
2017-03-10  Roy MarplesDon't crash when calling IPv4LL without an address...
2017-03-10  Roy MarplesOnly conflict on ARP when sip matches OR sip is INADDR_...
2017-03-10  Roy MarplesOnly run ARP conflicts for the state if either sip...
2017-03-10  Roy MarplesWe're no longer interested in Unicast Poll.
2017-03-10  Roy Marplesbpf: only interested in direct conflict (sender) or...
2017-03-08  Roy MarplesFix compile warnings on NetBSD ERLITE.
2017-03-08  Roy MarplesReading BPF works fine on SunOS as well.
2017-03-08  Roy MarplesWorkaround a SunOS bug with reading more than 2^31...
2017-03-08  Roy MarplesInclude paths.h for _PATH_BPF
2017-03-08  Roy MarplesRename if_*raw functions to bpf_* so it's more descript...
2017-03-06  Roy MarplesMore welcomes to 2017.
2017-03-06  Roy MarplesBelated welcome to 2017.
2017-03-05  Roy Marplesbpf: match ip_dst to to lease address when bound
2017-03-05  Roy Marplesbpf: ARP and BOOTP filter improvements
2017-02-27  Paul Walrath30-hostname: set to localhost when hostname is reqlinqu...
2017-02-27  Roy MarplesIf a new hostname is set, log it.
2017-02-26  Roy MarplesRe-work the BPF filters so they are early return.
2017-02-26  Roy MarplesIgnore dhcpcd-hooks/50-ypbind
2017-02-26  Roy MarplesMark the message property of the DHCPv6 Status code...
2017-02-26  Roy MarplesFix a sign warning.
next