Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mpl/dhcp/dist import dhcp-4.4.1



details:   https://anonhg.NetBSD.org/src/rev/41651dbde430
branches:  trunk
changeset: 831618:41651dbde430
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 22:34:17 2018 +0000

description:
import dhcp-4.4.1

diffstat:

 external/mpl/dhcp/dist/LICENSE                                             |   385 +
 external/mpl/dhcp/dist/Makefile.am                                         |    59 +
 external/mpl/dhcp/dist/Makefile.in                                         |   893 +
 external/mpl/dhcp/dist/README                                              |   725 +
 external/mpl/dhcp/dist/RELNOTES                                            |  5060 +++++
 external/mpl/dhcp/dist/aclocal.m4                                          |  1225 +
 external/mpl/dhcp/dist/bind/Makefile.in                                    |   120 +
 external/mpl/dhcp/dist/bind/bind.tar.gz                                    |   Bin 
 external/mpl/dhcp/dist/bind/version.tmp                                    |    11 +
 external/mpl/dhcp/dist/client/Makefile.am                                  |    22 +
 external/mpl/dhcp/dist/client/Makefile.in                                  |   885 +
 external/mpl/dhcp/dist/client/client_tables.c                              |    86 +
 external/mpl/dhcp/dist/client/clparse.c                                    |  2360 ++
 external/mpl/dhcp/dist/client/dhc6.c                                       |  6141 ++++++
 external/mpl/dhcp/dist/client/dhclient-script.8                            |   235 +
 external/mpl/dhcp/dist/client/dhclient.8                                   |   609 +
 external/mpl/dhcp/dist/client/dhclient.c                                   |  5639 ++++++
 external/mpl/dhcp/dist/client/dhclient.conf.5                              |   788 +
 external/mpl/dhcp/dist/client/dhclient.conf.example                        |    36 +
 external/mpl/dhcp/dist/client/dhclient.leases.5                            |    52 +
 external/mpl/dhcp/dist/client/scripts/bsdos                                |   324 +
 external/mpl/dhcp/dist/client/scripts/freebsd                              |   474 +
 external/mpl/dhcp/dist/client/scripts/linux                                |   488 +
 external/mpl/dhcp/dist/client/scripts/macos                                |   288 +
 external/mpl/dhcp/dist/client/scripts/netbsd                               |   405 +
 external/mpl/dhcp/dist/client/scripts/nextstep                             |    61 +
 external/mpl/dhcp/dist/client/scripts/openbsd                              |   403 +
 external/mpl/dhcp/dist/client/scripts/openwrt                              |   285 +
 external/mpl/dhcp/dist/client/scripts/solaris                              |   203 +
 external/mpl/dhcp/dist/client/tests/Atffile                                |     5 +
 external/mpl/dhcp/dist/client/tests/Kyuafile                               |     4 +
 external/mpl/dhcp/dist/client/tests/Makefile.am                            |    58 +
 external/mpl/dhcp/dist/client/tests/Makefile.in                            |   770 +
 external/mpl/dhcp/dist/client/tests/duid0_test.txt                         |    33 +
 external/mpl/dhcp/dist/client/tests/duid1_test.txt                         |     3 +
 external/mpl/dhcp/dist/client/tests/duid2_test.txt                         |    66 +
 external/mpl/dhcp/dist/client/tests/duid3_test.txt                         |    66 +
 external/mpl/dhcp/dist/client/tests/duid_unittest.c                        |   141 +
 external/mpl/dhcp/dist/common/Makefile.am                                  |    17 +
 external/mpl/dhcp/dist/common/Makefile.am.in                               |    17 +
 external/mpl/dhcp/dist/common/Makefile.in                                  |   841 +
 external/mpl/dhcp/dist/common/alloc.c                                      |  1412 +
 external/mpl/dhcp/dist/common/bpf.c                                        |   665 +
 external/mpl/dhcp/dist/common/comapi.c                                     |   912 +
 external/mpl/dhcp/dist/common/conflex.c                                    |  1575 +
 external/mpl/dhcp/dist/common/ctrace.c                                     |   303 +
 external/mpl/dhcp/dist/common/dhcp-eval.5                                  |   586 +
 external/mpl/dhcp/dist/common/dhcp-options.5                               |  2543 ++
 external/mpl/dhcp/dist/common/dhcp4o6.c                                    |   121 +
 external/mpl/dhcp/dist/common/discover.c                                   |  1585 +
 external/mpl/dhcp/dist/common/dispatch.c                                   |   444 +
 external/mpl/dhcp/dist/common/dlpi.c                                       |  1432 +
 external/mpl/dhcp/dist/common/dns.c                                        |  3169 +++
 external/mpl/dhcp/dist/common/ethernet.c                                   |    92 +
 external/mpl/dhcp/dist/common/execute.c                                    |  1195 +
 external/mpl/dhcp/dist/common/fddi.c                                       |    91 +
 external/mpl/dhcp/dist/common/icmp.c                                       |   304 +
 external/mpl/dhcp/dist/common/inet.c                                       |   669 +
 external/mpl/dhcp/dist/common/lpf.c                                        |   578 +
 external/mpl/dhcp/dist/common/memory.c                                     |   153 +
 external/mpl/dhcp/dist/common/nit.c                                        |   425 +
 external/mpl/dhcp/dist/common/ns_name.c                                    |   794 +
 external/mpl/dhcp/dist/common/options.c                                    |  4532 +++++
 external/mpl/dhcp/dist/common/packet.c                                     |   409 +
 external/mpl/dhcp/dist/common/parse.c                                      |  5704 ++++++
 external/mpl/dhcp/dist/common/print.c                                      |  1485 +
 external/mpl/dhcp/dist/common/raw.c                                        |   138 +
 external/mpl/dhcp/dist/common/resolv.c                                     |   193 +
 external/mpl/dhcp/dist/common/socket.c                                     |  1314 +
 external/mpl/dhcp/dist/common/tables.c                                     |  1556 +
 external/mpl/dhcp/dist/common/tests/Atffile                                |     5 +
 external/mpl/dhcp/dist/common/tests/Kyuafile                               |     8 +
 external/mpl/dhcp/dist/common/tests/Makefile.am                            |    68 +
 external/mpl/dhcp/dist/common/tests/Makefile.in                            |   806 +
 external/mpl/dhcp/dist/common/tests/dns_unittest.c                         |   195 +
 external/mpl/dhcp/dist/common/tests/misc_unittest.c                        |   232 +
 external/mpl/dhcp/dist/common/tests/ns_name_test.c                         |   175 +
 external/mpl/dhcp/dist/common/tests/option_unittest.c                      |   144 +
 external/mpl/dhcp/dist/common/tests/test_alloc.c                           |   662 +
 external/mpl/dhcp/dist/common/tr.c                                         |   335 +
 external/mpl/dhcp/dist/common/tree.c                                       |  4278 ++++
 external/mpl/dhcp/dist/common/upf.c                                        |   375 +
 external/mpl/dhcp/dist/compile                                             |   347 +
 external/mpl/dhcp/dist/config+lt                                           |    26 +
 external/mpl/dhcp/dist/config.guess                                        |  1558 +
 external/mpl/dhcp/dist/config.sub                                          |  1788 +
 external/mpl/dhcp/dist/configure                                           |  9063 ++++++++++
 external/mpl/dhcp/dist/configure.ac                                        |  1078 +
 external/mpl/dhcp/dist/configure.ac+lt                                     |  1083 +
 external/mpl/dhcp/dist/contrib/3.0b1-lease-convert                         |   126 +
 external/mpl/dhcp/dist/contrib/dhclient-tz-exithook.sh                     |   179 +
 external/mpl/dhcp/dist/contrib/dhcp-lease-list.pl                          |   218 +
 external/mpl/dhcp/dist/contrib/dhcp.spec                                   |   157 +
 external/mpl/dhcp/dist/contrib/ldap/README.ldap                            |   232 +
 external/mpl/dhcp/dist/contrib/ldap/dhcp.schema                            |   488 +
 external/mpl/dhcp/dist/contrib/ldap/dhcpd-conf-to-ldap                     |   800 +
 external/mpl/dhcp/dist/contrib/ms2isc/Registry.pm                          |   361 +
 external/mpl/dhcp/dist/contrib/ms2isc/ms2isc.pl                            |   634 +
 external/mpl/dhcp/dist/contrib/ms2isc/readme.txt                           |    15 +
 external/mpl/dhcp/dist/contrib/sethostname.sh                              |    29 +
 external/mpl/dhcp/dist/contrib/solaris.init                                |    28 +
 external/mpl/dhcp/dist/depcomp                                             |   791 +
 external/mpl/dhcp/dist/dhcpctl/Makefile.am                                 |    26 +
 external/mpl/dhcp/dist/dhcpctl/Makefile.am.in                              |    26 +
 external/mpl/dhcp/dist/dhcpctl/Makefile.in                                 |   813 +
 external/mpl/dhcp/dist/dhcpctl/callback.c                                  |   167 +
 external/mpl/dhcp/dist/dhcpctl/cltest.c                                    |   222 +
 external/mpl/dhcp/dist/dhcpctl/dhcpctl.3                                   |   497 +
 external/mpl/dhcp/dist/dhcpctl/dhcpctl.c                                   |   591 +
 external/mpl/dhcp/dist/dhcpctl/dhcpctl.h                                   |   121 +
 external/mpl/dhcp/dist/dhcpctl/omshell.1                                   |   346 +
 external/mpl/dhcp/dist/dhcpctl/omshell.c                                   |   789 +
 external/mpl/dhcp/dist/dhcpctl/remote.c                                    |   360 +
 external/mpl/dhcp/dist/doc/BIND-libraries                                  |   170 +
 external/mpl/dhcp/dist/doc/DHCPv4-over-DHCPv6                              |   228 +
 external/mpl/dhcp/dist/doc/IANA-arp-parameters                             |   145 +
 external/mpl/dhcp/dist/doc/Makefile                                        |    44 +
 external/mpl/dhcp/dist/doc/References.html                                 |  1036 +
 external/mpl/dhcp/dist/doc/References.txt                                  |  1175 +
 external/mpl/dhcp/dist/doc/References.xml                                  |   795 +
 external/mpl/dhcp/dist/doc/api+protocol                                    |   436 +
 external/mpl/dhcp/dist/doc/devel/arch.dox                                  |    11 +
 external/mpl/dhcp/dist/doc/devel/atf.dox                                   |   235 +
 external/mpl/dhcp/dist/doc/devel/contrib.dox                               |    12 +
 external/mpl/dhcp/dist/doc/devel/debug.dox                                 |    33 +
 external/mpl/dhcp/dist/doc/devel/doxyfile.in                               |  1792 +
 external/mpl/dhcp/dist/doc/devel/isc-logo.jpg                              |   Bin 
 external/mpl/dhcp/dist/doc/devel/libtool.dox                               |    77 +
 external/mpl/dhcp/dist/doc/devel/mainpage.dox                              |    44 +
 external/mpl/dhcp/dist/doc/devel/omapi.dox                                 |    15 +
 external/mpl/dhcp/dist/doc/devel/qa.dox                                    |    93 +
 external/mpl/dhcp/dist/doc/examples/dhclient-dhcpv6.conf                   |    11 +
 external/mpl/dhcp/dist/doc/examples/dhcpd-dhcpv6.conf                      |   106 +
 external/mpl/dhcp/dist/doc/ja_JP.eucJP/dhclient-script.8                   |   237 +
 external/mpl/dhcp/dist/doc/ja_JP.eucJP/dhclient.8                          |   367 +
 external/mpl/dhcp/dist/doc/ja_JP.eucJP/dhclient.conf.5                     |   620 +
 external/mpl/dhcp/dist/doc/ja_JP.eucJP/dhclient.leases.5                   |    57 +
 external/mpl/dhcp/dist/doc/ja_JP.eucJP/dhcp-eval.5                         |   484 +
 external/mpl/dhcp/dist/doc/ja_JP.eucJP/dhcp-options.5                      |  1576 +
 external/mpl/dhcp/dist/includes/Makefile.am                                |    11 +
 external/mpl/dhcp/dist/includes/Makefile.in                                |   584 +
 external/mpl/dhcp/dist/includes/arpa/nameser.h                             |   437 +
 external/mpl/dhcp/dist/includes/arpa/nameser_compat.h                      |   181 +
 external/mpl/dhcp/dist/includes/cdefs.h                                    |    71 +
 external/mpl/dhcp/dist/includes/config.h.in                                |   324 +
 external/mpl/dhcp/dist/includes/ctrace.h                                   |    75 +
 external/mpl/dhcp/dist/includes/dhcp.h                                     |   206 +
 external/mpl/dhcp/dist/includes/dhcp6.h                                    |   298 +
 external/mpl/dhcp/dist/includes/dhcpd.h                                    |  3895 ++++
 external/mpl/dhcp/dist/includes/dhctoken.h                                 |   387 +
 external/mpl/dhcp/dist/includes/failover.h                                 |   400 +
 external/mpl/dhcp/dist/includes/heap.h                                     |   165 +
 external/mpl/dhcp/dist/includes/inet.h                                     |    81 +
 external/mpl/dhcp/dist/includes/ldap_casa.h                                |   104 +
 external/mpl/dhcp/dist/includes/ldap_krb_helper.h                          |    51 +
 external/mpl/dhcp/dist/includes/netinet/if_ether.h                         |    64 +
 external/mpl/dhcp/dist/includes/netinet/ip.h                               |   161 +
 external/mpl/dhcp/dist/includes/netinet/ip_icmp.h                          |   180 +
 external/mpl/dhcp/dist/includes/netinet/udp.h                              |    68 +
 external/mpl/dhcp/dist/includes/ns_name.h                                  |    47 +
 external/mpl/dhcp/dist/includes/omapip/alloc.h                             |   107 +
 external/mpl/dhcp/dist/includes/omapip/buffer.h                            |    79 +
 external/mpl/dhcp/dist/includes/omapip/convert.h                           |    48 +
 external/mpl/dhcp/dist/includes/omapip/hash.h                              |   163 +
 external/mpl/dhcp/dist/includes/omapip/isclib.h                            |   145 +
 external/mpl/dhcp/dist/includes/omapip/omapip.h                            |   619 +
 external/mpl/dhcp/dist/includes/omapip/omapip_p.h                          |   300 +
 external/mpl/dhcp/dist/includes/omapip/result.h                            |   123 +
 external/mpl/dhcp/dist/includes/omapip/trace.h                             |   113 +
 external/mpl/dhcp/dist/includes/osdep.h                                    |   292 +
 external/mpl/dhcp/dist/includes/site.h                                     |   378 +
 external/mpl/dhcp/dist/includes/statement.h                                |   107 +
 external/mpl/dhcp/dist/includes/t_api.h                                    |   105 +
 external/mpl/dhcp/dist/includes/tree.h                                     |   353 +
 external/mpl/dhcp/dist/install-sh                                          |   527 +
 external/mpl/dhcp/dist/m4/README                                           |     2 +
 external/mpl/dhcp/dist/missing                                             |   215 +
 external/mpl/dhcp/dist/omapip/Makefile.am                                  |    22 +
 external/mpl/dhcp/dist/omapip/Makefile.am.in                               |    22 +
 external/mpl/dhcp/dist/omapip/Makefile.in                                  |   730 +
 external/mpl/dhcp/dist/omapip/alloc.c                                      |  1184 +
 external/mpl/dhcp/dist/omapip/array.c                                      |   161 +
 external/mpl/dhcp/dist/omapip/auth.c                                       |   282 +
 external/mpl/dhcp/dist/omapip/buffer.c                                     |   748 +
 external/mpl/dhcp/dist/omapip/connection.c                                 |  1110 +
 external/mpl/dhcp/dist/omapip/convert.c                                    |   184 +
 external/mpl/dhcp/dist/omapip/dispatch.c                                   |   963 +
 external/mpl/dhcp/dist/omapip/errwarn.c                                    |   358 +
 external/mpl/dhcp/dist/omapip/generic.c                                    |   307 +
 external/mpl/dhcp/dist/omapip/handle.c                                     |   306 +
 external/mpl/dhcp/dist/omapip/hash.c                                       |   564 +
 external/mpl/dhcp/dist/omapip/inet_addr.c                                  |   141 +
 external/mpl/dhcp/dist/omapip/isclib.c                                     |   394 +
 external/mpl/dhcp/dist/omapip/iscprint.c                                   |   545 +
 external/mpl/dhcp/dist/omapip/listener.c                                   |   493 +
 external/mpl/dhcp/dist/omapip/message.c                                    |   767 +
 external/mpl/dhcp/dist/omapip/omapi.3                                      |   251 +
 external/mpl/dhcp/dist/omapip/protocol.c                                   |  1318 +
 external/mpl/dhcp/dist/omapip/result.c                                     |    91 +
 external/mpl/dhcp/dist/omapip/support.c                                    |   856 +
 external/mpl/dhcp/dist/omapip/test.c                                       |   115 +
 external/mpl/dhcp/dist/omapip/toisc.c                                      |   216 +
 external/mpl/dhcp/dist/omapip/trace.c                                      |   722 +
 external/mpl/dhcp/dist/relay/Makefile.am                                   |    12 +
 external/mpl/dhcp/dist/relay/Makefile.in                                   |   683 +
 external/mpl/dhcp/dist/relay/dhcrelay.8                                    |   347 +
 external/mpl/dhcp/dist/relay/dhcrelay.c                                    |  2133 ++
 external/mpl/dhcp/dist/server/Makefile.am                                  |    25 +
 external/mpl/dhcp/dist/server/Makefile.in                                  |  1184 +
 external/mpl/dhcp/dist/server/bootp.c                                      |   471 +
 external/mpl/dhcp/dist/server/class.c                                      |   327 +
 external/mpl/dhcp/dist/server/confpars.c                                   |  6422 +++++++
 external/mpl/dhcp/dist/server/db.c                                         |  1292 +
 external/mpl/dhcp/dist/server/ddns.c                                       |  2394 ++
 external/mpl/dhcp/dist/server/dhcp.c                                       |  5763 ++++++
 external/mpl/dhcp/dist/server/dhcpd.8                                      |   891 +
 external/mpl/dhcp/dist/server/dhcpd.c                                      |  1804 +
 external/mpl/dhcp/dist/server/dhcpd.conf.5                                 |  3622 +++
 external/mpl/dhcp/dist/server/dhcpd.conf.example                           |   104 +
 external/mpl/dhcp/dist/server/dhcpd.leases.5                               |   399 +
 external/mpl/dhcp/dist/server/dhcpleasequery.c                             |  1270 +
 external/mpl/dhcp/dist/server/dhcpv6.c                                     |  8628 +++++++++
 external/mpl/dhcp/dist/server/failover.c                                   |  6587 +++++++
 external/mpl/dhcp/dist/server/ldap.c                                       |  3161 +++
 external/mpl/dhcp/dist/server/ldap_casa.c                                  |   166 +
 external/mpl/dhcp/dist/server/ldap_krb_helper.c                            |   219 +
 external/mpl/dhcp/dist/server/leasechain.c                                 |   700 +
 external/mpl/dhcp/dist/server/mdb.c                                        |  3262 +++
 external/mpl/dhcp/dist/server/mdb6.c                                       |  3027 +++
 external/mpl/dhcp/dist/server/omapi.c                                      |  2620 ++
 external/mpl/dhcp/dist/server/salloc.c                                     |   258 +
 external/mpl/dhcp/dist/server/stables.c                                    |   556 +
 external/mpl/dhcp/dist/server/tests/Atffile                                |     5 +
 external/mpl/dhcp/dist/server/tests/Kyuafile                               |     8 +
 external/mpl/dhcp/dist/server/tests/Makefile.am                            |    68 +
 external/mpl/dhcp/dist/server/tests/Makefile.in                            |  1079 +
 external/mpl/dhcp/dist/server/tests/hash_unittest.c                        |   612 +
 external/mpl/dhcp/dist/server/tests/leaseq_unittest.c                      |   505 +
 external/mpl/dhcp/dist/server/tests/load_bal_unittest.c                    |   197 +
 external/mpl/dhcp/dist/server/tests/mdb6_unittest.c                        |   975 +
 external/mpl/dhcp/dist/server/tests/simple_unittest.c                      |   127 +
 external/mpl/dhcp/dist/tests/DHCPv6/000-badmsgtype.pl                      |   164 +
 external/mpl/dhcp/dist/tests/DHCPv6/010-solicit-noclientid.pl              |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/011-solicit-serverid.pl                |   215 +
 external/mpl/dhcp/dist/tests/DHCPv6/020-advertise-mcast.pl                 |   164 +
 external/mpl/dhcp/dist/tests/DHCPv6/030-request-noclientid.pl              |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/031-request-noserverid.pl              |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/032-request-badduid.pl                 |   216 +
 external/mpl/dhcp/dist/tests/DHCPv6/110-information-request-ia_na.pl       |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/111-information-request-ia_ta.pl       |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/112-badduid.pl                         |   208 +
 external/mpl/dhcp/dist/tests/DHCPv6/210-solicit-nohost.pl                  |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/211-solicit-opt-in-na.pl               |   218 +
 external/mpl/dhcp/dist/tests/DHCPv6/212-solicit-opt-in-na-norapidcommit.pl |   218 +
 external/mpl/dhcp/dist/tests/DHCPv6/280-release-nohost.pl                  |   175 +
 external/mpl/dhcp/dist/tests/DHCPv6/281-release-bad-address.pl             |   187 +
 external/mpl/dhcp/dist/tests/DHCPv6/282-release-no-address.pl              |   183 +
 external/mpl/dhcp/dist/tests/DHCPv6/283-release.pl                         |   189 +
 external/mpl/dhcp/dist/tests/DHCPv6/290-decline-nohost.pl                  |   175 +
 external/mpl/dhcp/dist/tests/DHCPv6/291-decline-bad-address.pl             |   187 +
 external/mpl/dhcp/dist/tests/DHCPv6/292-decline-no-address.pl              |   183 +
 external/mpl/dhcp/dist/tests/DHCPv6/293-decline.pl                         |   189 +
 external/mpl/dhcp/dist/tests/DHCPv6/README                                 |    62 +
 external/mpl/dhcp/dist/tests/DHCPv6/dhcp_client.pm                         |   454 +
 external/mpl/dhcp/dist/tests/DHCPv6/stubcli-opt-in-na.pl                   |   217 +
 external/mpl/dhcp/dist/tests/DHCPv6/stubcli.pl                             |   212 +
 external/mpl/dhcp/dist/tests/DHCPv6/test-a.conf                            |    67 +
 external/mpl/dhcp/dist/tests/DHCPv6/test-b.conf                            |    60 +
 external/mpl/dhcp/dist/tests/HOWTO-unit-test                               |    89 +
 external/mpl/dhcp/dist/tests/Makefile.am                                   |    33 +
 external/mpl/dhcp/dist/tests/Makefile.am.in                                |    33 +
 external/mpl/dhcp/dist/tests/Makefile.in                                   |   595 +
 external/mpl/dhcp/dist/tests/failover/dhcp-1.cf                            |   154 +
 external/mpl/dhcp/dist/tests/failover/dhcp-2.cf                            |   152 +
 external/mpl/dhcp/dist/tests/failover/new-failover                         |    28 +
 external/mpl/dhcp/dist/tests/t_api.c                                       |   830 +
 external/mpl/dhcp/dist/tests/t_api_dhcp.c                                  |    51 +
 external/mpl/dhcp/dist/tests/unit_test_sample.c                            |    27 +
 external/mpl/dhcp/dist/tests/unittest.sh.in                                |    93 +
 279 files changed, 198222 insertions(+), 0 deletions(-)

