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
7512d88b
Commit
7512d88b
authored
Jul 12, 2017
by
Thomas Markwalder
Browse files
[master] Replaced licensing text with MPL licensing text throughout
parent
b3e6fd51
Changes
150
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
7512d88b
# Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
# Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
# Copyright (c) 1995-2003 by Internet Software Consortium
#
#
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
#
purpose with or without fee is hereby granted, provided that the above
#
copyright notice and this permission notice appear in all copies
.
#
This Source Code Form is subject to the term
s of
the Mozilla Public
#
License, v. 2.0. If a copy of the MPL was not distributed with this
#
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
RELNOTES
View file @
7512d88b
Internet
Systems
Consortium
DHCP
Distribution
Version
4.4.0
-
dev
Version
4.4.0
-
dev
29
March
2016
Release
Notes
NEW
FEATURES
The
major
"theme"
for
ISC
DHCP
4.3
.
x
was
to
update
the
support
for
DHCPv6
to
include
several
of
the
features
that
have
been
available
for
DHCPv4
.
These
include
:
The
major
"theme"
for
ISC
DHCP
4.4
.
x
....
-
Support
the
use
of
classes
-
Support
for
on_commit
,
on_expiry
and
on_release
statements
-
Better
logging
of
address
assignments
-
Support
for
using
DHCPv6
relay
options
in
expressions
This
release
also
adds
support
for
the
standard
DDNS
as
described
in
the
current
RFCs
as
well
as
enhancing
support
for
dynamically
adding
and
removing
subclasses
via
OMAPI
.
There
are
a
number
of
DHCPv6
limitations
and
features
missing
in
this
release
,
which
will
be
addressed
in
the
future
:
-
Only
Solaris
,
Linux
,
FreeBSD
,
NetBSD
,
and
OpenBSD
are
supported
.
-
DHCPv6
includes
human
-
readable
text
in
status
code
messages
,
in
English
.
A
method
to
reconfigure
or
support
other
languages
would
be
preferable
.
-
The
"host-identifier"
option
is
limited
to
a
simple
token
.
-
The
client
and
server
can
only
operate
DHCPv4
or
DHCPv6
at
a
time
,
not
both
.
To
use
both
protocols
simultaneously
,
two
instances
of
the
relevant
daemon
are
required
,
one
with
the
'-6'
command
line
option
.
<
TBD
PRIOR
TO
RELEASE
OF
4.4.0
>
For
information
on
how
to
install
,
configure
and
run
this
software
,
as
well
as
how
to
find
documentation
and
report
bugs
,
please
consult
the
...
...
@@ -52,6 +25,19 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium
.
This
product
includes
cryptographic
software
written
by
Eric
Young
(
eay
@
cryptsoft
.
com
).
Please
note
that
as
of
version
4.4.0
,
ISC
DHCP
is
licensed
under
the
Mozilla
Public
License
,
MPL
2.0
.
Please
see
https
://
www
.
mozilla
.
org
/
en
-
US
/
MPL
/
2.0
/
to
read
the
MPL
2.0
license
terms
.
Older
versions
already
published
under
the
ISC
license
will
remain
under
the
ISC
license
.
Those
unsure
whether
or
not
the
license
change
affects
their
use
of
ISC
DHCP
,
or
who
wish
to
discuss
how
to
comply
with
the
license
may
contact
ISC
at
info
@
isc
.
org
or
use
https
://
www
.
isc
.
org
/
mission
/
contact
/.
We
welcome
comments
from
DHCP
users
,
about
this
or
anything
else
we
do
.
Email
Vicky
Risk
,
Product
Manager
at
vicky
@
isc
.
org
or
discuss
on
dhcp
-
users
@
lists
.
isc
.
org
.
Changes
since
4.3.0
(
new
features
)
-
Insert
the
raw
data
from
a
fully
encapsualted
option
into
the
option
cache
.
...
...
@@ -186,6 +172,11 @@ by Eric Young (eay@cryptsoft.com).
other
than
v4_1_esv
.
[
ISC
-
bugs
#
45541
]
-
Replaced
ISC
licensing
with
Mozilla
Public
License
,
MPL
2.0
licensing
throughout
.
Please
see
https
://
www
.
mozilla
.
org
/
en
-
US
/
MPL
/
2.0
/
to
read
the
MPL
2.0
license
terms
.
[
ISC
-
Bugs
#
45541
]
Changes
since
4.3.0
(
bug
fixes
)
-
Tidy
up
several
small
tickets
.
...
...
client/clparse.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
Parser for dhclient config and lease files... */
/*
* Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/dhc6.c
View file @
7512d88b
...
...
@@ -4,9 +4,9 @@
* Copyright (c) 2012-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2006-2010 by Internet Systems Consortium, Inc. ("ISC")
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/dhclient-script.8
View file @
7512d88b
.\" dhclient-script.8
.\"
.\" Copyright (c) 2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-2005 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\"
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
.\"
purpose with or without fee is hereby granted, provided that the above
.\"
copyright notice and this permission notice appear in all copies
.
.\"
This Source Code Form is subject to the term
s of
the Mozilla Public
.\"
License, v. 2.0. If a copy of the MPL was not distributed with this
.\"
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/dhclient.8
View file @
7512d88b
...
...
@@ -3,9 +3,9 @@
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\"
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
.\"
purpose with or without fee is hereby granted, provided that the above
.\"
copyright notice and this permission notice appear in all copies
.
.\"
This Source Code Form is subject to the term
s of
the Mozilla Public
.\"
License, v. 2.0. If a copy of the MPL was not distributed with this
.\"
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/dhclient.c
View file @
7512d88b
...
...
@@ -6,9 +6,9 @@
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/dhclient.conf.5
View file @
7512d88b
.\" $Id: dhclient.conf.5,v 1.34 2012/01/24 22:23:39 sar Exp $
.\"
.\" Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\"
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
.\"
purpose with or without fee is hereby granted, provided that the above
.\"
copyright notice and this permission notice appear in all copies
.
.\"
This Source Code Form is subject to the term
s of
the Mozilla Public
.\"
License, v. 2.0. If a copy of the MPL was not distributed with this
.\"
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/dhclient.leases.5
View file @
7512d88b
.\" $Id: dhclient.leases.5,v 1.8 2011/02/23 23:50:55 sar Exp $
.\"
.\" Copyright (c) 2009-2011 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1997-2003 by Internet Software Consortium
.\"
.\"
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
.\"
purpose with or without fee is hereby granted, provided that the above
.\"
copyright notice and this permission notice appear in all copies
.
.\"
This Source Code Form is subject to the term
s of
the Mozilla Public
.\"
License, v. 2.0. If a copy of the MPL was not distributed with this
.\"
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
client/tests/duid_unittest.c
View file @
7512d88b
/*
* Copyright (c) 201
4
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 201
7
by Internet Systems Consortium, Inc. ("ISC")
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/alloc.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
Memory allocation... */
/*
* Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/bpf.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
BPF socket interface code, originally contributed by Archie Cobbs. */
/*
* Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/comapi.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
OMAPI object interfaces for the DHCP server. */
/*
* Copyright (c) 2004-201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/conflex.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
Lexical scanner for dhcpd config file... */
/*
* Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/ctrace.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
Subroutines that support dhcp tracing... */
/*
* Copyright (c) 2004
,2007,2009,
201
4
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004
-
201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2001-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/dhcp4o6.c
View file @
7512d88b
...
...
@@ -3,11 +3,11 @@
DHCPv4 over DHCPv6 shared code... */
/*
* Copyright (c) 2016 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2016
-2017
by Internet Systems Consortium, Inc. ("ISC")
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/discover.c
View file @
7512d88b
...
...
@@ -6,9 +6,9 @@
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/dispatch.c
View file @
7512d88b
...
...
@@ -6,9 +6,9 @@
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/dlpi.c
View file @
7512d88b
...
...
@@ -3,12 +3,12 @@
Data Link Provider Interface (DLPI) network interface code. */
/*
* Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
common/dns.c
View file @
7512d88b
...
...
@@ -6,9 +6,9 @@
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2001-2003 by Internet Software Consortium
*
*
Permission to use, copy, modify, and distribute thi
s
s
of
tware for any
*
purpose with or without fee is hereby granted, provided that the above
*
copyright notice and this permission notice appear in all copies
.
*
This Source Code Form is subject to the term
s of
the Mozilla Public
*
License, v. 2.0. If a copy of the MPL was not distributed with this
*
file, You can obtain one at http://mozilla.org/MPL/2.0/
.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
...
...
Prev
1
2
3
4
5
…
8
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