]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Well, changes were made in 2024!
authorRoy Marples <roy@marples.name>
Wed, 21 Aug 2024 10:51:24 +0000 (11:51 +0100)
committerRoy Marples <roy@marples.name>
Wed, 21 Aug 2024 10:51:24 +0000 (11:51 +0100)
72 files changed:
LICENSE
hooks/dhcpcd-run-hooks.8.in
src/arp.c
src/arp.h
src/auth.c
src/auth.h
src/bpf.c
src/bpf.h
src/common.c
src/common.h
src/control.c
src/control.h
src/defs.h
src/dev.c
src/dev.h
src/dev/udev.c
src/dhcp-common.c
src/dhcp-common.h
src/dhcp.c
src/dhcp.h
src/dhcp6.c
src/dhcp6.h
src/dhcpcd-definitions-small.conf
src/dhcpcd-definitions.conf
src/dhcpcd-embedded.c.in
src/dhcpcd-embedded.h.in
src/dhcpcd.8.in
src/dhcpcd.c
src/dhcpcd.conf.5.in
src/dhcpcd.h
src/duid.c
src/duid.h
src/eloop.c
src/eloop.h
src/if-bsd.c
src/if-linux-wext.c
src/if-linux.c
src/if-options.c
src/if-options.h
src/if-sun.c
src/if.c
src/if.h
src/ipv4.c
src/ipv4.h
src/ipv4ll.c
src/ipv4ll.h
src/ipv6.c
src/ipv6.h
src/ipv6nd.c
src/ipv6nd.h
src/logerr.c
src/logerr.h
src/privsep-bpf.c
src/privsep-bpf.h
src/privsep-bsd.c
src/privsep-control.c
src/privsep-control.h
src/privsep-inet.c
src/privsep-inet.h
src/privsep-linux.c
src/privsep-root.c
src/privsep-root.h
src/privsep-sun.c
src/privsep.c
src/privsep.h
src/route.c
src/route.h
src/sa.c
src/sa.h
src/script.c
src/script.h
tests/eloop-bench/eloop-bench.c

diff --git a/LICENSE b/LICENSE
index 8fd3a41dcfcea663429174b7d7b3a913dbc346dc..159e020b22bd6cc95415bc8b7230f9e6e2552539 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index ac1972a06ad660d03baf5b6dae6c9f20139bcdba..e23d1cc7dfdb7f182b2dbbe4f8099813e89b3382 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2023 Roy Marples
+.\" Copyright (c) 2006-2024 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 4b894e2739247df94187f67aa09601400778f9cd..7d0c8558faef5f17204d984bd708023f17f1a0a3 100644 (file)
--- a/src/arp.c
+++ b/src/arp.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - ARP handler
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3daf85f689d8d308c5502201aa3bafdbf08fa712..1a5f41f087fb98f945439a6b551d53a50b8343d8 100644 (file)
--- a/src/arp.h
+++ b/src/arp.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 9d2caecb4bc0584976b9565f4fd7d7bbfd58a44b..26f0831bc78d4c1f7bebb1bdee6edc8e805120e2 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c1cd303874829d994d3876347410f45f74c33a66..f0015553b2e6b88def08b944f221a612e3d22fc8 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index caf9fda6c3282d0d95aa7d0e13da2be80a57a5ca..5cd54daeb67be5746bbfed4e2bbe99c1b3312d4b 100644 (file)
--- a/src/bpf.c
+++ b/src/bpf.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 03a92d861e83890bee4d3e934064cd2b7ecf4231..5900a090f5dbd3121a1bb96d5d986844c0dfb6b5 100644 (file)
--- a/src/bpf.h
+++ b/src/bpf.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 34746d2496253e1297e5bc2f6f099a2f7906650b..0558ccbe3fb67e81e8b4fd05b4124e27b5b8f7a5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1328b1e185a0203924c596eeca9d0b3a5564278c..97fffa5b5c3dcb308337763e3e327c78a8f49e60 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 17fd13aa8a9e2b6500d58534a64b2048f1c8d223..c218b2da2a3566f09f37b1ef4ff0576d0495a2be 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index f5e2bc7e428ada41db18357622d5e133e2706eb7..cd37dc1f02ea570ba3efda5183f4bb5c7b304eb3 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 58897713424dbdf6264913f1d576c5971bf94ff0..1958a86bd7d951746addf052a4928ffeced942c7 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 0abc3ee2660e31b673ed627b42a3dcddfc420b80..7a3ae82d31d608787dd66d6b611d2ad8ad7e906b 100644 (file)
--- a/src/dev.c
+++ b/src/dev.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 9aa4072d39c9470b6ae50089feab95bc6ea6c92b..9e9b24c62278a71bc024bb8951cb90f4c5eeaa1a 100644 (file)
--- a/src/dev.h
+++ b/src/dev.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index a5c8858241cec14a5ce3475e0cf258678a8c0f32..126ccfe3d77f846d6f0d9ad752b837051bc23f10 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index e5dd9efa721fb534104590772571202167594536..2130cb09108fbd47191ec1f4f24cda145a6b36fb 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6eaf3b3c6bf73f1849a4e8d11146284ca4501f2e..49e20364eca5ab6657ff72f26d36c59f32a0cc3a 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d7a7e6f685a4492fbd1e7b861ad80abea1529588..85d2c56fd9162d27bd09f415ae74659e9f022ea4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 06f550e9cf301700affb85412562c794e5d17c3f..b5aeceef8e74b76b56b958fb5b84801fcf5c875a 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d390518ea73e0dbea0d206ac3aa597296f0433b0..12bb8d1988da25e3feece3b3d01c357b6dcb40e9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3995c988e3f9ad509638f93888fd4da98ddd6311..5fbc41b3665f5bdcb310024b5404df5543f38183 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d994a913849b549e2bf66b62312f642e5ac9c973..da975cf4a2a2cc1b27a0b068f8422ff2310a18c2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+# Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
 # All rights reserved
 
 # Bare essentials for automatic IP configuration
