index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Prepare dhcpcd-7.0.0-beta2
dhcpcd-7.0.0-beta2
Roy Marples
2017-04-02
*
Stop being fancy .... just import everything.
Roy Marples
2017-04-02
*
Correct prior to size from hwaddr.
Roy Marples
2017-04-02
*
Don't use a variable length buffer.
Roy Marples
2017-04-02
*
If auth is disabled, then disable FORCERENEW and RECONFIGURE_ACCEPT
Roy Marples
2017-04-02
*
Fix ipv4ll_*route prototypes for builds without IPv4LL support.
Roy Marples
2017-04-02
*
Fix duid location, thanks to Peter Colberg.
Roy Marples
2017-04-02
*
With the logger removed, we no longer need to test for printf %m support.
Roy Marples
2017-04-02
*
Prepare dhcpcd-7.0.0-beta1
dhcpcd-7.0.0-beta1
Roy Marples
2017-03-31
*
Guard this with #ifdef INET so we can compile INET6 only.
Roy Marples
2017-03-31
*
These functions are AF agnostic now.
Roy Marples
2017-03-31
*
Only disable kernel IPv6RA if we're sending IPv6RS.
Roy Marples
2017-03-31
*
Call posix_spawnattr_destroy after calling posix_spawn so that
Roy Marples
2017-03-31
*
Initialise the whole rt msg buffer to avoid valgrind errors.
Roy Marples
2017-03-31
*
Fix make proginstall target.
Roy Marples
2017-03-31
*
Update copyrights and headers to better credit the sources.
Roy Marples
2017-03-30
*
Remove this syslog entry .... it's just noise really as it's
Roy Marples
2017-03-30
*
dhcpcd: fix crash forcing lease renewals on inactive interfaces.
Roy Marples
2017-03-30
*
DHCPCD_DOMAIN isn't used anymore.
Roy Marples
2017-03-29
*
Define htonll a macro as it's only used once.
Roy Marples
2017-03-28
*
Remove the gateway and nogateway options.
Roy Marples
2017-03-28
*
Fix a potential crash where the DHCP state could be freed during processing.
Roy Marples
2017-03-27
*
Fix a potential crash where the ARP state could be freed during processing.
Roy Marples
2017-03-27
*
Fix compile on OpenBSD.
Roy Marples
2017-03-24
*
Fix compile on NetBSD.
Roy Marples
2017-03-24
*
Remove ipv6ra_own and ipv6ra_own_default options.
Roy Marples
2017-03-24
*
Add LICENSE.
Roy Marples
2017-03-24
*
Remove documentation for --logfile.
Roy Marples
2017-03-24
*
Fix compile on Linux for dev support.
Roy Marples
2017-03-24
*
Add an .arcconfig file to hook arcanist with phabricator.
Roy Marples
2017-03-24
*
Remove custom logger and output all diagnostics via syslog(3).
Roy Marples
2017-03-24
*
Fix warnings by including the strtoi header.
Roy Marples
2017-03-22
*
Use new strtoi changes.
Roy Marples
2017-03-22
*
Update strtoi from latest NetBSD.
Roy Marples
2017-03-22
*
Fix compile with bpf on OpenBSD.
Roy Marples
2017-03-22
*
Fix compile with posix_spawn now being required.
Roy Marples
2017-03-22
*
Report correct config test for arc4random_uniform
Roy Marples
2017-03-22
*
Remove configure opts for prior.
Roy Marples
2017-03-21
*
Remove posix_spawn(3) compat code.
Roy Marples
2017-03-21
*
Remove getline(3) compat code.
Roy Marples
2017-03-21
*
Remove the strlcpy compat code and just #define it to snprintf(3).
Roy Marples
2017-03-21
*
Place correct license in compat headers.
Roy Marples
2017-03-21
*
Remove the cov-int dir when cleaning.
Roy Marples
2017-03-21
*
Fix man page paths.
Roy Marples
2017-03-21
*
Ignore distribution and Coverity files.
Roy Marples
2017-03-21
*
Clean up some definitions.
Roy Marples
2017-03-21
*
Use fstat to work out the lease file size and read in one go rather than
Roy Marples
2017-03-20
*
Test address family to test the correct address flags.
Roy Marples
2017-03-20
*
Configure correct hook dir.
Roy Marples
2017-03-20
*
Move md5 and sha256 out to compat.
Roy Marples
2017-03-19
[next]