]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Version to 4.0.0a3.
authorDavid Hankins <dhankins@isc.org>
Wed, 5 Sep 2007 17:32:10 +0000 (17:32 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 5 Sep 2007 17:32:10 +0000 (17:32 +0000)
README/RELNOTES to new version.
Copyright updates.

22 files changed:
README
RELNOTES
common/comapi.c
common/dispatch.c
common/ethernet.c
common/fddi.c
common/icmp.c
common/memory.c
common/nit.c
common/raw.c
common/resolv.c
configure.ac
dhcpctl/cltest.c
dst/dst_api.c
dst/prandom.c
minires/ns_date.c
minires/ns_verify.c
minires/res_init.c
minires/res_query.c
minires/res_update.c
server/class.c
server/salloc.c

diff --git a/README b/README
index 151bb51c0dd8c9eaa42603f23ba85d2bbe4fb321..fb4fe9f88b9015bbd5dcfbc9307acb5e031babd7 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.0.0a2
-                            July 10, 2007
+                           Version 4.0.0a3
+                          September 5, 2007
 
                              README FILE
 
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is the first alpha realse of ISC DHCP 4.0.0, a feature release
+This is the third alpha realse of ISC DHCP 4.0.0, a feature release
 bent to the purpose of implementing DHCPv6.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
@@ -129,12 +129,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.0.0a2.tar.gz
-       tar xvf dhcp-4.0.0a2.tar
+       gunzip dhcp-4.0.0a3.tar.gz
+       tar xvf dhcp-4.0.0a3.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-dhcp-4.0.0a2 subdirectory that you've just
+Now, cd to the dhcp-dhcp-4.0.0a3 subdirectory that you've just
 created and configure the source tree by typing:
 
        ./configure
index e663d6df91371531feb972205f1df825dd8ce8da..ee8cb974ca5cc517a08987f1316539795ff09423 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.0.0a2
-                            July 10, 2007
+                           Version 4.0.0a3
+                          September 5, 2007
 
                             Release Notes
 
@@ -19,9 +19,10 @@ release, which will be addressed shortly:
 
 - Only Solaris, Linux, FreeBSD, NetBSD, and OpenBSD are supported.
 
-- There is no DHCPv6 Relay support.
+- There is no DHCPv6 Relay Agent implementation.  There are only DHCPv6
+  Server and Client implementations.
 
-- Only a single fixed address is supported per IA.
+- Only a single address is supported per IA.
 
 - IA_TA addresses are not supported.
 
index b9dc98309689bc3f030ac6045b6e5ff3aacbf694..a173360b1d5573cd58cb8c8a7f9167d360545166 100644 (file)
@@ -3,7 +3,7 @@
    OMAPI object interfaces for the DHCP server. */
 
 /*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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 cc50f9f1b57997d2744777bf8e1bdfaa1688b69c..475fad98019ec67e821e0ab03b049ad02e5cb9a4 100644 (file)
@@ -3,7 +3,7 @@
    Network input dispatcher... */
 
 /*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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 12d6d57f682cd97c99df911eb5d857d30e199ad8..831e90b2ecd3cc132a4f3106d77f08a50762d8ec 100644 (file)
@@ -3,7 +3,7 @@
    Packet assembly code, originally contributed by Archie Cobbs. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 9d4446c8ae48c153c580e187a30225c3eacda418..26253bc3590458294068d35837982242caeb2225 100644 (file)
@@ -3,7 +3,7 @@
    Packet assembly code, originally contributed by Archie Cobbs. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 fa34c40e65090890ccbc739a02fba1feadc89ebf..b3dee506a29c0eef3064dd069b8f13ef654aea1d 100644 (file)
@@ -4,7 +4,7 @@
    responses. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 cd1de555cc0b9f1c986d9a7765cb33eac728d1ce..78f6d7e1533918e473a85700426d2059c4603114 100644 (file)
@@ -3,7 +3,7 @@
    Memory-resident database... */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 ca36ee3a033b1e518dd8c35cac0ea890c07551cb..7d92733f620ec4aa26faa5155bbe5c5eb0c3002c 100644 (file)
@@ -4,7 +4,7 @@
    with one crucial tidbit of help from Stu Grossmen. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 55929abd1845f9d5e4791d947223abad9ac169d4..2bf118d9c5193e96feea7b72a1e6b6ab0891cf73 100644 (file)
@@ -1,4 +1,4 @@
-/* socket.c
+/* raw.c
 
    BSD raw socket interface code... */
 
@@ -16,7 +16,7 @@
    Sigh. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 3839677261e006153ce4ab1e77ab77fa1aebb439..572ca026d7bbb23270c7e8a8b181445e86957d4f 100644 (file)
@@ -3,7 +3,7 @@
    Parser for /etc/resolv.conf file. */
 
 /*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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 706e80f14b4d24cbb460cb40a38e5076fa444f8e..9ca0a42927fff738d8a69bf0f57f1befad881627 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.0.0a2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.0.0a3], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index d7ecfe727405962591879b30a11c9c727ae39850..9741c36e4ea8bbd86aca0e9fc37770398faab153 100644 (file)
@@ -3,7 +3,7 @@
    Example program that uses the dhcpctl library. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2000-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 65015537c43363924de8faaefa1054ab1aa4cc34..d9b7c395e91fc24b56eadd9829d26a359bbb74ec 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.4 2007/08/22 13:41:37 shane Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.5 2007/09/05 17:32:10 dhankins Exp $";
 #endif
 
 /*
  * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
+ * Portions Copyright (c) 2007 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 2311ccc33c31f76e5bbe5a8b6482a5ef76c5c3cc..26c94703190a2de46c42a10e8bc8f48e374e6f03 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.4 2007/07/13 06:43:42 shane Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.5 2007/09/05 17:32:10 dhankins Exp $";
 #endif
 /*
  * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc.
+ * Portions Copyright (c) 2007 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 c24b2b74f3f89fc615f6db914d231287f6bc8577..352f48d291123aff143697a5d14c42a6de8936b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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
@@ -22,7 +22,7 @@
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: ns_date.c,v 1.5 2007/07/13 06:43:42 shane Exp $";
+static const char rcsid[] = "$Id: ns_date.c,v 1.6 2007/09/05 17:32:10 dhankins Exp $";
 #endif
 
 /* Import. */
index c1586eb602adac4d35361141cc313575b2a70619..8b36d6c3fd85e76adf1fde09de321acd697f67c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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
@@ -22,7 +22,7 @@
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: ns_verify.c,v 1.8 2007/08/22 13:41:37 shane Exp $";
+static const char rcsid[] = "$Id: ns_verify.c,v 1.9 2007/09/05 17:32:10 dhankins Exp $";
 #endif
 
 /* Import. */
index bfcd60e9c51d6e02ce342bdad630e3c0b386bb21..c2c744e3ff9c3ff3472fe6ca704fe97dd3867f35 100644 (file)
@@ -52,7 +52,7 @@
  */
 
 /*
- * Portions Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -76,7 +76,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static const char sccsid[] = "@(#)res_init.c   8.1 (Berkeley) 6/7/93";
-static const char rcsid[] = "$Id: res_init.c,v 1.8 2007/07/13 06:43:42 shane Exp $";
+static const char rcsid[] = "$Id: res_init.c,v 1.9 2007/09/05 17:32:10 dhankins Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 23ad1ed1058fc53ee2cf5e030f95a0794b5aeab9..ff119e4ce06a1a87630951ce13f96ea502725895 100644 (file)
@@ -52,7 +52,7 @@
  */
 
 /*
- * Portions Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -76,7 +76,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static const char sccsid[] = "@(#)res_query.c  8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_query.c,v 1.7 2007/07/13 06:43:42 shane Exp $";
+static const char rcsid[] = "$Id: res_query.c,v 1.8 2007/09/05 17:32:10 dhankins Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index d084e71bd1e7853259631199d1fad06f8bea6d18..3892008a0d6d9117445221f9a8ce156fcbb3c4f8 100644 (file)
@@ -1,9 +1,9 @@
 #if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_update.c,v 1.14 2007/07/13 06:43:42 shane Exp $";
+static const char rcsid[] = "$Id: res_update.c,v 1.15 2007/09/05 17:32:10 dhankins Exp $";
 #endif /* not lint */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 c7d38150d363040a8ab982fe21cc296a5d471b4e..b07140ca629c6cd956fc473eaef01d44da79d7f4 100644 (file)
@@ -3,7 +3,7 @@
    Handling for client classes. */
 
 /*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 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 bc7bda3905cbea51377dd714cbe676547427e2b3..4f55d761deb7b5c33d93f216c9edbef0868ab19d 100644 (file)
@@ -3,7 +3,7 @@
    Memory allocation for the DHCP server... */
 
 /*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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