Mercurial > hg > dhcpcd
graph
-
Linux: fix a memory leak when dhcpcd exits or the log is reopened draftSun, 24 Jan 2021 22:53:20 +0000, by Roy Marples
-
eloop: Allow eloop to process all fds returned from poll(2) draftSun, 24 Jan 2021 22:22:25 +0000, by Roy Marples
-
script: Use rt_proto_add to ensure no duplicate interfaces on OpenBSD draftMon, 18 Jan 2021 11:31:05 +0000, by Roy Marples
-
script: ignore inactive interfaces for ordering draftMon, 28 Dec 2020 01:59:57 +0000, by Roy Marples
-
DHCP: Split hardware address randomisation out of anonymous option draftMon, 28 Dec 2020 00:02:26 +0000, by Roy Marples
-
DHCP: For anonymous, just use a generic clientid draftSun, 27 Dec 2020 23:52:44 +0000, by Roy Marples
-
20-resolv.conf: Don't call resolvconf -c if we didn't call -C draftSun, 27 Dec 2020 22:31:02 +0000, by Roy Marples
-
Adjust prior to build routes and run script after aborting protocols for roaming draftSun, 27 Dec 2020 20:39:31 +0000, by Roy Marples
-
src/dhcpcd.c: fix build without fork or signals (#20) draftSat, 26 Dec 2020 20:45:08 +0100, by Fabrice Fontaine
-
linux: ARM64 stock kernel does not emit hardware in cpuinfo draftSat, 26 Dec 2020 15:57:31 +0000, by Roy Marples
-
DHCP: Fix reading RENEW messages from inet socket draft dhcpcd-8Sun, 20 Dec 2020 07:08:08 +0000, by Roy Marples
-
privsep: Fix Linux i386 for SECCOMP as it just uses socketcall draftSat, 12 Dec 2020 22:12:54 +0000, by Roy Marples
-
privsep: Allow getsockopt for SO_RCVBUF on Linux draftSat, 12 Dec 2020 17:35:45 +0000, by Roy Marples
-
link: Report errors obtaining recv buffer size on link overflow draftSat, 12 Dec 2020 17:34:31 +0000, by Roy Marples
-
link: Only report hardware address changes for active interfaces draftSat, 12 Dec 2020 17:33:26 +0000, by Roy Marples
-
privsep: Don't log a BPF error that network is down draftWed, 09 Dec 2020 11:15:30 +0000, by Roy Marples
-
Linux: Fix privsep build by including sys/termios.h for all platforms draftTue, 08 Dec 2020 16:15:28 +0000, by Mikhail Efremov
-
DHCP6: Abort in test mode when an error is returned by server. draftWed, 25 Nov 2020 15:14:11 +0000, by Roy Marples
-
options: allow --ia_na=1 and --ia_pd=2 on the command line draftWed, 25 Nov 2020 14:05:18 +0000, by Roy Marples
-
DHCP: If error adding the address in oneshot, exit with failure draftTue, 24 Nov 2020 10:30:08 +0000, by Roy Marples
-
DHCP: Only listen to the address if we successfully added it draftMon, 23 Nov 2020 13:22:20 +0000, by Roy Marples
-
DHCP6: Fix segfault introduced in dhcpcd-9.3.3 draftSat, 21 Nov 2020 08:46:30 +0000, by Roy Marples
-
privsep: Allow fcntl64 and fstat64 to fix ARM32 talking to the controller draftFri, 13 Nov 2020 08:22:42 +0000, by Matthew Clarkson
-
dhcpcd: Don't create launcher process if keeping in foreground draftWed, 11 Nov 2020 17:44:55 +0000, by Roy Marples
-
control: create an unpriv socket for non master mode draftWed, 11 Nov 2020 17:41:16 +0000, by Roy Marples
-
When adding a route, the interface will always have options. draftWed, 04 Nov 2020 14:25:00 +0000, by Roy Marples
-
options: Don't log unknown option errors when printing the pidfile draftMon, 02 Nov 2020 17:03:31 +0000, by Roy Marples
-
privsep: don't leave a BOOTP process hanging around on SIGUSR1 draftFri, 30 Oct 2020 16:11:44 +0000, by Roy Marples
-
log: Allow logopen to be called without logclose draftFri, 30 Oct 2020 15:16:02 +0000, by Roy Marples
-
privsep: Send all log messages to the privileged actioneer draftFri, 30 Oct 2020 03:43:51 +0000, by Roy Marples
-
DHCP: Implement IPv6-Only Preferred option, RFC 8925. draftMon, 26 Oct 2020 11:19:54 +0000, by Roy Marples
-
dhcpcd.conf(5): mention fallback for the reboot option draftSun, 25 Oct 2020 08:50:44 +0000, by Roy Marples
-
BSD: LINK_UNKNOWN is traditionally treated as LINK_UP draftFri, 16 Oct 2020 14:36:34 +0100, by Roy Marples
-
privsep: Allow more syscalls through SECCOMP and add a debugger draftThu, 15 Oct 2020 17:59:33 +0100, by Roy Marples
-
duid: plug a potential memory leak draft dhcpcd-9.3.1Mon, 12 Oct 2020 14:56:34 +0100, by Roy Marples
-
privsep: We need to ensure stderr is valid before testing if tty draftSat, 10 Oct 2020 17:54:03 +0100, by Roy Marples
-
setproctitle compat requires envp, not environ draftSat, 10 Oct 2020 14:44:00 +0100, by Roy Marples
-
privsep: Ensure command is for BPF first and interface valid second draftFri, 09 Oct 2020 14:45:57 +0100, by Roy Marples
-
privsep: Improve rights on launcher fork and stderr fds draftWed, 07 Oct 2020 15:31:35 +0100, by Roy Marples
-
privsep: Only start network proxy if we need to draftWed, 07 Oct 2020 15:28:33 +0100, by Roy Marples
-
privsep: Only log chrooting from the launcher process draftWed, 07 Oct 2020 14:37:35 +0100, by Roy Marples
-
if: always log about unsupported interface types in debug draftWed, 07 Oct 2020 14:23:23 +0100, by Roy Marples
-
dhcpcd: Simplify carrier handling more by using IS_LINK_UP macro draftTue, 06 Oct 2020 07:10:41 +0100, by Roy Marples
-
privsep: Remove capsicum specific hooks from BPF draftSun, 04 Oct 2020 22:04:49 +0100, by Roy Marples
-
privsep: We need getsockopt as well as setsockopt on the link socket draftSat, 03 Oct 2020 17:00:56 +0100, by Roy Marples
-
privsep: allow CAP_SETSOCKOPT for route(4) fd. draftFri, 02 Oct 2020 15:57:01 +0100, by Roy Marples
-
privsep: We now need to carry ifa_data for BSD draftWed, 30 Sep 2020 17:25:32 +0100, by Roy Marples
-
Add a comment to prior incase I do something dumb like removing it draftTue, 29 Sep 2020 08:00:24 +0100, by Roy Marples
-
privsep: fix crash when interface departs before bpf returns for it draftMon, 28 Sep 2020 21:10:21 +0100, by Roy Marples
-
BSD: struct if_data->ifi_link_state is the single source of truth draftMon, 28 Sep 2020 17:09:38 +0100, by Roy Marples
-
FreeBSD: Anticipate SIOCGIFDATA not working in Capsicum draftThu, 24 Sep 2020 03:49:30 +0100, by Roy Marples
-
BSD: NetBSD is the odd man out with SIOCGIFDATA draftThu, 24 Sep 2020 03:31:43 +0100, by Roy Marples
-
BSD: Of course DragonFly does SIOCGIFDATA differently.. draftWed, 23 Sep 2020 09:59:47 +0100, by Roy Marples
-
BSD: Use SIOCGIFDATA if no media support and no ifa_data draftTue, 22 Sep 2020 21:53:13 +0100, by Roy Marples
-
Try and track link state better, regardless of if we're using draftMon, 21 Sep 2020 22:24:18 +0100, by Roy Marples
-
privsep: Send signal from launcher to master over the socket draftSun, 20 Sep 2020 19:24:26 +0100, by Roy Marples
-
privsep: Log if the platform sandbox is unavailable or available draftSun, 20 Sep 2020 00:35:08 +0100, by Roy Marples
-
privsep: Add the SECCOMP BPF sandbox for Linux draftSat, 19 Sep 2020 20:53:23 +0100, by Roy Marples
-
Linux: Use SIOCSIFVLAN rather than SIOCSIFVLAN draftSat, 19 Sep 2020 20:36:07 +0100, by Roy Marples
-
privsep: Fold capsicum and pledge entry points into ps_entersandbox draftSat, 19 Sep 2020 18:58:52 +0100, by Roy Marples
-
Adjust prior so that message is logged before starting dev draftSat, 19 Sep 2020 15:05:51 +0100, by Roy Marples
-
Linux: detect network namespace and deny udev in one draftSat, 19 Sep 2020 14:40:50 +0100, by Roy Marples
-
duid: Allow optional argument to specify ll or llt alongside uuid draftWed, 16 Sep 2020 15:55:11 +0100, by Roy Marples
-
install: Create DBDIR with mode 0750 by default draftTue, 15 Sep 2020 11:45:21 +0100, by Roy Marples
-
dhcpcd: Only manipulate stdin, stdout and stderr when valid draftSat, 12 Sep 2020 20:14:47 +0100, by Roy Marples
-
logerr: Don't leak the logfile stream to scripts draftSat, 12 Sep 2020 15:58:03 +0100, by Roy Marples
-
README: Remove old reference to db dir needing user permissions draftFri, 11 Sep 2020 15:07:19 +0100, by Roy Marples
-
dhcpcd: avoid privsep errors if we error locking the pidfile draftFri, 11 Sep 2020 12:21:07 +0100, by Roy Marples
-
dhcpcd: stderr callback fd may the reset by peer draftSun, 06 Sep 2020 13:27:31 +0100, by Roy Marples
-
privsep: Dump leases from stdin in a limited sandbox draftSun, 06 Sep 2020 12:20:40 +0100, by Roy Marples
-
privsep: limit rights for stdout/stderr/stdin using capsicum draftSun, 06 Sep 2020 11:57:19 +0100, by Roy Marples
-
dhcpcd: Redirect stdout/stderr to the launcher stderr descriptor draftSun, 06 Sep 2020 02:41:08 +0100, by Roy Marples
-
dhcpcd: Setup a socketpair in the launcher to write to stderr draftSat, 05 Sep 2020 16:16:22 +0100, by Roy Marples
-
logerr: Ensure that the fd err log is line buffered draftSat, 05 Sep 2020 16:13:36 +0100, by Roy Marples
-
DHCP: allow leasetime -1 to represent infinity draftWed, 02 Sep 2020 09:56:32 +0100, by Roy Marples
-
DHCP: optimize prior for systems without IPv4 address lifetimes draftTue, 01 Sep 2020 12:24:42 +0100, by Roy Marples
-
DHCP: Don't set address lifetimes when extending leases draftTue, 01 Sep 2020 11:56:53 +0100, by Roy Marples
-
dhcpcd: Rename function for prior now it no longer inits draftMon, 31 Aug 2020 06:51:27 +0100, by Roy Marples
-
dhcpcd: Adjust prior to ensure options exist for active interfaces before timeouts draftMon, 31 Aug 2020 06:48:59 +0100, by Roy Marples
-
DHCP: reason is BOUND when recovering from an expired extended lease draftSun, 30 Aug 2020 09:41:47 +0100, by Roy Marples
-
DHCP: When extending the lease, re-enter the DISCOVER phase. draftSun, 30 Aug 2020 09:07:35 +0100, by Roy Marples
-
dhcpcd: init new interfaces from route(4) overflow draftSun, 30 Aug 2020 08:28:44 +0100, by Roy Marples
-
privsep: Only the master process accepts signals draftThu, 20 Aug 2020 16:28:47 +0100, by Roy Marples
-
DHCP: Mark the state as expired on lase lease extension draftThu, 20 Aug 2020 16:09:53 +0100, by Roy Marples
-
Use a minimum bufsize of 1 as 0 doesn't work on some OS. draftSun, 16 Aug 2020 19:21:48 +0100, by Roy Marples
-
privsep: Set a zero length receive buffer for write only sockets draftSun, 16 Aug 2020 18:52:17 +0100, by Roy Marples
-
Revert "Don't install /var/db/dhcpcd in the Makefile" draftTue, 04 Aug 2020 14:26:18 +0100, by Roy Marples
-
Revert "privsep: shutdown read end of the write only sockets" draftMon, 03 Aug 2020 17:04:51 +0100, by Roy Marples
-
dhcpcd: If using -4 or -6, check we have support for it draftMon, 03 Aug 2020 16:56:14 +0100, by Roy Marples
-
inet6: Linux will convert NULL to all, so don't specify all draftMon, 03 Aug 2020 16:55:51 +0100, by Roy Marples
-
Linux: fix reading the ipv6 forwarding proc entry draftMon, 03 Aug 2020 16:54:59 +0100, by Roy Marples
-
Linux: IP6 forwaring only applies to "all" interface draftMon, 03 Aug 2020 16:15:39 +0100, by Roy Marples
-
options: open an address socket to detect if inet6 is available draftSat, 25 Jul 2020 14:22:18 +0100, by Roy Marples
-
privsep: shutdown read end of the write only sockets draftSat, 18 Jul 2020 12:40:30 +0100, by Roy Marples
-
route: Ensure IPv4LL routes always come last in priority draftWed, 08 Jul 2020 12:03:15 +0100, by Roy Marples
-
Fix compile without IPv6 on systems that do not define ALIGN draftSat, 04 Jul 2020 13:21:09 +0100, by Roy Marples
-
Make DBDIR permissions same as the files it creates draft dhcpcd-9.1.4Fri, 03 Jul 2020 11:41:23 +0100, by Roy Marples
-
privsep: Don't limit file writes if logging to a file draftWed, 01 Jul 2020 11:45:06 +0100, by Roy Marples
-
dhcpcd: Turn off stderr logging rather than closing stderr draftTue, 30 Jun 2020 21:33:24 +0100, by Roy Marples
-
inet6: Don't regen temp addresses we didn't add. draftSat, 27 Jun 2020 13:58:44 +0100, by Roy Marples
-
options: use DHCPCD_MASTER to guard global options draftSat, 27 Jun 2020 13:46:25 +0100, by Roy Marples
-
Linux: restore fix when no address is returned by getifaddrs(3) draftWed, 24 Jun 2020 20:53:20 +0100, by Roy Marples
-
Linux: Warn if netlink(7) seq number doesn't match expectation. draftMon, 22 Jun 2020 22:09:31 +0100, by Roy Marples
-
Linux: keep the generic netlink socket around to get ssid with privsep draftMon, 22 Jun 2020 21:56:16 +0100, by Roy Marples
-
Linux: Sweep errors about disabling autogeneration of LL addrs draftMon, 22 Jun 2020 13:22:16 +0100, by Roy Marples
-
Linux: fix a compile warning for older compilers draftMon, 22 Jun 2020 13:18:26 +0100, by Roy Marples
-
linux: ignore unsupported interfaces by default, such as sit0 draftMon, 22 Jun 2020 13:08:25 +0100, by Roy Marples
-
script: Make visible some link level parameters to lease dumping draftMon, 22 Jun 2020 12:45:37 +0100, by Roy Marples
-
Libc implementations are allowed to require the explicit inclusion of draftSun, 21 Jun 2020 15:06:14 +0100, by Ismael Luceno
-
dhcpcd: Add an option to poll the interface carrier state draftThu, 18 Jun 2020 21:15:15 +0100, by Roy Marples
-
dhcpcd: preserve the STARTED option when reloading options draftWed, 17 Jun 2020 11:25:58 +0100, by Roy Marples
-
inet6: No flags on the prefix means the prefix is via the router draftWed, 17 Jun 2020 09:42:32 +0100, by Roy Marples
-
eloop: Guard diagnostic in prior with ELOOP_DEBUG draftTue, 16 Jun 2020 17:12:58 +0100, by Roy Marples
-
privsep: Use root signal_cb for all signals here. draftTue, 16 Jun 2020 17:07:10 +0100, by Roy Marples
-
privsep: Don't handle any signals meant for the main process draftTue, 16 Jun 2020 11:58:16 +0000, by Roy Marples
-
BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF draftTue, 16 Jun 2020 10:26:25 +0000, by Roy Marples
-
inet6: Add support for reporting Mobile IPv6 RA's draftMon, 15 Jun 2020 22:43:39 +0100, by Roy Marples
-
configure: Fix fallout with disabling embedded config draftMon, 15 Jun 2020 22:04:37 +0100, by Roy Marples
-
DHCP6: Use sla setting when calculating delegated prefix length draftMon, 15 Jun 2020 15:51:17 +0100, by Roy Marples
-
DHCP6: Add requested addresses after freeing all state addresses draftMon, 15 Jun 2020 12:52:55 +0100, by Roy Marples
-
BSD: Mark routes as static only from static config draftMon, 15 Jun 2020 09:49:34 +0100, by Roy Marples
-
Warn if the OS lacks support to lock down BPF or equivalent draftThu, 11 Jun 2020 15:37:33 +0100, by Roy Marples
-
IPv4LL: free the arp state once announced for RFC 5227 kernels draftWed, 10 Jun 2020 19:00:45 +0100, by Roy Marples
-
logerr: Remove setvbuf diagnostic - it's not critical draftWed, 10 Jun 2020 14:31:03 +0100, by Roy Marples
-
privsep: RLIMIT_FSIZE works fine on pledge and capsicum draftWed, 10 Jun 2020 08:30:28 +0100, by Roy Marples
-
DHCP6: Apply delegations to interface on carrier up draftWed, 10 Jun 2020 07:34:18 +0100, by Roy Marples
-
DHCP6: Apply delegations to interface on carrier up draft dhcpcd-8Wed, 10 Jun 2020 07:34:18 +0100, by Roy Marples
-
Linux: Fix compile for systems without route preference draftWed, 10 Jun 2020 07:16:41 +0100, by Roy Marples
