]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Welcome to 2025.
authorRoy Marples <roy@marples.name>
Sun, 23 Feb 2025 20:37:52 +0000 (20:37 +0000)
committerRoy Marples <roy@marples.name>
Sun, 23 Feb 2025 20:37:52 +0000 (20:37 +0000)
70 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.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

diff --git a/LICENSE b/LICENSE
index 159e020b22bd6cc95415bc8b7230f9e6e2552539..f2d703978e9b3e809ba3b189a2c9f2d155e6afc6 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index c89c1aa87ad4ec6c4fd5445c9e33000068d34b00..73859b37fdc0edcdac5af8cd76979c350f724a05 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2024 Roy Marples
+.\" Copyright (c) 2006-2025 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index c9ca6f864aa3bcb093862d35c14d41e645baf424..3136c7687299fbb91a9b85c76e43d4ac9da9270b 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2edbc53067c76d17ecf5762a7c9910df992daa3d..d336f0effade69cce2351ba9e5b99011bf612a28 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 26f0831bc78d4c1f7bebb1bdee6edc8e805120e2..594d6a45005fbbdfe297dd5ab193fa4f96c74769 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index f0015553b2e6b88def08b944f221a612e3d22fc8..c5d894344e134652228d0aef29c2432525758e8e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5cd54daeb67be5746bbfed4e2bbe99c1b3312d4b..47375a3da08ff787edfa06704b85f35dede42741 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5900a090f5dbd3121a1bb96d5d986844c0dfb6b5..1ffcd65a83ed8ab217a54da954ebe677b531b6be 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 0b56e9f48827b3a74c80fa560a8633dd9ef9c4ca..6a26689237dba37ff928db2abec7147d31966874 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 12f9c1f44a0ebb64601f055cc59c90ad01e2c528..8aead9c96f6e66f37365eab77db54aa82075f7bc 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c218b2da2a3566f09f37b1ef4ff0576d0495a2be..ec1c633c88645308b55abf5561e3fe8ece073558 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index cd37dc1f02ea570ba3efda5183f4bb5c7b304eb3..8a3d3d590e4038786d713755da9797ac707fa7be 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3760b75a4648b4d41c946f77d1932a49c6635833..26611fc03d078b435f05a947808f20869f90fa8b 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 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 7a3ae82d31d608787dd66d6b611d2ad8ad7e906b..c20a3f49b7b61cf528fffa5ccefe2c7c91aa36fd 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 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 9e9b24c62278a71bc024bb8951cb90f4c5eeaa1a..210e15de0b75553a363dcf2287425740d3769b39 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 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 126ccfe3d77f846d6f0d9ad752b837051bc23f10..5cef941c37acc3d389a6fa3028151996f9900952 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 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 295ef74fc041b96702038d95f085e4021a1dc43d..8370addadc000b4922ce1f620fa6e4e8a1edf0fb 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 49e20364eca5ab6657ff72f26d36c59f32a0cc3a..6a1800cf1b727086e83a0222fb62df0e047410ea 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3de4bfce556506aebec8c1f5dcd7b1dfbb180472..f6db1a7c213b9cecf476925cd347e5eb411da188 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b5aeceef8e74b76b56b958fb5b84801fcf5c875a..e8c2a1e3962dbac3d5f5269577a421242f0cbd8f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7d0d318a353170baeac978ba03e4978125109fef..fde8d368e711ded3db84f272e258d74a10124fe1 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ffae5f716685e74c0912ec6b68737530219835de..008981c78066f034a667f9d1576b0c721c44174f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5e4f956af79fd81e209d420d7db2ffe98f38437a..6d7eeb14b0147b37cfd73a4ccc344ef39b999290 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+# Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
 # All rights reserved
 
 # Bare essentials for automatic IP configuration
index 1786ed14f286e49bada71d39198263074fc4d448..9002435d6dc92e77d63fa9af86d3816bc007fe60 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+# Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
 # All rights reserved
 
 # DHCP option definitions for dhcpcd(8)
