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
