2014-12-23 |
Roy Marples | undef CMSG_SPACE and use our own define for platforms... |
commit | commitdiff | tree |
2014-12-21 |
Roy Marples | Fix compile warnings without INET or INET6 using gcc. |
commit | commitdiff | tree |
2014-12-20 |
Roy Marples | Fix compile on QNX. Thanks to Will Miles. |
commit | commitdiff | tree |
2014-12-20 |
Roy Marples | Guard against failure in if_discover. Thanks to Will... |
commit | commitdiff | tree |
2014-12-20 |
Roy Marples | Use __restrict rather than restrict. |
commit | commitdiff | tree |
2014-12-20 |
Roy Marples | Attempt to define CMSG_SPACE for systems which lack... |
commit | commitdiff | tree |
2014-12-19 |
Roy Marples | Release dhcpcd-6.6.7 v6.6.7 |
commit | commitdiff | tree |
2014-12-18 |
Roy Marples | Fix build without INET |
commit | commitdiff | tree |
2014-12-18 |
Roy Marples | Don't set RA ownership in test mode. |
commit | commitdiff | tree |
2014-12-17 |
Roy Marples | Release dhcpcd-6.6.6 v6.6.6 |
commit | commitdiff | tree |
2014-12-16 |
Roy Marples | Document some BSD systems lacking the ability to announ... |
commit | commitdiff | tree |
2014-12-16 |
Roy Marples | Store acquired time for each IPv6 address so we can... |
commit | commitdiff | tree |
2014-12-16 |
Roy Marples | For BSD systems stop polling for IPv6 router reachability. |
commit | commitdiff | tree |
2014-12-13 |
Roy Marples | The noalias directive will now remove any IPv4 addresse... |
commit | commitdiff | tree |
2014-12-12 |
Roy Marples | A server should not NAK an INFORM. |
commit | commitdiff | tree |
2014-12-12 |
Roy Marples | Clarify timeout and reboot timeout, make it more sane. |
commit | commitdiff | tree |
2014-12-11 |
Roy Marples | Need net/route.h |
commit | commitdiff | tree |
2014-12-10 |
Roy Marples | Include linux/rtnetlink.h in config.h rather than each... |
commit | commitdiff | tree |
2014-12-10 |
Roy Marples | Spelling |
commit | commitdiff | tree |
2014-12-09 |
Roy Marples | Release dhcpcd-6.6.5 v6.6.5 |
commit | commitdiff | tree |
2014-12-09 |
Roy Marples | Allow other processes to handle the DHCP port on the... |
commit | commitdiff | tree |
2014-12-09 |
Roy Marples | If we get another carrier event during the poll for... |
commit | commitdiff | tree |
2014-12-09 |
Roy Marples | Instead if giving up if we receive a LINK_UP event... |
commit | commitdiff | tree |
2014-12-04 |
Roy Marples | If neither dig nor host are present fall back to getent. |
commit | commitdiff | tree |
2014-12-03 |
Roy Marples | IFT type does not cleanly match to ARP type so we have... |
commit | commitdiff | tree |
2014-12-02 |
Roy Marples | Fix a coverity warning. |
commit | commitdiff | tree |
2014-11-28 |
Roy Marples | Fix prior patch |
commit | commitdiff | tree |
2014-11-28 |
Roy Marples | If STOPPED, set if_down = true when releasing, otherwis... |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Note that TEST removes the rapid_commit option from... |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Report selected profile v6.6.4 |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Fix a memory error. |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Release dhcpcd-6.6.4 |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Inform the hooks if we're running with debug or not. |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Remove unused variable. |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Release dhcpcd-6.6.3 v6.6.3 |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | If a DHCP lease has expired on reboot, don't expire... |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | With a fake added lease, we cannot assume the subnet... |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Enter reboot state with a fake lease. |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | Flags fake routes so we can change them when we renew... |
commit | commitdiff | tree |
2014-11-26 |
Roy Marples | If the IP address is still on the interface when readin... |
commit | commitdiff | tree |
2014-11-25 |
Roy Marples | Fix wording. |
commit | commitdiff | tree |
2014-11-25 |
Roy Marples | Whitespace |
commit | commitdiff | tree |
2014-11-25 |
Roy Marples | Zero length UDP packets are not an error condition... |
commit | commitdiff | tree |
2014-11-24 |
Roy Marples | When not daemonising, don't exit on timeout. |
commit | commitdiff | tree |
2014-11-24 |
Roy Marples | Whitespace |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | If allowinterfaces is not specified, allow all configur... |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | Disable IPv6RS if a loopback, pointopoint or not a... |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | If we don't have a hwlen and no clientid has been set, |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | Check for IFF_LOOPBACK and IFF_POINTOPOINT early to... |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | Loopback interfaces have routes scoped to the host... |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | If we don't have a hardware address, fallback to creating |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | This comment no longer applies. |
commit | commitdiff | tree |
2014-11-18 |
Roy Marples | Reload global config when running per interface commands. |
commit | commitdiff | tree |
2014-11-16 |
Roy Marples | Only free other ARP states if not assinging an IPv4LL... |
commit | commitdiff | tree |
2014-11-16 |
Roy Marples | Log which IP address we are ARPing |
commit | commitdiff | tree |
2014-11-14 |
Roy Marples | Release dhcpcd-6.6.2 v6.6.2 |
commit | commitdiff | tree |
2014-11-14 |
Roy Marples | Add a guard to IPv4LL probed in case of an ARP race. |
commit | commitdiff | tree |
2014-11-13 |
Roy Marples | Backup and restore any DHCP lease offered during the... |
commit | commitdiff | tree |
2014-11-11 |
Roy Marples | Stop clang complaing about a more complex variant on... |
commit | commitdiff | tree |
2014-11-11 |
Roy Marples | If we don't include sys/queue.h directly the clang... |
commit | commitdiff | tree |
2014-11-11 |
Roy Marples | Align config.h contents better |
commit | commitdiff | tree |
2014-11-11 |
Roy Marples | When closing the IPv4LL state, close any timers as... |
commit | commitdiff | tree |
2014-11-10 |
Roy Marples | Reset DHCP state when the interface is departing. |
commit | commitdiff | tree |
2014-11-10 |
Roy Marples | Remove all interface timers when stopping. |
commit | commitdiff | tree |
2014-11-10 |
Roy Marples | eloop queue 0 is all queues, respect it. |
commit | commitdiff | tree |
2014-11-10 |
Roy Marples | Remove the direct include for cdefs.h - it's not needed... |
commit | commitdiff | tree |
2014-11-10 |
Roy Marples | TAILQ is now inlcuded via config.h either via sys/queue... |
commit | commitdiff | tree |
2014-11-07 |
Roy Marples | Remove dead store |
commit | commitdiff | tree |
2014-11-07 |
Roy Marples | Remove RCSIDs from dhcpcd, they belong in the upstream... |
commit | commitdiff | tree |
2014-11-07 |
Roy Marples | Release dhcpcd-6.6.1 v6.6.1 |
commit | commitdiff | tree |
2014-11-07 |
Roy Marples | When stopping interfaces, skip past pseudo interfaces... |
commit | commitdiff | tree |
2014-11-07 |
Roy Marples | Support old Linux kernels where IFLA_AF_SPEC may not... |
commit | commitdiff | tree |
2014-11-03 |
Roy Marples | If the IPv6 LL address is duplicated and using SLAAC... |
commit | commitdiff | tree |
2014-11-03 |
Roy Marples | Fix disabling IPv6 on start error. |
commit | commitdiff | tree |
2014-10-29 |
Roy Marples | Release dhcpcd-6.6.0 v6.6.0 |
commit | commitdiff | tree |
2014-10-25 |
Roy Marples | Reset DHCP state when carrier goes down. |
commit | commitdiff | tree |
2014-10-25 |
Roy Marples | Set IPv4LL ARP state to NULL if freeing it. |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | When we transition from REQUEST to DISCOVER in a reboot... |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | Free other ARP states in a better way. |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | When binding a non IPv4LL address, kill the IPV4LL... |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | We should not use a DHCP lease for IPV4LL. |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | Close arp explicity as well. |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | Improve IPv4LL -> DHCP state transitions |
commit | commitdiff | tree |
2014-10-24 |
Roy Marples | Fix transition from IPv4LL to a valid DHCP state. |
commit | commitdiff | tree |
2014-10-23 |
Roy Marples | Is really 5 |
commit | commitdiff | tree |
2014-10-23 |
Roy Marples | Add a helper function to report conflicts to shrink... |
commit | commitdiff | tree |
2014-10-23 |
Roy Marples | Fix timeout |
commit | commitdiff | tree |
2014-10-23 |
Roy Marples | Rework the ARP code so that we can have multiple ARP... |
commit | commitdiff | tree |
2014-10-22 |
Roy Marples | Treat IPv4LL as fallback and start DHCP discovery even... |
commit | commitdiff | tree |
2014-10-22 |
Roy Marples | If not doing DHCP or DHCP6, disable the DNS requirement... |
commit | commitdiff | tree |
2014-10-22 |
Roy Marples | Simplfy |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | RFC 3927 Section 2.1 states that the random number... |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | Don't reset the last failed address needlessly. |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | Fix off by one MAX_CONFLICTS error. |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | PREINIT, UNKNOWN and CARRIER are not up or down states. |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | Check local interfaces for a duplicate IPv4LL address... |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | Only reset the IPv4LL conflict counter after we have... |
commit | commitdiff | tree |
2014-10-21 |
Roy Marples | Reset defend when adding address. |
commit | commitdiff | tree |
2014-10-20 |
Roy Marples | Fix recovering from a failed defeat of an IPv4LL address. |
commit | commitdiff | tree |
2014-10-20 |
Roy Marples | Log the address IPv4LL defends. |
commit | commitdiff | tree |
next |