]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2020-08-08  Roy Marplesprivsep: Improve some errors
2020-08-08  Roy Marplesdhcpcd: Fix logging we forked at exit.
2020-08-04  Roy MarplesRevert "Don't install /var/db/dhcpcd in the Makefile"
2020-08-03  Roy MarplesRevert "privsep: shutdown read end of the write only...
2020-08-03  Roy Marplesdhcpcd: If using -4 or -6, check we have support for it
2020-08-03  Roy Marplesinet6: Linux will convert NULL to all, so don't specify all
2020-08-03  Roy MarplesLinux: fix reading the ipv6 forwarding proc entry
2020-08-03  Roy MarplesLinux: IP6 forwaring only applies to "all" interface
2020-08-01  Roy Marplesoptions: Let clientid override a prior duid
2020-08-01  Roy Marplesoptions: open an address socket to detect if inet6...
2020-08-01  Fabrice Fontainesrc/dhcpcd.c: fix build without fork
2020-08-01  Roy Marplesprivsep: Don't read control_group in privsep
2020-07-18  Roy Marplesprivsep: shutdown read end of the write only sockets
2020-07-08  Roy MarplesFix prior
2020-07-08  Roy Marplesroute: Ensure IPv4LL routes always come last in priority
2020-07-04  Roy MarplesFix compile without IPv6 on systems that do not define...
2020-07-03  Roy MarplesMake DBDIR permissions same as the files it creates v9.1.4
2020-07-03  Roy MarplesRelease dhcpcd-9.1.4
2020-07-03  Roy Marplesdhcpcd: Fix creating DBDIR
2020-07-02  Roy MarplesFix SMALL build
2020-07-02  Roy MarplesRelease dhcpcd-9.1.3 v9.1.3
2020-07-02  Roy Marplesmake: clean before import-src
2020-07-01  Roy MarplesDHCP6: Restore lease timings
2020-07-01  Roy MarplesBSD: Setup sysctls before redirecting stderr
2020-07-01  Roy Marplesprivsep: Don't limit file writes if logging to a file
2020-06-30  Roy Marplesdhcpcd: improve prior to log to another fd
2020-06-30  Roy Marplesdhcpcd: Turn off stderr logging rather than closing...
2020-06-29  Roy Marplesprivsep: check return of freopen(3)
2020-06-29  Roy Marplesoptions: rework prior to use macros
2020-06-27  Roy Marplesinet6: Don't regen temp addresses we didn't add.
2020-06-27  Roy Marplesoptions: use DHCPCD_MASTER to guard global options
2020-06-24  Roy MarplesLinux: restore fix when no address is returned by getif...
2020-06-23  Roy MarplesLinux: redefine NLA_ALIGNTO as 4U
2020-06-22  Roy MarplesLinux: Warn if netlink(7) seq number doesn't match...
2020-06-22  Roy MarplesLinux: keep the generic netlink socket around to get...
2020-06-22  Roy Marplesprivsep: init more fd -1
2020-06-22  Roy MarplesLinux: Sweep errors about disabling autogeneration...
2020-06-22  Roy MarplesLinux: fix a compile warning for older compilers
2020-06-22  Roy MarplesLinux: support aarch64 for reading cpu info
2020-06-22  Roy Marpleslinux: ignore unsupported interfaces by default, such...
2020-06-22  Roy Marplesdhcpcd: Report error when caching vendor
2020-06-22  Roy Marplesscript: Make visible some link level parameters to...
2020-06-21  Ismael LucenoLibc implementations are allowed to require the explici...
2020-06-19  Roy Marplesdhcpcd: Only poll after mac randomisation
2020-06-18  Roy Marplesdhcpcd: Add an option to poll the interface carrier...
2020-06-17  Roy MarplesQuick change for pior
2020-06-17  Roy Marplesconfigure: add --with-eghook=foo
2020-06-17  Roy Marplesdhcpcd: preserve the STARTED option when reloading...
2020-06-17  Roy Marplesinet6: No flags on the prefix means the prefix is via...
2020-06-16  Roy Marplesprivsep: Simplyfy signal handling
2020-06-16  Roy Marpleseloop: Add rationale for ELOOP_NSIGNALS
2020-06-16  Roy MarplesAlign
2020-06-16  Roy Marpleseloop: Guard diagnostic in prior with ELOOP_DEBUG
2020-06-16  Roy Marplesprivsep: Use root signal_cb for all signals here.
2020-06-16  Roy Marpleseloop: Try and survive a signal storm
2020-06-16  Roy Marplesprivsep: Don't handle any signals meant for the main...
2020-06-16  Roy MarplesBSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF
2020-06-15  Roy Marplesinet6: Report RA Proxy flag if set
2020-06-15  Roy Marplesinet6: Add support for reporting Mobile IPv6 RA's
2020-06-15  Roy Marplesconfigure: Fix fallout with disabling embedded config
2020-06-15  Roy MarplesRelease dhcpcd-9.1.2 v9.1.2
2020-06-15  Roy MarplesDHCP6: Use sla setting when calculating delegated prefi...
2020-06-15  Roy Marplesprivsep: don't abort if setrlimit fails
2020-06-15  Roy MarplesDHCP6: Add requested addresses after freeing all state...
2020-06-15  Roy MarplesBSD: Mark routes as static only from static config
2020-06-14  Roy MarplesBSD: Mark address AUTOCONF if no kernel RA
2020-06-11  Roy MarplesWarn if the OS lacks support to lock down BPF or equivalent
2020-06-11  Roy Marplesudev: disable for non Linux systems
2020-06-10  Roy MarplesIPv4LL: free the arp state once announced for RFC 5227...
2020-06-10  Roy Marplesprivsep: Fix a shutdown race
2020-06-10  Roy Marplesprivsep: fix size of rdm
2020-06-10  Roy MarplesFix some logic
2020-06-10  Roy Marplesdhcpcd: Ensure dump is terminated
2020-06-10  Roy Marpleslogerr: Remove setvbuf diagnostic - it's not critical
2020-06-10  Roy Marplesminor cleanup
2020-06-10  Roy MarplesTry and guard against impossibly large data.
2020-06-10  Roy Marplesprivsep: RLIMIT_FSIZE works fine on pledge and capsicum
2020-06-10  Roy MarplesDHCP6: Apply delegations to interface on carrier up
2020-06-10  Roy MarplesLinux: Fix compile for systems without route preference
2020-06-10  Roy MarplesLinux: fix compile on old ones
2020-06-10  Roy Marplesprivsep: Disable RLIMIT_FSIZE when using the logfile...
2020-06-10  Roy Marplesprivsep: Fix compile on alpine linux
2020-06-10  Roy Marplesprivsep: Apply resource limits to OpenBSD as well where...
2020-06-10  Roy Marplesprivsep: Apply what resource limits we can to capsicum
2020-06-10  Roy Marplesprivsep: Fix prior for capsicum
2020-06-10  Roy Marplesprivsep: control proxy is no longer optional
2020-06-09  Roy Marplesprivsep: For Linux and Solaris, set RLIMIT_NOFILES...
2020-06-09  Roy Marplesprivsep: Fix bogus warnings without inet.
2020-06-09  Roy Marplesprivsep: limit psr_datalen to SSIZE_MAX
2020-06-09  Roy Marplesprivsep: Implement a resource limited sandbox
2020-06-09  Roy MarplesThis hook no longer exists
2020-06-09  Roy Marpleslogerr: buffer stderr as we now have many processes
2020-06-09  Roy Marpleseloop: Fix making the initial event listener
2020-06-08  Roy Marpleseloop: Don't remove existing callbacks when adding...
2020-06-07  Roy Marpleseloop: if we take a free event, add it to the main...
2020-06-06  Roy MarplesRA: Abort if no state
2020-06-05  Roy Marplesprivsep: Limit rights generically rather than Capsicum...
2020-06-05  Roy MarplesARP: gc stale function arp_cancel
2020-06-05  Roy MarplesBSD: In privsep with no GIFALIAS support? getifaddrs...
2020-06-05  Roy MarplesLinux: more freeifaddrs
next