]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Belated welcome to 2017.
authorRoy Marples <roy@marples.name>
Mon, 6 Mar 2017 10:06:01 +0000 (10:06 +0000)
committerRoy Marples <roy@marples.name>
Mon, 6 Mar 2017 10:07:56 +0000 (10:07 +0000)
39 files changed:
README
arp.c
common.c
common.h
control.c
control.h
defs.h
dhcp-common.c
dhcp.c
dhcp.h
dhcp6.c
dhcpcd-definitions-small.conf
dhcpcd-definitions.conf
dhcpcd-embedded.c.in
dhcpcd-embedded.h.in
dhcpcd.8.in
dhcpcd.c
dhcpcd.conf.5.in
dhcpcd.h
eloop.c
eloop.h
if-bsd.c
if-linux-wext.c
if-linux.c
if-options.c
if-options.h
if.c
ipv4.c
ipv4.h
ipv4ll.c
ipv4ll.h
ipv6.c
ipv6.h
ipv6nd.c
ipv6nd.h
route.c
route.h
sa.c
sa.h

diff --git a/README b/README
index 711cd4a5383355799d2d79631f491d348118def5..9f5b539283aef2146cea187bfac24e14154767fd 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 dhcpcd - DHCP client daemon
-Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
 
 
 Installation
diff --git a/arp.c b/arp.c
index aaff37ece488fe360125dac861591a71789c1ec5..716a72313de647d981fc80bd694638eb75feb757 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - ARP handler
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 645a5dc486057678b41f52983fd99171770ab87a..4e2dd4393da43385d18426cf31b2ad3e5bbdd769 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 36048c8f429b2b77b4758222be2637f0770f4918..2ecede05f085acf48e0d8b77d83be29b7b7df75c 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2b1ccc3e2bbf8030317316a6dee2ca46e89c718a..4e0824ba182607c88a4c6fc67a0257401a45ec89 100644 (file)
--- a/control.c
+++ b/control.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d3dd85fa649a7f91e3b5377d1a46e09fa7ce87ea..36ae9aef4bc3998b68e027ad0180b5d11ecc9ab2 100644 (file)
--- a/control.h
+++ b/control.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/defs.h b/defs.h
index 27b0e3949499c665a0ab163825fece991d3ff53c..83a7392ccc28dcd9ba5f275ce6a97347b1016dde 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 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 790b760749b888d49641e105597a24c7a818b4de..2aec0d914dbb3767fd55051e62ac800bbaaee6b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.c b/dhcp.c
index 324bf84a7deaa06b794967071f3915f2cb50c87d..1ef8499bbaa90450139b3baecc0f0d34d7b44927 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.h b/dhcp.h
index b64e6454a1e5c16c7c6e3d305aa2870095bed6f8..4af1a19864c59d4ea242200be69839e3acf2c44e 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp6.c b/dhcp6.c
index 602d3c7b49e40d983bea77b9bd55aae0a2aee4a9..e0a4ff3c58d4651ebf4b6d969e14b80e157bf20f 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 03ff6f98c20caae9062d524580aed8a0b8707dd1..0543b39e754d2c52ed61e5ca606e758e9b9ea535 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2016 Roy Marples
+# Copyright (c) 2006-2017 Roy Marples
 # All rights reserved
 
 # Bare essentials for automatic IP configuration
index c6aff1fe79d601ab38d270cbdba7bdcd61db1791..f8117d277f855e485adf9f2b4366ca394ed7ce60 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2016 Roy Marples
+# Copyright (c) 2006-2017 Roy Marples
 # All rights reserved
 
 # DHCP option definitions for dhcpcd(8)
