Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
Version 3, Alpha Snapshot
- April 23, 1999
+ April 24, 1999
This is an alpha test snapshot of Version 3 of the Internet Software
Consortium DHCP Distribution. In version 3, this distribution
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- zcat dhcp-3.0-alpha-19990423.tar.gz |tar xvf -
+ zcat dhcp-3.0-alpha-19990424.tar.gz |tar xvf -
On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.
-Now, cd to the dhcp-3.0-alpha-19990423 subdirectory that you've just
+Now, cd to the dhcp-3.0-alpha-19990424 subdirectory that you've just
created and configure the source tree by typing:
./configure
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
Version 3, Alpha Snapshot
- April 23, 1999
+ April 24, 1999
Release Notes
Changes since April 12, 1999
+- Fix a duplicate declaration of the object file copyright in dlpi.c. Sigh.
+
+ Changes since April 12, 1999
+
- Fix a bug that would cause a core dump in DHCPINFORM.
- Document DHCP server lease allocation algorithm in dhcpd.conf manual
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.74 1999/04/23 23:35:43 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.75 1999/04/25 13:21:51 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
static char copyright[] =
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990423";
+static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990424";
static char contrib [] = "\nPlease contribute if you find this software useful.";
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.30 1999/04/23 23:35:44 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.31 1999/04/25 13:21:52 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
static char copyright [] =
"Copyright 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990423";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990424";
static char contrib [] = "\nPlease contribute if you find this software useful.";
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.67 1999/04/23 23:35:43 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.68 1999/04/25 13:21:50 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
#endif
static char copyright[] =
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980423";
+static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980424";
static char contrib [] = "\nPlease contribute if you find this software useful.";
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";