]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
2020-05-27  Roy MarplesDHCP6: Use interface vendorclassid rather than context
2020-05-27  Roy MarplesAppease older compilers
2020-05-27  Roy MarplesFor systems without open_memstream(3) warn that /tmp...
2020-05-27  Roy MarplesCheck AF_PACKET is defined
2020-05-24  Roy Marplesdhcpcd: Fix a memory error dumping leases.
2020-05-24  Roy Marplesprivsep: root and inet don't need arc4random
2020-05-24  Roy Marplesprivsep: Avoid the /proc/../ escape
2020-05-24  Roy Marplesdhcpcd: Fix releasing addresses
2020-05-24  Roy Marplesprivsep: Init the arc4random seed before chrooting
2020-05-24  Roy MarplesFix some memory issues with prior
2020-05-24  Roy MarplesFix prior for BSD
2020-05-24  Roy Marplesprivsep: Fix compile for prior without dev plugins
2020-05-24  Roy Marplesprivsep: Pass BPF flags via ps_flags
2020-05-24  Roy Marplesprivsep: Allow dev plugins to work
2020-05-24  Roy Marplesprivsep: No need for a CHROOT reason now
2020-05-24  Roy Marplesprivsep: Allow Linux to work without needing any mounts
2020-05-24  Roy MarplesMove get_line to common to re-use outside of options
2020-05-22  Roy MarplesAvoid putting an extra space here.
2020-05-21  Roy Marplesdhcpcd: Move the script file from per interface to...
2020-05-21  Roy Marplesprivsep: Validate ICMP messages we send as well
2020-05-21  Roy Marplesprivsep: Validate UDP ports
2020-05-21  Roy MarplesApparently case is important.
2020-05-21  Roy Marplesdhcpcd: Silence console output entirely with more -q
2020-05-21  Roy MarplesNote RFC6926 fields even though we don't perform a...
next