diffs (truncated from 199337 to 300 lines):

diff -r 8dbe4a29d0a2 -r 41651dbde430 external/mpl/dhcp/dist/LICENSE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mpl/dhcp/dist/LICENSE    Sat Apr 07 22:34:17 2018 +0000
@@ -0,0 +1,385 @@
+# Copyright (c) 2004-2018 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 1995-2003 by Internet Software Consortium
+#
+# 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.
+#
+#   Internet Systems Consortium, Inc.
+#   950 Charter Street
+#   Redwood City, CA 94063
+#   <info%isc.org@localhost>
+#   https://www.isc.org/
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0, included below.
+#
+# See the specific source files for any additional copyright or
+# license statements.
+
+Mozilla Public License, version 2.0
+
+1. Definitions
+
+1.1. "Contributor"
+
+     means each individual or legal entity that creates, contributes to the
+     creation of, or owns Covered Software.
+
+1.2. "Contributor Version"
+
+     means the combination of the Contributions of others (if any) used by a
+     Contributor and that particular Contributor's Contribution.
+
+1.3. "Contribution"
+
+     means Covered Software of a particular Contributor.
+
+1.4. "Covered Software"
+
+     means Source Code Form to which the initial Contributor has attached the
+     notice in Exhibit A, the Executable Form of such Source Code Form, and
+     Modifications of such Source Code Form, in each case including portions
+     thereof.
+
+1.5. "Incompatible With Secondary Licenses"
+     means
+
+     a. that the initial Contributor has attached the notice described in
+        Exhibit B to the Covered Software; or
+
+     b. that the Covered Software was made available under the terms of
+        version 1.1 or earlier of the License, but not also under the terms of
+        a Secondary License.
+
+1.6. "Executable Form"
+
+     means any form of the work other than Source Code Form.
+
+1.7. "Larger Work"
+
+     means a work that combines Covered Software with other material, in a
+     separate file or files, that is not Covered Software.
+
+1.8. "License"
+
+     means this document.
+
+1.9. "Licensable"
+
+     means having the right to grant, to the maximum extent possible, whether
+     at the time of the initial grant or subsequently, any and all of the
+     rights conveyed by this License.
+
+1.10. "Modifications"
+
+     means any of the following:
+
+     a. any file in Source Code Form that results from an addition to,
+        deletion from, or modification of the contents of Covered Software; or
+
+     b. any new file in Source Code Form that contains any Covered Software.
+
+1.11. "Patent Claims" of a Contributor
+
+      means any patent claim(s), including without limitation, method,
+      process, and apparatus claims, in any patent Licensable by such
+      Contributor that would be infringed, but for the grant of the License,
+      by the making, using, selling, offering for sale, having made, import,
+      or transfer of either its Contributions or its Contributor Version.
+
+1.12. "Secondary License"
+
+      means either the GNU General Public License, Version 2.0, the GNU Lesser
+      General Public License, Version 2.1, the GNU Affero General Public
+      License, Version 3.0, or any later versions of those licenses.
+
+1.13. "Source Code Form"
+
+      means the form of the work preferred for making modifications.
+
+1.14. "You" (or "Your")
+
+      means an individual or a legal entity exercising rights under this
+      License. For legal entities, "You" includes any entity that controls, is
+      controlled by, or is under common control with You. For purposes of this
+      definition, "control" means (a) the power, direct or indirect, to cause
+      the direction or management of such entity, whether by contract or
+      otherwise, or (b) ownership of more than fifty percent (50%) of the
+      outstanding shares or beneficial ownership of such entity.
+
+
+2. License Grants and Conditions
+
+2.1. Grants
+
+     Each Contributor hereby grants You a world-wide, royalty-free,
+     non-exclusive license:
+
+     a. under intellectual property rights (other than patent or trademark)
+        Licensable by such Contributor to use, reproduce, make available,
+        modify, display, perform, distribute, and otherwise exploit its
+        Contributions, either on an unmodified basis, with Modifications, or
+        as part of a Larger Work; and
+
+     b. under Patent Claims of such Contributor to make, use, sell, offer for
+        sale, have made, import, and otherwise transfer either its
+        Contributions or its Contributor Version.
+
+2.2. Effective Date
+
+     The licenses granted in Section 2.1 with respect to any Contribution
+     become effective for each Contribution on the date the Contributor first
+     distributes such Contribution.
+
+2.3. Limitations on Grant Scope
+
+     The licenses granted in this Section 2 are the only rights granted under
+     this License. No additional rights or licenses will be implied from the
+     distribution or licensing of Covered Software under this License.
+     Notwithstanding Section 2.1(b) above, no patent license is granted by a
+     Contributor:
+
+     a. for any code that a Contributor has removed from Covered Software; or
+
+     b. for infringements caused by: (i) Your and any other third party's
+        modifications of Covered Software, or (ii) the combination of its
+        Contributions with other software (except as part of its Contributor
+        Version); or
+
+     c. under Patent Claims infringed by Covered Software in the absence of
+        its Contributions.
+
+     This License does not grant any rights in the trademarks, service marks,
+     or logos of any Contributor (except as may be necessary to comply with
+     the notice requirements in Section 3.4).
+
+2.4. Subsequent Licenses
+
+     No Contributor makes additional grants as a result of Your choice to
+     distribute the Covered Software under a subsequent version of this
+     License (see Section 10.2) or under the terms of a Secondary License (if
+     permitted under the terms of Section 3.3).
+
+2.5. Representation
+
+     Each Contributor represents that the Contributor believes its
+     Contributions are its original creation(s) or it has sufficient rights to
+     grant the rights to its Contributions conveyed by this License.
+
+2.6. Fair Use
+
+     This License is not intended to limit any rights You have under
+     applicable copyright doctrines of fair use, fair dealing, or other
+     equivalents.
+
+2.7. Conditions
+
+     Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
+     Section 2.1.
+
+
+3. Responsibilities
+
+3.1. Distribution of Source Form
+
+     All distribution of Covered Software in Source Code Form, including any
+     Modifications that You create or to which You contribute, must be under
+     the terms of this License. You must inform recipients that the Source
+     Code Form of the Covered Software is governed by the terms of this
+     License, and how they can obtain a copy of this License. You may not
+     attempt to alter or restrict the recipients' rights in the Source Code
+     Form.
+
+3.2. Distribution of Executable Form
+
+     If You distribute Covered Software in Executable Form then:
+
+     a. such Covered Software must also be made available in Source Code Form,
+        as described in Section 3.1, and You must inform recipients of the
+        Executable Form how they can obtain a copy of such Source Code Form by
+        reasonable means in a timely manner, at a charge no more than the cost
+        of distribution to the recipient; and
+
+     b. You may distribute such Executable Form under the terms of this
+        License, or sublicense it under different terms, provided that the
+        license for the Executable Form does not attempt to limit or alter the
+        recipients' rights in the Source Code Form under this License.
+
+3.3. Distribution of a Larger Work
+
+     You may create and distribute a Larger Work under terms of Your choice,
+     provided that You also comply with the requirements of this License for
+     the Covered Software. If the Larger Work is a combination of Covered
+     Software with a work governed by one or more Secondary Licenses, and the
+     Covered Software is not Incompatible With Secondary Licenses, this
+     License permits You to additionally distribute such Covered Software
+     under the terms of such Secondary License(s), so that the recipient of
+     the Larger Work may, at their option, further distribute the Covered
+     Software under the terms of either this License or such Secondary
+     License(s).
+
+3.4. Notices
+
+     You may not remove or alter the substance of any license notices
+     (including copyright notices, patent notices, disclaimers of warranty, or
+     limitations of liability) contained within the Source Code Form of the
+     Covered Software, except that You may alter any license notices to the
+     extent required to remedy known factual inaccuracies.
+
+3.5. Application of Additional Terms
+
+     You may choose to offer, and to charge a fee for, warranty, support,
+     indemnity or liability obligations to one or more recipients of Covered
+     Software. However, You may do so only on Your own behalf, and not on
+     behalf of any Contributor. You must make it absolutely clear that any
+     such warranty, support, indemnity, or liability obligation is offered by
+     You alone, and You hereby agree to indemnify every Contributor for any
+     liability incurred by such Contributor as a result of warranty, support,
+     indemnity or liability terms You offer. You may include additional
+     disclaimers of warranty and limitations of liability specific to any
+     jurisdiction.
+
+4. Inability to Comply Due to Statute or Regulation
+
+   If it is impossible for You to comply with any of the terms of this License
+   with respect to some or all of the Covered Software due to statute,
+   judicial order, or regulation then You must: (a) comply with the terms of
+   this License to the maximum extent possible; and (b) describe the
+   limitations and the code they affect. Such description must be placed in a
+   text file included with all distributions of the Covered Software under
+   this License. Except to the extent prohibited by statute or regulation,
+   such description must be sufficiently detailed for a recipient of ordinary
+   skill to be able to understand it.
+
+5. Termination
+
+5.1. The rights granted under this License will terminate automatically if You
+     fail to comply with any of its terms. However, if You become compliant,
+     then the rights granted under this License from a particular Contributor
+     are reinstated (a) provisionally, unless and until such Contributor
+     explicitly and finally terminates Your grants, and (b) on an ongoing
+     basis, if such Contributor fails to notify You of the non-compliance by
+     some reasonable means prior to 60 days after You have come back into
+     compliance. Moreover, Your grants from a particular Contributor are
+     reinstated on an ongoing basis if such Contributor notifies You of the
+     non-compliance by some reasonable means, this is the first time You have
+     received notice of non-compliance with this License from such
+     Contributor, and You become compliant prior to 30 days after Your receipt
+     of the notice.
+
+5.2. If You initiate litigation against any entity by asserting a patent
+     infringement claim (excluding declaratory judgment actions,
+     counter-claims, and cross-claims) alleging that a Contributor Version
+     directly or indirectly infringes any patent, then the rights granted to
+     You by any and all Contributors for the Covered Software under Section
+     2.1 of this License shall terminate.
+
+5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
+     license agreements (excluding distributors and resellers) which have been
+     validly granted by You or Your distributors under this License prior to
+     termination shall survive termination.
+
+6. Disclaimer of Warranty
+
+   Covered Software is provided under this License on an "as is" basis,
+   without warranty of any kind, either expressed, implied, or statutory,
+   including, without limitation, warranties that the Covered Software is free
+   of defects, merchantable, fit for a particular purpose or non-infringing.
+   The entire risk as to the quality and performance of the Covered Software
+   is with You. Should any Covered Software prove defective in any respect,
+   You (not any Contributor) assume the cost of any necessary servicing,
+   repair, or correction. This disclaimer of warranty constitutes an essential



Home | Main Index | Thread Index | Old Index