summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.7.0dhcpcd-6.7.0Roy Marples2015-01-30
* Only extend temporary addresses with pltime.Roy Marples2015-01-23
* For Linux, keep the alias on the interface so we don't have to guessRoy Marples2015-01-22
* Ignore RA's from ourself for very badly configured stations.Roy Marples2015-01-21
* Update to reflect 3.16 or older kernels and the header mismatch in ArchLinux ...Roy Marples2015-01-21
* Fix warning on FreeBSD where we don't need to use sysctlbyname(3).Roy Marples2015-01-20
* Revert part of the prior patch and only free IPv6 if state whenRoy Marples2015-01-20
* Ensure memory is freed when forking.Roy Marples2015-01-20
* Add ipv6_freedrop, similar to dhcp6_freedrop so we can easilyRoy Marples2015-01-20
* reject <option> will now reject any DHCP message that contains that option.Roy Marples2015-01-20
* Restore IFA_F_MANAGETEMPADDRRoy Marples2015-01-19
* Change define KERNEL_MANAGETEMPADD to IPV6_MANAGETEMPADDR.Roy Marples2015-01-19
* Now that ipv6 has it's own eloop, ensure that we clear any interfaceRoy Marples2015-01-18
* Fix which interface to test ip6_use_tempaddr on when adding.Roy Marples2015-01-18
* Implement RFC4941, Privacy Extensions for Stateless Address AutoconfigurationRoy Marples2015-01-17
* Clarify the problem of identifying a bootp vs dhcp message.Roy Marples2015-01-17
* Let packet filters name themselves to avoid confusion.Roy Marples2015-01-16
* If we cannot open the kernel Packet Filter, give a better error messageRoy Marples2015-01-16
* Include paths.h to get _PATH_BPF. Thanks to Joerg Sonnenberger.Roy Marples2015-01-16
* time_t is not always unsigned.Roy Marples2015-01-16
* Only check DaD for addresses we have actually added ourselves.Roy Marples2015-01-08
* Add an option to disable the generation of autoconf addresses within a RA.Roy Marples2015-01-08
* IPv6 kernel autoconf disabled is not an error condition to stop IPv6 from wor...Roy Marples2015-01-06
* Warn about IPv6 kernel autoconf being disabled on BSD platforms.Roy Marples2015-01-06
* Fix another case where we could mistakenly claim ownership of IPv6 RA.Roy Marples2015-01-06
* Fix handling of ND6_IFF_OVERRIDE_RTADV on NetBSD.Roy Marples2015-01-06
* OpenBSD fixed their posix_spawn(3) implementation in 5.7Roy Marples2015-01-05
* Update copyrights to 2015.Roy Marples2015-01-02
* Welcome to 2015!Roy Marples2015-01-01
* Only release the DHCPv6 lease when dropping it.Roy Marples2015-01-01
* Add qnx* to OS detection so we can pass the __EXT define and stay usingRoy Marples2014-12-23
* undef CMSG_SPACE and use our own define for platforms where CMSG_SPACE doesRoy Marples2014-12-23
* Fix compile warnings without INET or INET6 using gcc.Roy Marples2014-12-21
* Fix compile on QNX. Thanks to Will Miles.Roy Marples2014-12-20
* Guard against failure in if_discover. Thanks to Will Miles.Roy Marples2014-12-20
* Use __restrict rather than restrict.Roy Marples2014-12-20
* Attempt to define CMSG_SPACE for systems which lack it, like QNX.Roy Marples2014-12-20
* Release dhcpcd-6.6.7dhcpcd-6.6.7Roy Marples2014-12-19
* Fix build without INETRoy Marples2014-12-18
* Don't set RA ownership in test mode.Roy Marples2014-12-18
* Release dhcpcd-6.6.6dhcpcd-6.6.6Roy Marples2014-12-17
* Document some BSD systems lacking the ability to announce IPv6 address flag c...Roy Marples2014-12-16
* Store acquired time for each IPv6 address so we can correctly offsetRoy Marples2014-12-16
* For BSD systems stop polling for IPv6 router reachability.Roy Marples2014-12-16
* The noalias directive will now remove any IPv4 addresses existing onRoy Marples2014-12-13
* A server should not NAK an INFORM.Roy Marples2014-12-12
* Clarify timeout and reboot timeout, make it more sane.Roy Marples2014-12-12
* Need net/route.hRoy Marples2014-12-11
* Include linux/rtnetlink.h in config.h rather than each file that needs it.Roy Marples2014-12-10
* SpellingRoy Marples2014-12-10