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.11.4
dhcpcd-6.11.4
Roy Marples
2016-10-07
*
Create new branch named "dhcpcd-6"
Roy Marples
2016-10-05
*
Remove hack to add IPv6 LL address as early as possible.
Roy Marples
2016-10-04
*
Guard against the possibility of no config..... may fix [c9d04817fa].
Roy Marples
2016-10-03
*
Validate lease before setting state to REQUEST when REPLY is recieved in
Roy Marples
2016-10-03
*
Revert prior and test for DH6S_REBIND rather than not DH6S_DISCOVER.
Roy Marples
2016-10-03
*
Don't re-enter the discover phase on receipt of an invalid offer if we are al...
Roy Marples
2016-10-03
*
If renew or rebind is not set, always use a default from the lowest pltime
Roy Marples
2016-10-02
*
The ability to add LL addresses is not dependant on using SLAAC privacy,
Roy Marples
2016-10-02
*
Report compiled in features in --version.
Roy Marples
2016-09-27
*
Only enable IPv4LL when INET is enabled.
Roy Marples
2016-09-27
*
Allow DHCPv6 support to be compiled out.
Roy Marples
2016-09-27
*
Move the #ifdef higher to exclude static consts.
Roy Marples
2016-09-27
*
Tidy comments
Roy Marples
2016-09-27
*
Allow IPv4LL to be compiled out.
Roy Marples
2016-09-20
*
Need to include crypt for MD5 on Linux.
Roy Marples
2016-09-19
*
Remove extra comment
Roy Marples
2016-09-19
*
Add CAN_DROP_LLADDR so we can easily handle our current inability to remove t...
Roy Marples
2016-09-19
*
Fix setting IPv6 addresses to zero.
Roy Marples
2016-09-19
*
Fix a segfault.
Roy Marples
2016-09-19
*
Make import now imports the files needed to generate dhcpcd-embedded.{c,h}
Roy Marples
2016-09-19
*
Fix building of embedded config with correct specified source.
Roy Marples
2016-09-19
*
Allow dhcpcd to be built without Authentiction support for system media with
Roy Marples
2016-09-19
*
Fix compile on Linux
Roy Marples
2016-09-16
*
ifa_msghdr does not have the alias it's for, which is bad.
Roy Marples
2016-09-16
*
SMALL target removes the custom logger.
Roy Marples
2016-09-16
*
Fix compile on OpenBSD.
Roy Marples
2016-09-16
*
One BSD in the future will include address flags in ifa_msghdr.
Roy Marples
2016-09-16
*
When validating a lease with an OK but no IA's and in the CONFIRM phase
Roy Marples
2016-09-16
*
Ignore RTM versions we don't know.
Roy Marples
2016-09-15
*
Solaris allows a route per gateway as well.
Roy Marples
2016-09-12
*
dhcpcd considers the link down without IFF_UP.
Roy Marples
2016-09-12
*
OpenBSD allows many routes to the same dest with different gateways.
Roy Marples
2016-09-12
*
Add the --small configure option which currently removes non essential options
Roy Marples
2016-09-09
*
Always roundup the required buffer.
Roy Marples
2016-09-06
*
More assert
Roy Marples
2016-09-06
*
Don't dispatch 0 bytes.
Roy Marples
2016-09-06
*
When receiving multipart messages, receive them again until we get NLMSG_DONE.
Roy Marples
2016-09-06
*
DragonFly needs to ingore RTM_DELADDR as well.
Roy Marples
2016-09-06
*
Remove the POLLADDR check out of if-bsd.c and into ipv6.c for other OS's
Roy Marples
2016-09-06
*
Rename var to avoid a global on OpenBSD.
Roy Marples
2016-09-06
*
More iovec array fixes.
Roy Marples
2016-09-05
*
Fix more iovec to arrays.
Roy Marples
2016-09-05
*
recvmsg expects an array of iovec structures, not a pointer to the first one.
Roy Marples
2016-09-05
*
Re-check address flags when carrier goes down if we poll for address flags.
Roy Marples
2016-09-05
*
If we need to poll for address flags, do this for tentative link-local addres...
Roy Marples
2016-09-05
*
Dodge more errors when deleting not available anymore.
Roy Marples
2016-09-05
*
Don't violate memory when we learn new IPv4LL addresses.
Roy Marples
2016-09-05
*
We need a seperate iovec buffer for receiving netlink messages because
Roy Marples
2016-09-05
*
Only callback when there is a callback.
Roy Marples
2016-09-05
[next]