]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2020-02-10  Roy MarplesRemove duplicated header. dhcpcd-7 origin/dhcpcd-7
2020-02-10  Petr Gotthardcompat: Fix a typo in pidfile when O_CLOEXEC is not...
2019-12-31  Roy Marplesinet: Allow forcing a host route from an interface...
2019-12-20  Roy MarplesRelease dhcpcd-7.2.5 v7.2.5
2019-12-20  Roy Marplesoptions: Fix allocating the script option
2019-12-20  Roy MarplesRelease dhcpcd-7.2.4 v7.2.4
2019-12-19  Roy MarplesDHCP: Ensure we have a lease to extract options from.
2019-12-17  Roy MarplesDHCP6: Remove now unused vars
2019-12-17  Roy MarplesDHCP6: Add disabled code to allow packet replay
2019-12-17  Roy MarplesDHCP6: Rework delegation deprecation
2019-12-16  Roy MarplesDHCP6: Fix deprecating a delegated prefix
2019-12-16  Roy Marplesoptions: Suboption 3 of NTP Server is a FQDN
2019-12-12  Roy MarplesDHCP6: Work better with infinite addresses
2019-07-29  Roy MarplesDHCP6: Change state to REQEST when any IA has NOBINDING...
2019-07-12  Roy Marpleshooks: Ensure header is empty before populating it.
2019-06-26  Roy MarplesRelease dhcpcd-7.2.3 v7.2.3
2019-06-25  Oleksandr KravchukFix typo in configure
2019-06-20  Roy MarplesDHCP6: Fix INFORM support
2019-06-12  Daniel Gröber30-hostname: Fix typo: hsort -> hshort
2019-06-12  Roy MarplesDHCP6: Keep running regardless of RA state
2019-05-04  Roy MarplesBSD: Ensure we have enough of a RTM message to read it.
2019-05-04  Roy MarplesOpenBSD: Fix compile
2019-05-04  Roy MarplesDHCPv6: Fix exclude prefix length check. v7.2.2
2019-05-04  Roy MarplesRelease dhcpcd-7.2.2
2019-05-04  Roy Marplessun: More validation around route messages
2019-05-03  Roy Marplessun: Apply same RTM validation from BSD
2019-05-03  Roy MarplesBSD: Ignore coverity errors
2019-05-03  Roy MarplesBSD: Validate RTM message lengths received
2019-05-03  Roy MarplesBPF: Fix ARP BPF filter to actually filter unwanted...
2019-05-03  Roy MarplesDHCPv6: Fix a potential read overflow with D6_OPTION_PD...
2019-05-02  Roy MarplesFix a small brain fart causing LINK_UNKNOWN to spin.
2019-05-02  Roy MarplesBSD: Simplify carrier detection once more.
2019-05-02  Roy MarplesFix comment
2019-05-02  Roy MarplesBSD: RTM_IFINFO is not emitted for all interfaces past...
2019-04-29  Roy MarplesDon't report errno here.
2019-04-29  Roy Marplesdhcp: Cast away a warning on mips64
2019-04-29  Roy Marplesdhcp: Ensure that we have DHCP running on the receiving...
2019-04-26  Roy MarplesRelease dhcpcd-7.2.1 v7.2.1
2019-04-26  Roy Marplessun: Simplify initialisation of the multicast destination
2019-04-26  Roy MarplesOpenBSD: Don't spam syslog when cannot send NA
2019-04-26  Roy MarplesFreeBSD: Fix fetching the IPv6 address lifetime
2019-04-26  Roy MarplesWhitespace
2019-04-25  Roy Marplessun: Don't define IN_IFF_TENTATIVE or IN_IFF_DETACHED
2019-04-25  Roy Marplessun: Detect correct broadcast address as RTM_NEWADDR...
2019-04-24  Roy Marplesdhcpcd.conf: Fix wording about ipv6rs
2019-04-24  Roy Marplessun: Fix compile as IN6ADDR_LINKLOCAL_ALLNODES_INIT...
2019-04-24  Roy MarplesIPv6ND: Use generic initialisers rather than inet_pton
2019-04-24  Roy Marplessun: Fix adding IPv4LL default route
2019-04-23  Roy Marplessun: Bind IPv6ND socket to interface.
2019-04-23  Roy MarplesFix compile
2019-04-23  Roy MarplesFix compile for non-sun
2019-04-23  Roy Marplessun: Open an IPv6ND socket per interface
2019-04-22  Roy Marplessun: Making routing work with both 64-bit and 32-bit...
2019-04-21  Roy Marplessun: Fix numerous issues handling route messages
2019-04-21  Roy Marplessun: Read RTA_IFA for IPv6 routes.
2019-04-21  Roy Marplessun: Set RTA_IFP and RTA_IFA again for default routes
2019-04-20  Roy Marplessun: Continue walking dlpi links when dlpi_open returns...
2019-04-20  Roy Marplesauth: Improve comment about DHCPv4 option splitting...
2019-04-20  Roy MarplesDHCPv6: fix warning message wording
2019-04-19  Roy MarplesReally add consttime_memequal
2019-04-19  Roy Marplescompat: Provide consttime_memequal if not in libc
2019-04-19  Roy Marplesauth: Use consttime_memequal(3) to compare hashes
2019-04-19  Roy MarplesDHCP: Fix a potential 1 byte read overflow with DHO_OPT...
2019-04-19  Roy MarplesDHCPv6: Fix a potential buffer overflow reading NA...
2019-04-17  Roy MarplesRelease dhcpcd-7.2.0 v7.2.0
2019-04-16  Roy Marplessun: Don't read beyond the sockaddr length when making RTM
2019-04-16  Roy Marplesif: Add a generic function to create an aliased address...
2019-04-16  Roy Marplesduid: If no UUID support, don't warn about unused variable.
2019-04-15  Roy MarplesBSD: Simplify rtm usage
2019-04-15  Roy Marplessun: Find the interface in if_finishrt
2019-04-14  Roy Marplessun: Update the interface index after plumbing
2019-04-14  Roy Marplessun: Use lo0 if we can't find an interface for our...
2019-04-14  Roy Marplessun: Fix carrier detection, MTU detection and plumbing
2019-04-14  Roy Marplessun: Don't report error if interface does not exist...
2019-04-13  Roy Marplessun: Fix routing issues
2019-04-12  Joerg Sonnenbergersun: Compile once more
2019-04-11  Roy Marplesoptions: improve string parsing some more
2019-04-10  Roy Marplesoptions: terminate strings that are not quoted
2019-04-10  Roy MarplesDHCP: abort BPF in test mode on receipt of message.
2019-04-10  Roy Marplesoptions: add static routers and routes to environment
2019-04-10  Roy MarplesDHCP: Dont really add static address in test mode
2019-04-10  Roy Marplesscript: Assign a default script
2019-04-10  Roy MarplesDHCP6: Don't spam syslog if we get the same error over...
2019-04-02  Roy MarplesBSD: Fix detecting the interface for scoped routes
2019-04-02  Roy Marplesroute: log which pid deletes routes
2019-03-27  Roy Marplesscript: Parse argument as a string
2019-03-26  Roy MarplesDHCPv6: Allow nooptions dhcp6_unicast to work.
2019-03-25  Roy Marplesscript: Fix prior when we have listeners but no script
2019-03-25  Roy Marplesscript: Fix not running when empty string or /dev/null
2019-03-08  Masanobu SAITOHdhcpcd(8): Remove duplicate the
2019-03-05  Roy MarplesIPv4LL: Fix routing on failure
2019-02-21  Roy MarplesLinux: Fix compile without IPv4LL
2019-02-19  Roy MarplesDHCP: Dont close ARP gratuitously
2019-02-19  Roy MarplesDHCP: free the ARP state of the address once announced
2019-02-19  Roy MarplesGuard with IP_PKTINFO as well.
2019-02-19  Roy MarplesFold all CMSG parsing into a common function.
2019-02-19  Roy MarplesDHCP: Close the BPF socket once BOUND
2019-02-19  Roy MarplesBSD: Don't keep PF LINK socket open needlessly
2019-02-17  Roy MarplesRemove the send/recv structures from dhcpcd context...
2019-02-14  Roy MarplesFix whitespace introduced by my last patch
next