Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
39725d92
Commit
39725d92
authored
Sep 05, 2007
by
David Hankins
Browse files
Version to 4.0.0a3.
README/RELNOTES to new version. Copyright updates.
parent
b645f9d5
Changes
22
Hide whitespace changes
Inline
Side-by-side
README
View file @
39725d92
Internet Systems Consortium DHCP Distribution
Version 4.0.0a
2
July 10
, 2007
Version 4.0.0a
3
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.0a
2
.tar.gz
tar xvf dhcp-4.0.0a
2
.tar
gunzip dhcp-4.0.0a
3
.tar.gz
tar xvf dhcp-4.0.0a
3
.tar
CONFIGURING IT
Now, cd to the dhcp-dhcp-4.0.0a
2
subdirectory that you've just
Now, cd to the dhcp-dhcp-4.0.0a
3
subdirectory that you've just
created and configure the source tree by typing:
./configure
...
...
RELNOTES
View file @
39725d92
Internet
Systems
Consortium
DHCP
Distribution
Version
4.0.0
a
2
July
10
,
2007
Version
4.0.0
a
3
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
.
...
...
common/comapi.c
View file @
39725d92
...
...
@@ -3,7 +3,7 @@
OMAPI object interfaces for the DHCP server. */
/*
* Copyright (c) 2004-200
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-200
7
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
...
...
common/dispatch.c
View file @
39725d92
...
...
@@ -3,7 +3,7 @@
Network input dispatcher... */
/*
* Copyright (c) 2004-200
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-200
7
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
...
...
common/ethernet.c
View file @
39725d92
...
...
@@ -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
...
...
common/fddi.c
View file @
39725d92
...
...
@@ -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
...
...
common/icmp.c
View file @
39725d92
...
...
@@ -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
...
...
common/memory.c
View file @
39725d92
...
...
@@ -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
...
...
common/nit.c
View file @
39725d92
...
...
@@ -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
...
...
common/raw.c
View file @
39725d92
/*
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
...
...
common/resolv.c
View file @
39725d92
...
...
@@ -3,7 +3,7 @@
Parser for /etc/resolv.conf file. */
/*
* Copyright (c) 2004-200
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-200
7
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
...
...
configure.ac
View file @
39725d92
AC_INIT([DHCP], [4.0.0a
2
], [dhcp-users@isc.org])
AC_INIT([DHCP], [4.0.0a
3
], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
...
...
dhcpctl/cltest.c
View file @
39725d92
...
...
@@ -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
...
...
dst/dst_api.c
View file @
39725d92
#ifndef LINT
static
const
char
rcsid
[]
=
"$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.
4
2007/0
8/22 13:41:37 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.
5
2007/0
9/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
...
...
dst/prandom.c
View file @
39725d92
#ifndef LINT
static
const
char
rcsid
[]
=
"$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.
4
2007/0
7/13 06:43:42 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.
5
2007/0
9/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
...
...
minires/ns_date.c
View file @
39725d92
/*
* 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/0
7/13 06:43:42 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Id: ns_date.c,v 1.
6
2007/0
9/05 17:32:10 dhankins
Exp $"
;
#endif
/* Import. */
...
...
minires/ns_verify.c
View file @
39725d92
/*
* 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/0
8/22 13:41:37 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Id: ns_verify.c,v 1.
9
2007/0
9/05 17:32:10 dhankins
Exp $"
;
#endif
/* Import. */
...
...
minires/res_init.c
View file @
39725d92
...
...
@@ -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/0
7/13 06:43:42 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Id: res_init.c,v 1.
9
2007/0
9/05 17:32:10 dhankins
Exp $"
;
#endif
/* LIBC_SCCS and not lint */
#include
<sys/types.h>
...
...
minires/res_query.c
View file @
39725d92
...
...
@@ -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/0
7/13 06:43:42 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Id: res_query.c,v 1.
8
2007/0
9/05 17:32:10 dhankins
Exp $"
;
#endif
/* LIBC_SCCS and not lint */
#include
<sys/types.h>
...
...
minires/res_update.c
View file @
39725d92
#if !defined(lint) && !defined(SABER)
static
const
char
rcsid
[]
=
"$Id: res_update.c,v 1.1
4
2007/0
7/13 06:43:42 shane
Exp $"
;
static
const
char
rcsid
[]
=
"$Id: res_update.c,v 1.1
5
2007/0
9/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
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment