2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

copyright

This commit is contained in:
Mark Andrews
2004-03-16 05:22:33 +00:00
parent 781e3c8789
commit 1fa26403d7
51 changed files with 624 additions and 533 deletions

View File

@@ -13,14 +13,14 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE. .\" PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" $Id: dnssec-signzone.8,v 1.27 2004/03/05 12:40:36 marka Exp $ .\" $Id: dnssec-signzone.8,v 1.28 2004/03/16 05:22:15 marka Exp $
.\" .\"
.TH "DNSSEC-SIGNZONE" "8" "June 30, 2000" "BIND9" "" .TH "DNSSEC-SIGNZONE" "8" "June 30, 2000" "BIND9" ""
.SH NAME .SH NAME
dnssec-signzone \- DNSSEC zone signing tool dnssec-signzone \- DNSSEC zone signing tool
.SH SYNOPSIS .SH SYNOPSIS
.sp .sp
\fBdnssec-signzone\fR [ \fB-a\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-d \fIdirectory\fB\fR ] [ \fB-e \fIend-time\fB\fR ] [ \fB-f \fIoutput-file\fB\fR ] [ \fB-g\fR ] [ \fB-h\fR ] [ \fB-k \fIkey\fB\fR ] [ \fB-i \fIinterval\fB\fR ] [ \fB-n \fInthreads\fB\fR ] [ \fB-o \fIorigin\fB\fR ] [ \fB-p\fR ] [ \fB-r \fIrandomdev\fB\fR ] [ \fB-s \fIstart-time\fB\fR ] [ \fB-t\fR ] [ \fB-v \fIlevel\fB\fR ] [ \fB-z\fR ] \fBzonefile\fR [ \fBkey\fR\fI...\fR ] \fBdnssec-signzone\fR [ \fB-a\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-d \fIdirectory\fB\fR ] [ \fB-e \fIend-time\fB\fR ] [ \fB-f \fIoutput-file\fB\fR ] [ \fB-g\fR ] [ \fB-h\fR ] [ \fB-k \fIkey\fB\fR ] [ \fB-l \fIdomain\fB\fR ] [ \fB-i \fIinterval\fB\fR ] [ \fB-n \fInthreads\fB\fR ] [ \fB-o \fIorigin\fB\fR ] [ \fB-p\fR ] [ \fB-r \fIrandomdev\fB\fR ] [ \fB-s \fIstart-time\fB\fR ] [ \fB-t\fR ] [ \fB-v \fIlevel\fB\fR ] [ \fB-z\fR ] \fBzonefile\fR [ \fBkey\fR\fI...\fR ]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.PP .PP
\fBdnssec-signzone\fR signs a zone. It generates NSEC \fBdnssec-signzone\fR signs a zone. It generates NSEC
@@ -43,6 +43,10 @@ Specifies the DNS class of the zone.
Treat specified key as a key signing key ignoring any Treat specified key as a key signing key ignoring any
key flags. This option may be specified multiple times. key flags. This option may be specified multiple times.
.TP .TP
\fB-l \fIdomain\fB\fR
Generate a DLV set in addition to the key (DNSKEY) and DS sets.
The domain is appended to the name of the records.
.TP
\fB-d \fIdirectory\fB\fR \fB-d \fIdirectory\fB\fR
Look for \fIsignedkey\fR files in Look for \fIsignedkey\fR files in
\fBdirectory\fR as the directory \fBdirectory\fR as the directory

View File

