]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 01:29:34 +0000 (01:29 +0000)
committerMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 01:29:34 +0000 (01:29 +0000)
19 files changed:
CHANGES
EXCLUDED
FAQ
README
bin/dig/dig.docbook
bin/dig/host.docbook
bin/dnssec/dnssec-makekeyset.docbook
bin/dnssec/dnssec-signkey.docbook
bin/dnssec/dnssec-signzone.docbook
bin/rndc/rndc-confgen.docbook
configure.in
doc/arm/Bv9ARM-book.xml
doc/misc/dnssec
lib/dns/include/dns/dispatch.h
lib/dns/include/dns/zone.h
lib/dns/zone.c
lib/isc/win32/net.c
lib/lwres/man/lwres_getipnode.docbook
win32utils/readme1st.txt

diff --git a/CHANGES b/CHANGES
index df4a6d8f0ecbe0ed98e971bab5c878861d266ca8..a48ac495c397f90f4a68139b279af36c55ff67b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+
 1426.   [cleanup]      Disable RFC2535 style DNSSEC.  This is incompatible
                        with the forth coming DS style DNSSEC.
 
@@ -30,7 +31,7 @@
 1350.  [bug]           dns_name_fromtext() failed to handle too many labels
                        gracefully.
 
-1349.  [security]      Mimimum OpenSSL version now 0.9.6e (was 0.9.5a).
+1349.  [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
                        http://www.cert.org/advisories/CA-2002-23.html
 
 1346.  [bug]           Win32: select timeout in socket.c was too small
 
 1274.  [bug]           Memory leak in lwres_gnbarequest_parse().
 
-1273.  [port]          libbind: solaris: 64 bit binary compatability.
+1273.  [port]          libbind: solaris: 64 bit binary compatibility.
 
 1272.  [contrib]       Berkeley DB 4.0 sdb implementation from
                        Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
 
 1095.  [func]          libbind: resolver option: no-tld-query.  disables
                        trying unqualified as a tld.  no_tld_query is also
-                       supported for FreeBSD compatability.
+                       supported for FreeBSD compatibility.
 
 1094.  [func]          libbind: add support gcc's format string checking.
 
index 1f2a7f553b264733a05806413637a5cc0d2b7495..08141e7f5200123d4b784b9d8f3d78378f0c27a2 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -63,7 +63,7 @@
 
 1187.  [bug]           named was incorrectly returning DNSSEC records
                        in negative responses when the DO bit was not set.
-                       [ Requires API change (new arguement) to
+                       [ Requires API change (new argument) to
                        dns_rdataset_towire(), dns_rdataset_towirepartial()
                        and dns_rdataset_towirepartial() ]
 
diff --git a/FAQ b/FAQ
index cee49f71ddda47181f8a08502eeb60dbd1435b56..e7b45b213b2b77955c8c659cb10eb27eb5b01f2e 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -231,7 +231,7 @@ the queries and / or the replies.
 
 Q: How can I make a server a slave for both an internal and
 an external view at the same time?  When I tried, both views
-on the slave were transfered from the same view on the master.
+on the slave were transferred from the same view on the master.
 
 A: You will need to give the master and slave multiple IP addresses and
 use those to make sure you reach the correct view on the other machine.
@@ -282,7 +282,7 @@ the name server using IPv6.
 Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.
 
 A: /dev/random is not configured.  Use rndcontrol(8) to tell the kernel
-to use certian interupts as a source of random events.  You can make this
+to use certain interrupts as a source of random events.  You can make this
 permanent by setting rand_irqs in /etc/rc.conf.
 
 e.g.
@@ -298,10 +298,10 @@ port and/or address.
 
 
 Q: I get error messages like "multiple RRs of singleton type" and
-"CNAME and other data" when transfering a zone.  What does this mean?
+"CNAME and other data" when transferring a zone.  What does this mean?
 
 A: These indicate a malformed master zone.  You can identify the
-exact records involved by transfering the zone using dig then
+exact records involved by transferring the zone using dig then
 running named-checkzone on it.
 
        e.g.
diff --git a/README b/README
index a6c6bf89a631ad018087e8a0c57da54a573ae08a..3054181b0be06b06bcee768225eb22be6e2d31ff 100644 (file)
--- a/README
+++ b/README
@@ -50,7 +50,7 @@ BIND 9.2.2 (release candidate 1)
        a number of bugs in 9.2.1 but no new features.
 
        libbind: from BIND 8.3.3. [CERT CA-2002-19]
-       Mimimum OpenSSL version now 0.9.6e. [CERT CA-2002-23]
+       Minimum OpenSSL version now 0.9.6e. [CERT CA-2002-23]
 
 BIND 9.2.1
 
@@ -85,7 +85,7 @@ BIND 9.2.0
 
           - The named.conf parser has been completely rewritten.
             It now supports "include" directives in more
-            places such as inside "view" statememnts, and it no
+            places such as inside "view" statements, and it no
             longer has any reserved words.
 
           - The "rndc status" command is now implemented.
index 7b816d010188566776f62cfb0949e11ef0ee3892..d11e1a7dd15b12deedb9fe5062d44ff65a687b34 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dig.docbook,v 1.4.2.2 2001/11/28 23:35:02 gson Exp $ -->
+<!-- $Id: dig.docbook,v 1.4.2.2.4.1 2003/02/17 01:29:28 marka Exp $ -->
 
 <refentry>
 
@@ -290,7 +290,7 @@ Deprecated, treated as a synonym for <parameter>+[no]search</parameter>
 
 <varlistentry><term><option>+[no]aaonly</option></term>
 <listitem><para>
-This option does nothing.  It is provided for compatibilty with old
+This option does nothing.  It is provided for compatibility with old
 versions of <command>dig</command> where it set an unimplemented
 resolver flag.
 </para></listitem></varlistentry>
index 666a7649da84ddbc297b0e18863752609bba11ed..2f33adbcf774c27510cf3e0105240688dd2fa1e8 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: host.docbook,v 1.2 2001/06/08 17:18:13 gson Exp $ -->
+<!-- $Id: host.docbook,v 1.2.10.1 2003/02/17 01:29:28 marka Exp $ -->
 
 <refentry>
 
@@ -104,7 +104,7 @@ output.
 List mode is selected by the <option>-l</option> option.  This makes
 <command>host</command> perform a zone transfer for zone
 <parameter>name</parameter>.  The argument is provided for
-compatibility with older implemementations.  This option is equivalent
+compatibility with older implementations.  This option is equivalent
 to making a query of type AXFR.
 </para>
 
index a38841cb8355dd41bbd0963ca349b7c1f2980525..61084fe2f558a06a083d454fcb8478f4a4eb60c1 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-makekeyset.docbook,v 1.2.2.1 2001/09/14 20:29:32 gson Exp $ -->
+<!-- $Id: dnssec-makekeyset.docbook,v 1.2.2.1.6.1 2003/02/17 01:29:29 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
@@ -98,7 +98,7 @@
               expire.  As with <option>start-time</option>, an absolute
               time is indicated in YYYYMMDDHHMMSS notation.  A time relative
               to the start time is indicated with +N, which is N seconds from
-              the start time.  A time realtive to the current time is
+              the start time.  A time relative to the current time is
               indicated with now+N.  If no <option>end-time</option> is
               specified, 30 days from the start time is used as a default.
          </para>
index cea3b62e4621943a8c5c0f9e783fa5e508533567..44abb4e479dc334ba4405fd720734f94c81cd7d4 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signkey.docbook,v 1.2 2001/04/10 21:50:34 bwelling Exp $ -->
+<!-- $Id: dnssec-signkey.docbook,v 1.2.120.1 2003/02/17 01:29:29 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
               expire.  As with <option>start-time</option>, an absolute
               time is indicated in YYYYMMDDHHMMSS notation.  A time relative
               to the start time is indicated with +N, which is N seconds from
-              the start time.  A time realtive to the current time is
+              the start time.  A time relative to the current time is
               indicated with now+N.  If no <option>end-time</option> is
               specified, 30 days from the start time is used as a default.
          </para>
index 14e0fa2e9041fa3ab7d1c57a55cd7812ec76c8d9..223be13844f229fdc8f614d3e2e38a9587eaa61e 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signzone.docbook,v 1.2 2001/04/10 21:50:37 bwelling Exp $ -->
+<!-- $Id: dnssec-signzone.docbook,v 1.2.52.1 2003/02/17 01:29:29 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
               expire.  As with <option>start-time</option>, an absolute
               time is indicated in YYYYMMDDHHMMSS notation.  A time relative
               to the start time is indicated with +N, which is N seconds from
-              the start time.  A time realtive to the current time is
+              the start time.  A time relative to the current time is
               indicated with now+N.  If no <option>end-time</option> is
               specified, 30 days from the start time is used as a default.
          </para>
index 0f250bbe1902989aa5fe227e2c1e4d211f695334..26029c95aa7f98726be46335b882d426c588e4dd 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: rndc-confgen.docbook,v 1.3 2001/08/29 03:27:57 marka Exp $ -->
+<!-- $Id: rndc-confgen.docbook,v 1.3.8.1 2003/02/17 01:29:29 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
        <listitem>
          <para>
               Specifies a source of random data for generating the
-              authoriazation.  If the operating
+              authorization.  If the operating
               system does not provide a <filename>/dev/random</filename>
               or equivalent device, the default source of randomness
               is keyboard input.  <filename>randomdev</filename> specifies
index f6020db4ab17828250a3ad4e66bb4e15bf974a3b..ed604bfe96765bca26420b612ae82228f364d2cf 100644 (file)
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.294.2.16 $)
+AC_REVISION($Revision: 1.294.2.16.4.1 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -81,7 +81,7 @@ AC_SUBST(PERL)
 #
 # Special processing of paths depending on whether --prefix,
 # --sysconfdir or --localstatedir arguments were given.  What's
-# desired is some compatability with the way previous versions
+# desired is some compatibility with the way previous versions
 # of BIND built; they defaulted to /usr/local for most parts of
 # the installation, but named.boot/named.conf was in /etc
 # and named.pid was in /var/run.
index dd7dca12e3240cb0258df12a07b11411206764ae..04fda852fc72dc685292154142b53623cebc3f4c 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.22 2002/07/02 14:01:45 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.22.4.1 2003/02/17 01:29:29 marka Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -765,7 +765,7 @@ of a server.</para>
 
    <varlistentry><term><userinput>querylog</userinput></term>
    <listitem><para>Toggle query logging. Query logging can also be enabled
-   by explictly directing the <command>queries</command>
+   by explicitly directing the <command>queries</command>
    <command>category</command> to a <command>channel</command> in the
    <command>logging</command> section of
    <filename>named.conf</filename>.</para></listitem></varlistentry>
@@ -1691,7 +1691,7 @@ ns1             14400           IN      A               192.168.42.1
       <title>Address to Name Lookups Using Nibble Format</title>
 
       <para>While the use of nibble format to look up names is
-      deprecated, it is supported for backwards compatiblity with
+      deprecated, it is supported for backwards compatibility with
       existing IPv6 applications.</para>
 
       <para>When looking up an address in nibble format, the address
@@ -5231,7 +5231,7 @@ The default modifier is <command>${0,0,d}</command>.
 If the <command>lhs</command> is not
 absolute, the current <command>$ORIGIN</command> is appended to
 the name.</para>
-<para>For compatability with earlier versions <command>$$</command> is still
+<para>For compatibility with earlier versions <command>$$</command> is still
 recognised a indicating a literal $ in the output.</para></entry>
         </row>
         <row rowsep = "0">
index 717386241d3f23bd376098a0171fa7b7b5cc54ca..979b21743fda0f105c8876fa12bb4cf18b0f2fc6 100644 (file)
@@ -9,10 +9,11 @@ this release of BIND9.
 
 OpenSSL Library Required
 
-To support DNSSEC, BIND 9 must be linked with version 0.9.5a or newer of
-the OpenSSL library.  As of BIND 9.2, the library is no longer
-included in the distribution - it must be provided by the operating
-system or installed separately.
+To support DNSSEC, BIND 9 must be linked with version 0.9.6e or 0.9.7beta3
+or newer of the OpenSSL library (patched versions of 0.9.5a - 0.9.6d,
+0.9.7beta1 and 0.9.7beta2 will also be accepted: CERT CA-2002-23).
+As of BIND 9.2, the library is no longer included in the distribution - it
+must be provided by the operating system or installed separately.
 
 To build BIND 9 with OpenSSL, use "configure --with-openssl".  If
 the OpenSSL library is installed in a nonstandard location, you can
@@ -88,4 +89,4 @@ future as we consider them inferior to the use of TSIG or SIG(0) to
 ensure the integrity of zone transfers.
 
 
-$Id: dnssec,v 1.14.2.3 2002/02/08 03:57:24 marka Exp $
+$Id: dnssec,v 1.14.2.3.4.1 2003/02/17 01:29:31 marka Exp $
index 89615afcf200ae7b0781d01c0eb15cd736ef8c70..6a7a1162187a6cd2891797fd738016638b844ec7 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dispatch.h,v 1.45 2001/04/30 18:09:28 gson Exp $ */
+/* $Id: dispatch.h,v 1.45.22.1 2003/02/17 01:29:33 marka Exp $ */
 
 #ifndef DNS_DISPATCH_H
 #define DNS_DISPATCH_H 1
@@ -391,6 +391,11 @@ dns_dispatch_changeattributes(dns_dispatch_t *disp,
  *
  *     new = (old & ~mask) | (attributes & mask)
  *
+ * This function has a side effect when DNS_DISPATCHATTR_NOLISTEN changes. 
+ * When the flag becomes off, the dispatch will start receiving on the
+ * corresponding socket.  When the flag becomes on, receive events on the
+ * corresponding socket will be canceled.
+ *
  * Requires:
  *     disp is valid.
  *
index ca85eb3ff31605911522f97621ef2fcf331c79bb..eeb1265e8ddeefa111c19eb5297f6e7606937481 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.106.2.5 2002/07/11 05:44:08 marka Exp $ */
+/* $Id: zone.h,v 1.106.2.5.4.1 2003/02/17 01:29:33 marka Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -215,7 +215,7 @@ isc_result_t
 dns_zone_loadnew(dns_zone_t *zone);
 /*
  *     Cause the database to be loaded from its backing store.
- *     Confirm that the mimimum requirements for the zone type are
+ *     Confirm that the minimum requirements for the zone type are
  *     met, otherwise DNS_R_BADZONE is returned.
  *
  *     dns_zone_loadnew() only loads zones that are not yet loaded.
index 130584b26346a54223cac4addcbdd3f071e2fb83..b96e0f77ddec777abeb6bd692c273727e5995c25 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.333.2.13 2002/08/06 02:24:15 marka Exp $ */
+/* $Id: zone.c,v 1.333.2.13.4.1 2003/02/17 01:29:31 marka Exp $ */
 
 #include <config.h>
 
@@ -4781,7 +4781,7 @@ zone_xfrdone(dns_zone_t *zone, isc_result_t result) {
                }
                if (result == ISC_R_SUCCESS && xfrresult == ISC_R_SUCCESS)
                        dns_zone_log(zone, ISC_LOG_INFO,
-                                    "transfered serial %u", zone->serial);
+                                    "transferred serial %u", zone->serial);
 
                break;
 
index 53540118f110b12f77d7589d8f032422e6e9e69c..de44b4f6e91aeb07538fe5cdf1cb74764f74c324 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: net.c,v 1.3 2001/07/09 21:06:12 gson Exp $ */
+/* $Id: net.c,v 1.3.8.1 2003/02/17 01:29:33 marka Exp $ */
 
 #include <config.h>
 
@@ -39,17 +39,15 @@ static isc_result_t ipv6_result = ISC_R_NOTFOUND;
 
 static isc_result_t
 try_proto(int domain) {
-       int s;
+       SOCKET s;
        isc_result_t result = ISC_R_SUCCESS;
 
        s = socket(domain, SOCK_STREAM, 0);
-       if (s == -1) {
+       if (s == INVALID_SOCKET) {
                switch (WSAGetLastError()) {
                case WSAEAFNOSUPPORT:
                case WSAEPROTONOSUPPORT:
-#ifdef EINVAL
-               case EINVAL:
-#endif
+               case WSAEINVAL:
                        return (ISC_R_NOTFOUND);
                default:
                        UNEXPECTED_ERROR(__FILE__, __LINE__,
index f7e6e82dcfc8c56b982ceee84636d105a3f9d98e..706c10c741a50d6e6c503113d2744d708b5cba16 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: lwres_getipnode.docbook,v 1.4 2001/06/18 22:06:55 gson Exp $ -->
+<!-- $Id: lwres_getipnode.docbook,v 1.4.118.1 2003/02/17 01:29:34 marka Exp $ -->
 
 <refentry>
 
@@ -231,7 +231,7 @@ and
 <function>lwres_getipnodebyaddr()</function>
 set
 <parameter>*error_num</parameter>
-to an approriate error code and the function returns a
+to an appropriate error code and the function returns a
 <type>NULL</type>
 pointer.
 The error codes and their meanings are defined in
index 73e55d70dc3511c78fb85006300f0466265fcdec..40695c97da1196847386526d048e387911c6b5a3 100644 (file)
@@ -1,7 +1,7 @@
 Copyright (C) 2001  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
-$Id: readme1st.txt,v 1.7.2.1 2001/09/06 05:31:02 marka Exp $
+$Id: readme1st.txt,v 1.7.2.1.6.1 2003/02/17 01:29:34 marka Exp $
 
           Release of BIND 9.2.0 for Window NT/2000
 
@@ -95,7 +95,7 @@ IMPORTANT NOTE ON USING THE TOOLS:
 If you wish to use nsupdate on a win32 platform to do dynamic updates
 to a zone you MUST create a resolv.conf in the System32\Drivers\etc
 directory containing a list of nameserver addresses to use to find
-the nameserver authorative for the zone. The format of this file is:
+the nameserver authoritative for the zone. The format of this file is:
 
 nameserver 1.2.3.4
 nameserver 5.6.7.8