index 00f1975eac4be328ad2905794279ba6a4fc5e091..e2d32987a2a07f3d31e9f7e14719adfeb8ec9b70 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3e0119e40c1b4a1e61d2c195146d7834e4ed45a4..49a7bed3a553d2462be15b79f4e6ac135e9fccd1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 04bf7d903100a449e56415aec9a404dd18457a80..91fdde2c4f880071c7307ea0028fe14d6ab55734 100644 (file)
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2024 Roy Marples
+.\" Copyright (c) 2006-2025 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 4a2c01848d6f9cbe8d19d107c34ed6cd88f07f7d..1b1e1b2fd4326bb088e83e5a911e535080628c77 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 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-2024 Roy Marples";
+static const char dhcpcd_copyright[] = "Copyright (c) 2006-2025 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>
index 074ae1ca793d717bd5c7d4082edba46488a4cde9..500f043af00a17fad013318083597d17ff87325a 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 018d5d6102f701ea78f5ed84fe8a53a1e5f85a4c..13c339c9685b40b3ceaed6dd98fcb42a81665b98 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index bded4954468b61bd5a8aa7e0891905e93550a7e8..da6e864f10ee60fd18504fdbcd0730df2e418d1f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d602fdcfe300933d5dd34f90096e11862ae0442c..493378375b6d688b9f63637dfbf9bc5b26892d3e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
index 7a27e95f57d43e12f7985c63883dcc02f75911ad..181e6e75ca3cbaeb2e83efde0a8c0863cf7a5881 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 9871d78bb4d0a61b8bcad58eeb538daa6d7cb113..4ad41b21b0907509a6b8d1d0d655462d2be0519b 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 34b45ec2edaf733de1b13a25399a21fd84c4c080..fb1f5a8ae01a29237156ca93c396bc63e64704f7 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5a4a89c3aaf5ea0b5f5d946adfd4729a02b53de4..2e519f2a22d01e139bb19825030e83f27a65407d 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index dd05072eca9a7cea6d567083977359f983035898..0958b684cffb56501dc5d38ed21f1a276dd5bd18 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6fa178fcdf7bf637a6ac69f68823fc42c6e8a38e..dc79f639b52a86513642e957b735460513346573 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index cb4849b4fe8ca191622733c6b9ce8b14aa0f906a..01a109d385efc8477b1d5a042f52bb6612f537f9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Solaris interface driver for dhcpcd
- * Copyright (c) 2016-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d95b843e2a667601d7ea41bb2854c8660b67656d..8db013085e4f9661eddac1ecc8969b7940542a38 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1872a37bdc919c9bebfa9493b3d129210c19e7de..1739e2af0d9a3418a295908e338334d4028b72e7 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ce67bfec76ff3d5aeae43762ff1befd409a7a255..bc7e36342b0986d659892c4c575200ec3a1d43bd 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index bce7a0cf18298aa7a2cc44bba23f5836e879c1b3..b94b1c56758b22eb3afe4d96f109a98a2183b014 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 512a504c9707a19397c233eb7aeae194c341de97..94e6f4d9259730139c5a9d1d7f23d29d4ddd1400 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 16986028034a6a34ec3a1f60972587e5970553bb..9d8ec447e128e26b99f8196f55cdaf4c468913ec 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 934d5b2479d4e061162455e6efd9d896055b0876..32b349bb6219c616055b70ecdef91b122bfecd8c 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2304d95cd777d48ae8a55cb44186effbd08286db..0e89935e8cd339f8a317c0ec9a91c0d064e21496 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4e1a536eab24c6f1a3130905c0c4939afd5a7f0b..39fe4731a6f9a56d24c95ee7c64b862cc9413e3e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1df7887f1d0e9e8b697ce589a055da2aabe07271..acf3a691415c91c54feaae101f04851f96cf1869 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7520c56a58fe6de601a41eb5e9c4141c31fef18c..a0c5d35f2af67d83e272ead835571b44e54c6150 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b67da8d22fe55b6d06f497ad0d68e774819bc1d9..08c3c133a938355196840e6ae53e633dcda7998e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7d01a970ab2aafaa9ec88966948c9ecf8c4078c2..97765dda8ac7d7507a881371d4d2aca043347084 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation BPF Initiator
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index dcd7114d3009f270fddffd4d9c6bd783050d054f..1539c3ae577acb3e67396706c52bcb456c203ac5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index cad6a3a07b4260570f1af1834a4bbec4e519da23..f53dd1ebefb69ccdf37d4cb5a5bbbfa6d769c0f4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, BSD driver
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3fce9535f9facd79b4e3132798e6058e89d5c2a3..0ce39e7987943ff08a1d70edf45c3766f39e61d5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, control proxy
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index bf209e5a88e19e7cc90814911fb2946e38917d05..f1a2bff1f8b8a52b8da887a936281aee7b0e97b4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ad30a5afb0d3536590d7ef35f25df711ace40122..1c0c81ac236daf22057d2b3d0abd7fc80e10d11e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, network proxy
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 460259319ada5b4fb46a7660ee7b8e0b9fd89d8d..f46056d14929f9abc1c176ef521b01bd10146a83 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ca810823587e7fcec648bb4cda4c06fca0c90d8b..d79fc23b7898bf6650bb137a47d4092aae432f36 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, Linux driver
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 640edcf7da287f46712e2013de969755b312471d..4e6b9538f1a018cdb45282381b70b5189686023d 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, privileged proxy
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index aede188ccee37296d486fc2dcff73d1a1fe5f3d6..fa5a6e132029296cb5727814c1dc3f618d31c589 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8c3b1e52a04db3cff3bb525fe9d43915c45ce7e3..0da788a56f2f4b46f3cabcb2bc0ae488694152bc 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, Solaris driver
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 20b99462c4d4f942844aa001d390da6cb4470364..7b6fbbbc3a514fe5d30e7361f83edfec4b640639 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 82324a9b3a8fa4890598d1913b2b0b541bb158b5..91d6884c5de2046c368619acd393f1a3daeac421 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4d08da7e1e747c19476879fc9e06e3221689f77c..beb14226426cbd0e536a8a063cdf5549818b5a2d 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2c85b90f4fb55b4aefdb7062d5dbcf8689402698..974604f55f1461ef6ead6d1bb4fb03c88155ef44 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
index e8bff04fab1873091cd844f12d843e8e34b388ff..3d184f47dcf3316f9e7d936cf97d7354c83808c8 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4b9ad49af08b8012aff68d31790bcfcfba9cfea4..d303b9941136fc83c22bb35ceb8dccaad8d5c96e 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-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b06e2141bf5e62ed861bb6bd805bf17c41a9e867..abf62f60b197930368b556948076572f9bc79b01 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4b63d1031d9822062b4d4f20a1caf3ebde2a8ccd..e5e1d7a4a8852415498d42ee6d81c4613bc8b73a 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2024 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2025 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without