@@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: dnssec-signzone.html,v 1.7 2004/03/05 08:32:16 marka Exp $ --> <!-- $Id: dnssec-signzone.html,v 1.8 2004/03/16 05:22:16 marka Exp $ -->
<HTML <HTML
><HEAD ><HEAD
@@ -113,6 +113,14 @@ CLASS="REPLACEABLE"
></TT ></TT
>] [<TT >] [<TT
CLASS="OPTION" CLASS="OPTION"
>-l <TT
CLASS="REPLACEABLE"
><I
>domain</I
></TT
></TT
>] [<TT
CLASS="OPTION"
>-i <TT >-i <TT
CLASS="REPLACEABLE" CLASS="REPLACEABLE"
><I ><I
@@ -173,7 +181,7 @@ CLASS="OPTION"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN63" NAME="AEN66"
></A ></A
><H2 ><H2
>DESCRIPTION</H2 >DESCRIPTION</H2
@@ -200,7 +208,7 @@ CLASS="FILENAME"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN69" NAME="AEN72"
></A ></A
><H2 ><H2
>OPTIONS</H2 >OPTIONS</H2
@@ -242,6 +250,19 @@ CLASS="REPLACEABLE"
</P </P
></DD ></DD
><DT ><DT
>-l <TT
CLASS="REPLACEABLE"
><I
>domain</I
></TT
></DT
><DD
><P
> Generate a DLV set in addition to the key (DNSKEY) and DS sets.
The domain is appended to the name of the records.
</P
></DD
><DT
>-d <TT >-d <TT
CLASS="REPLACEABLE" CLASS="REPLACEABLE"
><I ><I
@@ -494,7 +515,7 @@ CLASS="REPLACEABLE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN174" NAME="AEN182"
></A ></A
><H2 ><H2
>EXAMPLE</H2 >EXAMPLE</H2
@@ -553,7 +574,7 @@ CLASS="FILENAME"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN188" NAME="AEN196"
></A ></A
><H2 ><H2
>SEE ALSO</H2 >SEE ALSO</H2
@@ -585,7 +606,7 @@ CLASS="CITETITLE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN199" NAME="AEN207"
></A ></A
><H2 ><H2
>AUTHOR</H2 >AUTHOR</H2

View File

@@ -1,21 +1,21 @@
/* /*
* Copyright (C) 2001 Internet Software Consortium. * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies. * copyright notice and this permission notice appear in all copies.
* *
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * PERFORMANCE OF THIS SOFTWARE.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: config.h.win32,v 1.7 2001/11/02 05:02:15 mayer Exp $ */ /* $Id: config.h.win32,v 1.8 2004/03/16 05:22:15 marka Exp $ */
/* /*
* win32 configuration file * win32 configuration file

View File

@@ -2,20 +2,20 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"> "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.240 2004/03/10 02:19:55 marka Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.241 2004/03/16 05:22:16 marka Exp $ -->
<book> <book>
<title>BIND 9 Administrator Reference Manual</title> <title>BIND 9 Administrator Reference Manual</title>
<bookinfo> <bookinfo>
<copyright> <copyright>
<year>2000-2003</year>
<holder>Internet Software Consortium</holder>
</copyright>
<copyright>
<year>2004</year> <year>2004</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder> <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright> </copyright>
<copyright>
<year>2000-2003</year>
<holder>Internet Software Consortium</holder>
</copyright>
</bookinfo> </bookinfo>
<chapter id="ch01"> <chapter id="ch01">

View File

@@ -94,7 +94,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT ></DT
><DT ><DT
>6.3. <A >6.3. <A
HREF="Bv9ARM.ch06.html#AEN3999" HREF="Bv9ARM.ch06.html#AEN4008"
>Zone File</A >Zone File</A
></DT ></DT
></DL ></DL
@@ -3688,7 +3688,7 @@ CLASS="replaceable"
>] >]
[<SPAN [<SPAN
CLASS="optional" CLASS="optional"
> enable-dnssec <TT > dnssec-enable <TT
CLASS="replaceable" CLASS="replaceable"
><I ><I
>yes_or_no</I >yes_or_no</I
@@ -3697,6 +3697,15 @@ CLASS="replaceable"
>] >]
[<SPAN [<SPAN
CLASS="optional" CLASS="optional"
> dnssec-lookaside <TT
CLASS="replaceable"
><I
>domain</I
></TT
>; </SPAN
>]
[<SPAN
CLASS="optional"
> forward ( <TT > forward ( <TT
CLASS="replaceable" CLASS="replaceable"
><I ><I
@@ -4952,6 +4961,27 @@ CLASS="command"
Only the most specific will be applied. Only the most specific will be applied.
</P </P
></DD ></DD
><DT
><B
CLASS="command"
>dnssec-lookaside</B
></DT
><DD
><P
>&#13;When set <B
CLASS="command"
>dnssec-lookaside</B
> provides the
validator with an alternate method to validate DNSKEY records at the
top of a zone. When set the domain specified by
<B
CLASS="command"
>dnssec-lookaside</B
> is appended to DNSKEY's
name and a DLV record is looked up. If the DLV record validates
a DNSKEY (similarly to the way a DS record does) the DNSKEY RRset is deemed to be trusted.
</P
></DD
></DL ></DL
></DIV ></DIV
><DIV ><DIV
@@ -5121,7 +5151,7 @@ processing.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN2383" NAME="AEN2392"
></A ></A
><P ><P
></P ></P
@@ -6003,7 +6033,7 @@ CLASS="userinput"
><DT ><DT
><B ><B
CLASS="command" CLASS="command"
>enable-dnssec</B >dnssec-enable</B
></DT ></DT
><DD ><DD
><P ><P
@@ -6048,7 +6078,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2662" NAME="AEN2671"
>6.2.16.2. Forwarding</A >6.2.16.2. Forwarding</A
></H3 ></H3
><P ><P
@@ -6116,7 +6146,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2681" NAME="AEN2690"
>6.2.16.3. 6 to 4 Servers</A >6.2.16.3. 6 to 4 Servers</A
></H3 ></H3
><P ><P
@@ -6338,7 +6368,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2748" NAME="AEN2757"
>6.2.16.5. Interfaces</A >6.2.16.5. Interfaces</A
></H3 ></H3
><P ><P
@@ -6417,7 +6447,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2769" NAME="AEN2778"
>6.2.16.6. Query Address</A >6.2.16.6. Query Address</A
></H3 ></H3
><P ><P
@@ -6908,7 +6938,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2931" NAME="AEN2940"
>6.2.16.8. Bad UDP Port Lists</A >6.2.16.8. Bad UDP Port Lists</A
></H3 ></H3
><P ><P
@@ -6932,7 +6962,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2936" NAME="AEN2945"
>6.2.16.9. Operating System Resource Limits</A >6.2.16.9. Operating System Resource Limits</A
></H3 ></H3
><P ><P
@@ -7052,7 +7082,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2973" NAME="AEN2982"
>6.2.16.10. Server Resource Limits</A >6.2.16.10. Server Resource Limits</A
></H3 ></H3
><P ><P
@@ -7175,7 +7205,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3014" NAME="AEN3023"
>6.2.16.11. Periodic Task Intervals</A >6.2.16.11. Periodic Task Intervals</A
></H3 ></H3
><P ><P
@@ -7546,7 +7576,7 @@ CLASS="command"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3102" NAME="AEN3111"
></A ></A
><P ><P
></P ></P
@@ -8028,7 +8058,7 @@ number is identical to the number in the beginning line.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3246" NAME="AEN3255"
></A ></A
><P ><P
></P ></P
@@ -8562,7 +8592,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3385" NAME="AEN3394"
>6.2.19. <B >6.2.19. <B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -8637,7 +8667,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3401" NAME="AEN3410"
>6.2.20. <B >6.2.20. <B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -8739,7 +8769,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3423" NAME="AEN3432"
>6.2.22. <B >6.2.22. <B
CLASS="command" CLASS="command"
>view</B >view</B
@@ -9493,7 +9523,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3597" NAME="AEN3606"
>6.2.24. <B >6.2.24. <B
CLASS="command" CLASS="command"
>zone</B >zone</B
@@ -9504,13 +9534,13 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3600" NAME="AEN3609"
>6.2.24.1. Zone Types</A >6.2.24.1. Zone Types</A
></H3 ></H3
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3602" NAME="AEN3611"
></A ></A
><P ><P
></P ></P
@@ -9780,7 +9810,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3665" NAME="AEN3674"
>6.2.24.2. Class</A >6.2.24.2. Class</A
></H3 ></H3
><P ><P
@@ -9818,7 +9848,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3675" NAME="AEN3684"
>6.2.24.3. Zone Options</A >6.2.24.3. Zone Options</A
></H3 ></H3
><P ><P
@@ -10576,7 +10606,7 @@ CLASS="varname"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3958" NAME="AEN3967"
></A ></A
><P ><P
></P ></P
@@ -10743,7 +10773,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN3999" NAME="AEN4008"
>6.3. Zone File</A >6.3. Zone File</A
></H1 ></H1
><DIV ><DIV
@@ -10764,7 +10794,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4004" NAME="AEN4013"
>6.3.1.1. Resource Records</A >6.3.1.1. Resource Records</A
></H3 ></H3
><P ><P
@@ -10787,7 +10817,7 @@ HREF="Bv9ARM.ch06.html#rrset_ordering"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4010" NAME="AEN4019"
></A ></A
><P ><P
></P ></P
@@ -10898,7 +10928,7 @@ CLASS="emphasis"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4042" NAME="AEN4051"
></A ></A
><P ><P
></P ></P
@@ -11423,7 +11453,7 @@ are currently valid in the DNS:</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4194" NAME="AEN4203"
></A ></A
><P ><P
></P ></P
@@ -11525,7 +11555,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4218" NAME="AEN4227"
>6.3.1.2. Textual expression of RRs</A >6.3.1.2. Textual expression of RRs</A
></H3 ></H3
><P ><P
@@ -11555,7 +11585,7 @@ knowledge of the typical representation for the data.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4225" NAME="AEN4234"
></A ></A
><P ><P
></P ></P
@@ -11764,7 +11794,7 @@ domain names.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4291" NAME="AEN4300"
></A ></A
><P ><P
></P ></P
@@ -11855,7 +11885,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4319" NAME="AEN4328"
>6.3.2. Discussion of MX Records</A >6.3.2. Discussion of MX Records</A
></H2 ></H2
><P ><P
@@ -11891,7 +11921,7 @@ pointed to by the CNAME.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4325" NAME="AEN4334"
></A ></A
><P ><P
></P ></P
@@ -12187,7 +12217,7 @@ used in a zone file.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4417" NAME="AEN4426"
></A ></A
><P ><P
></P ></P
@@ -12270,7 +12300,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4440" NAME="AEN4449"
>6.3.4. Inverse Mapping in IPv4</A >6.3.4. Inverse Mapping in IPv4</A
></H2 ></H2
><P ><P
@@ -12297,7 +12327,7 @@ CLASS="optional"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4445" NAME="AEN4454"
></A ></A
><P ><P
></P ></P
@@ -12377,7 +12407,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4467" NAME="AEN4476"
>6.3.5. Other Zone File Directives</A >6.3.5. Other Zone File Directives</A
></H2 ></H2
><P ><P
@@ -12402,7 +12432,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4474" NAME="AEN4483"
>6.3.5.1. The <B >6.3.5.1. The <B
CLASS="command" CLASS="command"
>$ORIGIN</B >$ORIGIN</B
@@ -12472,7 +12502,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4494" NAME="AEN4503"
>6.3.5.2. The <B >6.3.5.2. The <B
CLASS="command" CLASS="command"
>$INCLUDE</B >$INCLUDE</B
@@ -12554,7 +12584,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4514" NAME="AEN4523"
>6.3.5.3. The <B >6.3.5.3. The <B
CLASS="command" CLASS="command"
>$TTL</B >$TTL</B
@@ -12594,7 +12624,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4525" NAME="AEN4534"
>6.3.6. <SPAN >6.3.6. <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -12689,7 +12719,7 @@ CLASS="literal"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4549" NAME="AEN4558"
></A ></A
><P ><P
></P ></P

View File

@@ -89,7 +89,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT ></DT
><DT ><DT
>7.2. <A >7.2. <A
HREF="Bv9ARM.ch07.html#AEN4642" HREF="Bv9ARM.ch07.html#AEN4651"
><B ><B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -197,7 +197,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4642" NAME="AEN4651"
>7.2. <B >7.2. <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -279,7 +279,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4665" NAME="AEN4674"
>7.2.1. The <B >7.2.1. The <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -355,7 +355,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4683" NAME="AEN4692"
>7.2.2. Using the <B >7.2.2. Using the <B
CLASS="command" CLASS="command"
>setuid</B >setuid</B

View File

@@ -81,17 +81,17 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>8.1. <A >8.1. <A
HREF="Bv9ARM.ch08.html#AEN4704" HREF="Bv9ARM.ch08.html#AEN4713"
>Common Problems</A >Common Problems</A
></DT ></DT
><DT ><DT
>8.2. <A >8.2. <A
HREF="Bv9ARM.ch08.html#AEN4709" HREF="Bv9ARM.ch08.html#AEN4718"
>Incrementing and Changing the Serial Number</A >Incrementing and Changing the Serial Number</A
></DT ></DT
><DT ><DT
>8.3. <A >8.3. <A
HREF="Bv9ARM.ch08.html#AEN4714" HREF="Bv9ARM.ch08.html#AEN4723"
>Where Can I Get Help?</A >Where Can I Get Help?</A
></DT ></DT
></DL ></DL
@@ -101,7 +101,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4704" NAME="AEN4713"
>8.1. Common Problems</A >8.1. Common Problems</A
></H1 ></H1
><DIV ><DIV
@@ -109,7 +109,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4706" NAME="AEN4715"
>8.1.1. It's not working; how can I figure out what's wrong?</A >8.1.1. It's not working; how can I figure out what's wrong?</A
></H2 ></H2
><P ><P
@@ -125,7 +125,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4709" NAME="AEN4718"
>8.2. Incrementing and Changing the Serial Number</A >8.2. Incrementing and Changing the Serial Number</A
></H1 ></H1
><P ><P
@@ -154,7 +154,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4714" NAME="AEN4723"
>8.3. Where Can I Get Help?</A >8.3. Where Can I Get Help?</A
></H1 ></H1
><P ><P

View File

@@ -74,7 +74,7 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>A.1. <A >A.1. <A
HREF="Bv9ARM.ch09.html#AEN4730" HREF="Bv9ARM.ch09.html#AEN4739"
>Acknowledgments</A >Acknowledgments</A
></DT ></DT
><DT ><DT
@@ -97,7 +97,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4730" NAME="AEN4739"
>A.1. Acknowledgments</A >A.1. Acknowledgments</A
></H1 ></H1
><DIV ><DIV
@@ -105,7 +105,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4732" NAME="AEN4741"
>A.1.1. A Brief History of the <SPAN >A.1.1. A Brief History of the <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -269,7 +269,7 @@ Unicast address scheme. For more information, see RFC 2374.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4768" NAME="AEN4777"
></A ></A
><P ><P
></P ></P
@@ -488,7 +488,7 @@ VALIGN="MIDDLE"
<DIV <DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4837" NAME="AEN4846"
></A ></A
><P ><P
></P ></P
@@ -746,19 +746,19 @@ TARGET="_top"
</P </P
><H3 ><H3
><A ><A
NAME="AEN4905" NAME="AEN4914"
>Bibliography</A >Bibliography</A
></H3 ></H3
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4906" NAME="AEN4915"
>Standards</A >Standards</A
></H2 ></H2
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4908" NAME="AEN4917"
></A ></A
><P ><P
>[RFC974]&nbsp;<SPAN >[RFC974]&nbsp;<SPAN
@@ -775,7 +775,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4915" NAME="AEN4924"
></A ></A
><P ><P
>[RFC1034]&nbsp;<SPAN >[RFC1034]&nbsp;<SPAN
@@ -792,7 +792,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4922" NAME="AEN4931"
></A ></A
><P ><P
>[RFC1035]&nbsp;<SPAN >[RFC1035]&nbsp;<SPAN
@@ -816,7 +816,7 @@ NAME="proposed_standards"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4931" NAME="AEN4940"
></A ></A
><P ><P
>[RFC2181]&nbsp;<SPAN >[RFC2181]&nbsp;<SPAN
@@ -836,7 +836,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4939" NAME="AEN4948"
></A ></A
><P ><P
>[RFC2308]&nbsp;<SPAN >[RFC2308]&nbsp;<SPAN
@@ -856,7 +856,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4947" NAME="AEN4956"
></A ></A
><P ><P
>[RFC1995]&nbsp;<SPAN >[RFC1995]&nbsp;<SPAN
@@ -876,7 +876,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4955" NAME="AEN4964"
></A ></A
><P ><P
>[RFC1996]&nbsp;<SPAN >[RFC1996]&nbsp;<SPAN
@@ -893,7 +893,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4962" NAME="AEN4971"
></A ></A
><P ><P
>[RFC2136]&nbsp;<SPAN >[RFC2136]&nbsp;<SPAN
@@ -919,7 +919,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4979" NAME="AEN4988"
></A ></A
><P ><P
>[RFC2845]&nbsp;<SPAN >[RFC2845]&nbsp;<SPAN
@@ -948,13 +948,13 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4998" NAME="AEN5007"
>Proposed Standards Still Under Development</A >Proposed Standards Still Under Development</A
></H2 ></H2
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5003" NAME="AEN5012"
></A ></A
><P ><P
>[RFC1886]&nbsp;<SPAN >[RFC1886]&nbsp;<SPAN
@@ -977,7 +977,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5015" NAME="AEN5024"
></A ></A
><P ><P
>[RFC2065]&nbsp;<SPAN >[RFC2065]&nbsp;<SPAN
@@ -997,7 +997,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5027" NAME="AEN5036"
></A ></A
><P ><P
>[RFC2137]&nbsp;<SPAN >[RFC2137]&nbsp;<SPAN
@@ -1014,7 +1014,7 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN5035" NAME="AEN5044"
>Other Important RFCs About <SPAN >Other Important RFCs About <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1023,7 +1023,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5038" NAME="AEN5047"
></A ></A
><P ><P
>[RFC1535]&nbsp;<SPAN >[RFC1535]&nbsp;<SPAN
@@ -1043,7 +1043,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5046" NAME="AEN5055"
></A ></A
><P ><P
>[RFC1536]&nbsp;<SPAN >[RFC1536]&nbsp;<SPAN
@@ -1075,7 +1075,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5067" NAME="AEN5076"
></A ></A
><P ><P
>[RFC1982]&nbsp;<SPAN >[RFC1982]&nbsp;<SPAN
@@ -1095,13 +1095,13 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN5078" NAME="AEN5087"
>Resource Record Types</A >Resource Record Types</A
></H2 ></H2
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5080" NAME="AEN5089"
></A ></A
><P ><P
>[RFC1183]&nbsp;<SPAN >[RFC1183]&nbsp;<SPAN
@@ -1130,7 +1130,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5098" NAME="AEN5107"
></A ></A
><P ><P
>[RFC1706]&nbsp;<SPAN >[RFC1706]&nbsp;<SPAN
@@ -1153,7 +1153,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5110" NAME="AEN5119"
></A ></A
><P ><P
>[RFC2168]&nbsp;<SPAN >[RFC2168]&nbsp;<SPAN
@@ -1174,7 +1174,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5121" NAME="AEN5130"
></A ></A
><P ><P
>[RFC1876]&nbsp;<SPAN >[RFC1876]&nbsp;<SPAN
@@ -1201,7 +1201,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5138" NAME="AEN5147"
></A ></A
><P ><P
>[RFC2052]&nbsp;<SPAN >[RFC2052]&nbsp;<SPAN
@@ -1225,7 +1225,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5150" NAME="AEN5159"
></A ></A
><P ><P
>[RFC2163]&nbsp;<SPAN >[RFC2163]&nbsp;<SPAN
@@ -1246,7 +1246,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5158" NAME="AEN5167"
></A ></A
><P ><P
>[RFC2230]&nbsp;<SPAN >[RFC2230]&nbsp;<SPAN
@@ -1266,7 +1266,7 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN5166" NAME="AEN5175"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1275,7 +1275,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5169" NAME="AEN5178"
></A ></A
><P ><P
>[RFC1101]&nbsp;<SPAN >[RFC1101]&nbsp;<SPAN
@@ -1295,7 +1295,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5177" NAME="AEN5186"
></A ></A
><P ><P
>[RFC1123]&nbsp;<SPAN >[RFC1123]&nbsp;<SPAN
@@ -1312,7 +1312,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5184" NAME="AEN5193"
></A ></A
><P ><P
>[RFC1591]&nbsp;<SPAN >[RFC1591]&nbsp;<SPAN
@@ -1329,7 +1329,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5191" NAME="AEN5200"
></A ></A
><P ><P
>[RFC2317]&nbsp;<SPAN >[RFC2317]&nbsp;<SPAN
@@ -1352,7 +1352,7 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN5205" NAME="AEN5214"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1361,7 +1361,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5208" NAME="AEN5217"
></A ></A
><P ><P
>[RFC1537]&nbsp;<SPAN >[RFC1537]&nbsp;<SPAN
@@ -1381,7 +1381,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5216" NAME="AEN5225"
></A ></A
><P ><P
>[RFC1912]&nbsp;<SPAN >[RFC1912]&nbsp;<SPAN
@@ -1401,7 +1401,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5224" NAME="AEN5233"
></A ></A
><P ><P
>[RFC2010]&nbsp;<SPAN >[RFC2010]&nbsp;<SPAN
@@ -1421,7 +1421,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5235" NAME="AEN5244"
></A ></A
><P ><P
>[RFC2219]&nbsp;<SPAN >[RFC2219]&nbsp;<SPAN
@@ -1444,7 +1444,7 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN5247" NAME="AEN5256"
>Other <SPAN >Other <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1453,7 +1453,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5253" NAME="AEN5262"
></A ></A
><P ><P
>[RFC1464]&nbsp;<SPAN >[RFC1464]&nbsp;<SPAN
@@ -1470,7 +1470,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5260" NAME="AEN5269"
></A ></A
><P ><P
>[RFC1713]&nbsp;<SPAN >[RFC1713]&nbsp;<SPAN
@@ -1490,7 +1490,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5268" NAME="AEN5277"
></A ></A
><P ><P
>[RFC1794]&nbsp;<SPAN >[RFC1794]&nbsp;<SPAN
@@ -1510,7 +1510,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5276" NAME="AEN5285"
></A ></A
><P ><P
>[RFC2240]&nbsp;<SPAN >[RFC2240]&nbsp;<SPAN
@@ -1527,7 +1527,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5283" NAME="AEN5292"
></A ></A
><P ><P
>[RFC2345]&nbsp;<SPAN >[RFC2345]&nbsp;<SPAN
@@ -1550,7 +1550,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5297" NAME="AEN5306"
></A ></A
><P ><P
>[RFC2352]&nbsp;<SPAN >[RFC2352]&nbsp;<SPAN
@@ -1567,13 +1567,13 @@ STYLE="margin-left=0.5in"
><H2 ><H2
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN5304" NAME="AEN5313"
>Obsolete and Unimplemented Experimental RRs</A >Obsolete and Unimplemented Experimental RRs</A
></H2 ></H2
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5306" NAME="AEN5315"
></A ></A
><P ><P
>[RFC1712]&nbsp;<SPAN >[RFC1712]&nbsp;<SPAN
@@ -1624,7 +1624,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN5327" NAME="AEN5336"
>A.3.3. Other Documents About <SPAN >A.3.3. Other Documents About <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -1634,13 +1634,13 @@ CLASS="acronym"
></P ></P
><H3 ><H3
><A ><A
NAME="AEN5331" NAME="AEN5340"
>Bibliography</A >Bibliography</A
></H3 ></H3
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN5332" NAME="AEN5341"
></A ></A
><P ><P
><SPAN ><SPAN

View File

@@ -31,10 +31,10 @@ NAME="AEN1"
></H1 ></H1
><P ><P
CLASS="copyright" CLASS="copyright"
>Copyright &copy; 2000-2003 by Internet Software Consortium</P >Copyright &copy; 2004 by Internet Systems Consortium, Inc. ("ISC")</P
><P ><P
CLASS="copyright" CLASS="copyright"
>Copyright &copy; 2004 by Internet Systems Consortium, Inc. ("ISC")</P >Copyright &copy; 2000-2003 by Internet Software Consortium</P
><HR></DIV ><HR></DIV
><DIV ><DIV
CLASS="TOC" CLASS="TOC"
@@ -546,7 +546,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.19. <A >6.2.19. <A
HREF="Bv9ARM.ch06.html#AEN3385" HREF="Bv9ARM.ch06.html#AEN3394"
><B ><B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -554,7 +554,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.20. <A >6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN3401" HREF="Bv9ARM.ch06.html#AEN3410"
><B ><B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -571,7 +571,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.22. <A >6.2.22. <A
HREF="Bv9ARM.ch06.html#AEN3423" HREF="Bv9ARM.ch06.html#AEN3432"
><B ><B
CLASS="command" CLASS="command"
>view</B >view</B
@@ -588,7 +588,7 @@ Statement Grammar</A
></DT ></DT
><DT ><DT
>6.2.24. <A >6.2.24. <A
HREF="Bv9ARM.ch06.html#AEN3597" HREF="Bv9ARM.ch06.html#AEN3606"
><B ><B
CLASS="command" CLASS="command"
>zone</B >zone</B
@@ -598,7 +598,7 @@ CLASS="command"
></DD ></DD
><DT ><DT
>6.3. <A >6.3. <A
HREF="Bv9ARM.ch06.html#AEN3999" HREF="Bv9ARM.ch06.html#AEN4008"
>Zone File</A >Zone File</A
></DT ></DT
><DD ><DD
@@ -610,7 +610,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
></DT ></DT
><DT ><DT
>6.3.2. <A >6.3.2. <A
HREF="Bv9ARM.ch06.html#AEN4319" HREF="Bv9ARM.ch06.html#AEN4328"
>Discussion of MX Records</A >Discussion of MX Records</A
></DT ></DT
><DT ><DT
@@ -620,17 +620,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
></DT ></DT
><DT ><DT
>6.3.4. <A >6.3.4. <A
HREF="Bv9ARM.ch06.html#AEN4440" HREF="Bv9ARM.ch06.html#AEN4449"
>Inverse Mapping in IPv4</A >Inverse Mapping in IPv4</A
></DT ></DT
><DT ><DT
>6.3.5. <A >6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN4467" HREF="Bv9ARM.ch06.html#AEN4476"
>Other Zone File Directives</A >Other Zone File Directives</A
></DT ></DT
><DT ><DT
>6.3.6. <A >6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN4525" HREF="Bv9ARM.ch06.html#AEN4534"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -660,7 +660,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT ></DT
><DT ><DT
>7.2. <A >7.2. <A
HREF="Bv9ARM.ch07.html#AEN4642" HREF="Bv9ARM.ch07.html#AEN4651"
><B ><B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -674,7 +674,7 @@ UNIX servers)</A
><DL ><DL
><DT ><DT
>7.2.1. <A >7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN4665" HREF="Bv9ARM.ch07.html#AEN4674"
>The <B >The <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -682,7 +682,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>7.2.2. <A >7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN4683" HREF="Bv9ARM.ch07.html#AEN4692"
>Using the <B >Using the <B
CLASS="command" CLASS="command"
>setuid</B >setuid</B
@@ -706,26 +706,26 @@ HREF="Bv9ARM.ch08.html"
><DL ><DL
><DT ><DT
>8.1. <A >8.1. <A
HREF="Bv9ARM.ch08.html#AEN4704" HREF="Bv9ARM.ch08.html#AEN4713"
>Common Problems</A >Common Problems</A
></DT ></DT
><DD ><DD
><DL ><DL
><DT ><DT
>8.1.1. <A >8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN4706" HREF="Bv9ARM.ch08.html#AEN4715"
>It's not working; how can I figure out what's wrong?</A >It's not working; how can I figure out what's wrong?</A
></DT ></DT
></DL ></DL
></DD ></DD
><DT ><DT
>8.2. <A >8.2. <A
HREF="Bv9ARM.ch08.html#AEN4709" HREF="Bv9ARM.ch08.html#AEN4718"
>Incrementing and Changing the Serial Number</A >Incrementing and Changing the Serial Number</A
></DT ></DT
><DT ><DT
>8.3. <A >8.3. <A
HREF="Bv9ARM.ch08.html#AEN4714" HREF="Bv9ARM.ch08.html#AEN4723"
>Where Can I Get Help?</A >Where Can I Get Help?</A
></DT ></DT
></DL ></DL
@@ -739,14 +739,14 @@ HREF="Bv9ARM.ch09.html"
><DL ><DL
><DT ><DT
>A.1. <A >A.1. <A
HREF="Bv9ARM.ch09.html#AEN4730" HREF="Bv9ARM.ch09.html#AEN4739"
>Acknowledgments</A >Acknowledgments</A
></DT ></DT
><DD ><DD
><DL ><DL
><DT ><DT
>A.1.1. <A >A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN4732" HREF="Bv9ARM.ch09.html#AEN4741"
>A Brief History of the <SPAN >A Brief History of the <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -793,7 +793,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
></DT ></DT
><DT ><DT
>A.3.3. <A >A.3.3. <A
HREF="Bv9ARM.ch09.html#AEN5327" HREF="Bv9ARM.ch09.html#AEN5336"
>Other Documents About <SPAN >Other Documents About <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN

View File

@@ -81,7 +81,8 @@ options {
edns-udp-size <integer>; edns-udp-size <integer>;
root-delegation-only [ exclude { <quoted_string>; ... } ]; root-delegation-only [ exclude { <quoted_string>; ... } ];
disable-algorithms <string> { <string>; ... }; disable-algorithms <string> { <string>; ... };
enable-dnssec <boolean>; dnssec-enable <boolean>;
dnssec-lookaside <string>;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };
allow-transfer { <address_match_element>; ... }; allow-transfer { <address_match_element>; ... };
allow-update-forwarding { <address_match_element>; ... }; allow-update-forwarding { <address_match_element>; ... };
@@ -259,7 +260,8 @@ view <string> <optional_class> {
edns-udp-size <integer>; edns-udp-size <integer>;
root-delegation-only [ exclude { <quoted_string>; ... } ]; root-delegation-only [ exclude { <quoted_string>; ... } ];
disable-algorithms <string> { <string>; ... }; disable-algorithms <string> { <string>; ... };
enable-dnssec <boolean>; dnssec-enable <boolean>;
dnssec-lookaside <string>;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };
allow-transfer { <address_match_element>; ... }; allow-transfer { <address_match_element>; ... };
allow-update-forwarding { <address_match_element>; ... }; allow-update-forwarding { <address_match_element>; ... };

View File

@@ -1,19 +1,19 @@
# Copyright (C) 1998-2001 Internet Software Consortium. # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_REVISION($Revision: 1.89 $) AC_REVISION($Revision: 1.90 $)
AC_INIT(resolv/herror.c) AC_INIT(resolv/herror.c)
AC_PREREQ(2.13) AC_PREREQ(2.13)

View File

@@ -1,19 +1,19 @@
# Copyright (C) 1999-2001 Internet Software Consortium. # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: includes.in,v 1.1 2001/03/29 06:31:55 marka Exp $ # $Id: includes.in,v 1.2 2004/03/16 05:22:19 marka Exp $
# Search for machine-generated header files in the build tree, # Search for machine-generated header files in the build tree,
# and for normal headers in the source tree (${top_srcdir}). # and for normal headers in the source tree (${top_srcdir}).

View File

@@ -1,19 +1,19 @@
# Copyright (C) 1998-2001 Internet Software Consortium. # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: rules.in,v 1.8 2004/03/05 03:10:55 marka Exp $ # $Id: rules.in,v 1.9 2004/03/16 05:22:19 marka Exp $
### ###
### Common Makefile rules for BIND 9. ### Common Makefile rules for BIND 9.

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.4 2001/08/09 05:59:43 marka Exp $ # $Id: Makefile.in,v 1.5 2004/03/16 05:22:19 marka Exp $
srcdir= @srcdir@ srcdir= @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:16 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:19 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:16 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:20 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:17 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:20 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:18 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:21 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:18 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:21 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:18 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:21 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:19 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:22 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:19 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:22 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:19 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:22 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:19 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:23 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:20 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:23 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2 2001/10/22 00:40:47 marka Exp $ # $Id: Makefile.in,v 1.3 2004/03/16 05:22:23 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,2 +1,21 @@
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* 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.
*/
/* $Id: paths.h,v 1.4 2004/03/16 05:22:24 marka Exp $ */
#define _PATH_DEVNULL "/dev/null" #define _PATH_DEVNULL "/dev/null"

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2 2001/08/20 07:44:49 marka Exp $ # $Id: Makefile.in,v 1.3 2004/03/16 05:22:24 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:21 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:24 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2 2001/08/20 07:44:52 marka Exp $ # $Id: Makefile.in,v 1.3 2004/03/16 05:22:25 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:21 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:25 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:22 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:25 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:22 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:26 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2 2001/08/20 07:44:53 marka Exp $ # $Id: Makefile.in,v 1.3 2004/03/16 05:22:26 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:22 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:26 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:23 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:27 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:23 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:27 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:24 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:27 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,20 +1,22 @@
/* /*
* Copyright (c) 1996-1999 by Internet Software Consortium. * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies. * copyright notice and this permission notice appear in all copies.
* *
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * PERFORMANCE OF THIS SOFTWARE.
* SOFTWARE.
*/ */
/* $Id: bitypes.h,v 1.3 2004/03/16 05:22:28 marka Exp $ */
#ifndef __BIT_TYPES_DEFINED__ #ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:24 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:28 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:24 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:29 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:25 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:29 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:25 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:29 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2001/06/29 15:25:25 marka Exp $ # $Id: Makefile.in,v 1.2 2004/03/16 05:22:30 marka Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -0,0 +1,14 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# 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.

View File

@@ -1,19 +1,19 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies. # copyright notice and this permission notice appear in all copies.
# #
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.3 2001/08/09 05:59:45 marka Exp $ # $Id: Makefile.in,v 1.4 2004/03/16 05:22:30 marka Exp $
srcdir= @srcdir@ srcdir= @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@@ -1,21 +1,20 @@
/* /*
* Copyright (C) 1999-2001 Internet Software Consortium. * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies. * copyright notice and this permission notice appear in all copies.
* *
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * PERFORMANCE OF THIS SOFTWARE.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dlv_65323.c,v 1.2 2004/03/10 02:19:56 marka Exp $ */ /* $Id: dlv_65323.c,v 1.3 2004/03/16 05:22:30 marka Exp $ */
/* draft-ietf-dnsext-delegation-signer-05.txt */ /* draft-ietf-dnsext-delegation-signer-05.txt */

View File

@@ -1,21 +1,20 @@
/* /*
* Copyright (C) 1999-2001 Internet Software Consortium. * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies. * copyright notice and this permission notice appear in all copies.
* *
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * PERFORMANCE OF THIS SOFTWARE.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dlv_65323.h,v 1.2 2004/03/10 02:19:57 marka Exp $ */ /* $Id: dlv_65323.h,v 1.3 2004/03/16 05:22:31 marka Exp $ */
/* draft-ietf-dnsext-delegation-signer-05.txt */ /* draft-ietf-dnsext-delegation-signer-05.txt */
#ifndef GENERIC_DLV_65323_H #ifndef GENERIC_DLV_65323_H

View File

@@ -1,19 +1,19 @@
; ; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium. ; Copyright (C) 2001 Internet Software Consortium.
; ;
; Permission to use, copy, modify, and distribute this software for any ; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above ; purpose with or without fee is hereby granted, provided that the above
; copyright notice and this permission notice appear in all copies. ; copyright notice and this permission notice appear in all copies.
; ;
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM ; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, ; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING ; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; PERFORMANCE OF THIS SOFTWARE.
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; ; $Id: bindevt.mc,v 1.2 2004/03/16 05:22:31 marka Exp $
MessageIdTypedef=DWORD MessageIdTypedef=DWORD

View File

@@ -1,6 +1,6 @@
./.cvsignore X 1999,2000,2001 ./.cvsignore X 1999,2000,2001
./CHANGES X 2000,2001 ./CHANGES X 2000,2001
./COPYRIGHT X 1996,1997,1998,1999,2000,2001,2002,2003,2004 ./COPYRIGHT TXT 1996,1997,1998,1999,2000,2001,2002,2003,2004
./FAQ X 2000,2001 ./FAQ X 2000,2001
./Makefile.in MAKE 1998,1999,2000,2001,2002,2004 ./Makefile.in MAKE 1998,1999,2000,2001,2002,2004
./README X 1999,2000,2001 ./README X 1999,2000,2001
@@ -784,7 +784,7 @@
./bin/win32/BINDInstall/resource.h X 2001 ./bin/win32/BINDInstall/resource.h X 2001
./config.guess X 1999,2000,2001 ./config.guess X 1999,2000,2001
./config.h.in X 1999,2000,2001 ./config.h.in X 1999,2000,2001
./config.h.win32 X 1999,2000,2001 ./config.h.win32 C 1999,2000,2001
./config.sub X 1999,2000,2001 ./config.sub X 1999,2000,2001
./configure X 1998,1999,2000,2001 ./configure X 1998,1999,2000,2001
./configure.in SH 1998,1999,2000,2001,2002,2003,2004 ./configure.in SH 1998,1999,2000,2001,2002,2003,2004
@@ -1145,7 +1145,7 @@
./lib/bind/bsd/writev.c X 2001 ./lib/bind/bsd/writev.c X 2001
./lib/bind/config.h.in X 2001 ./lib/bind/config.h.in X 2001
./lib/bind/configure X 2001 ./lib/bind/configure X 2001
./lib/bind/configure.in X 2001 ./lib/bind/configure.in SH 2001
./lib/bind/dst/.cvsignore X 2001 ./lib/bind/dst/.cvsignore X 2001
./lib/bind/dst/Makefile.in MAKE 2001,2004 ./lib/bind/dst/Makefile.in MAKE 2001,2004
./lib/bind/dst/dst_api.c X 2001 ./lib/bind/dst/dst_api.c X 2001
@@ -1301,12 +1301,12 @@
./lib/bind/libtool.m4 X 2001 ./lib/bind/libtool.m4 X 2001
./lib/bind/ltmain.sh X 2001 ./lib/bind/ltmain.sh X 2001
./lib/bind/make/.cvsignore X 2001 ./lib/bind/make/.cvsignore X 2001
./lib/bind/make/includes.in X 2001 ./lib/bind/make/includes.in MAKE 2001
./lib/bind/make/mkdep.in X 2001 ./lib/bind/make/mkdep.in X 2001
./lib/bind/make/rules.in X 2001 ./lib/bind/make/rules.in MAKE 2001
./lib/bind/mkinstalldirs X 2001 ./lib/bind/mkinstalldirs X 2001
./lib/bind/nameser/.cvsignore X 2001 ./lib/bind/nameser/.cvsignore X 2001
./lib/bind/nameser/Makefile.in X 2001 ./lib/bind/nameser/Makefile.in MAKE 2001
./lib/bind/nameser/ns_date.c X 2001 ./lib/bind/nameser/ns_date.c X 2001
./lib/bind/nameser/ns_name.c X 2001 ./lib/bind/nameser/ns_name.c X 2001
./lib/bind/nameser/ns_netint.c X 2001 ./lib/bind/nameser/ns_netint.c X 2001
@@ -1321,31 +1321,31 @@
./lib/bind/port/aix32/.cvsignore X 2001 ./lib/bind/port/aix32/.cvsignore X 2001
./lib/bind/port/aix32/Makefile.in MAKE 2001,2004 ./lib/bind/port/aix32/Makefile.in MAKE 2001,2004
./lib/bind/port/aix32/include/.cvsignore X 2001 ./lib/bind/port/aix32/include/.cvsignore X 2001
./lib/bind/port/aix32/include/Makefile.in X 2001 ./lib/bind/port/aix32/include/Makefile.in MAKE 2001
./lib/bind/port/aix32/include/paths.h X 2001 ./lib/bind/port/aix32/include/paths.h X 2001
./lib/bind/port/aix32/include/sys/bitypes.h X 2001 ./lib/bind/port/aix32/include/sys/bitypes.h X 2001
./lib/bind/port/aix32/include/sys/cdefs.h X 2001 ./lib/bind/port/aix32/include/sys/cdefs.h X 2001
./lib/bind/port/aix4/.cvsignore X 2001 ./lib/bind/port/aix4/.cvsignore X 2001
./lib/bind/port/aix4/Makefile.in MAKE 2001,2004 ./lib/bind/port/aix4/Makefile.in MAKE 2001,2004
./lib/bind/port/aix4/include/.cvsignore X 2001 ./lib/bind/port/aix4/include/.cvsignore X 2001
./lib/bind/port/aix4/include/Makefile.in X 2001 ./lib/bind/port/aix4/include/Makefile.in MAKE 2001
./lib/bind/port/aix4/include/sys/bitypes.h X 2001 ./lib/bind/port/aix4/include/sys/bitypes.h X 2001
./lib/bind/port/aix4/include/sys/cdefs.h X 2001 ./lib/bind/port/aix4/include/sys/cdefs.h X 2001
./lib/bind/port/aux3/.cvsignore X 2001 ./lib/bind/port/aux3/.cvsignore X 2001
./lib/bind/port/aux3/Makefile.in MAKE 2001,2004 ./lib/bind/port/aux3/Makefile.in MAKE 2001,2004
./lib/bind/port/aux3/include/.cvsignore X 2001 ./lib/bind/port/aux3/include/.cvsignore X 2001
./lib/bind/port/aux3/include/Makefile.in X 2001 ./lib/bind/port/aux3/include/Makefile.in MAKE 2001
./lib/bind/port/aux3/include/sys/bitypes.h X 2001 ./lib/bind/port/aux3/include/sys/bitypes.h X 2001
./lib/bind/port/aux3/include/sys/cdefs.h X 2001 ./lib/bind/port/aux3/include/sys/cdefs.h X 2001
./lib/bind/port/bsdos/.cvsignore X 2001 ./lib/bind/port/bsdos/.cvsignore X 2001
./lib/bind/port/bsdos/Makefile.in MAKE 2001,2004 ./lib/bind/port/bsdos/Makefile.in MAKE 2001,2004
./lib/bind/port/bsdos/include/.cvsignore X 2001 ./lib/bind/port/bsdos/include/.cvsignore X 2001
./lib/bind/port/bsdos/include/Makefile.in X 2001 ./lib/bind/port/bsdos/include/Makefile.in MAKE 2001
./lib/bind/port/bsdos/include/sys/bitypes.h X 2001 ./lib/bind/port/bsdos/include/sys/bitypes.h X 2001
./lib/bind/port/bsdos2/.cvsignore X 2001 ./lib/bind/port/bsdos2/.cvsignore X 2001
./lib/bind/port/bsdos2/Makefile.in MAKE 2001,2004 ./lib/bind/port/bsdos2/Makefile.in MAKE 2001,2004
./lib/bind/port/bsdos2/include/.cvsignore X 2001 ./lib/bind/port/bsdos2/include/.cvsignore X 2001
./lib/bind/port/bsdos2/include/Makefile.in X 2001 ./lib/bind/port/bsdos2/include/Makefile.in MAKE 2001
./lib/bind/port/bsdos2/include/sys/bitypes.h X 2001 ./lib/bind/port/bsdos2/include/sys/bitypes.h X 2001
./lib/bind/port/cygwin/Makefile.in MAKE 2002,2004 ./lib/bind/port/cygwin/Makefile.in MAKE 2002,2004
./lib/bind/port/cygwin/include/Makefile.in MAKE 2002,2004 ./lib/bind/port/cygwin/include/Makefile.in MAKE 2002,2004
@@ -1364,62 +1364,62 @@
./lib/bind/port/darwin/.cvsignore X 2001 ./lib/bind/port/darwin/.cvsignore X 2001
./lib/bind/port/darwin/Makefile.in MAKE 2001,2004 ./lib/bind/port/darwin/Makefile.in MAKE 2001,2004
./lib/bind/port/darwin/include/.cvsignore X 2001 ./lib/bind/port/darwin/include/.cvsignore X 2001
./lib/bind/port/darwin/include/Makefile.in X 2001 ./lib/bind/port/darwin/include/Makefile.in MAKE 2001
./lib/bind/port/darwin/include/sys/bitypes.h X 2001 ./lib/bind/port/darwin/include/sys/bitypes.h X 2001
./lib/bind/port/decunix/.cvsignore X 2001 ./lib/bind/port/decunix/.cvsignore X 2001
./lib/bind/port/decunix/Makefile.in MAKE 2001,2004 ./lib/bind/port/decunix/Makefile.in MAKE 2001,2004
./lib/bind/port/decunix/include/.cvsignore X 2001 ./lib/bind/port/decunix/include/.cvsignore X 2001
./lib/bind/port/decunix/include/Makefile.in X 2001 ./lib/bind/port/decunix/include/Makefile.in MAKE 2001
./lib/bind/port/decunix/include/sys/bitypes.h X 2001 ./lib/bind/port/decunix/include/sys/bitypes.h X 2001
./lib/bind/port/decunix/include/sys/cdefs.h X 2001 ./lib/bind/port/decunix/include/sys/cdefs.h X 2001
./lib/bind/port/freebsd/.cvsignore X 2001 ./lib/bind/port/freebsd/.cvsignore X 2001
./lib/bind/port/freebsd/Makefile.in MAKE 2001,2004 ./lib/bind/port/freebsd/Makefile.in MAKE 2001,2004
./lib/bind/port/freebsd/include/.cvsignore X 2001 ./lib/bind/port/freebsd/include/.cvsignore X 2001
./lib/bind/port/freebsd/include/Makefile.in X 2001 ./lib/bind/port/freebsd/include/Makefile.in MAKE 2001
./lib/bind/port/freebsd/include/sys/bitypes.h X 2001 ./lib/bind/port/freebsd/include/sys/bitypes.h X 2001
./lib/bind/port/hpux/.cvsignore X 2001 ./lib/bind/port/hpux/.cvsignore X 2001
./lib/bind/port/hpux/Makefile.in MAKE 2001,2004 ./lib/bind/port/hpux/Makefile.in MAKE 2001,2004
./lib/bind/port/hpux/include/.cvsignore X 2001 ./lib/bind/port/hpux/include/.cvsignore X 2001
./lib/bind/port/hpux/include/Makefile.in X 2001 ./lib/bind/port/hpux/include/Makefile.in MAKE 2001
./lib/bind/port/hpux/include/paths.h X 2001 ./lib/bind/port/hpux/include/paths.h X 2001
./lib/bind/port/hpux/include/sys/bitypes.h X 2001 ./lib/bind/port/hpux/include/sys/bitypes.h X 2001
./lib/bind/port/hpux/include/sys/cdefs.h X 2001 ./lib/bind/port/hpux/include/sys/cdefs.h X 2001
./lib/bind/port/hpux10/.cvsignore X 2001 ./lib/bind/port/hpux10/.cvsignore X 2001
./lib/bind/port/hpux10/Makefile.in MAKE 2001,2004 ./lib/bind/port/hpux10/Makefile.in MAKE 2001,2004
./lib/bind/port/hpux10/include/.cvsignore X 2001 ./lib/bind/port/hpux10/include/.cvsignore X 2001
./lib/bind/port/hpux10/include/Makefile.in X 2001 ./lib/bind/port/hpux10/include/Makefile.in MAKE 2001
./lib/bind/port/hpux10/include/paths.h X 2001 ./lib/bind/port/hpux10/include/paths.h X 2001
./lib/bind/port/hpux10/include/sys/bitypes.h X 2001 ./lib/bind/port/hpux10/include/sys/bitypes.h X 2001
./lib/bind/port/hpux10/include/sys/cdefs.h X 2001 ./lib/bind/port/hpux10/include/sys/cdefs.h X 2001
./lib/bind/port/hpux9/.cvsignore X 2001 ./lib/bind/port/hpux9/.cvsignore X 2001
./lib/bind/port/hpux9/Makefile.in MAKE 2001,2004 ./lib/bind/port/hpux9/Makefile.in MAKE 2001,2004
./lib/bind/port/hpux9/include/.cvsignore X 2001 ./lib/bind/port/hpux9/include/.cvsignore X 2001
./lib/bind/port/hpux9/include/Makefile.in X 2001 ./lib/bind/port/hpux9/include/Makefile.in MAKE 2001
./lib/bind/port/hpux9/include/sys/bitypes.h X 2001 ./lib/bind/port/hpux9/include/sys/bitypes.h X 2001
./lib/bind/port/hpux9/include/sys/cdefs.h X 2001 ./lib/bind/port/hpux9/include/sys/cdefs.h X 2001
./lib/bind/port/irix/.cvsignore X 2001 ./lib/bind/port/irix/.cvsignore X 2001
./lib/bind/port/irix/Makefile.in MAKE 2001,2004 ./lib/bind/port/irix/Makefile.in MAKE 2001,2004
./lib/bind/port/irix/include/.cvsignore X 2001 ./lib/bind/port/irix/include/.cvsignore X 2001
./lib/bind/port/irix/include/Makefile.in X 2001 ./lib/bind/port/irix/include/Makefile.in MAKE 2001
./lib/bind/port/irix/include/paths.h C 2001,2004 ./lib/bind/port/irix/include/paths.h C 2001,2004
./lib/bind/port/irix/include/sys/bitypes.h X 2001 ./lib/bind/port/irix/include/sys/bitypes.h X 2001
./lib/bind/port/irix/include/sys/cdefs.h X 2001 ./lib/bind/port/irix/include/sys/cdefs.h X 2001
./lib/bind/port/linux/.cvsignore X 2001 ./lib/bind/port/linux/.cvsignore X 2001
./lib/bind/port/linux/Makefile.in MAKE 2001,2004 ./lib/bind/port/linux/Makefile.in MAKE 2001,2004
./lib/bind/port/linux/include/.cvsignore X 2001 ./lib/bind/port/linux/include/.cvsignore X 2001
./lib/bind/port/linux/include/Makefile.in X 2001 ./lib/bind/port/linux/include/Makefile.in MAKE 2001
./lib/bind/port/linux/include/net/route.h X 2001 ./lib/bind/port/linux/include/net/route.h X 2001
./lib/bind/port/linux/include/sys/mbuf.h X 2001 ./lib/bind/port/linux/include/sys/mbuf.h X 2001
./lib/bind/port/lynxos/.cvsignore X 2001 ./lib/bind/port/lynxos/.cvsignore X 2001
./lib/bind/port/lynxos/Makefile.in MAKE 2001,2004 ./lib/bind/port/lynxos/Makefile.in MAKE 2001,2004
./lib/bind/port/lynxos/include/.cvsignore X 2001 ./lib/bind/port/lynxos/include/.cvsignore X 2001
./lib/bind/port/lynxos/include/Makefile.in X 2001 ./lib/bind/port/lynxos/include/Makefile.in MAKE 2001
./lib/bind/port/lynxos/include/sys/bitypes.h X 2001 ./lib/bind/port/lynxos/include/sys/bitypes.h X 2001
./lib/bind/port/lynxos/include/sys/cdefs.h X 2001 ./lib/bind/port/lynxos/include/sys/cdefs.h X 2001
./lib/bind/port/mpe/.cvsignore X 2001 ./lib/bind/port/mpe/.cvsignore X 2001
./lib/bind/port/mpe/Makefile.in MAKE 2001,2004 ./lib/bind/port/mpe/Makefile.in MAKE 2001,2004
./lib/bind/port/mpe/include/.cvsignore X 2001 ./lib/bind/port/mpe/include/.cvsignore X 2001
./lib/bind/port/mpe/include/Makefile.in X 2001 ./lib/bind/port/mpe/include/Makefile.in MAKE 2001
./lib/bind/port/mpe/include/net/route.h X 2001 ./lib/bind/port/mpe/include/net/route.h X 2001
./lib/bind/port/mpe/include/sys/bitypes.h X 2001 ./lib/bind/port/mpe/include/sys/bitypes.h X 2001
./lib/bind/port/mpe/include/sys/cdefs.h X 2001 ./lib/bind/port/mpe/include/sys/cdefs.h X 2001
@@ -1430,25 +1430,25 @@
./lib/bind/port/netbsd/.cvsignore X 2001 ./lib/bind/port/netbsd/.cvsignore X 2001
./lib/bind/port/netbsd/Makefile.in MAKE 2001,2004 ./lib/bind/port/netbsd/Makefile.in MAKE 2001,2004
./lib/bind/port/netbsd/include/.cvsignore X 2001 ./lib/bind/port/netbsd/include/.cvsignore X 2001
./lib/bind/port/netbsd/include/Makefile.in X 2001 ./lib/bind/port/netbsd/include/Makefile.in MAKE 2001
./lib/bind/port/netbsd/include/sys/bitypes.h X 2001 ./lib/bind/port/netbsd/include/sys/bitypes.h X 2001
./lib/bind/port/next/.cvsignore X 2001 ./lib/bind/port/next/.cvsignore X 2001
./lib/bind/port/next/Makefile.in MAKE 2001,2004 ./lib/bind/port/next/Makefile.in MAKE 2001,2004
./lib/bind/port/next/include/.cvsignore X 2001 ./lib/bind/port/next/include/.cvsignore X 2001
./lib/bind/port/next/include/Makefile.in X 2001 ./lib/bind/port/next/include/Makefile.in MAKE 2001
./lib/bind/port/next/include/sys/bitypes.h X 2001 ./lib/bind/port/next/include/sys/bitypes.h X 2001
./lib/bind/port/next/include/sys/cdefs.h X 2001 ./lib/bind/port/next/include/sys/cdefs.h X 2001
./lib/bind/port/openbsd/.cvsignore X 2001 ./lib/bind/port/openbsd/.cvsignore X 2001
./lib/bind/port/openbsd/Makefile.in MAKE 2001,2004 ./lib/bind/port/openbsd/Makefile.in MAKE 2001,2004
./lib/bind/port/openbsd/include/.cvsignore X 2001 ./lib/bind/port/openbsd/include/.cvsignore X 2001
./lib/bind/port/openbsd/include/Makefile.in X 2001 ./lib/bind/port/openbsd/include/Makefile.in MAKE 2001
./lib/bind/port/openbsd/include/sys/bitypes.h X 2001 ./lib/bind/port/openbsd/include/sys/bitypes.h X 2001
./lib/bind/port/prand_conf/.cvsignore X 2001 ./lib/bind/port/prand_conf/.cvsignore X 2001
./lib/bind/port/prand_conf/Makefile.in MAKE 2001,2004 ./lib/bind/port/prand_conf/Makefile.in MAKE 2001,2004
./lib/bind/port/qnx/.cvsignore X 2001 ./lib/bind/port/qnx/.cvsignore X 2001
./lib/bind/port/qnx/Makefile.in MAKE 2001,2004 ./lib/bind/port/qnx/Makefile.in MAKE 2001,2004
./lib/bind/port/qnx/include/.cvsignore X 2001 ./lib/bind/port/qnx/include/.cvsignore X 2001
./lib/bind/port/qnx/include/Makefile.in X 2001 ./lib/bind/port/qnx/include/Makefile.in MAKE 2001
./lib/bind/port/qnx/include/sys/bitypes.h X 2001 ./lib/bind/port/qnx/include/sys/bitypes.h X 2001
./lib/bind/port/qnx/include/sys/cdefs.h X 2001 ./lib/bind/port/qnx/include/sys/cdefs.h X 2001
./lib/bind/port/qnx/include/sys/ioctl.h X 2001 ./lib/bind/port/qnx/include/sys/ioctl.h X 2001
@@ -1457,12 +1457,12 @@
./lib/bind/port/rhapsody/.cvsignore X 2001 ./lib/bind/port/rhapsody/.cvsignore X 2001
./lib/bind/port/rhapsody/Makefile.in MAKE 2001,2004 ./lib/bind/port/rhapsody/Makefile.in MAKE 2001,2004
./lib/bind/port/rhapsody/include/.cvsignore X 2001 ./lib/bind/port/rhapsody/include/.cvsignore X 2001
./lib/bind/port/rhapsody/include/Makefile.in X 2001 ./lib/bind/port/rhapsody/include/Makefile.in MAKE 2001
./lib/bind/port/rhapsody/include/sys/bitypes.h X 2001 ./lib/bind/port/rhapsody/include/sys/bitypes.h X 2001
./lib/bind/port/sco42/.cvsignore X 2001 ./lib/bind/port/sco42/.cvsignore X 2001
./lib/bind/port/sco42/Makefile.in MAKE 2001,2004 ./lib/bind/port/sco42/Makefile.in MAKE 2001,2004
./lib/bind/port/sco42/include/.cvsignore X 2001 ./lib/bind/port/sco42/include/.cvsignore X 2001
./lib/bind/port/sco42/include/Makefile.in X 2001 ./lib/bind/port/sco42/include/Makefile.in MAKE 2001
./lib/bind/port/sco42/include/sys/bitypes.h X 2001 ./lib/bind/port/sco42/include/sys/bitypes.h X 2001
./lib/bind/port/sco42/include/sys/cdefs.h X 2001 ./lib/bind/port/sco42/include/sys/cdefs.h X 2001
./lib/bind/port/sco42/include/sys/mbuf.h X 2001 ./lib/bind/port/sco42/include/sys/mbuf.h X 2001
@@ -1470,26 +1470,26 @@
./lib/bind/port/sco50/.cvsignore X 2001 ./lib/bind/port/sco50/.cvsignore X 2001
./lib/bind/port/sco50/Makefile.in MAKE 2001,2004 ./lib/bind/port/sco50/Makefile.in MAKE 2001,2004
./lib/bind/port/sco50/include/.cvsignore X 2001 ./lib/bind/port/sco50/include/.cvsignore X 2001
./lib/bind/port/sco50/include/Makefile.in X 2001 ./lib/bind/port/sco50/include/Makefile.in MAKE 2001
./lib/bind/port/sco50/include/sys/mbuf.h X 2001 ./lib/bind/port/sco50/include/sys/mbuf.h X 2001
./lib/bind/port/solaris/.cvsignore X 2001 ./lib/bind/port/solaris/.cvsignore X 2001
./lib/bind/port/solaris/Makefile.in MAKE 2001,2004 ./lib/bind/port/solaris/Makefile.in MAKE 2001,2004
./lib/bind/port/solaris/include/.cvsignore X 2001 ./lib/bind/port/solaris/include/.cvsignore X 2001
./lib/bind/port/solaris/include/Makefile.in X 2001 ./lib/bind/port/solaris/include/Makefile.in MAKE 2001
./lib/bind/port/solaris/include/paths.h X 2001 ./lib/bind/port/solaris/include/paths.h X 2001
./lib/bind/port/solaris/include/sys/bitypes.h X 2001 ./lib/bind/port/solaris/include/sys/bitypes.h C 2001
./lib/bind/port/solaris/include/sys/cdefs.h X 2001 ./lib/bind/port/solaris/include/sys/cdefs.h X 2001
./lib/bind/port/sunos/.cvsignore X 2001 ./lib/bind/port/sunos/.cvsignore X 2001
./lib/bind/port/sunos/Makefile.in MAKE 2001,2004 ./lib/bind/port/sunos/Makefile.in MAKE 2001,2004
./lib/bind/port/sunos/include/.cvsignore X 2001 ./lib/bind/port/sunos/include/.cvsignore X 2001
./lib/bind/port/sunos/include/Makefile.in X 2001 ./lib/bind/port/sunos/include/Makefile.in MAKE 2001
./lib/bind/port/sunos/include/sys/bitypes.h X 2001 ./lib/bind/port/sunos/include/sys/bitypes.h X 2001
./lib/bind/port/sunos/include/sys/cdefs.h X 2001 ./lib/bind/port/sunos/include/sys/cdefs.h X 2001
./lib/bind/port/sunos/include/sys/wait.h X 2001 ./lib/bind/port/sunos/include/sys/wait.h X 2001
./lib/bind/port/ultrix/.cvsignore X 2001 ./lib/bind/port/ultrix/.cvsignore X 2001
./lib/bind/port/ultrix/Makefile.in MAKE 2001,2004 ./lib/bind/port/ultrix/Makefile.in MAKE 2001,2004
./lib/bind/port/ultrix/include/.cvsignore X 2001 ./lib/bind/port/ultrix/include/.cvsignore X 2001
./lib/bind/port/ultrix/include/Makefile.in X 2001 ./lib/bind/port/ultrix/include/Makefile.in MAKE 2001
./lib/bind/port/ultrix/include/rpc/xdr.h X 2001 ./lib/bind/port/ultrix/include/rpc/xdr.h X 2001
./lib/bind/port/ultrix/include/sys/bitypes.h X 2001 ./lib/bind/port/ultrix/include/sys/bitypes.h X 2001
./lib/bind/port/ultrix/include/sys/cdefs.h X 2001 ./lib/bind/port/ultrix/include/sys/cdefs.h X 2001
@@ -1498,27 +1498,27 @@
./lib/bind/port/unixware20/.cvsignore X 2001 ./lib/bind/port/unixware20/.cvsignore X 2001
./lib/bind/port/unixware20/Makefile.in MAKE 2001,2004 ./lib/bind/port/unixware20/Makefile.in MAKE 2001,2004
./lib/bind/port/unixware20/include/.cvsignore X 2001 ./lib/bind/port/unixware20/include/.cvsignore X 2001
./lib/bind/port/unixware20/include/Makefile.in X 2001 ./lib/bind/port/unixware20/include/Makefile.in MAKE 2001
./lib/bind/port/unixware20/include/sys/bitypes.h X 2001 ./lib/bind/port/unixware20/include/sys/bitypes.h X 2001
./lib/bind/port/unixware20/include/sys/cdefs.h X 2001 ./lib/bind/port/unixware20/include/sys/cdefs.h X 2001
./lib/bind/port/unixware212/.cvsignore X 2001 ./lib/bind/port/unixware212/.cvsignore X 2001
./lib/bind/port/unixware212/Makefile.in MAKE 2001,2004 ./lib/bind/port/unixware212/Makefile.in MAKE 2001,2004
./lib/bind/port/unixware212/include/.cvsignore X 2001 ./lib/bind/port/unixware212/include/.cvsignore X 2001
./lib/bind/port/unixware212/include/Makefile.in X 2001 ./lib/bind/port/unixware212/include/Makefile.in MAKE 2001
./lib/bind/port/unixware212/include/sys/bitypes.h X 2001 ./lib/bind/port/unixware212/include/sys/bitypes.h X 2001
./lib/bind/port/unixware212/include/sys/cdefs.h X 2001 ./lib/bind/port/unixware212/include/sys/cdefs.h X 2001
./lib/bind/port/unixware7/.cvsignore X 2001 ./lib/bind/port/unixware7/.cvsignore X 2001
./lib/bind/port/unixware7/Makefile.in MAKE 2001,2004 ./lib/bind/port/unixware7/Makefile.in MAKE 2001,2004
./lib/bind/port/unixware7/include/.cvsignore X 2001 ./lib/bind/port/unixware7/include/.cvsignore X 2001
./lib/bind/port/unixware7/include/Makefile.in X 2001 ./lib/bind/port/unixware7/include/Makefile.in MAKE 2001
./lib/bind/port/unknown/.cvsignore X 2001 ./lib/bind/port/unknown/.cvsignore X 2001
./lib/bind/port/unknown/Makefile.in MAKE 2001,2004 ./lib/bind/port/unknown/Makefile.in MAKE 2001,2004
./lib/bind/port/unknown/include/.cvsignore X 2001 ./lib/bind/port/unknown/include/.cvsignore X 2001
./lib/bind/port/unknown/include/Makefile.in X 2001 ./lib/bind/port/unknown/include/Makefile.in MAKE 2001
./lib/bind/port_after.h.in X 2001 ./lib/bind/port_after.h.in X 2001
./lib/bind/port_before.h.in X 2001 ./lib/bind/port_before.h.in X 2001
./lib/bind/resolv/.cvsignore X 2001 ./lib/bind/resolv/.cvsignore X 2001
./lib/bind/resolv/Makefile.in X 2001 ./lib/bind/resolv/Makefile.in MAKE 2001
./lib/bind/resolv/herror.c X 2001 ./lib/bind/resolv/herror.c X 2001
./lib/bind/resolv/res_comp.c X 2001 ./lib/bind/resolv/res_comp.c X 2001
./lib/bind/resolv/res_data.c X 2001 ./lib/bind/resolv/res_data.c X 2001
@@ -2262,7 +2262,7 @@
./lib/win32/bindevt/bindevt.dsp X 2001 ./lib/win32/bindevt/bindevt.dsp X 2001
./lib/win32/bindevt/bindevt.dsw X 2001 ./lib/win32/bindevt/bindevt.dsw X 2001
./lib/win32/bindevt/bindevt.mak X 2001 ./lib/win32/bindevt/bindevt.mak X 2001
./lib/win32/bindevt/bindevt.mc X 2001 ./lib/win32/bindevt/bindevt.mc MC 2001
./libtool.m4 X 2000,2001 ./libtool.m4 X 2000,2001
./ltmain.sh X 1999,2000,2001 ./ltmain.sh X 1999,2000,2001
./make/.cvsignore X 1999,2000,2001 ./make/.cvsignore X 1999,2000,2001

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: update_copyrights,v 1.31 2004/03/05 12:39:24 marka Exp $ # $Id: update_copyrights,v 1.32 2004/03/16 05:22:33 marka Exp $
require 5.002; require 5.002;
@@ -85,7 +85,7 @@ while (<>) {
} elsif ($type =~ /^(SH|PERL|TCL|MAKE|CONF-SH)$/) { } elsif ($type =~ /^(SH|PERL|TCL|MAKE|CONF-SH)$/) {
$shell_comment = 1; $shell_comment = 1;
$prefix = "# "; $prefix = "# ";
} elsif ($type eq "ZONE") { } elsif ($type eq "ZONE" || $type eq "MC") {
$zone_comment = 1; $zone_comment = 1;
$prefix = "; "; $prefix = "; ";
} elsif ($type eq "MAN") { } elsif ($type eq "MAN") {
@@ -204,6 +204,7 @@ while (<>) {
while (<SOURCE>) { while (<SOURCE>) {
# Not very maintainable, but ok enough for now. # Not very maintainable, but ok enough for now.
last unless last unless
/[Cc]opyright/ ||
/See COPYRIGHT in the source root/ || /See COPYRIGHT in the source root/ ||
/Permission to use, copy, modify, and / || /Permission to use, copy, modify, and / ||
/THE SOFTWARE IS PROVIDED "AS IS" AND /; /THE SOFTWARE IS PROVIDED "AS IS" AND /;