dhcpcd/src
Roy Marples 6797c08b66 options: Fix parsing of strings.
If we are not passed a buffer we should blindly return the
result of trying to parse it has as a hex string - it will be zero.
Fixes 133.
2022-12-23 17:35:29 +00:00
..
dev Force TOP as we know which directory we are in. 2021-02-05 22:41:16 +00:00
arp.c arp: ignore invalid ARP probes according to RFC5227 (#145) 2022-12-23 13:31:43 +00:00
arp.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
auth.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
auth.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
bpf.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
bpf.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
common.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
common.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
control.c control: Fix working with new eloop 2021-03-10 13:09:39 +00:00
control.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
defs.h Build as dhcpcd-9.99 now we have a dhcpcd-9 branch. 2021-07-19 21:25:45 +01:00
dev.c Fix prior for epoll. 2021-02-02 15:10:20 +00:00
dev.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcp6.c DHCP6: T1, T2, vltime and pltime SHOULD be zero from client messages 2022-08-29 18:01:17 +01:00
dhcp6.h DHCP6: Don't spam the log when a RA repeatedly triggers an INFORM 2021-10-01 16:25:53 +01:00
dhcp-common.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcp-common.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcp.c DHCP: Set option buffer length to 0 when freeing 2022-12-23 14:24:59 +00:00
dhcp.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcpcd-definitions-small.conf A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcpcd-definitions.conf A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcpcd-embedded.c.in A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcpcd-embedded.h.in A belated welcome to 2021 2021-01-31 10:33:21 +00:00
dhcpcd.8.in Bump dates for prior 2022-08-31 09:21:09 +01:00
dhcpcd.c if: Fix issue with prior with privsep enabled 2022-12-23 16:13:09 +00:00
dhcpcd.conf dhcpcd.conf: harden default options 2020-05-27 23:34:16 +01:00
dhcpcd.conf.5.in inet6: Tokenised IPv6 Identifiers fix man page 2022-08-31 16:58:28 +01:00
dhcpcd.h privsep: Implement some process management 2021-03-17 15:03:52 +00:00
duid.c duid: Disable use of machine UUID by default. 2022-03-12 11:15:09 +00:00
duid.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
eloop.c FreeBSD: Finish EVFILT_PROCDESC implementation. 2021-03-18 12:14:54 +00:00
eloop.h eloop: Make the API more like native poll/kqueue/epoll 2021-02-02 14:41:54 +00:00
genembedc privsep: Handle all file IO in the Priviledged Actioneer 2020-05-12 10:26:35 +01:00
genembedh build: Put small and non small definitions in dhcpcd-embedded 2019-09-13 12:37:59 +01:00
GNUmakefile Move the source files along with dev, crypt and comapt into src dir. 2017-03-15 22:06:12 +00:00
if-bsd.c privsep: Open OS sockets for the privileged process at startup 2022-08-30 13:46:31 +01:00
if-linux-wext.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
if-linux.c Compilation fix on linux platform with clang (#130) 2022-10-11 17:53:02 +01:00
if-options.c options: Fix parsing of strings. 2022-12-23 17:35:29 +00:00
if-options.h inet6: Support Tokenised IPv6 Identifiers 2022-08-30 10:48:11 +01:00
if-sun.c privsep: Open OS sockets for the privileged process at startup 2022-08-30 13:46:31 +01:00
if.c if: Again fix prior on NetBSD 2022-12-23 16:15:58 +00:00
if.h if: Fix issue with prior with privsep enabled 2022-12-23 16:13:09 +00:00
ipv4.c BSD: Find the correct interface for tunneled routes 2021-02-09 10:11:54 +00:00
ipv4.h BSD: Find the correct interface for tunneled routes 2021-02-09 10:11:54 +00:00
ipv4ll.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
ipv4ll.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
ipv6.c inet6: Fix Tokenised IPv6 Identifiers 2022-08-31 12:17:53 +01:00
ipv6.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
ipv6nd.c inet6: Support RFC 4862 5.5.3.e in regards to Valid Lifetime 2022-08-08 16:47:55 +01:00
ipv6nd.h inet6: Support RFC 4862 5.5.3.e in regards to Valid Lifetime 2022-08-08 16:47:55 +01:00
logerr.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
logerr.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
Makefile Force TOP as we know which directory we are in. 2021-02-05 22:41:16 +00:00
privsep-bpf.c privsep: Implement some process management 2021-03-17 15:03:52 +00:00
privsep-bpf.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
privsep-bsd.c privsep: Open OS sockets for the privileged process at startup 2022-08-30 13:46:31 +01:00
privsep-control.c privsep: Implement some process management 2021-03-17 15:03:52 +00:00
privsep-control.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
privsep-inet.c privsep: Implement some process management 2021-03-17 15:03:52 +00:00
privsep-inet.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
privsep-linux.c dhcpcd: Use eloop timeout to wait for pidfile removal 2022-09-05 13:24:02 +01:00
privsep-root.c privsep: Improve the race to exit 2022-09-06 09:18:08 +01:00
privsep-root.h privsep: Open OS sockets for the privileged process at startup 2022-08-30 13:46:31 +01:00
privsep-sun.c capsicum: sysctl NET_RT_DUMP is a privileged operation 2022-08-24 10:04:19 +01:00
privsep.c privsep: Improve the race to exit 2022-09-06 09:18:08 +01:00
privsep.h privsep: Improve the race to exit 2022-09-06 09:18:08 +01:00
route.c BSD: Fix an error parsing the routing table 2022-08-23 13:57:17 +01:00
route.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
sa.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
sa.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00
script.c A belated welcome to 2021 2021-01-31 10:33:21 +00:00
script.h A belated welcome to 2021 2021-01-31 10:33:21 +00:00