index 37ae9744037b78e3b4b3fe3a0994a80e0e6d8514..8c447e615173038e4e02b288f33d9e483eea11ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+# Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
 # All rights reserved
 
 # DHCP option definitions for dhcpcd(8)
index cd5add5b9ace966d2b6afcb85e3b0bd0048ff0fe..00f1975eac4be328ad2905794279ba6a4fc5e091 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1aa4a47498e41e4be94dfed94d1e338fe4cb5b00..3e0119e40c1b4a1e61d2c195146d7834e4ed45a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index a84088a6264de92275305d418554d4e774cad3c6..04bf7d903100a449e56415aec9a404dd18457a80 100644 (file)
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2023 Roy Marples
+.\" Copyright (c) 2006-2024 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 37993e64a99df1bdb5d0a8eeb6692c5414a2d47f..654e1c0fd88ced567d1fce1e2e48c10b66ee201b 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  */
 
-static const char dhcpcd_copyright[] = "Copyright (c) 2006-2023 Roy Marples";
+static const char dhcpcd_copyright[] = "Copyright (c) 2006-2024 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>
index 3af2cc3e7f4a11792c8a2727a27a61105659e26c..7ee980d056f860beca381e6f12eb9c2aea54c6e6 100644 (file)
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2023 Roy Marples
+.\" Copyright (c) 2006-2024 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 7fee0604768f1d47093165d274bb80c5c5d651aa..17aa8d96aebffde6ede23ec25df336c275a5ec35 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 39708105bb4807718e0bc6f7d0426ad9c75da6ef..018d5d6102f701ea78f5ed84fe8a53a1e5f85a4c 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index add4625ce4e415cfc0c91913413be62ee9a12f4f..bded4954468b61bd5a8aa7e0891905e93550a7e8 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 32a90c77eee3b878e5a69b9125f9ae802f97effd..523455d7dc89a2349f2ddeee6c7ee63946007c80 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
index 05851dba8d60f23089eeafdbce1ef9b8afaf8f53..7a27e95f57d43e12f7985c63883dcc02f75911ad 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 9ebe36a88fd3179f78c632ec23727df2404bff11..a0dde1735fd469bf112a13490ef88ab9f19c4d25 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 88545dc9773fd7d9c34d33c8be4d927ba93ca8fa..34b45ec2edaf733de1b13a25399a21fd84c4c080 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7a1222fad4c68caa6c7e7a657e67a9b37d5d70b2..71dc5067b1090f4e0879b73602785c5fa512772e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4cdc294b838b1d5a5533b688a1c48fa0bd57d159..85de533009c01fc6fb52faee521536ba7e5c37fe 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 14c698fe1754f3b0b17371bc66ed0450ff359e03..b77fc302fba1f2e08ab46c83abbaa8d40027cba9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 37d0096196727f7f9fe5053fa43c744eba459d59..e22634d9436155a9391990f67f48ff7fe4fbb2ec 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Solaris interface driver for dhcpcd
- * Copyright (c) 2016-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5da7d6d7090e46acc721cb3472059c70c176fa47..17bf37a591e2a669cc8b9fda437d5e2a79bab9bf 100644 (file)
--- a/src/if.c
+++ b/src/if.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d6ef65bb462a36ffdfbc6722f5469a8e471d0ca0..9d503c6a205b5e7f3ddc1041db9bf73fad68cf74 100644 (file)
--- a/src/if.h
+++ b/src/if.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ada821b95c882f8fa4d5b3e37eb5604fca1c1293..6586f1dd15e0f544cccbf7b72d44f40637783e62 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2d8de7d083061a5a74acbb1ba31101ab1d722f96..bce7a0cf18298aa7a2cc44bba23f5836e879c1b3 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1ea17c4366d768835d9b35e8efd94b53de9e3499..0744447a7d4fdfab773d07f45c8c5e14fc02e4f9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 78af32e5191b3d532f352110609ba9b8ca8521d0..16986028034a6a34ec3a1f60972587e5970553bb 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b6136c088d3684dde82161120a1aa5f088d18f41..b84d146255b4bab8896b7d0b75ff339867d332f4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7096d3816deb0150682a72028fa0c97b0cde9306..8189e1e3d8fa0ec03883b756186831b39f122c39 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 20ac28cfb6b7bf262edc4124acdcc7f70081d674..913c84fec53fd62a38420cc086efd27cbea1da3e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 837b7d0f1e3ebba10af335e97ff43f73921f69bc..51bf0353e5f1fd5e740059717485ee46395209b7 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 319d6f48e6ce2cdb8f505061cfac27e0d1a3539d..fef33deadf857fa6614925d0b700a28704d4e0c9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6b2d494113633a5a0b64944d511795f5828607d0..b67da8d22fe55b6d06f497ad0d68e774819bc1d9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 032e6d1adaf4cd9463d980646702042c51d7ef17..7d01a970ab2aafaa9ec88966948c9ecf8c4078c2 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation BPF Initiator
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 882fd2984683e6e8b8de7469462922a7dc72b710..dcd7114d3009f270fddffd4d9c6bd783050d054f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 755ad6d530d62fbd33688b03aeb10d44bbc5b4f2..cad6a3a07b4260570f1af1834a4bbec4e519da23 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, BSD driver
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5bce41746d3f7b0c51450f84ed95aea108aa5a0d..3fce9535f9facd79b4e3132798e6058e89d5c2a3 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, control proxy
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b6f76aafd4a6db0580e6bdc4481b024c93bf4f1c..bf209e5a88e19e7cc90814911fb2946e38917d05 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 919fe9540b0ab3b2f4651e801a4f0efbe1283417..1f48033cec2f8f1c551e3c813e9d17dcc32461f9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, network proxy
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7da47dd2d3f21852e0f26f2fa2aa2dd32d03a629..460259319ada5b4fb46a7660ee7b8e0b9fd89d8d 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 07f05213fdc2c7397c6cf1d2cad1216ff3829029..8357904c9c9a6522ba3dde4daaf0ede929e854c9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, Linux driver
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ed4bb699769ef1f1ba936668316129b05d6be5b9..d6e4c992589860109d6ff7f05e5783c13d5ac923 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, privileged proxy
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ce824db97664bbd0b3a23e1d690112cc7effaa91..3bc5f224d8521f25d3ec9956a5cf245a82567407 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6e539c198663fc2ec8f88facb5cfb53ca41c7d22..8c3b1e52a04db3cff3bb525fe9d43915c45ce7e3 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, Solaris driver
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4cccfbdb2b874a759e3802019f71f60e82a048a7..50cb42a79bc83a839426d507e7ea480ad6c1c256 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index cab17550357238088afe584778cbd0540d009d45..4ff4d2ae87c108586d870a102be048359238a4e0 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 00b3c046aa5af28e64d83ece5c432fada81877e6..483d4f65f6b804b6f786ff5c0e3ba39a40ffbd3e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index df8fc477292620b2735e32b63f088fc06aa813be..b9b0dfd6473dbc7b5cb9e2358c0c6e29559e0572 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
index 05009d3bae7669e39ee0e4ba5f6fc4acae8fdf95..9fdccb693ad4397bf107c853c795b5414f9890c9 100644 (file)
--- a/src/sa.c
+++ b/src/sa.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 902229afbe670b02aa0d546433f8d853ca6965f1..4b9ad49af08b8012aff68d31790bcfcfba9cfea4 100644 (file)
--- a/src/sa.h
+++ b/src/sa.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1a61f29dd10bed6f75913ac27c468be7c69f6478..4c71b8d092ba053ac44930465afb3513dc240bc4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6321d4c713981640fa4b76d97064399fd737e440..4b63d1031d9822062b4d4f20a1caf3ebde2a8ccd 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index fd0fb2edd3db57ccf9e9c3637750590b1400c3ed..351d133c7b9104b3d1f6c813b57a1ef917aa062e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * eloop benchmark
- * Copyright (c) 2006-2023 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without