]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
2019-02-14  Kenny Napierbuild: exit the SUBDIR build loop if an error is detected
2019-02-11  Roy MarplesRemove gmake-4 note, gmake-3 works again.
2019-02-11  Roy Marplesmake: support gmake-3 again.
2019-02-11  Roy Marpleslinux: Fix compile on old RedHat/CentOS systems
2019-02-09  Roy MarplesDHCP: Don't dictate the outbound interface when unicasting
2019-02-08  Roy MarplesBSD: don't log an error if the interface departs during...
2019-02-08  Chris Claytonfix build with --disable-inet6
2019-02-08  Roy Marplesdhcp: if the netmask is all ones, it's a host route
2019-02-07  Roy MarplesRelease dhcpcd-7.1.1 v7.1.1
2019-02-06  Roy MarplesNot using c++11, go back to attribute
2019-02-06  Roy MarplesFix __fallthrough directive on non GNUC
2019-02-06  Roy Marplesgcc: appease gcc-7's implicit fallthrough warning
2019-02-06  Roy MarplesIP4: No need to set a variable to arp announce the...
2019-02-06  Roy MarplesARP: make the announce address a constant
2019-01-30  Roy Marpleslink: introduce LINK_DOWN_IFFUP
2019-01-26  Roy MarplesFreeBSD: avoid kernel panics when adding on-link IPv6...
2019-01-26  Roy Marplesssid is not NULL terminated anymore.
2019-01-26  Roy MarplesBSD: treat LINK_STATE_UNKNOWN as DOWN if media is invalid
2019-01-23  Roy MarplesIP6ND: Remove #defines for functions when INET6 is...
2019-01-23  Roy MarplesBSD: Remove silly guards
2019-01-23  Roy MarplesDHCP6: Remove #defines for functions when DHCP6 is...
2019-01-23  Roy MarplesIP4: Remove #defines for functions when INET is disabled
2019-01-23  Roy MarplesDHCP: Remove #defines for functions when INET is disabled
2019-01-23  Roy MarplesIPv4LL: Remove #defines for functions when IPv4LL is...
2019-01-22  Roy MarplesIPv4LL: Fix build if not enabled.
2019-01-22  Roy MarplesRelease dhcpcd-7.1.0 v7.1.0
2019-01-22  Roy MarplesBSD: Turn on SO_RERROR for all sockets
2019-01-17  Roy MarplesIPv4LL: prior prior commit for non NetBSD OS's
2019-01-17  Roy MarplesIPv4LL: Preserve address when carrier drops
2019-01-14  Roy MarplesBSD: Fix UP/DOWN for interfaces which dont' report...
2019-01-12  Roy MarplesFreeBSD: Fix bogus RTM_DELADDR messages from affecting...
2019-01-11  Roy Marplesconfigure: --with-udev explicity requires libudev to...
2019-01-11  Roy Marplesconfigurfe: Remove extra --includedir. It's not hit...
2019-01-06  Roy Marplesip6: Install not on link routes with a gateway of the...
2019-01-05  Roy Marplesip6: Implement IPv6 address sharing
2019-01-02  Roy Marplesdhcpcd(8): note that --waitip needs = when specifying...
2019-01-01  Roy MarplesWelcome to 2019!
2018-12-30  Roy Marplesdhcp: Don't ARP announce bound addresses when testing
2018-12-16  Roy MarplesBSD: SIOCSRTRFLUSH_IN6 and SIOCSPFXFLUSH_IN6 require...
2018-12-01  Roy MarplesRemove .arcconfig as I've abandoned Phabricator.
2018-11-30  Roy MarplesFix prior logic.Doh!
2018-11-30  Roy MarplesBSD: Always set RTA_IFP for routes
2018-11-30  Roy MarplesFreeBSD: Mark INET6 addresses as tentative when adding...
2018-11-30  Roy MarplesBSD: don't listen to own route messages
2018-11-08  Masanobu SAITOHRemove supurfluous an.
2018-11-07  Roy MarplesBSD: Use SO_RERROR on the route(4) socket.
2018-11-04  Roy MarplesLinux: Use NETLINK_BROADCAST_ERROR
2018-10-30  Roy Marpleshooks: shell [ ] only supports 4 parameters
2018-09-26  Roy MarplesOpenBSD: Allow dhcpcd to work alongside slaacd
2018-09-19  Roy Marplesduid: test that we actually have a uuid on Linux
2018-09-17  Roy MarplesMerge pull request #5 from dhgutteridge/master
2018-09-17  David H. Gutteridgedhcpcd.conf.5.in: One more minor grammar fix
2018-09-15  David H. Gutteridgedhcpcd.conf.5.in: A couple more minor tweaks
2018-09-15  David H. Gutteridgedhcpcd.conf.5.in: Fix various typos, add more markup...
2018-09-15  David H. Gutteridgedhcpcd.8.in: More minor style tweaks
2018-09-10  Roy MarplesFix prior - always return if lease is invalid.
next