]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Fri, 4 Mar 2016 21:19:27 +0000 (16:19 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 4 Mar 2016 21:19:27 +0000 (16:19 -0500)
34 files changed:
LICENSE
README
RELNOTES
client/dhclient.8
client/dhclient.c
common/alloc.c
common/bpf.c
common/comapi.c
common/discover.c
common/dlpi.c
common/execute.c
common/inet.c
common/print.c
common/tables.c
common/tests/test_alloc.c
common/tree.c
configure.ac
includes/dhcp6.h
includes/dhctoken.h
omapip/listener.c
relay/dhcrelay.8
relay/dhcrelay.c
server/bootp.c
server/db.c
server/dhcpd.8
server/dhcpd.c
server/dhcpd.leases.5
server/dhcpleasequery.c
server/mdb.c
server/omapi.c
server/salloc.c
server/stables.c
server/tests/simple_unittest.c
util/bind.sh

diff --git a/LICENSE b/LICENSE
index 27e76752d1d183daad5b6e458ec11192ef28a540..f9fd7d6cb49fe816d97ece5c9b185e6add23cfb1 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
 # Copyright (c) 1995-2003 by Internet Software Consortium
 #
 # Permission to use, copy, modify, and distribute this software for any
diff --git a/README b/README
index 2d30fd577d1d7e19fa0b758403198ece4d755706..5777ab4155420aa2a435f882a457ec288a007cfa 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.3.3
-                          03 September 2015
+                          Version 4.3.4b1
+                           09 March 2016
 
                              README FILE
 
@@ -142,12 +142,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.3.3.tar.gz
-       tar xvf dhcp-4.3.3.tar
+       gunzip dhcp-4.3.4b1.tar.gz
+       tar xvf dhcp-4.3.4b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.3 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.4b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 47e303039e5afebab0f3a6d48ede4d07c3f16818..30dfce95d37cc150ea309c49aa315efb93e3fed7 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
                 Internet Systems Consortium DHCP Distribution
-                             Version 4.3.3
-                            03 September 2015
+                            Version 4.3.4b1
+                             09 March 2016
 
                              Release Notes
 
index 1946d9bb3a26c0159a38794774cf9e3f4e6c7d9f..22505a39549364579dbb007efb156148ac1d3a3b 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhclient.8,v 1.36 2011/04/15 21:58:12 sar Exp $
 .\"
-.\" Copyright (c) 2004,2007-2016 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
index 98e691b51077c1a5ea74701b3ebc96571cc201af..f7486c6a754f741fecb2a2999d78778ab79a5970 100644 (file)
@@ -72,7 +72,7 @@ int std_dhcid = 0;
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
 #ifndef UNIT_TEST
-static const char copyright[] = "Copyright 2004-2015 Internet Systems Consortium.";
+static const char copyright[] = "Copyright 2004-2016 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Client";
 static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
index f90556fc5f86307b2a60a5f99c6faf2e7e187995..ae389d09ce9f3a9742220bc5cca686e5b32affc7 100644 (file)
@@ -3,8 +3,7 @@
    Memory allocation... */
 
 /*
- * Copyright (c) 2009,2013-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 0bb140ee88de1bc5df9e995eed3102b46e13fb19..1816496c5b9544054a443f9f654248b2322ae402 100644 (file)
@@ -3,8 +3,7 @@
    BPF socket interface code, originally contributed by Archie Cobbs. */
 
 /*
- * Copyright (c) 2009,2012-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 46282158702fefb8e6851b306c45c7b86a05381e..230ea483d7f3ae41b0c58c681989586d76a9187f 100644 (file)
@@ -3,8 +3,7 @@
    OMAPI object interfaces for the DHCP server. */
 
 /*
- * Copyright (c) 2012,2014-2015 Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index b5f297e7580a27a8feb802cdb6afc5be37c93c38..819dcc079556ce47238b47eae696b26703b95540 100644 (file)
@@ -3,8 +3,7 @@
    Find and identify the network interfaces. */
 
 /*
- * Copyright (c) 2013-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2009,2011 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index ff4094ba79482946bffc974da499a7943e49ba1b..57816817221e2df90b7b0a33c0064654533dcbc6 100644 (file)
@@ -3,8 +3,7 @@
    Data Link Provider Interface (DLPI) network interface code. */
 
 /*
- * Copyright (c) 2009-2011,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index da68201daeb77d402b04897117f826cbf4f022c9..ba393d3b20c85b551be31a592844c1481b66ef42 100644 (file)
@@ -3,8 +3,7 @@
    Support for executable statements. */
 
 /*
- * Copyright (c) 2009,2013-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1998-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 52852d8300a39eb5130218fb26e8c80f400b8f46..2e3449cc75c825f4a5f09e3950e03c75d742b07e 100644 (file)
@@ -4,9 +4,7 @@
    way... */
 
 /*
- * Copyright (c) 2011,2013,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2007-2009 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2005 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 40b64fb69daa65ebc616a569005ff43c5b4d616e..a694fedd9be35f42ae7b2aeb12e3b1ab377eb418 100644 (file)
@@ -3,8 +3,7 @@
    Turn data structures into printable text. */
 
 /*
- * Copyright (c) 2009-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 7617b7ef762dd1c0dbb16920f83e32367d7da53d..64d170166d1898736e0aa724d0c1187814b2daa1 100644 (file)
@@ -3,8 +3,7 @@
    Tables of information... */
 
 /*
- * Copyright (c) 2011-2014, 2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 41e3848f7989b090caa0931188fca6685cab64c2..a17a61e51f91ef53d593ef0c7003f14f5f4c3f06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007,2009-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2007-2016 by Internet Systems Consortium, Inc. ("ISC")
  *
  * We test the functions provided in alloc.c here. These are very
  * basic functions, and it is very important that they work correctly.
index c4965ff129a04420a4a2c4da3b176691991f56e8..5698be5895f4eb3d6237d02ae7b5054e51d96de6 100644 (file)
@@ -3,8 +3,7 @@
    Routines for manipulating parse trees... */
 
 /*
- * Copyright (c) 2011-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index ba252d34f3e4067f6e18f2db3eeb563d0853361f..3cabf647cf2111b06ab6e545dc40d3d34b33d38e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.3],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.4b1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 4d7a9e34fa8cf3c9ef426a49888fa6d4f7cf9a28..bf8205c3d5e575490ae28aa8ab8a1b8524e296f3 100644 (file)
@@ -3,8 +3,7 @@
    DHCPv6 Protocol structures... */
 
 /*
- * Copyright (c) 2013,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2006-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2006-2016 by Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index fa3c0bc21316939d321681aaa9827f54b7c6b287..15bbd1c88a32e5ff9309aac08999735d4f743192 100644 (file)
@@ -3,8 +3,7 @@
    Tokens for config file lexer and parser. */
 
 /*
- * Copyright (c) 2011-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 61473cf5fbf26d13f39a137b5180692c98177014..0e715aac6acde5a3187e4939d871dab1b0e5df82 100644 (file)
@@ -3,8 +3,7 @@
    Subroutines that support the generic listener object. */
 
 /*
- * Copyright (c) 2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 3c2a81e42c1b0477a5486d6f9298d093761ed647..675ed01d4c538a8e997062d2ade4ae110a4fb167 100644 (file)
@@ -1,7 +1,6 @@
 .\"    dhcrelay.8
 .\"
-.\" Copyright (c) 2009-2013,2016 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1997-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
index 9ec39cd1dd122dc855f23829a54b62f90365ef2e..4113789a46df25ca1add4004fb51a5667278ce7b 100644 (file)
@@ -137,7 +137,7 @@ static int strip_relay_agent_options(struct interface_info *,
                                     struct dhcp_packet *, unsigned);
 
 static const char copyright[] =
-"Copyright 2004-2015 Internet Systems Consortium.";
+"Copyright 2004-2016 Internet Systems Consortium.";
 static const char arr[] = "All rights reserved.";
 static const char message[] =
 "Internet Systems Consortium DHCP Relay Agent";
index 2e752c5b6832bd01b399e98b01e37ec516a0169e..a48098ae3f53e79b8c81905a0061e35a09494940 100644 (file)
@@ -3,8 +3,7 @@
    BOOTP Protocol support. */
 
 /*
- * Copyright (c) 2009,2012-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2005,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 0eaa8d12fa24a5140d42c025a249016bf25b7862..94f1584fd44e17ac0dfecf9fc9e3fd3da01ecb8d 100644 (file)
@@ -3,8 +3,7 @@
    Persistent database management routines for DHCPD... */
 
 /*
- * Copyright (c) 2012-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 5546676669ded9ebdd2693aa79e2c42c7549a28a..c097bcf0607ec666764ae6823fd099d0f9a0ce75 100644 (file)
@@ -1,7 +1,6 @@
 .\"    dhcpd.8
 .\"
-.\" Copyright (c) 2009-2012,2015-2016 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
index abf333d18369d8ebdccb8565d629cd367cf7fefb..a42d7591dffb70571d3b0f013da0b1a03c1d5b97 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 static const char copyright[] =
-"Copyright 2004-2015 Internet Systems Consortium.";
+"Copyright 2004-2016 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Server";
 static const char url [] =
index df59d82527bc50d3a426b980d6a92def4174096a..e16c375e85cf402e83388c8a91c8bffad8404fa9 100644 (file)
@@ -1,7 +1,6 @@
 .\"    dhcpd.leases.5
 .\"
-.\" Copyright (c) 2014-2016 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
index 91ca870ccf88e84e76ff77635debdf88d106e402..75a0e72a4f6ecd6778380c27814f7eb113f3f17e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2011-2013,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2006-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2016 by Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 148659fb5a458de448e7b77c708d826309798542..48947c5132decd9bddea5bc6a9e0f81689f2c823 100644 (file)
@@ -3,8 +3,7 @@
    Server-specific in-memory database support. */
 
 /*
- * Copyright (c) 2011-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 60e35f3fb8285bdcc048a97a11e948c060bba568..e3992805d0c389891577c9635355aa94d78ef15f 100644 (file)
@@ -3,8 +3,7 @@
    OMAPI object interfaces for the DHCP server. */
 
 /*
- * Copyright (c) 2012-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 164b2e5960a8b30be48f127a1ed63dd58a8e4b13..e95eb875f1fcf5ef73a6840563b5b06156e85d58 100644 (file)
@@ -3,8 +3,7 @@
    Memory allocation for the DHCP server... */
 
 /*
- * Copyright (c) 2009,2012,2014-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index f34a6721ca1be46e5a7f048c955e0d874de93973..3a83acbe9e8a16ff4a507c94accf933078126288 100644 (file)
@@ -3,7 +3,7 @@
    Tables of information only used by server... */
 
 /*
- * Copyright (c) 2004-2011,2013-2016 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index c345aefdcf4962663350818481cf0657f31708ca..6544d828973add15b6be2a0cca043d07ac2527b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012,2015-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 015fe54ff8ab5122551ab5a5f233b6658c8900d3..248a8710d99b4b446f61e522e376c065efbe3932 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2009-2015  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2016  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -59,6 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.3.4b1) BINDTAG=v9_9_8_P4 ;;
        4.3.3) BINDTAG=v9_9_7_P3 ;;
        4.3.3b1) BINDTAG=v9_9_7_P2 ;;
        4.3.2|4.3.2rc2) BINDTAG=v9_9_7 ;;