]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
2020-06-05  Roy Marplesprivsep: Only use freeifaddrs if not using privsep
2020-06-05  Roy MarplesLinux: make resource limits work by using getifaddrs...
2020-06-05  Roy MarplesLinux: resource limits don't easily work here either....
2020-06-05  Roy MarplesFreeBSD: Fix prior for capsicum as well.
2020-06-05  Roy MarplesOpenBSD: disable setting resource limits as we have...
2020-06-05  Roy Marplesprivsep: Set resource limits when dropping privs
2020-06-05  Roy Marplesif: Keep the PF_LINK socket open throughout
2020-06-05  Roy Marplesprivsep: Remove pledges inet and dns from the master...
2020-06-04  Roy MarplesFix installing the embedded config as a file.
2020-06-04  Roy MarplesRelease dhcpcd-9.1.1 v9.1.1
2020-06-04  Roy Marplesprivsep: Remove this error masking as well.
2020-06-04  Roy Marplesprivsep: Log ECONNRESET errors again
2020-06-04  Roy Marplesprivsep: Set buffer sizes before setting rights.
2020-06-04  Roy Marplesprivsep: Don't wait for the process to finish when...
2020-06-04  Roy MarplesFix warning for prior on Linux
2020-06-04  Roy Marplesprivsep: Fix returning indirect ioctl data
2020-06-03  Roy Marpleseloop: Just use ppoll(2)
2020-06-03  Roy Marplesauth: Fix warning for non privsep builds
2020-06-02  Roy Marplesprivsep: Access the RDM monotic file via IPC
2020-06-02  Roy MarplesBSD: Ignore fwip(4)
2020-06-02  Roy Marplesprivsep: harden process handling
2020-06-02  Roy Marplesifaces could be NULL here
2020-06-02  Roy MarplesARP: call arp_announced when cancelling it
2020-06-02  Roy Marplesauth: Only accept RECONFIGURE messages from LL hosts
2020-06-01  Roy Marplesprivsep: Only open raw sockets for the needed protocols.
2020-06-01  Roy MarplesFix compile without DHCP or DHCP6
2020-06-01  Roy Marplesprivsep: Double the size of the send buffer.
2020-06-01  Roy Marplesprivsep: Ensure socketpair IPC buffers are large enough.
2020-06-01  Roy Marplesprivsep: Don't carry ifa_next
2020-05-31  Roy MarplesRestore dumping a lease from stdin
2020-05-31  Roy MarplesRelease dhcpcd-9.1.0 v9.1.0
2020-05-30  Roy MarplesFix compile with inet or inet6 disabled
2020-05-30  Julian WollrathLinux: File compile without plugins
2020-05-30  Roy Marplesroute: improve overflow logging
2020-05-30  Roy Marpleslogerr: Preserve errno
2020-05-30  Roy Marplesprivsep: Drain the link socket as we can't re-open it.
2020-05-30  Roy MarplesFix some Coverity isues
2020-05-30  Roy MarplesFix some clang analyzer issues
2020-05-29  Roy MarplesSolaris: IP_RECVIF is busted on DilOS at least
2020-05-29  Roy MarplesSolaris: Fix sending RS probes
2020-05-29  Roy MarplesSolaris: driver names have numbers
2020-05-29  Roy MarplesSolaris: Fix compile
2020-05-28  Roy MarplesDHCP6: Revert part of prior - only allow vendorclassid...
2020-05-27  Roy Marplesdhcpcd.conf: harden default options
next