]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2019-10-25  Roy MarplesARP: Add interface to arp_state
2019-10-25  Roy MarplesFix prior on other os
2019-10-25  Roy MarplesSolaris: Fix prior by receving IP6_PKTINFO
2019-10-25  Roy MarplesSplit *_recv() into *_recv() and *_recvmsg() functions
2019-10-25  Roy MarplesFix prior
2019-10-25  Roy MarplesWhitespace.
2019-10-25  Roy MarplesBSD: Use IP_RECVIF
2019-10-25  Roy Marpleseloop: Add eloop_clear function
2019-10-23  Roy MarplesINET: Fix a potential memory leak
2019-10-23  Roy MarplesLinux: validate RTM_NEWADDR/RTM_DELADDR for AF_INET...
2019-10-22  Roy MarplesINET: If we fail to add an address that already exists...
2019-10-22  Roy MarplesLinux: Validate RTM_DELADDR/RTM_NEWADDR messages for...
2019-10-20  Peter BuiFix building on systems with musl (#10)
2019-10-20  Roy Marplesdhcpcd: Run the STOPPED hook reason for the interface...
2019-10-19  Roy MarplesMerge pull request #9 from vegerot/patch-1
2019-10-16  Sergei TrofimovichDHCP: Fix prior to not waste space
2019-10-16  Max CoplanAdded documentation for undocumented option
2019-10-16  Roy MarplesTypo, thanks to Arfrever.
2019-10-16  Roy MarplesRelese dhcpcd-8.1.1 v8.1.1
2019-10-16  Roy MarplesFreeBSD: Fix test for setproctitle
2019-10-16  Roy MarplesDHCP: Fix strict aliasing of checksumming the pseudo...
2019-10-16  Roy Marplescompat: Fix UB in arc4random.
2019-10-15  Roy MarplesDHCP: Fix aliasing issues accessing the UDP header
2019-10-15  Roy Marplescompat: Go back to linux specific setproctitle
2019-10-15  Roy MarplesRevert "compat: Use more portable setproctitle from...
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...
next