| 2015-02-20 |
Roy Marples | Move the pidfile into the dhcpcd context. |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Roy Marples | Use the exit code of EXIT_SUCCESS when terminating... |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Roy Marples | ipi6.ifiindex differes between OS's so have a cast... |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Roy Marples | Check IPv6 state before regenerating random seeds.... |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Roy Marples | No need to check this again. |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Roy Marples | Tidy definitions |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Roy Marples | Fix compile on some systems. |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
Roy Marples | Fix test, thanks to Olaf Westrik. |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
Roy Marples | Test if we fake loaded a lease so we can report the... |
commit | commitdiff | tree | snapshot |
| 2015-02-10 |
Roy Marples | Reserve space for a fully escaped SSID in the lease... |
commit | commitdiff | tree | snapshot |
| 2015-02-10 |
Roy Marples | Spaces in filenames suck hard. |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Roy Marples | Disallow / in the SSID when using in a lease filename. |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Roy Marples | Store lease files per interface per ssid. |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Roy Marples | Adjust comment to remove +x bit. |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Roy Marples | Fix Linux define. |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Roy Marples | Fix comment |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Roy Marples | Test mode removes the daemonise bit, so check for both... |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Roy Marples | Fix cast |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Roy Marples | Use strtoi(3) and strtou(3) from NetBSD-8 instead of... |
commit | commitdiff | tree | snapshot |
| 2015-01-30 |
Roy Marples | Bump copyright here as well. |
commit | commitdiff | tree | snapshot |
| 2015-01-30 |
Roy Marples | Release dhcpcd-6.7.1 v6.7.1 |
commit | commitdiff | tree | snapshot |
| 2015-01-30 |
Roy Marples | Fix compile with IPv6 disabled. |
commit | commitdiff | tree | snapshot |
| 2015-01-30 |
Roy Marples | Release dhcpcd-6.7.0 v6.7.0 |
commit | commitdiff | tree | snapshot |
| 2015-01-23 |
Roy Marples | Only extend temporary addresses with pltime. |
commit | commitdiff | tree | snapshot |
| 2015-01-22 |
Roy Marples | For Linux, keep the alias on the interface so we don... |
commit | commitdiff | tree | snapshot |
| 2015-01-21 |
Roy Marples | Ignore RA's from ourself for very badly configured... |
commit | commitdiff | tree | snapshot |
| 2015-01-21 |
Roy Marples | Update to reflect 3.16 or older kernels and the header... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Roy Marples | Fix warning on FreeBSD where we don't need to use sysct... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Roy Marples | Revert part of the prior patch and only free IPv6 if... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Roy Marples | Ensure memory is freed when forking. |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Roy Marples | Add ipv6_freedrop, similar to dhcp6_freedrop so we... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Roy Marples | reject <option> will now reject any DHCP message that... |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Roy Marples | Restore IFA_F_MANAGETEMPADDR |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Roy Marples | Change define KERNEL_MANAGETEMPADD to IPV6_MANAGETEMPADDR. |
commit | commitdiff | tree | snapshot |
| 2015-01-18 |
Roy Marples | Now that ipv6 has it's own eloop, ensure that we clear... |
commit | commitdiff | tree | snapshot |
| 2015-01-18 |
Roy Marples | Fix which interface to test ip6_use_tempaddr on when... |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
Roy Marples | Implement RFC4941, Privacy Extensions for Stateless... |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
Roy Marples | Clarify the problem of identifying a bootp vs dhcp... |
commit | commitdiff | tree | snapshot |
| 2015-01-16 |
Roy Marples | Let packet filters name themselves to avoid confusion. |
commit | commitdiff | tree | snapshot |
| 2015-01-16 |
Roy Marples | If we cannot open the kernel Packet Filter, give a... |
commit | commitdiff | tree | snapshot |
| 2015-01-16 |
Roy Marples | Include paths.h to get _PATH_BPF. Thanks to Joerg Sonne... |
commit | commitdiff | tree | snapshot |
| 2015-01-16 |
Roy Marples | time_t is not always unsigned. |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
Roy Marples | Only check DaD for addresses we have actually added... |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
Roy Marples | Add an option to disable the generation of autoconf... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Roy Marples | IPv6 kernel autoconf disabled is not an error condition... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Roy Marples | Warn about IPv6 kernel autoconf being disabled on BSD... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Roy Marples | Fix another case where we could mistakenly claim owners... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Roy Marples | Fix handling of ND6_IFF_OVERRIDE_RTADV on NetBSD. |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Roy Marples | OpenBSD fixed their posix_spawn(3) implementation in 5.7 |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Roy Marples | Update copyrights to 2015. |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Roy Marples | Welcome to 2015! |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Roy Marples | Only release the DHCPv6 lease when dropping it. |
commit | commitdiff | tree | snapshot |
| 2014-12-23 |
Roy Marples | Add qnx* to OS detection so we can pass the __EXT defin... |
commit | commitdiff | tree | snapshot |
| 2014-12-23 |
Roy Marples | undef CMSG_SPACE and use our own define for platforms... |
commit | commitdiff | tree | snapshot |
| 2014-12-21 |
Roy Marples | Fix compile warnings without INET or INET6 using gcc. |
commit | commitdiff | tree | snapshot |
| 2014-12-20 |
Roy Marples | Fix compile on QNX. Thanks to Will Miles. |
commit | commitdiff | tree | snapshot |
| 2014-12-20 |
Roy Marples | Guard against failure in if_discover. Thanks to Will... |
commit | commitdiff | tree | snapshot |
| 2014-12-20 |
Roy Marples | Use __restrict rather than restrict. |
commit | commitdiff | tree | snapshot |
| 2014-12-20 |
Roy Marples | Attempt to define CMSG_SPACE for systems which lack... |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Roy Marples | Release dhcpcd-6.6.7 v6.6.7 |
commit | commitdiff | tree | snapshot |
| 2014-12-18 |
Roy Marples | Fix build without INET |
commit | commitdiff | tree | snapshot |
| 2014-12-18 |
Roy Marples | Don't set RA ownership in test mode. |
commit | commitdiff | tree | snapshot |
| 2014-12-17 |
Roy Marples | Release dhcpcd-6.6.6 v6.6.6 |
commit | commitdiff | tree | snapshot |
| 2014-12-16 |
Roy Marples | Document some BSD systems lacking the ability to announ... |
commit | commitdiff | tree | snapshot |
| 2014-12-16 |
Roy Marples | Store acquired time for each IPv6 address so we can... |
commit | commitdiff | tree | snapshot |
| 2014-12-16 |
Roy Marples | For BSD systems stop polling for IPv6 router reachability. |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
Roy Marples | The noalias directive will now remove any IPv4 addresse... |
commit | commitdiff | tree | snapshot |
| 2014-12-12 |
Roy Marples | A server should not NAK an INFORM. |
commit | commitdiff | tree | snapshot |
| 2014-12-12 |
Roy Marples | Clarify timeout and reboot timeout, make it more sane. |
commit | commitdiff | tree | snapshot |
| 2014-12-11 |
Roy Marples | Need net/route.h |
commit | commitdiff | tree | snapshot |
| 2014-12-10 |
Roy Marples | Include linux/rtnetlink.h in config.h rather than each... |
commit | commitdiff | tree | snapshot |
| 2014-12-10 |
Roy Marples | Spelling |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Roy Marples | Release dhcpcd-6.6.5 v6.6.5 |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Roy Marples | Allow other processes to handle the DHCP port on the... |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Roy Marples | If we get another carrier event during the poll for... |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Roy Marples | Instead if giving up if we receive a LINK_UP event... |
commit | commitdiff | tree | snapshot |
| 2014-12-04 |
Roy Marples | If neither dig nor host are present fall back to getent. |
commit | commitdiff | tree | snapshot |
| 2014-12-03 |
Roy Marples | IFT type does not cleanly match to ARP type so we have... |
commit | commitdiff | tree | snapshot |
| 2014-12-02 |
Roy Marples | Fix a coverity warning. |
commit | commitdiff | tree | snapshot |
| 2014-11-28 |
Roy Marples | Fix prior patch |
commit | commitdiff | tree | snapshot |
| 2014-11-28 |
Roy Marples | If STOPPED, set if_down = true when releasing, otherwis... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Note that TEST removes the rapid_commit option from... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Report selected profile v6.6.4 |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Fix a memory error. |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Release dhcpcd-6.6.4 |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Inform the hooks if we're running with debug or not. |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Remove unused variable. |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Release dhcpcd-6.6.3 v6.6.3 |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | If a DHCP lease has expired on reboot, don't expire... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | With a fake added lease, we cannot assume the subnet... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Enter reboot state with a fake lease. |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | Flags fake routes so we can change them when we renew... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Roy Marples | If the IP address is still on the interface when readin... |
commit | commitdiff | tree | snapshot |
| 2014-11-25 |
Roy Marples | Fix wording. |
commit | commitdiff | tree | snapshot |
| 2014-11-25 |
Roy Marples | Whitespace |
commit | commitdiff | tree | snapshot |
| 2014-11-25 |
Roy Marples | Zero length UDP packets are not an error condition... |
commit | commitdiff | tree | snapshot |
| 2014-11-24 |
Roy Marples | When not daemonising, don't exit on timeout. |
commit | commitdiff | tree | snapshot |
| 2014-11-24 |
Roy Marples | Whitespace |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | If allowinterfaces is not specified, allow all configur... |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | Disable IPv6RS if a loopback, pointopoint or not a... |
commit | commitdiff | tree | snapshot |
| next |