| Fri, 16 Oct 2020 14:36:34 +0100 |
Roy Marples |
BSD: LINK_UNKNOWN is traditionally treated as LINK_UP
draft
|
| Thu, 15 Oct 2020 17:59:33 +0100 |
Roy Marples |
privsep: Allow more syscalls through SECCOMP and add a debugger
draft
|
| Thu, 15 Oct 2020 13:29:26 +0100 |
Roy Marples |
Make a note about solaris privileges
draft
|
| Mon, 12 Oct 2020 14:56:34 +0100 |
Roy Marples |
duid: plug a potential memory leak
draft dhcpcd-9.3.1
|
| Mon, 12 Oct 2020 14:41:06 +0100 |
Roy Marples |
Release dhcpcd-9.3.1
draft
|
| Sun, 11 Oct 2020 08:47:31 +0100 |
Roy Marples |
privsep: Minor correction to prior logic
draft
|
| Sat, 10 Oct 2020 17:54:03 +0100 |
Roy Marples |
privsep: We need to ensure stderr is valid before testing if tty
draft
|
| Sat, 10 Oct 2020 15:07:38 +0100 |
Roy Marples |
privsep: Fix stderr redirection again
draft
|
| Sat, 10 Oct 2020 15:06:59 +0100 |
Roy Marples |
privsep: allow gettimeofday for SECCOMP
draft
|
| Sat, 10 Oct 2020 14:46:25 +0100 |
Roy Marples |
BSD doesn't use envp
draft
|
| Sat, 10 Oct 2020 14:44:00 +0100 |
Roy Marples |
setproctitle compat requires envp, not environ
draft
|
| Sat, 10 Oct 2020 13:32:23 +0300 |
Roy Marples |
Just give up with setproctitle on Illumos
draft
|
| Fri, 09 Oct 2020 20:38:48 +0100 |
Roy Marples |
Change copyright on setproctitle.h
draft
|
| Fri, 09 Oct 2020 20:21:52 +0100 |
Roy Marples |
compat: Use libbsd's setproctitle(3)
draft
|
| Fri, 09 Oct 2020 15:06:57 +0100 |
Roy Marples |
privsep: Always try and open syslog
draft
|
| Fri, 09 Oct 2020 14:45:57 +0100 |
Roy Marples |
privsep: Ensure command is for BPF first and interface valid second
draft
|
| Wed, 07 Oct 2020 16:21:26 +0100 |
Roy Marples |
Linux: fix compile
draft
|
| Wed, 07 Oct 2020 15:31:35 +0100 |
Roy Marples |
privsep: Improve rights on launcher fork and stderr fds
draft
|
| Wed, 07 Oct 2020 15:28:33 +0100 |
Roy Marples |
privsep: Only start network proxy if we need to
draft
|
| Wed, 07 Oct 2020 14:37:35 +0100 |
Roy Marples |
privsep: Only log chrooting from the launcher process
draft
|
| Wed, 07 Oct 2020 14:23:23 +0100 |
Roy Marples |
if: always log about unsupported interface types in debug
draft
|
| Wed, 07 Oct 2020 14:11:47 +0100 |
Roy Marples |
dhcpcd: Simplify the link handling even more
draft
|
| Tue, 06 Oct 2020 07:36:22 +0100 |
Roy Marples |
Wireless must be down if unknown.
draft
|
| Tue, 06 Oct 2020 07:10:41 +0100 |
Roy Marples |
dhcpcd: Simplify carrier handling more by using IS_LINK_UP macro
draft
|
| Mon, 05 Oct 2020 16:33:51 +0100 |
Roy Marples |
Release dhcpcd-9.3.0
draft dhcpcd-9.3.0
|
| Sun, 04 Oct 2020 22:04:49 +0100 |
Roy Marples |
privsep: Remove capsicum specific hooks from BPF
draft
|
| Sat, 03 Oct 2020 17:17:45 +0100 |
Roy Marples |
Don't log backticks.
draft
|
| Sat, 03 Oct 2020 17:00:56 +0100 |
Roy Marples |
privsep: We need getsockopt as well as setsockopt on the link socket
draft
|
| Fri, 02 Oct 2020 15:57:01 +0100 |
Roy Marples |
privsep: allow CAP_SETSOCKOPT for route(4) fd.
draft
|
| Wed, 30 Sep 2020 17:25:32 +0100 |
Roy Marples |
privsep: We now need to carry ifa_data for BSD
draft
|
| Wed, 30 Sep 2020 16:14:39 +0100 |
Roy Marples |
BSD: Fix compile for non NetBSD
draft
|
| Tue, 29 Sep 2020 08:00:24 +0100 |
Roy Marples |
Add a comment to prior incase I do something dumb like removing it
draft
|
| Tue, 29 Sep 2020 07:30:27 +0100 |
SAITOH Masanobu |
Fix a typo in a comment
draft
|
| Mon, 28 Sep 2020 21:10:21 +0100 |
Roy Marples |
privsep: fix crash when interface departs before bpf returns for it
draft
|
| Mon, 28 Sep 2020 17:09:38 +0100 |
Roy Marples |
BSD: struct if_data->ifi_link_state is the single source of truth
draft
|
| Sun, 27 Sep 2020 11:28:03 +0100 |
Roy Marples |
BSD: Ignore vether(4) devices by default.
draft
|
| Thu, 24 Sep 2020 20:53:56 +0100 |
Sascha Wildner |
Clean up some warnings.
draft
|
| Thu, 24 Sep 2020 03:49:30 +0100 |
Roy Marples |
FreeBSD: Anticipate SIOCGIFDATA not working in Capsicum
draft
|
| Thu, 24 Sep 2020 03:31:43 +0100 |
Roy Marples |
BSD: NetBSD is the odd man out with SIOCGIFDATA
draft
|
| Wed, 23 Sep 2020 13:14:06 +0100 |
Roy Marples |
if: Always warn about ignored interfaces.
draft
|
| Wed, 23 Sep 2020 09:59:47 +0100 |
Roy Marples |
BSD: Of course DragonFly does SIOCGIFDATA differently..
draft
|
| Wed, 23 Sep 2020 09:31:24 +0100 |
Roy Marples |
Add a warning about prior
draft
|
| Wed, 23 Sep 2020 09:27:58 +0100 |
Roy Marples |
Revert double variable define
draft
|
| Wed, 23 Sep 2020 09:26:16 +0100 |
Roy Marples |
FreeBSD lacks SIOCGIFDATA it seems.
draft
|
| Tue, 22 Sep 2020 21:53:13 +0100 |
Roy Marples |
BSD: Use SIOCGIFDATA if no media support and no ifa_data
draft
|
| Tue, 22 Sep 2020 13:09:03 +0100 |
Roy Marples |
BSD: Detect initial link state in ifa_data
draft
|
| Tue, 22 Sep 2020 13:08:32 +0100 |
Roy Marples |
dhcpcd: log carrier lost once more
draft
|
| Mon, 21 Sep 2020 22:24:18 +0100 |
Roy Marples |
Try and track link state better, regardless of if we're using
draft
|
| Mon, 21 Sep 2020 17:40:28 +0100 |
Roy Marples |
privsep: Don't log sandbox type twice
draft
|
| Mon, 21 Sep 2020 11:20:46 +0100 |
Roy Marples |
privsep: Allow __NR_mmap for seccomp
draft
|
| Sun, 20 Sep 2020 21:22:49 +0100 |
Roy Marples |
privsep: Don't remove pidfile at exit
draft
|
| Sun, 20 Sep 2020 20:22:40 +0100 |
Roy Marples |
privsep: Add more platforms for seccomp
draft
|
| Sun, 20 Sep 2020 19:44:23 +0100 |
Roy Marples |
privsep: Allow more syscalls for seccomp
draft
|
| Sun, 20 Sep 2020 19:24:26 +0100 |
Roy Marples |
privsep: Send signal from launcher to master over the socket
draft
|
| Sun, 20 Sep 2020 19:09:08 +0100 |
Roy Marples |
privsep: sandbox the launcher process
draft
|
| Sun, 20 Sep 2020 17:43:31 +0100 |
Roy Marples |
FreeBSD: Fix build
draft
|
| Sun, 20 Sep 2020 00:53:47 +0100 |
Roy Marples |
privsep: Avoid "unconfined" seccomp warnings
draft
|
| Sun, 20 Sep 2020 00:43:36 +0100 |
Roy Marples |
privsep: Don't be noisy about the sandbox
draft
|
| Sun, 20 Sep 2020 00:35:08 +0100 |
Roy Marples |
privsep: Log if the platform sandbox is unavailable or available
draft
|
| Sat, 19 Sep 2020 20:53:23 +0100 |
Roy Marples |
privsep: Add the SECCOMP BPF sandbox for Linux
draft
|
| Sat, 19 Sep 2020 20:36:07 +0100 |
Roy Marples |
Linux: Use SIOCSIFVLAN rather than SIOCSIFVLAN
draft
|
| Sat, 19 Sep 2020 18:58:52 +0100 |
Roy Marples |
privsep: Fold capsicum and pledge entry points into ps_entersandbox
draft
|
| Sat, 19 Sep 2020 15:05:51 +0100 |
Roy Marples |
Adjust prior so that message is logged before starting dev
draft
|
| Sat, 19 Sep 2020 14:40:50 +0100 |
Roy Marples |
Linux: detect network namespace and deny udev in one
draft
|
| Wed, 16 Sep 2020 15:55:11 +0100 |
Roy Marples |
duid: Allow optional argument to specify ll or llt alongside uuid
draft
|
| Tue, 15 Sep 2020 11:45:21 +0100 |
Roy Marples |
install: Create DBDIR with mode 0750 by default
draft
|
| Sat, 12 Sep 2020 20:14:47 +0100 |
Roy Marples |
dhcpcd: Only manipulate stdin, stdout and stderr when valid
draft
|
| Sat, 12 Sep 2020 15:58:03 +0100 |
Roy Marples |
logerr: Don't leak the logfile stream to scripts
draft
|
| Fri, 11 Sep 2020 15:07:19 +0100 |
Roy Marples |
README: Remove old reference to db dir needing user permissions
draft
|
| Fri, 11 Sep 2020 12:21:07 +0100 |
Roy Marples |
dhcpcd: avoid privsep errors if we error locking the pidfile
draft
|
| Sun, 06 Sep 2020 15:27:28 +0100 |
Roy Marples |
Release dhcpcd-9.2.0
draft dhcpcd-9.2.0
|
| Sun, 06 Sep 2020 15:26:36 +0100 |
Roy Marples |
DHCP: Fix compile without IPv4LL
draft
|
| Sun, 06 Sep 2020 15:25:59 +0100 |
Roy Marples |
configure: Remove PPOLL from config.mk
draft
|
| Sun, 06 Sep 2020 13:53:08 +0100 |
Roy Marples |
privsep: dump leases in a sandbox
draft
|
| Sun, 06 Sep 2020 13:27:31 +0100 |
Roy Marples |
dhcpcd: stderr callback fd may the reset by peer
draft
|
| Sun, 06 Sep 2020 12:20:40 +0100 |
Roy Marples |
privsep: Dump leases from stdin in a limited sandbox
draft
|
| Sun, 06 Sep 2020 11:58:29 +0100 |
Roy Marples |
privsep: dropprivs can be static
draft
|
| Sun, 06 Sep 2020 11:57:19 +0100 |
Roy Marples |
privsep: limit rights for stdout/stderr/stdin using capsicum
draft
|
| Sun, 06 Sep 2020 03:01:49 +0100 |
Roy Marples |
FreeBSD: Don't rights limit stderr
draft
|
| Sun, 06 Sep 2020 02:41:08 +0100 |
Roy Marples |
dhcpcd: Redirect stdout/stderr to the launcher stderr descriptor
draft
|
| Sat, 05 Sep 2020 17:01:59 +0100 |
Roy Marples |
privsep: Fix prior for FreeBSD.
draft
|
| Sat, 05 Sep 2020 16:16:22 +0100 |
Roy Marples |
dhcpcd: Setup a socketpair in the launcher to write to stderr
draft
|
| Sat, 05 Sep 2020 16:13:36 +0100 |
Roy Marples |
logerr: Ensure that the fd err log is line buffered
draft
|
| Sat, 05 Sep 2020 16:12:30 +0100 |
Roy Marples |
privsep: Use xsocketpair
draft
|
| Sat, 05 Sep 2020 16:10:30 +0100 |
Roy Marples |
if: introduce xsocketpair, similar to xsocket
draft
|
| Wed, 02 Sep 2020 09:56:32 +0100 |
Roy Marples |
DHCP: allow leasetime -1 to represent infinity
draft
|
| Tue, 01 Sep 2020 12:24:42 +0100 |
Roy Marples |
DHCP: optimize prior for systems without IPv4 address lifetimes
draft
|
| Tue, 01 Sep 2020 12:15:00 +0100 |
Roy Marples |
DHCP: Adjust prior to be more generic
draft
|
| Tue, 01 Sep 2020 11:56:53 +0100 |
Roy Marples |
DHCP: Don't set address lifetimes when extending leases
draft
|
| Mon, 31 Aug 2020 06:51:27 +0100 |
Roy Marples |
dhcpcd: Rename function for prior now it no longer inits
draft
|
| Mon, 31 Aug 2020 06:48:59 +0100 |
Roy Marples |
dhcpcd: Adjust prior to ensure options exist for active interfaces before timeouts
draft
|
| Sun, 30 Aug 2020 09:41:47 +0100 |
Roy Marples |
DHCP: reason is BOUND when recovering from an expired extended lease
draft
|
| Sun, 30 Aug 2020 09:07:35 +0100 |
Roy Marples |
DHCP: When extending the lease, re-enter the DISCOVER phase.
draft
|
| Sun, 30 Aug 2020 08:28:44 +0100 |
Roy Marples |
dhcpcd: init new interfaces from route(4) overflow
draft
|
| Sun, 30 Aug 2020 08:03:01 +0100 |
Roy Marples |
DHCP: Request offered IP when using lastlease
draft
|
| Thu, 20 Aug 2020 16:28:47 +0100 |
Roy Marples |
privsep: Only the master process accepts signals
draft
|
| Thu, 20 Aug 2020 16:09:53 +0100 |
Roy Marples |
DHCP: Mark the state as expired on lase lease extension
draft
|
| Thu, 20 Aug 2020 15:49:52 +0100 |
Jarvis Tseng |
auth: Fix consttime_memequal test
draft dhcpcd-6
|
| Sun, 16 Aug 2020 19:21:48 +0100 |
Roy Marples |
Use a minimum bufsize of 1 as 0 doesn't work on some OS.
draft
|
| Sun, 16 Aug 2020 18:52:17 +0100 |
Roy Marples |
privsep: Set a zero length receive buffer for write only sockets
draft
|
| Sat, 08 Aug 2020 20:27:34 +0100 |
Roy Marples |
privsep: Improve some errors
draft
|
| Sat, 08 Aug 2020 20:06:55 +0100 |
Roy Marples |
dhcpcd: Fix logging we forked at exit.
draft
|
| Tue, 04 Aug 2020 14:26:18 +0100 |
Roy Marples |
Revert "Don't install /var/db/dhcpcd in the Makefile"
draft
|
| Mon, 03 Aug 2020 17:04:51 +0100 |
Roy Marples |
Revert "privsep: shutdown read end of the write only sockets"
draft
|
| Mon, 03 Aug 2020 16:56:14 +0100 |
Roy Marples |
dhcpcd: If using -4 or -6, check we have support for it
draft
|
| Mon, 03 Aug 2020 16:55:51 +0100 |
Roy Marples |
inet6: Linux will convert NULL to all, so don't specify all
draft
|
| Mon, 03 Aug 2020 16:54:59 +0100 |
Roy Marples |
Linux: fix reading the ipv6 forwarding proc entry
draft
|
| Mon, 03 Aug 2020 16:15:39 +0100 |
Roy Marples |
Linux: IP6 forwaring only applies to "all" interface
draft
|
| Sat, 01 Aug 2020 20:56:13 +0100 |
Roy Marples |
options: Let clientid override a prior duid
draft
|
| Sat, 25 Jul 2020 14:22:18 +0100 |
Roy Marples |
options: open an address socket to detect if inet6 is available
draft
|
| Mon, 13 Jul 2020 10:43:51 +0200 |
Fabrice Fontaine |
src/dhcpcd.c: fix build without fork
draft
|
| Sat, 01 Aug 2020 20:32:34 +0100 |
Roy Marples |
privsep: Don't read control_group in privsep
draft
|
| Sat, 18 Jul 2020 12:40:30 +0100 |
Roy Marples |
privsep: shutdown read end of the write only sockets
draft
|
| Wed, 08 Jul 2020 12:36:36 +0100 |
Roy Marples |
Fix prior
draft
|
| Wed, 08 Jul 2020 12:03:15 +0100 |
Roy Marples |
route: Ensure IPv4LL routes always come last in priority
draft
|
| Sat, 04 Jul 2020 13:21:09 +0100 |
Roy Marples |
Fix compile without IPv6 on systems that do not define ALIGN
draft
|
| Fri, 03 Jul 2020 11:41:23 +0100 |
Roy Marples |
Make DBDIR permissions same as the files it creates
draft dhcpcd-9.1.4
|
| Fri, 03 Jul 2020 11:33:39 +0100 |
Roy Marples |
Release dhcpcd-9.1.4
draft
|
| Fri, 03 Jul 2020 11:30:25 +0100 |
Roy Marples |
dhcpcd: Fix creating DBDIR
draft
|
| Thu, 02 Jul 2020 18:14:01 +0100 |
Roy Marples |
Fix SMALL build
draft
|
| Thu, 02 Jul 2020 14:42:57 +0100 |
Roy Marples |
Release dhcpcd-9.1.3
draft dhcpcd-9.1.3
|
| Thu, 02 Jul 2020 14:05:19 +0100 |
Roy Marples |
make: clean before import-src
draft
|
| Wed, 01 Jul 2020 20:09:42 +0100 |
Roy Marples |
DHCP6: Restore lease timings
draft
|
| Wed, 01 Jul 2020 11:46:01 +0100 |
Roy Marples |
BSD: Setup sysctls before redirecting stderr
draft
|
| Wed, 01 Jul 2020 11:45:06 +0100 |
Roy Marples |
privsep: Don't limit file writes if logging to a file
draft
|
| Tue, 30 Jun 2020 22:06:00 +0100 |
Roy Marples |
dhcpcd: improve prior to log to another fd
draft
|
| Tue, 30 Jun 2020 21:33:24 +0100 |
Roy Marples |
dhcpcd: Turn off stderr logging rather than closing stderr
draft
|
| Mon, 29 Jun 2020 13:14:21 +0100 |
Roy Marples |
privsep: check return of freopen(3)
draft
|
| Mon, 29 Jun 2020 11:54:29 +0100 |
Roy Marples |
options: rework prior to use macros
draft
|
| Sat, 27 Jun 2020 13:58:44 +0100 |
Roy Marples |
inet6: Don't regen temp addresses we didn't add.
draft
|
| Sat, 27 Jun 2020 13:46:25 +0100 |
Roy Marples |
options: use DHCPCD_MASTER to guard global options
draft
|
| Wed, 24 Jun 2020 20:53:20 +0100 |
Roy Marples |
Linux: restore fix when no address is returned by getifaddrs(3)
draft
|
| Tue, 23 Jun 2020 11:31:25 +0100 |
Roy Marples |
Linux: redefine NLA_ALIGNTO as 4U
draft
|
| Mon, 22 Jun 2020 22:09:31 +0100 |
Roy Marples |
Linux: Warn if netlink(7) seq number doesn't match expectation.
draft
|
| Mon, 22 Jun 2020 21:56:16 +0100 |
Roy Marples |
Linux: keep the generic netlink socket around to get ssid with privsep
draft
|
| Mon, 22 Jun 2020 17:31:58 +0100 |
Roy Marples |
privsep: init more fd -1
draft
|
| Mon, 22 Jun 2020 13:22:16 +0100 |
Roy Marples |
Linux: Sweep errors about disabling autogeneration of LL addrs
draft
|
| Mon, 22 Jun 2020 13:18:26 +0100 |
Roy Marples |
Linux: fix a compile warning for older compilers
draft
|
| Mon, 22 Jun 2020 13:17:25 +0100 |
Roy Marples |
Linux: support aarch64 for reading cpu info
draft
|
| Mon, 22 Jun 2020 13:08:25 +0100 |
Roy Marples |
linux: ignore unsupported interfaces by default, such as sit0
draft
|
| Mon, 22 Jun 2020 12:52:42 +0100 |
Roy Marples |
dhcpcd: Report error when caching vendor
draft
|
| Mon, 22 Jun 2020 12:45:37 +0100 |
Roy Marples |
script: Make visible some link level parameters to lease dumping
draft
|
| Sun, 21 Jun 2020 15:06:14 +0100 |
Ismael Luceno |
Libc implementations are allowed to require the explicit inclusion of
draft
|
| Fri, 19 Jun 2020 09:36:55 +0100 |
Roy Marples |
dhcpcd: Only poll after mac randomisation
draft
|
| Thu, 18 Jun 2020 21:15:15 +0100 |
Roy Marples |
dhcpcd: Add an option to poll the interface carrier state
draft
|
| Wed, 17 Jun 2020 15:17:58 +0100 |
Roy Marples |
Quick change for pior
draft
|
| Wed, 17 Jun 2020 15:12:13 +0100 |
Roy Marples |
configure: add --with-eghook=foo
draft
|
| Wed, 17 Jun 2020 11:25:58 +0100 |
Roy Marples |
dhcpcd: preserve the STARTED option when reloading options
draft
|
| Wed, 17 Jun 2020 09:42:32 +0100 |
Roy Marples |
inet6: No flags on the prefix means the prefix is via the router
draft
|
| Tue, 16 Jun 2020 20:58:17 +0100 |
Roy Marples |
privsep: Simplyfy signal handling
draft
|
| Tue, 16 Jun 2020 17:31:47 +0100 |
Roy Marples |
eloop: Add rationale for ELOOP_NSIGNALS
draft
|
| Tue, 16 Jun 2020 17:21:20 +0100 |
Roy Marples |
Align
draft
|
| Tue, 16 Jun 2020 17:12:58 +0100 |
Roy Marples |
eloop: Guard diagnostic in prior with ELOOP_DEBUG
draft
|
| Tue, 16 Jun 2020 17:07:10 +0100 |
Roy Marples |
privsep: Use root signal_cb for all signals here.
draft
|
| Tue, 16 Jun 2020 14:35:49 +0100 |
Roy Marples |
eloop: Try and survive a signal storm
draft
|
| Tue, 16 Jun 2020 11:58:16 +0000 |
Roy Marples |
privsep: Don't handle any signals meant for the main process
draft
|
| Tue, 16 Jun 2020 10:26:25 +0000 |
Roy Marples |
BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF
draft
|
| Tue, 16 Jun 2020 00:48:42 +0100 |
Roy Marples |
inet6: Report RA Proxy flag if set
draft
|
| Mon, 15 Jun 2020 22:43:39 +0100 |
Roy Marples |
inet6: Add support for reporting Mobile IPv6 RA's
draft
|
| Mon, 15 Jun 2020 22:04:37 +0100 |
Roy Marples |
configure: Fix fallout with disabling embedded config
draft
|
| Mon, 15 Jun 2020 16:28:31 +0100 |
Roy Marples |
Release dhcpcd-9.1.2
draft dhcpcd-9.1.2
|
| Mon, 15 Jun 2020 15:51:17 +0100 |
Roy Marples |
DHCP6: Use sla setting when calculating delegated prefix length
draft
|
| Mon, 15 Jun 2020 15:14:53 +0100 |
Roy Marples |
privsep: don't abort if setrlimit fails
draft
|
| Mon, 15 Jun 2020 12:52:55 +0100 |
Roy Marples |
DHCP6: Add requested addresses after freeing all state addresses
draft
|
| Mon, 15 Jun 2020 09:49:34 +0100 |
Roy Marples |
BSD: Mark routes as static only from static config
draft
|
| Sun, 14 Jun 2020 15:26:59 +0100 |
Roy Marples |
BSD: Mark address AUTOCONF if no kernel RA
draft
|
| Thu, 11 Jun 2020 15:37:33 +0100 |
Roy Marples |
Warn if the OS lacks support to lock down BPF or equivalent
draft
|
| Thu, 11 Jun 2020 11:35:20 +0100 |
Roy Marples |
udev: disable for non Linux systems
draft
|
| Wed, 10 Jun 2020 19:00:45 +0100 |
Roy Marples |
IPv4LL: free the arp state once announced for RFC 5227 kernels
draft
|
| Wed, 10 Jun 2020 16:32:04 +0100 |
Roy Marples |
privsep: Fix a shutdown race
draft
|
| Wed, 10 Jun 2020 14:47:00 +0100 |
Roy Marples |
privsep: fix size of rdm
draft
|
| Wed, 10 Jun 2020 14:42:08 +0100 |
Roy Marples |
Fix some logic
draft
|
| Wed, 10 Jun 2020 14:38:46 +0100 |
Roy Marples |
dhcpcd: Ensure dump is terminated
draft
|
| Wed, 10 Jun 2020 14:31:03 +0100 |
Roy Marples |
logerr: Remove setvbuf diagnostic - it's not critical
draft
|
| Wed, 10 Jun 2020 14:16:08 +0100 |
Roy Marples |
minor cleanup
draft
|
| Wed, 10 Jun 2020 11:16:14 +0100 |
Roy Marples |
Try and guard against impossibly large data.
draft
|
| Wed, 10 Jun 2020 08:30:28 +0100 |
Roy Marples |
privsep: RLIMIT_FSIZE works fine on pledge and capsicum
draft
|
| Wed, 10 Jun 2020 07:34:18 +0100 |
Roy Marples |
DHCP6: Apply delegations to interface on carrier up
draft
|
| Wed, 10 Jun 2020 07:34:18 +0100 |
Roy Marples |
DHCP6: Apply delegations to interface on carrier up
draft dhcpcd-8
|
| Wed, 10 Jun 2020 07:16:41 +0100 |
Roy Marples |
Linux: Fix compile for systems without route preference
draft
|
| Wed, 10 Jun 2020 07:13:21 +0100 |
Roy Marples |
Linux: fix compile on old ones
draft
|
| Wed, 29 Apr 2020 14:55:23 +0100 |
Roy Marples |
NetBSD: Gear up for kernel RA removal.
draft dhcpcd-8
|
| Wed, 10 Jun 2020 07:13:21 +0100 |
Roy Marples |
Linux: fix compile on old ones
draft dhcpcd-8
|
| Wed, 10 Jun 2020 07:04:29 +0100 |
Roy Marples |
privsep: Disable RLIMIT_FSIZE when using the logfile option
draft
|
| Wed, 10 Jun 2020 06:35:54 +0100 |
Roy Marples |
privsep: Fix compile on alpine linux
draft
|
| Wed, 10 Jun 2020 05:46:19 +0100 |
Roy Marples |
privsep: Apply resource limits to OpenBSD as well where we can
draft
|
| Wed, 10 Jun 2020 05:27:25 +0100 |
Roy Marples |
privsep: Apply what resource limits we can to capsicum
draft
|
| Wed, 10 Jun 2020 05:04:02 +0100 |
Roy Marples |
privsep: Fix prior for capsicum
draft
|
| Wed, 10 Jun 2020 04:57:02 +0100 |
Roy Marples |
privsep: control proxy is no longer optional
draft
|
| Tue, 09 Jun 2020 22:39:05 +0100 |
Roy Marples |
privsep: For Linux and Solaris, set RLIMIT_NOFILES to nevents
draft
|
| Tue, 09 Jun 2020 20:36:22 +0100 |
Roy Marples |
privsep: Fix bogus warnings without inet.
draft
|
| Tue, 09 Jun 2020 19:33:23 +0100 |
Roy Marples |
privsep: limit psr_datalen to SSIZE_MAX
draft
|
| Tue, 09 Jun 2020 18:25:18 +0100 |
Roy Marples |
privsep: Implement a resource limited sandbox
draft
|
| Tue, 09 Jun 2020 17:56:03 +0100 |
Roy Marples |
This hook no longer exists
draft
|
| Tue, 09 Jun 2020 17:49:51 +0100 |
Roy Marples |
logerr: buffer stderr as we now have many processes
draft
|
| Tue, 09 Jun 2020 17:48:59 +0100 |
Roy Marples |
eloop: Fix making the initial event listener
draft
|
| Mon, 08 Jun 2020 21:41:42 +0100 |
Roy Marples |
eloop: Don't remove existing callbacks when adding events
draft
|
| Sun, 07 Jun 2020 23:39:46 +0100 |
Roy Marples |
eloop: if we take a free event, add it to the main queue
draft
|
| Sat, 06 Jun 2020 20:52:28 +0100 |
Roy Marples |
RA: Abort if no state
draft
|
| Fri, 05 Jun 2020 20:24:21 +0100 |
Roy Marples |
privsep: Limit rights generically rather than Capsicum specifc
draft
|
| Fri, 05 Jun 2020 14:52:35 +0100 |
Roy Marples |
ARP: gc stale function arp_cancel
draft
|
| Fri, 05 Jun 2020 14:39:06 +0100 |
Roy Marples |
BSD: In privsep with no GIFALIAS support? getifaddrs over privsep
draft
|
| Fri, 05 Jun 2020 14:28:27 +0100 |
Roy Marples |
Linux: more freeifaddrs
draft
|
| Fri, 05 Jun 2020 14:20:55 +0100 |
Roy Marples |
privsep: Only use freeifaddrs if not using privsep
draft
|
| Fri, 05 Jun 2020 14:12:23 +0100 |
Roy Marples |
Linux: make resource limits work by using getifaddrs over privsep
draft
|
| Fri, 05 Jun 2020 13:51:51 +0100 |
Roy Marples |
Linux: resource limits don't easily work here either....
draft
|
| Fri, 05 Jun 2020 13:15:51 +0100 |
Roy Marples |
FreeBSD: Fix prior for capsicum as well.
draft
|
| Fri, 05 Jun 2020 13:02:32 +0100 |
Roy Marples |
OpenBSD: disable setting resource limits as we have pledge.
draft
|
| Fri, 05 Jun 2020 12:24:44 +0100 |
Roy Marples |
privsep: Set resource limits when dropping privs
draft
|
| Fri, 05 Jun 2020 12:23:51 +0100 |
Roy Marples |
if: Keep the PF_LINK socket open throughout
draft
|
| Fri, 05 Jun 2020 11:12:21 +0100 |
Roy Marples |
privsep: Remove pledges inet and dns from the master process
draft
|
| Thu, 04 Jun 2020 21:49:37 +0100 |
Roy Marples |
Fix installing the embedded config as a file.
draft
|
| Thu, 04 Jun 2020 13:35:46 +0100 |
Roy Marples |
Release dhcpcd-9.1.1
draft dhcpcd-9.1.1
|
| Thu, 04 Jun 2020 12:36:10 +0100 |
Roy Marples |
privsep: Remove this error masking as well.
draft
|
| Thu, 04 Jun 2020 12:31:24 +0100 |
Roy Marples |
privsep: Log ECONNRESET errors again
draft
|
| Thu, 04 Jun 2020 12:22:40 +0100 |
Roy Marples |
privsep: Set buffer sizes before setting rights.
draft
|
| Thu, 04 Jun 2020 12:15:20 +0100 |
Roy Marples |
privsep: Don't wait for the process to finish when stopping it
draft
|
| Thu, 04 Jun 2020 11:30:20 +0100 |
Roy Marples |
Fix warning for prior on Linux
draft
|
| Thu, 04 Jun 2020 11:25:11 +0100 |
Roy Marples |
privsep: Fix returning indirect ioctl data
draft
|
| Wed, 03 Jun 2020 23:30:08 +0100 |
Roy Marples |
eloop: Just use ppoll(2)
draft
|
| Wed, 03 Jun 2020 23:12:59 +0100 |
Roy Marples |
auth: Fix warning for non privsep builds
draft
|
| Tue, 02 Jun 2020 17:48:34 +0100 |
Roy Marples |
privsep: Access the RDM monotic file via IPC
draft
|
| Tue, 02 Jun 2020 17:07:12 +0100 |
Roy Marples |
BSD: Ignore fwip(4)
draft
|
| Tue, 02 Jun 2020 15:50:17 +0100 |
Roy Marples |
privsep: harden process handling
draft
|
| Tue, 02 Jun 2020 14:51:20 +0100 |
Roy Marples |
ifaces could be NULL here
draft
|
| Tue, 02 Jun 2020 11:48:35 +0100 |
Roy Marples |
ARP: call arp_announced when cancelling it
draft
|
| Tue, 02 Jun 2020 03:01:37 +0100 |
Roy Marples |
auth: Only accept RECONFIGURE messages from LL hosts
draft
|
| Mon, 01 Jun 2020 18:59:08 +0100 |
Roy Marples |
privsep: Only open raw sockets for the needed protocols.
draft
|
| Mon, 01 Jun 2020 15:38:51 +0100 |
Roy Marples |
Fix compile without DHCP or DHCP6
draft
|
| Mon, 01 Jun 2020 15:33:05 +0100 |
Roy Marples |
privsep: Double the size of the send buffer.
draft
|
| Mon, 01 Jun 2020 15:03:46 +0100 |
Roy Marples |
privsep: Ensure socketpair IPC buffers are large enough.
draft
|
| Mon, 01 Jun 2020 13:57:31 +0100 |
Roy Marples |
privsep: Don't carry ifa_next
draft
|
| Sun, 31 May 2020 21:06:32 +0100 |
Roy Marples |
Restore dumping a lease from stdin
draft
|
| Sun, 31 May 2020 12:14:28 +0100 |
Roy Marples |
Release dhcpcd-9.1.0
draft dhcpcd-9.1.0
|
| Sat, 30 May 2020 14:50:25 +0000 |
Roy Marples |
Fix compile with inet or inet6 disabled
draft
|
| Sat, 30 May 2020 14:21:04 +0000 |
Julian Wollrath |
Linux: File compile without plugins
draft
|
| Sat, 30 May 2020 14:01:47 +0000 |
Roy Marples |
route: improve overflow logging
draft
|
| Sat, 30 May 2020 14:54:31 +0100 |
Roy Marples |
logerr: Preserve errno
draft
|
| Sat, 30 May 2020 13:25:41 +0100 |
Roy Marples |
privsep: Drain the link socket as we can't re-open it.
draft
|
| Sat, 30 May 2020 10:36:20 +0000 |
Roy Marples |
Fix some Coverity isues
draft
|