mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 09:57:20 +00:00
[master] Replaced licensing text with MPL licensing text throughout
This commit is contained in:
parent
b3e6fd5176
commit
7512d88b9f
8
LICENSE
8
LICENSE
@ -1,9 +1,9 @@
|
|||||||
# Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
# Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
# Copyright (c) 1995-2003 by Internet Software Consortium
|
# Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for any
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# copyright notice and this permission notice appear in all copies.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
51
RELNOTES
51
RELNOTES
@ -1,41 +1,14 @@
|
|||||||
Internet Systems Consortium DHCP Distribution
|
Internet Systems Consortium DHCP Distribution
|
||||||
Version 4.4.0-dev
|
Version 4.4.0-dev
|
||||||
29 March 2016
|
29 March 2016
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
The major "theme" for ISC DHCP 4.3.x was to update the support for
|
The major "theme" for ISC DHCP 4.4.x ....
|
||||||
DHCPv6 to include several of the features that have been available
|
|
||||||
for DHCPv4. These include:
|
|
||||||
|
|
||||||
- Support the use of classes
|
<TBD PRIOR TO RELEASE OF 4.4.0>
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
For information on how to install, configure and run this software, as
|
For information on how to install, configure and run this software, as
|
||||||
well as how to find documentation and report bugs, please consult the
|
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
|
Consortium. This product includes cryptographic software written
|
||||||
by Eric Young (eay@cryptsoft.com).
|
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)
|
Changes since 4.3.0 (new features)
|
||||||
|
|
||||||
- Insert the raw data from a fully encapsualted option into the option cache.
|
- 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.
|
other than v4_1_esv.
|
||||||
[ISC-bugs #45541]
|
[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)
|
Changes since 4.3.0 (bug fixes)
|
||||||
|
|
||||||
- Tidy up several small tickets.
|
- Tidy up several small tickets.
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Parser for dhclient config and lease files... */
|
Parser for dhclient config and lease files... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
* Copyright (c) 2012-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2012-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2006-2010 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2006-2010 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
.\" dhclient-script.8
|
.\" dhclient-script.8
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
|
.\" Copyright (c) 2004-2017 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) 1996-2003 by Internet Software Consortium
|
.\" Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" copyright notice and this permission notice appear in all copies.
|
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
.\" Copyright (c) 1996-2003 by Internet Software Consortium
|
.\" Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" copyright notice and this permission notice appear in all copies.
|
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
.\" $Id: dhclient.conf.5,v 1.34 2012/01/24 22:23:39 sar Exp $
|
.\" $Id: dhclient.conf.5,v 1.34 2012/01/24 22:23:39 sar Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
.\" Copyright (c) 1996-2003 by Internet Software Consortium
|
.\" Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" copyright notice and this permission notice appear in all copies.
|
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
.\" $Id: dhclient.leases.5,v 1.8 2011/02/23 23:50:55 sar Exp $
|
.\" $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-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
.\" Copyright (c) 1997-2003 by Internet Software Consortium
|
.\" Copyright (c) 1997-2003 by Internet Software Consortium
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" copyright notice and this permission notice appear in all copies.
|
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Memory allocation... */
|
Memory allocation... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
BPF socket interface code, originally contributed by Archie Cobbs. */
|
BPF socket interface code, originally contributed by Archie Cobbs. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
OMAPI object interfaces for the DHCP server. */
|
OMAPI object interfaces for the DHCP server. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Lexical scanner for dhcpd config file... */
|
Lexical scanner for dhcpd config file... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Subroutines that support dhcp tracing... */
|
Subroutines that support dhcp tracing... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
DHCPv4 over DHCPv6 shared code... */
|
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 this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Data Link Provider Interface (DLPI) network interface code. */
|
Data Link Provider Interface (DLPI) network interface code. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Packet assembly code, originally contributed by Archie Cobbs. */
|
Packet assembly code, originally contributed by Archie Cobbs. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Support for executable statements. */
|
Support for executable statements. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1998-2003 by Internet Software Consortium
|
* Copyright (c) 1998-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Packet assembly code, originally contributed by Archie Cobbs. */
|
Packet assembly code, originally contributed by Archie Cobbs. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1997-2001 Internet Software Consortium.
|
* Copyright (C) 1997-2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -4,13 +4,12 @@
|
|||||||
responses. */
|
responses. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011,2013,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
10
common/lpf.c
10
common/lpf.c
@ -4,14 +4,12 @@
|
|||||||
Support Services in Vancouver, B.C. */
|
Support Services in Vancouver, B.C. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2009,2012 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Memory-resident database... */
|
Memory-resident database... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
with one crucial tidbit of help from Stu Grossmen. */
|
with one crucial tidbit of help from Stu Grossmen. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
DHCP options parsing and reassembly. */
|
DHCP options parsing and reassembly. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Packet assembly code, originally contributed by Archie Cobbs. */
|
Packet assembly code, originally contributed by Archie Cobbs. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009,2012,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2005,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Turn data structures into printable text. */
|
Turn data structures into printable text. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
Sigh. */
|
Sigh. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Parser for /etc/resolv.conf file. */
|
Parser for /etc/resolv.conf file. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
BSD socket interface code... */
|
BSD socket interface code... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Tables of information... */
|
Tables of information... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Tests the newly added functions: MRns_name_compress_list and
|
* This Source Code Form is subject to the terms 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 MERCHANTABILITY
|
||||||
|
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||||
|
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||||
|
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Tests the newly added functions: MRns_name_compress_list and
|
||||||
* MRns_name_uncompress_list. These two functions rely on most of
|
* MRns_name_uncompress_list. These two functions rely on most of
|
||||||
* the other functions in ns_name.c. If these tests pass, then the
|
* the other functions in ns_name.c. If these tests pass, then the
|
||||||
* majority of those functions work.
|
* majority of those functions work.
|
||||||
|
@ -1,6 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2007-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
|
* This Source Code Form is subject to the terms 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 MERCHANTABILITY
|
||||||
|
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||||
|
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||||
|
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
* We test the functions provided in alloc.c here. These are very
|
* We test the functions provided in alloc.c here. These are very
|
||||||
* basic functions, and it is very important that they work correctly.
|
* basic functions, and it is very important that they work correctly.
|
||||||
*
|
*
|
||||||
|
@ -4,13 +4,12 @@
|
|||||||
Contributed in May of 1999 by Andrew Chittenden */
|
Contributed in May of 1999 by Andrew Chittenden */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Routines for manipulating parse trees... */
|
Routines for manipulating parse trees... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Ultrix PacketFilter interface code. */
|
Ultrix PacketFilter interface code. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
|
# Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# copyright notice and this permission notice appear in all copies.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
The dhcpctl callback object. */
|
The dhcpctl callback object. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Example program that uses the dhcpctl library. */
|
Example program that uses the dhcpctl library. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2000-2003 by Internet Software Consortium
|
* Copyright (c) 2000-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Subroutines providing general support for objects. */
|
Subroutines providing general support for objects. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009,2013,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Examine and modify omapi objects. */
|
Examine and modify omapi objects. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011,2013-2015 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
The dhcpctl remote object. */
|
The dhcpctl remote object. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -157,13 +157,12 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Copyright Notice</h3>
|
<h3>Copyright Notice</h3>
|
||||||
|
|
||||||
<p>Copyright (c) 2006-2007,2009,2011 by Internet Systems
|
<p>Copyright (c) 2006-2017 by Internet Systems
|
||||||
Consortium, Inc. ("ISC")
|
Consortium, Inc. ("ISC")
|
||||||
</p>
|
</p>
|
||||||
<p>Permission to use, copy, modify, and distribute this software for
|
<p> This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
any purpose with or without fee is hereby granted, provided that the
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
above copyright notice and this permission notice appear in all
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
copies.
|
|
||||||
</p>
|
</p>
|
||||||
<p>THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
<p>THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -17,13 +17,12 @@ Abstract
|
|||||||
|
|
||||||
Copyright Notice
|
Copyright Notice
|
||||||
|
|
||||||
Copyright (c) 2006-2007,2009,2011 by Internet Systems Consortium,
|
Copyright (c) 2006-2017 by Internet Systems Consortium,
|
||||||
Inc. ("ISC")
|
Inc. ("ISC")
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
purpose with or without fee is hereby granted, provided that the
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
above copyright notice and this permission notice appear in all
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
copies.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -148,13 +148,13 @@
|
|||||||
</abstract>
|
</abstract>
|
||||||
|
|
||||||
<note title="Copyright Notice">
|
<note title="Copyright Notice">
|
||||||
<t>Copyright (c) 2006-2007,2009,2011 by Internet Systems
|
<t>Copyright (c) 2006-2017 by Internet Systems
|
||||||
Consortium, Inc. ("ISC")</t>
|
Consortium, Inc. ("ISC")</t>
|
||||||
|
|
||||||
<t>Permission to use, copy, modify, and distribute this software for
|
<t>This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
any purpose with or without fee is hereby granted, provided that the
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
above copyright notice and this permission notice appear in all
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
copies.</t>
|
</t>
|
||||||
|
|
||||||
<t>THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
<t>THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -4,13 +4,12 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 RadioMail Corporation. All rights reserved.
|
* Copyright (c) 1995 RadioMail Corporation. All rights reserved.
|
||||||
* Copyright (c) 2011,2012 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Configuration file for IBM's AIX operating system. */
|
Configuration file for IBM's AIX operating system. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for DEC Alpha/OSF1... */
|
System dependencies for DEC Alpha/OSF1... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for BSDI BSD/OS... */
|
System dependencies for BSDI BSD/OS... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
doesn't work yet, so don't get too excited! */
|
doesn't work yet, so don't get too excited! */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for FreeBSD... */
|
System dependencies for FreeBSD... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Configuration file for HP-UX */
|
Configuration file for HP-UX */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/* irix.h */
|
/* irix.h */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
Based on a configuration originally supplied by Jonathan Stone. */
|
Based on a configuration originally supplied by Jonathan Stone. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2005,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for NetBSD... */
|
System dependencies for NetBSD... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for NEXTSTEP 3 & 4 (tested on 4.2PR2)... */
|
System dependencies for NEXTSTEP 3 & 4 (tested on 4.2PR2)... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for OpenBSD... */
|
System dependencies for OpenBSD... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for QNX... */
|
System dependencies for QNX... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for NetBSD... */
|
System dependencies for NetBSD... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -9,13 +9,12 @@
|
|||||||
probably worth looking at the config files for working ports as well. */
|
probably worth looking at the config files for working ports as well. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
Based on changes contributed by Gerald Rosenberg. */
|
Based on changes contributed by Gerald Rosenberg. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
System dependencies for SunOS 4 (tested on 4.1.4)... */
|
System dependencies for SunOS 4 (tested on 4.1.4)... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for Solaris 2.x (tested on 2.5 with gcc)... */
|
System dependencies for Solaris 2.x (tested on 2.5 with gcc)... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2005,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
System dependencies for Ultrix 4.2 (tested on 4.2a+multicast)... */
|
System dependencies for Ultrix 4.2 (tested on 4.2a+multicast)... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Definitions for dhcp tracing facility... */
|
Definitions for dhcp tracing facility... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Protocol structures... */
|
Protocol structures... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011-2012,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
DHCPv6 Protocol structures... */
|
DHCPv6 Protocol structures... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2006-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Tokens for config file lexer and parser. */
|
Tokens for config file lexer and parser. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Definitions for address trees... */
|
Definitions for address trees... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2005,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2000-2003 by Internet Software Consortium
|
* Copyright (c) 2000-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1997-2001 Internet Software Consortium.
|
* Copyright (C) 1997-2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Portable definitions for internet addresses */
|
Portable definitions for internet addresses */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Definitions for the object management API protocol memory allocation... */
|
Definitions for the object management API protocol memory allocation... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Definitions for the object management API protocol buffering... */
|
Definitions for the object management API protocol buffering... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Safe copying of integers into and out of a non-aligned memory buffer. */
|
Safe copying of integers into and out of a non-aligned memory buffer. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Definitions for hashing... */
|
Definitions for hashing... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1995-2003 by Internet Software Consortium
|
* Copyright (c) 1995-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2017 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2009-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Definitions for the object management API and protocol... */
|
Definitions for the object management API and protocol... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009,2013-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,14 +3,12 @@
|
|||||||
Private master include file for the OMAPI library. */
|
Private master include file for the OMAPI library. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2009,2014 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Definitions for omapi tracing facility... */
|
Definitions for omapi tracing facility... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2005,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Operating system dependencies... */
|
Operating system dependencies... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2016 by Internet Systems Consortium,
|
* Copyright (c) 2004-2017 by Internet Systems Consortium,Inc. ("ISC")
|
||||||
* Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Definitions for executable statements... */
|
Definitions for executable statements... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007,2009 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1999-2001 Internet Software Consortium.
|
* Copyright (C) 1999-2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Definitions for address trees... */
|
Definitions for address trees... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011,2013,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007-2009 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -4,14 +4,12 @@
|
|||||||
protocol... */
|
protocol... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Subroutines that support the omapi extensible array type. */
|
Subroutines that support the omapi extensible array type. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004-2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2001-2003 by Internet Software Consortium
|
* Copyright (c) 2001-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Subroutines having to do with authentication. */
|
Subroutines having to do with authentication. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 1998-2003 by Internet Software Consortium
|
* Copyright (c) 1998-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Buffer access functions for the object management protocol... */
|
Buffer access functions for the object management protocol... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009,2012-2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2005,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
Subroutines for dealing with connections. */
|
Subroutines for dealing with connections. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2014 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
|
||||||
* Copyright (c) 1999-2003 by Internet Software Consortium
|
* Copyright (c) 1999-2003 by Internet Software Consortium
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* copyright notice and this permission notice appear in all copies.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
||||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user