]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2020-11-20  Roy MarplesRelease dhcpcd-9.3.3 v9.3.3
2020-11-19  Matthew Clarksonprivsep: adjust comment for prior
2020-11-19  Matthew Clarksonprivsep: Allow ioctl TCGETS
2020-11-13  Matthew Clarksonprivsep: Allow fcntl64 and fstat64 to fix ARM32 talking...
2020-11-13  Roy Marplesroute: Correct prior logic
2020-11-11  Roy Marplesdhcpcd: Don't create launcher process if keeping in...
2020-11-11  Roy Marplescontrol: create an unpriv socket for non master mode
2020-11-04  Roy MarplesWhen adding a route, the interface will always have...
2020-11-04  Roy MarplesAdd --noconfigure option
2020-11-03  Ted Fengfix if_getnetworknamespace matching bug. (#19)
2020-11-03  Roy MarplesLinux: Fix detecting existing IPv4 addresses
2020-11-02  Roy Marplesoptions: Don't log unknown option errors when printing...
2020-11-01  Roy MarplesRelease dhcpcd-9.3.2 v9.3.2
2020-10-30  Roy MarplesFix compile without various defines
2020-10-30  Roy MarplesRemove debug from prior
2020-10-30  Roy Marplesprivsep: don't leave a BOOTP process hanging around...
2020-10-30  Roy Marpleslog: Allow logopen to be called without logclose
2020-10-30  Roy Marplesprivsep: Allow logfile reopening in a chroot
2020-10-30  Roy Marplesprivsep: Send all log messages to the privileged actioneer
2020-10-26  Roy MarplesDHCP: Implement IPv6-Only Preferred option, RFC 8925.
2020-10-25  Roy Marplesprivsep: Close BPF socket on ENXIO.
2020-10-25  Roy MarplesBump date for prior
2020-10-25  Roy Marplesdhcpcd.conf(5): mention fallback for the reboot option
2020-10-16  Roy MarplesBSD: LINK_UNKNOWN is traditionally treated as LINK_UP
2020-10-15  Roy Marplesprivsep: Allow more syscalls through SECCOMP and add...
2020-10-15  Roy MarplesMake a note about solaris privileges
2020-10-12  Roy Marplesduid: plug a potential memory leak v9.3.1
2020-10-12  Roy MarplesRelease dhcpcd-9.3.1
2020-10-11  Roy Marplesprivsep: Minor correction to prior logic
2020-10-10  Roy Marplesprivsep: We need to ensure stderr is valid before testi...
2020-10-10  Roy Marplesprivsep: Fix stderr redirection again
2020-10-10  Roy Marplesprivsep: allow gettimeofday for SECCOMP
2020-10-10  Roy MarplesBSD doesn't use envp
2020-10-10  Roy Marplessetproctitle compat requires envp, not environ
2020-10-10  Roy MarplesJust give up with setproctitle on Illumos
2020-10-09  Roy MarplesChange copyright on setproctitle.h
2020-10-09  Roy Marplescompat: Use libbsd's setproctitle(3)
2020-10-09  Roy Marplesprivsep: Always try and open syslog
2020-10-09  Roy Marplesprivsep: Ensure command is for BPF first and interface...
2020-10-07  Roy MarplesLinux: fix compile
2020-10-07  Roy Marplesprivsep: Improve rights on launcher fork and stderr fds
2020-10-07  Roy Marplesprivsep: Only start network proxy if we need to
2020-10-07  Roy Marplesprivsep: Only log chrooting from the launcher process
2020-10-07  Roy Marplesif: always log about unsupported interface types in...
2020-10-07  Roy Marplesdhcpcd: Simplify the link handling even more
2020-10-06  Roy MarplesWireless must be down if unknown.
2020-10-06  Roy Marplesdhcpcd: Simplify carrier handling more by using IS_LINK...
2020-10-05  Roy MarplesRelease dhcpcd-9.3.0 v9.3.0
2020-10-04  Roy Marplesprivsep: Remove capsicum specific hooks from BPF
2020-10-03  Roy MarplesDon't log backticks.
2020-10-03  Roy Marplesprivsep: We need getsockopt as well as setsockopt on...
2020-10-02  Roy Marplesprivsep: allow CAP_SETSOCKOPT for route(4) fd.
2020-09-30  Roy Marplesprivsep: We now need to carry ifa_data for BSD
2020-09-30  Roy MarplesBSD: Fix compile for non NetBSD
2020-09-29  Roy MarplesAdd a comment to prior incase I do something dumb like...
2020-09-29  SAITOH MasanobuFix a typo in a comment
2020-09-28  Roy Marplesprivsep: fix crash when interface departs before bpf...
2020-09-28  Roy MarplesBSD: struct if_data->ifi_link_state is the single sourc...
2020-09-27  Roy MarplesBSD: Ignore vether(4) devices by default.
2020-09-24  Sascha WildnerClean up some warnings.
2020-09-24  Roy MarplesFreeBSD: Anticipate SIOCGIFDATA not working in Capsicum
2020-09-24  Roy MarplesBSD: NetBSD is the odd man out with SIOCGIFDATA
2020-09-23  Roy Marplesif: Always warn about ignored interfaces.
2020-09-23  Roy MarplesBSD: Of course DragonFly does SIOCGIFDATA differently..
2020-09-23  Roy MarplesAdd a warning about prior
2020-09-23  Roy MarplesRevert double variable define
2020-09-23  Roy MarplesFreeBSD lacks SIOCGIFDATA it seems.
2020-09-22  Roy MarplesBSD: Use SIOCGIFDATA if no media support and no ifa_data
2020-09-22  Roy MarplesBSD: Detect initial link state in ifa_data
2020-09-22  Roy Marplesdhcpcd: log carrier lost once more
2020-09-21  Roy MarplesTry and track link state better, regardless of if we...
2020-09-21  Roy Marplesprivsep: Don't log sandbox type twice
2020-09-21  Roy Marplesprivsep: Allow __NR_mmap for seccomp
2020-09-20  Roy Marplesprivsep: Don't remove pidfile at exit
2020-09-20  Roy Marplesprivsep: Add more platforms for seccomp
2020-09-20  Roy Marplesprivsep: Allow more syscalls for seccomp
2020-09-20  Roy Marplesprivsep: Send signal from launcher to master over the...
2020-09-20  Roy Marplesprivsep: sandbox the launcher process
2020-09-20  Roy MarplesFreeBSD: Fix build
2020-09-19  Roy Marplesprivsep: Avoid "unconfined" seccomp warnings
2020-09-19  Roy Marplesprivsep: Don't be noisy about the sandbox
2020-09-19  Roy Marplesprivsep: Log if the platform sandbox is unavailable...
2020-09-19  Roy Marplesprivsep: Add the SECCOMP BPF sandbox for Linux
2020-09-19  Roy MarplesLinux: Use SIOCSIFVLAN rather than SIOCSIFVLAN
2020-09-19  Roy Marplesprivsep: Fold capsicum and pledge entry points into...
2020-09-19  Roy MarplesAdjust prior so that message is logged before starting dev
2020-09-19  Roy MarplesLinux: detect network namespace and deny udev in one
2020-09-16  Roy Marplesduid: Allow optional argument to specify ll or llt...
2020-09-15  Roy Marplesinstall: Create DBDIR with mode 0750 by default
2020-09-12  Roy Marplesdhcpcd: Only manipulate stdin, stdout and stderr when...
2020-09-12  Roy Marpleslogerr: Don't leak the logfile stream to scripts
2020-09-11  Roy MarplesREADME: Remove old reference to db dir needing user...
2020-09-11  Roy Marplesdhcpcd: avoid privsep errors if we error locking the...
2020-09-06  Roy MarplesRelease dhcpcd-9.2.0 v9.2.0
2020-09-06  Roy MarplesDHCP: Fix compile without IPv4LL
2020-09-06  Roy Marplesconfigure: Remove PPOLL from config.mk
2020-09-06  Roy Marplesprivsep: dump leases in a sandbox
2020-09-06  Roy Marplesdhcpcd: stderr callback fd may the reset by peer
2020-09-06  Roy Marplesprivsep: Dump leases from stdin in a limited sandbox
2020-09-06  Roy Marplesprivsep: dropprivs can be static
next