]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-10-23  Roy MarplesRework the ARP code so that we can have multiple ARP...
2014-10-22  Roy MarplesTreat IPv4LL as fallback and start DHCP discovery even...
2014-10-22  Roy MarplesIf not doing DHCP or DHCP6, disable the DNS requirement...
2014-10-22  Roy MarplesSimplfy
2014-10-21  Roy MarplesRFC 3927 Section 2.1 states that the random number...
2014-10-21  Roy MarplesDon't reset the last failed address needlessly.
2014-10-21  Roy MarplesFix off by one MAX_CONFLICTS error.
2014-10-21  Roy MarplesPREINIT, UNKNOWN and CARRIER are not up or down states.
2014-10-21  Roy MarplesCheck local interfaces for a duplicate IPv4LL address...
2014-10-21  Roy MarplesOnly reset the IPv4LL conflict counter after we have...
2014-10-21  Roy MarplesReset defend when adding address.
2014-10-20  Roy MarplesFix recovering from a failed defeat of an IPv4LL address.
2014-10-20  Roy MarplesLog the address IPv4LL defends.
2014-10-20  Roy Marplessolicitation spelling as pointed out by Russell Bell.
2014-10-17  Roy MarplesApply documentation patch from Christos and re-release. v6.5.1
2014-10-17  Roy MarplesRelease dhcpcd-6.5.1
2014-10-17  Roy MarplesDelay IPv4LL by a potential DHCP delay as well.
2014-10-17  Roy MarplesFix the case where we lose carrier between IPv4 delay...
2014-10-17  Roy MarplesDon't error about deleting addresses on departed interf...
2014-10-17  Roy MarplesFix deleting from the wrong interface.
2014-10-17  Roy MarplesFix some valgrind errors.
2014-10-17  Roy MarplesOnly open the IP UDP port if we have added the address
2014-10-17  Roy MarplesMove ARP eloop queue to DHCP.
2014-10-17  Roy MarplesStart DHCPv6 when we already have a delegated state.
2014-10-17  Roy MarplesAlways find delegates regardless of IPv6RS.
2014-10-17  Roy MarplesClear the our DAD flag when deleting an address.
2014-10-17  Roy MarplesHandle callouts to delegated addresses better.
2014-10-17  Roy MarplesPlace IPv4LL into the same queue as DHCP.
2014-10-16  Roy MarplesHandle psuedo interfaces better when preferring addresses.
2014-10-16  Roy MarplesFix a dead assignment
2014-10-15  Roy MarplesFix invalid deletion from pseudo interfaces.
2014-10-15  Roy MarplesFix a memory error.
2014-10-15  Roy MarplesEnsure we pass the delegated reason if we need to.
2014-10-15  Roy MarplesCopy files correctly, fixes [bb001cca8d].
2014-10-15  Roy MarplesCast away warning.
2014-10-15  Roy MarplesWork better with unknown prefix length requirements...
2014-10-14  Roy MarplesWhen receiving a RA, mark all addresses as stale. For...
2014-10-14  Roy MarplesExport RA addresses in raN_addr, and the prefix in...
2014-10-14  Roy MarplesDescribe better the BSD IPv6 issue.
2014-10-14  Roy MarplesRemove the IPv6 address poll warning from running dhcpcd,
2014-10-14  Roy MarplesFix compile on FreeBSD
2014-10-13  Roy MarplesTreat ND6_LLINFO_NOSTATE as reachable as this is common...
2014-10-12  Roy MarplesRespect nodhcp6 earlier.
2014-10-11  Roy MarplesFor the time being, linkaddr is FreeBSD only.
2014-10-11  Roy MarplesWork on OpenBSD sh, unset seems to add misc crap.
2014-10-10  Roy MarplesImprove FreeBSD support by using the actual AF_LINK...
2014-10-10  Roy MarplesWrite the lease when bound, not when address applied.
2014-10-10  Roy MarplesNow ARP checks all interfaces for false positives,...
2014-10-10  Roy MarplesDiscard duplicate ARP messages from other interfaces...
2014-10-10  Roy MarplesDon't allow bridge, ppp or ptp by default unless specif...
2014-10-09  Roy MarplesDon't wait for DAD to complete for addresses we have...
2014-10-09  Roy MarplesFix exporting ra values with multiple interfaces
2014-10-09  Roy MarplesFix IP sharing on Linux
2014-10-09  Roy MarplesAllow the same IP address to be leased for different...
2014-10-09  Roy MarplesEnsure we have IPv6 allocated before processing a kerne...
2014-10-08  Roy MarplesFix define, duh
2014-10-08  Roy MarplesRe-introduce our loop to poll interface flags when...
2014-10-08  Roy MarplesPass the exiting flag to the pseudo interface so it...
2014-10-08  Roy MarplesExplicity test for LINK_UP so we don't delegate to...
2014-10-08  Roy MarplesDon't work on bridge interfaces unless explicitly asked to.
2014-10-07  Roy MarplesUse RTF_PINNED if available.
2014-10-06  Roy MarplesRelease dhcpcd-6.5.0 v6.5.0
2014-10-06  Roy MarplesThis is no longer true.
2014-10-06  Roy MarplesCallout to handlecarrier when we don't have real carrie...
2014-10-06  Roy MarplesCorrect wording
2014-10-06  Roy MarplesFix compile on Linux
2014-10-05  Roy MarplesOpenBSD dropped IPV6CTL_ACCEPT_RTADV but kept the define.
2014-10-05  Roy MarplesAdjust link-local scope for KAME based stacks in all...
2014-10-04  Roy MarplesFix compile on BSD.
2014-10-04  Roy MarplesImprove the dev API a little.
2014-10-04  Roy MarplesFree control memory on fork
2014-10-03  Roy MarplesWrong month, duh.
2014-10-03  Roy MarplesRename dhcp6_prefix to delegated_dhcp6_prefix incase...
2014-10-03  Roy MarplesFix IPv6 address announcements from kernel generated...
2014-10-03  Roy Marplesdhcpcd has been able to handle IPv6 routing on BSD...
2014-10-02  Roy MarplesFix a segfault.
2014-10-02  Roy MarplesReally fix double fork.
2014-10-02  Roy MarplesFix double fork.
2014-10-02  Roy MarplesThe decode and print functions should not including...
2014-10-02  Roy MarplesDon't drop delegated reject route when forking.
2014-10-02  Roy MarplesDon't daemonise on delegated address dad.
2014-10-02  Roy MarplesFix some errors
2014-10-02  Roy MarplesRemove strcpy as it's "dangerous".
2014-10-02  Roy MarplesMention the encoding in -V
2014-10-01  Roy MarplesRemove vis based encoding - instead expand the DHCP...
2014-09-30  Roy MarplesDocument the possible use of eval.
2014-09-30  Roy MarplesDocument more shell escaped characters, how to strip...
2014-09-29  Roy MarplesRemove dead increament.
2014-09-29  Roy MarplesRemove the fast loop trying to up an interface which...
2014-09-29  Roy MarplesFix bounds check.
2014-09-29  Roy MarplesDon't use a magic number for print_string flags.
2014-09-28  Roy MarplesFix compile
2014-09-28  Roy MarplesBe more safe, escape * ? [ # ? = % as well.
2014-09-28  Roy MarplesFix an unaligned access error on BeagleBone Black with...
2014-09-28  Roy MarplesSome strings don't need to be shell escaped - for examp...
2014-09-28  Roy MarplesReference dhcpcd-code(8) as well as unvis(1).
2014-09-27  Roy MarplesRelease dhcpcd-6.4.7 v6.4.7
2014-09-27  Roy MarplesFix a compile problem on Linux with IPv6 disabled.
2014-09-27  Roy MarplesFix an impossible clang analyser warning.
2014-09-27  Roy MarplesRelease dhcpcd-6.4.6 v6.4.6
next