]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2019-10-15  Roy MarplesRevert "compat: Fix setproctitle on Solaris"
2019-10-15  Roy Marplescompat: Fix setproctitle on Solaris
2019-10-15  Roy Marplescompat: Use more portable setproctitle from nginx
2019-10-15  Roy Marplesdhcp: Allow for trailing FCS in the packet.
2019-10-15  Maxime Villarddhcp: Fix incoming verification and checksum routines
2019-10-14  Roy Marplescompat: Add setproctitle from LXC
2019-10-14  Roy Marplesinet6: Fix a potential crash learning addresses
2019-10-11  Roy MarplesRelease dhcpcd-8.1.0 v8.1.0
2019-10-11  Roy MarplesBPF: Move validation logic from BPF to consumers
2019-10-10  Roy MarplesMinor optimisation and fix to prior.
2019-10-10  Roy MarplesBSD: Add IFT_TUNNEL
2019-10-10  Roy MarplesDHCP6: Remove 0 sla and 0 prefix means whole prefix.
2019-10-09  Roy Marplesman: some virtual interfaces ....
2019-10-09  Roy Marplesman: Note the default ignoring of virtual interfaces.
2019-10-09  Roy MarplesBSD: Ignore bridge interfaces
2019-10-09  Roy MarplesLinux: Ignore TAP and Bridge interfaces by default
2019-10-09  Roy MarplesBSD: Ignore the firewire interface as well.
2019-10-09  Roy MarplesBSD: Ignore interface groups as we would the interface...
2019-10-09  Roy Marplesif: Ignore TAP interfaces by default
2019-10-09  Roy MarplesDHCP6: Work better with infinite addresses
2019-10-08  Roy MarplesARP: remove surperfluous diagnostic.
2019-10-08  Roy MarplesARP: Linux doesn't send a Gratuitous ARP for new addresses
2019-10-08  Roy MarplesARP: Don't send an initial ARP announcement for newly...
2019-10-08  Roy Marplesarp: Fix an obvious typo and remove pragma
2019-10-08  Roy Marplesroute: Don't log error when adding a route which alread...
2019-10-08  Roy Marplesgcc: Only disable pragma for gcc>5 to avoid can't disab...
2019-10-08  Roy MarplesIPv4LL: Pick a different address at conflict
2019-10-02  Roy MarplesDHCP: Don't exit on static DaD failure if master or...
2019-10-02  Roy Marplesinet: Rework prior incase DHCP uses an IPv4LL address
2019-10-01  Roy MarplesDHCP: Don't log diagnostics when state is not running
2019-10-01  Roy MarplesIPv4LL: Fix DAD failure on NetBSD
2019-10-01  Roy Marplesinet: use ntohl with IN_LINKLOCAL
2019-10-01  Roy MarplesIPv4LL: Ensure we pick another address on DAD conflict...
2019-10-01  Roy Marplesgcc: Compile with older GCC again.
2019-10-01  Roy MarplesDHCP: Don't start DHCP if we fail DAD for static or...
2019-10-01  Roy Marplesinet: clarify prior with comment
2019-10-01  Roy Marplesinet: Either call the IPv4LL handler or the DHCP handle...
2019-10-01  Roy Marplescontrol.h needs stdbool.h to compile
2019-10-01  Roy MarplesBPF: Ensure packet is big enough for a UDP structure...
2019-09-19  Roy MarplesDHCP: Don't send force renew none or reconf accept...
2019-09-19  Roy Marplesoptions: Allow domain spaced options
2019-09-19  Roy MarplesDHCP: Don't request an automatically requested option...
2019-09-19  Roy MarplesDragonFlyBSD: rc.d scripts need onestatus also ....
2019-09-18  Roy Marplesdhcpcd: Check carrier directly after a route socket...
2019-09-17  Roy MarplesLinux: Remove unused BPF defines
2019-09-17  Roy MarplesDHCP: Rename dhcp_handlepacket to dhcp_handlebpf
2019-09-17  Roy MarplesDHCP: Improve from/to address selection
2019-09-17  Roy MarplesDHCP: Re-enable the debug log of already bound messages
2019-09-17  Roy MarplesDHCP: Rename dhcp_readpacket to dhcp_readbpf
2019-09-13  Roy MarplesDilos: work with Debian style configure calling
2019-09-13  Roy MarplesDHCP: pretify error of invalid packet.
2019-09-13  Roy MarplesRelease dhcpcd-8.0.6 v8.0.6
2019-09-13  Maciej S. SzmigieroDHCP: Check we have enough for data for IP header as...
2019-09-13  Roy Marplesbuild: Put small and non small definitions in dhcpcd...
2019-09-13  Roy Marplesbuild: distclean now recursively removes patch files...
2019-09-13  Roy MarplesRelease dhcpcd-8.0.5 v8.0.5
2019-09-13  Roy Marplesgit: ignore patch files
2019-09-13  Maciej S. SzmigieroDHCP: Ensure we have enough data to checksum IP and UDP
2019-09-13  Roy MarplesDHCP: Give a better message when packet validation...
2019-09-09  Roy MarplesBSD: avoid RTF_WASCLONED routes
2019-09-08  Roy Marplesman: Fix lint errors.
2019-09-06  Roy MarplesDHCP: If root fs is network mounted, enable last lease...
2019-09-06  Roy MarplesRemove unused headers.
2019-09-05  Roy Marplesinet6: Fix default route not being installed
2019-09-05  Roy Marplesbuild: Fix DragonFlyBSD config for import.
2019-09-04  Roy Marplesbuild: Add dhcpcd.conf to import-src
2019-09-04  Roy MarplesRelease dhcpcd-8.0.4 v8.0.4
2019-09-04  Roy MarplesSolaris: Only set IFF_NOLOCAL for onlink only prefixes
2019-09-04  Roy MarplesSolaris: diable IFF_NOLOCAL for inet for now
2019-09-04  Roy Marplescontrol: Add safety check to queue data
2019-09-04  Roy MarplesDHCP6: Solve a scan-build error
2019-09-04  Roy MarplesLinux: cast away a compile warning
2019-09-04  Roy MarplesDHCP: Don't leak the malloc of the truncated lease...
2019-09-04  Roy MarplesSolaris: Get the subnet in ipv6 ifa handler
2019-09-04  Roy MarplesSolaris: remove development warning, all looks good...
2019-09-04  Roy MarplesSolaris: Harden prior for IFF_POINTOPOINT
2019-09-04  Roy MarplesSolaris: Improve prior
2019-09-04  Roy MarplesSolaris: getifaddrs(3) lacks subnet address, so hack...
2019-09-04  Roy MarplesSolaris: Fix issue with prior on other OS
2019-09-04  Roy MarplesSolaris: Sending NA now seems to work!
2019-09-04  Roy MarplesSolaris: This comment no longer applies
2019-09-04  Roy MarplesSolaris: Fix Prefix routes without an address
2019-09-03  Roy MarplesSolaris: Fix address flags
2019-09-03  Roy MarplesSolaris: plumb interface at init if does not exist
2019-09-03  Roy MarplesDHCP: Don't listen on the unspecified address when...
2019-09-02  Roy MarplesSolaris: Bring across recent BSD improvements
2019-09-02  Roy MarplesBSD: RTM_MISS doesn't always have a gateway
2019-09-01  Roy MarplesBSD: Handle RTM_MISS
2019-09-01  Roy MarplesDHCP: Don't log an error if the lease file is empty
2019-08-30  Roy MarplesCast away a conversion warning with prior
2019-08-30  Roy MarplesDHCP: Fix in_cksum for big endian
2019-08-30  Roy MarplesBetter fix for prior.
2019-08-30  Roy MarplesFix a crash for ipv4 only.
2019-08-30  Roy MarplesCast away an alignment error for FreeBSD and OpenBSD.
2019-08-30  Roy MarplesSolaris: Fix compile.
2019-08-30  Roy MarplesLinux: fix compile.
2019-08-30  Roy Marplesinet6: Stop reacting to kernel neighbour messages about...
2019-08-29  Roy MarplesMerge branch 'master' of roy.marples.name:/var/git...
2019-08-29  Roy Marplesinet6: Stop listening to NA messages
2019-08-29  Roy MarplesBSD: Listen for Router -> Host messages via RTM_CHANGE
next