index 6599c3dc07423529679a7f8dd5f52e9232f3e9b6..806b3b7197408de32382d8f406f7450c99134d09 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 0645ee92467d4132e3789be266c9e2e13eb27ef1..d1be5cd7d83453b3deeac1ca5b02792043b095f5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 645c9aebc77f031b7928a77fee6343c65b2de928..d55457cafb4dbc4eca6cfd70f86683c92fa9d226 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2016 Roy Marples
+.\" Copyright (c) 2006-2017 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 58abaf459c06f16ba2792fae37b2286933b6771c..2d21e5d57c52dfd8c7e8adf9617da22cb02fdf6c 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-const char dhcpcd_copyright[] = "Copyright (c) 2006-2016 Roy Marples";
+const char dhcpcd_copyright[] = "Copyright (c) 2006-2017 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>
index c94008aa7dd059bf1a368fc8f43aef64b048a54c..9e2ecd6ee8509c2aa5fb142f44ef6f825269224d 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2016 Roy Marples
+.\" Copyright (c) 2006-2017 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 8be796614f23e6a98adf455586aecc44c5516953..2deee8aaa1c66c42205328b5486b6198dc4ffea6 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/eloop.c b/eloop.c
index a54a0f3e51cdd34b65ee2c432a885432c5081c99..45964838deede4669018b432b664b13f5922b93e 100644 (file)
--- a/eloop.c
+++ b/eloop.c
@@ -1,6 +1,6 @@
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/eloop.h b/eloop.h
index 0119a80fd7ca8c11762ac8a497bdbd05fa721284..863fa0ac92f0489bd27b50a6d8641229c33bc6bf 100644 (file)
--- a/eloop.h
+++ b/eloop.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b3dec083d24185112af9898f72776f6a43145f93..58809cc60036a3491207334712d80f2e4800214f 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -1,6 +1,6 @@
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 96f7a7f41d6c701e5b5afa76166107ffacd24ed6..c568507771fbb634bdd571ae4e7a28ad380e891a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 51006f013368d54e80447c18bf2c7c3fda115519..8cda7dd162dce37cb0b76bb44b99d6b2cd57225b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7dd6a439b9f666cda1d3f8d04dd72fbc1d1970bf..eaeb7873fbb7048cd2961f49d0fd1102712d58b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3f2eb04d14f24b5a823e093e7b42d74eb95e15f4..1c677582334107f503d6e062667c34651c71bf80 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/if.c b/if.c
index e5564097d4277cfcec6333b23e3f619cf3fddfda..f154697ab85a3ee018cd73b73de9770b2bba928c 100644 (file)
--- a/if.c
+++ b/if.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv4.c b/ipv4.c
index 57a19dfe29f36a43f827d9b99845cd4d9775895a..7c2bd4e28d8b13cea82f32882355cf95252c6e82 100644 (file)
--- a/ipv4.c
+++ b/ipv4.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv4.h b/ipv4.h
index 335445f74cd3fe9ba5172e10078747755d336628..a7dec35a43d8c925c8618b20b2c723ddb562ebd7 100644 (file)
--- a/ipv4.h
+++ b/ipv4.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 940f32d5803428720ac0c62ba5e2c072dc419fe2..ce28c817162a5ff487a59d43a04e0b117ed4dc36 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6ab659ce0ffde0124bebd4279be00a557cc2fb65..e2f4afd0c88be67a5b71afa700c0e7765ca5b198 100644 (file)
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv6.c b/ipv6.c
index 95665f4edb127548787337f981275c4c0dfc6d60..a25fddefe30eb5c9870b1de71a71dcedf90a6a2d 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv6.h b/ipv6.h
index 11a389687c9d7b91486b1456cb1c80c609a5c903..df6f9fa8512f3f9c5e6714e7d4830996432ba8ea 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index f3426330ce92dd46e0f38775a4c95b7d838cd5c1..7fc6912c5c7e0d0d70f3930ec25e1bedc3f3da63 100644 (file)
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d2edf79d148460d6811deec479c77e278ca502fb..4bf726979c218b369cc2adc6a6df8e5e10b75970 100644 (file)
--- a/ipv6nd.h
+++ b/ipv6nd.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/route.c b/route.c
index 1e6bd84eea34117da5ab4fa48ce0eacba5a3dd20..02f8f12f38fc44ee9095bf8c9634a9a6fda2e7ec 100644 (file)
--- a/route.c
+++ b/route.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/route.h b/route.h
index 452599a44681ae5f0f43876a108caa87e9a3366a..d203c669a68ecdc44410aaf70edaef0b8e09f86a 100644 (file)
--- a/route.h
+++ b/route.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
diff --git a/sa.c b/sa.c
index 11fee823916d666f8d6c1f06b51d718021e76b3b..403c98375e756d7be8b642f5d8ade0d9a8267833 100644 (file)
--- a/sa.c
+++ b/sa.c
@@ -1,6 +1,6 @@
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/sa.h b/sa.h
index 5c3eace37934c3e5905b3255157fad681b6f513e..71a1f2bd87afeac8b6e5201da264735c7b1aafc9 100644 (file)
--- a/sa.h
+++ b/sa.h
@@ -1,6 +1,6 @@
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2016 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2017 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without