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
*
Release dhcpcd-6.10.2
dhcpcd-6.10.2
Roy Marples
2016-04-08
*
Fix compile warnings.
Roy Marples
2016-04-08
*
Don't dick with IPv4LL route reactions on BSD.
Roy Marples
2016-04-08
*
If a normal default route is added, delete our IPv4LL default route.
Roy Marples
2016-04-08
*
Fix changing routes on FreeBSD.
Roy Marples
2016-04-08
*
Log RA's only when it's a new router unless debugging is enabled.
Roy Marples
2016-04-08
*
Fix BSD for making routes.
Roy Marples
2016-04-08
*
Constify handlert
Roy Marples
2016-04-08
*
Fix a bogus static analyzer bug.
Roy Marples
2016-04-07
*
Fix compile on BSD.
Roy Marples
2016-04-07
*
Linux netlink nlmsg_pid is not process id - only the first socket opened
Roy Marples
2016-04-07
*
Don't do ipv6 routes if ipv6 is disabled.
Roy Marples
2016-04-06
*
Fix function name
Roy Marples
2016-04-06
*
Descope dest and gateway when copying routes. Set RTA_IFP and RTA_IFA when ch...
Roy Marples
2016-04-06
*
Bring FORCERENEW message in line with others (drop the DHCP_).
Roy Marples
2016-04-05
*
Fix spelling of RECONFIGURE6, fixes [c6f1927f1a].
Roy Marples
2016-04-05
*
Fix pidfile_lock compat on Linux.
Roy Marples
2016-04-01
*
Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutil
Roy Marples
2016-04-01
*
Describe how hardware based arping profiles work.
Roy Marples
2016-03-30
*
White space police.
Roy Marples
2016-03-28
*
Document --with-poll
Roy Marples
2016-03-23
*
Fix compile on Linux.
Roy Marples
2016-03-23
*
Make eloop a tad easier to use.
Roy Marples
2016-03-17
*
Fix dprintf, thanks to OBATA Akio.
Roy Marples
2016-03-16
*
It's possible to receive routing events for non existant interfaces, so abort...
Roy Marples
2016-03-13
*
Support buggy FreeBSD rc system out of the box.
Roy Marples
2016-03-12
*
Fix configure when >1 ld-elf.so.N
Roy Marples
2016-03-11
*
Fix configure again
Roy Marples
2016-03-11
*
Initialise struct to pass configure on FreeBSD.
Roy Marples
2016-03-11
*
Fix configure tests
Roy Marples
2016-03-11
*
Use -Wall -Werror when running configure tests.
Roy Marples
2016-03-11
*
Fix compile on older platforms which lack O_CLOEXEC.
Roy Marples
2016-03-11
*
Support RTF_CONNECTED, soon to be committed to NetBSD.
Roy Marples
2016-03-11
*
Correct help about for localstatedir and PREFIX.
Roy Marples
2016-03-03
*
If we fail to open kqueue/epoll, abort the loop.
Roy Marples
2016-02-27
*
Now we have a fd lookup table, we can elimiate the need to store
Roy Marples
2016-02-26
*
Use a fd lookup table rather than checking each event in turn until we find
Roy Marples
2016-02-26
*
Roll our own reallocarray(3) function because that and the reallocarr(3) func...
Roy Marples
2016-02-26
*
This comment no longer applies with kqueue(2) and epoll(7).
Roy Marples
2016-02-26
*
Describe eloop better.
Roy Marples
2016-02-26
*
Add POLLOUT to the pselect wrapper.
Roy Marples
2016-02-26
*
Enforce pltime < vltime for prefixes as well.
Roy Marples
2016-02-20
*
Exlcude stale or delegated prefixes from timers.
Roy Marples
2016-02-20
*
Enforce correctness of vltime, pltime, T1 and T2.
Roy Marples
2016-02-19
*
Set fp to NULL after fclose() to avoid a potential secondary fclose() if the
Roy Marples
2016-02-16
*
We need to log expiry time for the lease as each address has it's own notion.
Roy Marples
2016-02-16
*
Remove ipv6ra_accept_nopublic and just accept it.
Roy Marples
2016-02-15
*
Export STATIC6 to libdhcpcd.
Roy Marples
2016-02-15
*
Check we have arg before accessing it's parsed iaid. Fixes [005c389f71].
Roy Marples
2016-02-15
*
Ensure that env is freed in arraytostr() fails. Fixes [8d24cd2f25].
Roy Marples
2016-02-15
[next]