]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 2 Sep 2009 23:48:03 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 2 Sep 2009 23:48:03 +0000 (23:48 +0000)
120 files changed:
bin/check/Makefile.in
bin/dig/Makefile.in
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-revoke.c
bin/dnssec/dnssec-settime.c
bin/dnssec/dnssectool.c
bin/dnssec/dnssectool.h
bin/named/lwdgabn.c
bin/named/lwdgrbn.c
bin/named/lwresd.c
bin/named/tkeyconf.c
bin/named/unix/Makefile.in
bin/tests/adb_test.c
bin/tests/backtrace_test.c
bin/tests/byname_test.c
bin/tests/db/Makefile.in
bin/tests/db_test.c
bin/tests/dst/gsstest.c
bin/tests/master/Makefile.in
bin/tests/master_test.c
bin/tests/mem/Makefile.in
bin/tests/name_test.c
bin/tests/names/Makefile.in
bin/tests/net/Makefile.in
bin/tests/nsecify.c
bin/tests/rbt/Makefile.in
bin/tests/rbt_test.c
bin/tests/sig0_test.c
bin/tests/system/lwresd/Makefile.in
bin/tests/system/tkey/Makefile.in
bin/tests/zone_test.c
contrib/sdb/pgsql/zonetodb.c
lib/bind9/Makefile.in
lib/dns/byaddr.c
lib/dns/client.c
lib/dns/dnssec.c
lib/dns/ecdb.c
lib/dns/forward.c
lib/dns/gssapictx.c
lib/dns/include/dns/client.h
lib/dns/include/dns/ecdb.h
lib/dns/include/dns/forward.h
lib/dns/include/dns/lib.h
lib/dns/include/dns/tsec.h
lib/dns/lib.c
lib/dns/peer.c
lib/dns/rdata.c
lib/dns/tkey.c
lib/dns/tsec.c
lib/export/Makefile.in
lib/export/dns/Makefile.in
lib/export/dns/include/Makefile.in
lib/export/dns/include/dns/Makefile.in
lib/export/dns/include/dst/Makefile.in
lib/export/irs/Makefile.in
lib/export/irs/include/irs/Makefile.in
lib/export/isc/Makefile.in
lib/export/isc/nls/Makefile.in
lib/export/isc/nothreads/Makefile.in
lib/export/isc/pthreads/Makefile.in
lib/export/isc/unix/Makefile.in
lib/export/isccfg/Makefile.in
lib/export/isccfg/include/isccfg/Makefile.in
lib/export/samples/Makefile-postinstall.in
lib/export/samples/Makefile.in
lib/export/samples/nsprobe.c
lib/export/samples/sample-async.c
lib/export/samples/sample-gai.c
lib/export/samples/sample-request.c
lib/export/samples/sample-update.c
lib/export/samples/sample.c
lib/irs/Makefile.in
lib/irs/context.c
lib/irs/dnsconf.c
lib/irs/gai_strerror.c
lib/irs/getaddrinfo.c
lib/irs/getnameinfo.c
lib/irs/include/Makefile.in
lib/irs/include/irs/Makefile.in
lib/irs/include/irs/context.h
lib/irs/include/irs/dnsconf.h
lib/irs/include/irs/netdb.h.in
lib/irs/include/irs/platform.h.in
lib/irs/include/irs/resconf.h
lib/irs/include/irs/types.h
lib/irs/include/irs/version.h
lib/irs/resconf.c
lib/irs/version.c
lib/isc/app_api.c
lib/isc/assertions.c
lib/isc/backtrace.c
lib/isc/include/isc/app.h
lib/isc/include/isc/lib.h
lib/isc/include/isc/namespace.h
lib/isc/include/isc/result.h
lib/isc/include/isc/resultclass.h
lib/isc/include/isc/timer.h
lib/isc/lib.c
lib/isc/mem_api.c
lib/isc/nls/Makefile.in
lib/isc/nothreads/Makefile.in
lib/isc/pthreads/Makefile.in
lib/isc/socket_api.c
lib/isc/task.c
lib/isc/task_api.c
lib/isc/task_p.h
lib/isc/timer_api.c
lib/isc/timer_p.h
lib/isc/unix/Makefile.in
lib/isc/unix/app.c
lib/isc/unix/socket_p.h
lib/isc/win32/Makefile.in
lib/isc/win32/app.c
lib/isccc/Makefile.in
lib/isccfg/Makefile.in
lib/isccfg/dnsconf.c
lib/isccfg/include/isccfg/dnsconf.h
lib/lwres/context.c
lib/tests/Makefile.in
util/mksymtbl.pl

index 39af25cbe89dbbdbc9c83309f2f95335474c21d6..b586b5badcfabfcf28bb5d061594bacc9b8a6032 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.34 2009/09/01 18:40:25 jinmei Exp $
+# $Id: Makefile.in,v 1.35 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index ee57ce2dcb4ed5639b94f8fd3ad8f61e07e00034..3cb1bd1fb4c077607e3ef155c37571ef67c1e5f1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.43 2009/09/01 18:40:25 jinmei Exp $
+# $Id: Makefile.in,v 1.44 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index cb1b5cd08cdf736ac0fcf3b39c82b2c83a719907..d71226720ede918af85ec40f83f457813a00fde8 100644 (file)
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keygen.c,v 1.91 2009/09/02 06:29:00 each Exp $ */
+/* $Id: dnssec-keygen.c,v 1.92 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
@@ -311,63 +311,63 @@ main(int argc, char **argv) {
                        /* already the default */
                        break;
                case 'P':
-                        if (setpub || unsetpub)
-                                fatal("-P specified more than once");
+                       if (setpub || unsetpub)
+                               fatal("-P specified more than once");
 
                        if (strcasecmp(isc_commandline_argument, "none")) {
                                setpub = ISC_TRUE;
                                publish = strtotime(isc_commandline_argument,
                                                    now, now);
                        } else {
-                                unsetpub = ISC_TRUE;
-                        }
+                               unsetpub = ISC_TRUE;
+                       }
                        break;
                case 'A':
-                        if (setact || unsetact)
-                                fatal("-A specified more than once");
+                       if (setact || unsetact)
+                               fatal("-A specified more than once");
 
                        if (strcasecmp(isc_commandline_argument, "none")) {
                                setact = ISC_TRUE;
                                activate = strtotime(isc_commandline_argument,
                                                     now, now);
                        } else {
-                                unsetact = ISC_TRUE;
+                               unsetact = ISC_TRUE;
                        }
                        break;
                case 'R':
-                        if (setrev || unsetrev)
-                                fatal("-R specified more than once");
+                       if (setrev || unsetrev)
+                               fatal("-R specified more than once");
 
                        if (strcasecmp(isc_commandline_argument, "none")) {
                                setrev = ISC_TRUE;
                                revoke = strtotime(isc_commandline_argument,
                                                   now, now);
                        } else {
-                                unsetrev = ISC_TRUE;
+                               unsetrev = ISC_TRUE;
                        }
                        break;
                case 'U':
-                        if (setunpub || unsetunpub)
-                                fatal("-U specified more than once");
+                       if (setunpub || unsetunpub)
+                               fatal("-U specified more than once");
 
                        if (strcasecmp(isc_commandline_argument, "none")) {
                                setunpub = ISC_TRUE;
                                unpublish = strtotime(isc_commandline_argument,
                                                      now, now);
                        } else {
-                                unsetunpub = ISC_TRUE;
+                               unsetunpub = ISC_TRUE;
                        }
                        break;
                case 'D':
-                        if (setdel || unsetdel)
-                                fatal("-D specified more than once");
+                       if (setdel || unsetdel)
+                               fatal("-D specified more than once");
 
                        if (strcasecmp(isc_commandline_argument, "none")) {
                                setdel = ISC_TRUE;
                                delete = strtotime(isc_commandline_argument,
                                                   now, now);
                        } else {
-                                unsetdel = ISC_TRUE;
+                               unsetdel = ISC_TRUE;
                        }
                        break;
                case 'F':
@@ -691,7 +691,7 @@ main(int argc, char **argv) {
                                fatal("cannot use -C together with "
                                      "-P, -A, -R, -U, or -D options");
                        /*
-                        * Compatibility mode: Private-key-format 
+                        * Compatibility mode: Private-key-format
                         * should be set to 1.2.
                         */
                        dst_key_setprivateformat(key, 1, 2);
index d58db629caf3a96eba3b13df65c0c5310a78f8d9..634fc7112822646b53b1988d20f421a652f8d4d9 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-revoke.c,v 1.9 2009/09/02 06:29:00 each Exp $ */
+/* $Id: dnssec-revoke.c,v 1.10 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
@@ -161,9 +161,9 @@ main(int argc, char **argv) {
 
        flags = dst_key_flags(key);
        if ((flags & DNS_KEYFLAG_REVOKE) == 0) {
-                isc_stdtime_t now;
+               isc_stdtime_t now;
 
-                isc_stdtime_get(&now);
+               isc_stdtime_get(&now);
                dst_key_settime(key, DST_TIME_REVOKE, now);
 
                dst_key_setflags(key, flags | DNS_KEYFLAG_REVOKE);
index 77fa98242dcd6bf26d936ac6bc5bbf46e3df8177..90e374769a2d504e5c87db29ce4d8784cce288f8 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-settime.c,v 1.9 2009/09/02 06:29:00 each Exp $ */
+/* $Id: dnssec-settime.c,v 1.10 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
@@ -72,7 +72,7 @@ usage(void) {
                                                     "deletion date\n");
        fprintf(stderr, "Printing options:\n");
        fprintf(stderr, "    -p C/P/A/R/U/D/all: print a particular time "
-                                               "value or values "
+                                               "value or values "
                                                "[default: all]\n");
        fprintf(stderr, "    -u:                 print times in unix epoch "
                                                "format\n");
@@ -213,8 +213,8 @@ main(int argc, char **argv) {
                                fatal("-v must be followed by a number");
                        break;
                case 'P':
-                        if (setpub || unsetpub)
-                                fatal("-P specified more than once");
+                       if (setpub || unsetpub)
+                               fatal("-P specified more than once");
 
                        changed = ISC_TRUE;
                        if (!strcasecmp(isc_commandline_argument, "none")) {
@@ -226,8 +226,8 @@ main(int argc, char **argv) {
                        }
                        break;
                case 'A':
-                        if (setact || unsetact)
-                                fatal("-A specified more than once");
+                       if (setact || unsetact)
+                               fatal("-A specified more than once");
 
                        changed = ISC_TRUE;
                        if (!strcasecmp(isc_commandline_argument, "none")) {
@@ -239,8 +239,8 @@ main(int argc, char **argv) {
                        }
                        break;
                case 'R':
-                        if (setrev || unsetrev)
-                                fatal("-R specified more than once");
+                       if (setrev || unsetrev)
+                               fatal("-R specified more than once");
 
                        changed = ISC_TRUE;
                        if (!strcasecmp(isc_commandline_argument, "none")) {
@@ -252,8 +252,8 @@ main(int argc, char **argv) {
                        }
                        break;
                case 'U':
-                        if (setunpub || unsetunpub)
-                                fatal("-U specified more than once");
+                       if (setunpub || unsetunpub)
+                               fatal("-U specified more than once");
 
                        changed = ISC_TRUE;
                        if (!strcasecmp(isc_commandline_argument, "none")) {
@@ -265,8 +265,8 @@ main(int argc, char **argv) {
                        }
                        break;
                case 'D':
-                        if (setdel || unsetdel)
-                                fatal("-D specified more than once");
+                       if (setdel || unsetdel)
+                               fatal("-D specified more than once");
 
                        changed = ISC_TRUE;
                        if (!strcasecmp(isc_commandline_argument, "none")) {
@@ -360,20 +360,20 @@ main(int argc, char **argv) {
                dst_key_unsettime(key, DST_TIME_ACTIVATE);
 
        if (setrev) {
-                if ((dst_key_flags(key) & DNS_KEYFLAG_REVOKE) != 0 && rev > now)
-                        fprintf(stderr, "%s: warning: Key %s is already "
+               if ((dst_key_flags(key) & DNS_KEYFLAG_REVOKE) != 0 && rev > now)
+                       fprintf(stderr, "%s: warning: Key %s is already "
                                        "revoked; changing the revocation date "
                                        "will not affect this.\n",
                                        program, keystr);
                dst_key_settime(key, DST_TIME_REVOKE, rev);
        } else if (unsetrev) {
-                if ((dst_key_flags(key) & DNS_KEYFLAG_REVOKE) != 0)
-                        fprintf(stderr, "%s: warning: Key %s is already "
+               if ((dst_key_flags(key) & DNS_KEYFLAG_REVOKE) != 0)
+                       fprintf(stderr, "%s: warning: Key %s is already "
                                        "revoked; removing the revocation date "
                                        "will not affect this.\n",
                                        program, keystr);
                dst_key_unsettime(key, DST_TIME_REVOKE);
-        }
+       }
 
        if (setunpub)
                dst_key_settime(key, DST_TIME_UNPUBLISH, unpub);
index 225e48ca900d02b7ef00dd5d60f011a952d7cca7..5e626400901ffa01941642bc5072f51aebe7412b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssectool.c,v 1.51 2009/09/02 06:29:01 each Exp $ */
+/* $Id: dnssectool.c,v 1.52 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
@@ -304,8 +304,8 @@ strtottl(const char *str) {
        char *endp;
 
        ttl = strtol(str, &endp, 0);
-        if (ttl == 0 && endp == str)
-                fatal("TTL must be numeric");
+       if (ttl == 0 && endp == str)
+               fatal("TTL must be numeric");
        ttl = time_units(ttl, endp, orig);
        return (ttl);
 }
index 3506184d982f8f52d5f0075b04cfccb230f815e6..a77a5b4bd198b73b34229392173c20727434df9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssectool.h,v 1.23 2009/09/02 06:29:01 each Exp $ */
+/* $Id: dnssectool.h,v 1.24 2009/09/02 23:48:01 tbox Exp $ */
 
 #ifndef DNSSECTOOL_H
 #define DNSSECTOOL_H 1
index 761b74150018400eca68146e1d68e579fcb15247..c4b598beb13ac55cbe168c9ea0624b0f6ab1100f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwdgabn.c,v 1.23 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: lwdgabn.c,v 1.24 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
index c3bbe58b5d4c344b5e92a7bf45ff83ec18f3cb36..5c858cbedacd4d4a21f592a339785802a2c55520 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwdgrbn.c,v 1.21 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: lwdgrbn.c,v 1.22 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
index f32c8cb37eb83de22fff628e2bb758c7f1f829fc..11198a4324f2c2b4f843df3f3427f6dde1a1b873 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwresd.c,v 1.59 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: lwresd.c,v 1.60 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file
  * \brief
index 52f5f105c1f928eb6b9466ce6d9aba0e5e82cdee..e11aaa22d34ebc0833b771ffb31465c473ecc7ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: tkeyconf.c,v 1.30 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: tkeyconf.c,v 1.31 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
index 00bf2e06967a66a0d3bb376a9a4b8fc5cee5595f..dc1bf2b9c1466d4f648cedea0d6e98c194a351cf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.11 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.12 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index a63a2537e21019d3e70d6d342164c6f3049e7574..bf44b45d3f433a428c971275b7280dc519dabe55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: adb_test.c,v 1.69 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: adb_test.c,v 1.70 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file */
 
index 3af46239e9be8b2772a58dccbafa3023dc942d67..9253ca77143e18f4fe50c067d8fe90463df4600e 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: backtrace_test.c,v 1.3 2009/09/01 20:13:43 each Exp $ */
+/* $Id: backtrace_test.c,v 1.4 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
@@ -46,10 +46,10 @@ func3() {
                       isc_result_totext(result));
                return (1);
        }
-               
+
        if (nframes < 4)
                error++;
-       
+
        for (i = 0; i < 4 && i < nframes; i++) {
                fname = NULL;
                result = isc_backtrace_getsymbol(tracebuf[i], &fname, &offset);
index 1c3ea711a33021795d16ae255f8ef8b7c3641944..ae372e85716fd9b36d8cbb72015a3a627cf1b137 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: byname_test.c,v 1.32 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: byname_test.c,v 1.33 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file
  * \author
index fe9e28398e78bb507da166d33f2846202d970f02..9120510edd4fc75d098b571ad10517606ca5ff51 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.30 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.31 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 1cd8f0dfc762ebba25f1c8f33845d700b473e538..e800531f22c7a525c16c8890551cd0990bb8b47c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db_test.c,v 1.67 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: db_test.c,v 1.68 2009/09/02 23:48:01 tbox Exp $ */
 
 /*! \file
  * \author
index 355fde3a9e42d746fabc92b034d0eed8d22f4613..6c314d227c35e14b1ede3cec94adc15256557d2c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gsstest.c,v 1.7 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: gsstest.c,v 1.8 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
@@ -175,7 +175,7 @@ recvresponse(isc_task_t *task, isc_event_t *event) {
 end:
        if (query)
                dns_message_destroy(&query);
-       
+
        if (reqev->request)
                dns_request_destroy(&reqev->request);
 
@@ -184,7 +184,7 @@ end:
        event = isc_event_allocate(mctx, (void *)1, 1, console, NULL,
                                   sizeof(*event));
        isc_task_send(task, &event);
-       return;         
+       return;
 }
 
 
@@ -202,7 +202,7 @@ sendquery(isc_task_t *task, isc_event_t *event)
        char output[10 * 1024];
 
        static char host[256];
-       
+
        isc_event_free(&event);
 
        printf("Query => ");
@@ -335,7 +335,7 @@ end:
                dns_request_destroy(&reqev->request);
 
        isc_event_free(&event);
-       
+
        event = isc_event_allocate(mctx, (void *)1, 1, console, NULL,
                                   sizeof(*event));
        isc_task_send(task, &event);
@@ -357,14 +357,14 @@ initctx1(isc_task_t *task, isc_event_t *event) {
        sprintf(contextname, "gsstest.context.%d.", (int)time(NULL));
 
        printf("Initctx - context name we're using: %s\n", contextname);
-       
+
        printf("Negotiating GSSAPI context: ");
        printf(gssid);
        printf("\n");
 
        /*
         * Setup a GSSAPI context with the server
-        */ 
+        */
        dns_fixedname_init(&servername);
        isc_buffer_init(&buf, contextname, strlen(contextname));
        isc_buffer_add(&buf, strlen(contextname));
@@ -372,7 +372,7 @@ initctx1(isc_task_t *task, isc_event_t *event) {
                                   dns_rootname, 0, NULL);
        CHECK("dns_name_fromtext", result);
 
-       /* Make name happen */  
+       /* Make name happen */
        dns_fixedname_init(&gssname);
        isc_buffer_init(&buf, gssid, strlen(gssid));
        isc_buffer_add(&buf, strlen(gssid));
@@ -423,7 +423,7 @@ setup(void)
                        isc_sockaddr_fromin(&address, &inaddr, PORT);
                        return;
                }
-       
+
        };
 }
 
@@ -446,7 +446,7 @@ main(int argc, char *argv[]) {
 
        UNUSED(argv);
        UNUSED(argc);
-       
+
        RUNCHECK(isc_app_start());
 
        dns_result_register();
@@ -519,7 +519,7 @@ main(int argc, char *argv[]) {
                                   &sock));
 
        setup();
-       
+
        RUNCHECK(isc_app_onrun(mctx, task, console, NULL));
 
        (void)isc_app_run();
@@ -529,10 +529,10 @@ main(int argc, char *argv[]) {
 
        dns_requestmgr_shutdown(requestmgr);
        dns_requestmgr_detach(&requestmgr);
-       
+
        dns_dispatch_detach(&dispatchv4);
        dns_dispatchmgr_destroy(&dispatchmgr);
-       
+
        isc_timermgr_destroy(&timermgr);
 
        isc_task_detach(&task);
index 61b6761db56f2398376c293e414c21adbb174053..8fbe3aa0b273423adcff0c50af82214db6aeec1a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.29 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.30 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index f0160f436cd696f08d40f5824d66fd1fc38ed8f2..afc6c8c10ddfb43cff788ad2136820929c3ddf60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master_test.c,v 1.31 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: master_test.c,v 1.32 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
@@ -85,7 +85,7 @@ main(int argc, char *argv[]) {
                dns_rdatacallbacks_init_stdio(&callbacks);
                callbacks.add = print_dataset;
 
-               result = dns_master_loadfile(argv[1], &origin, &origin, 
+               result = dns_master_loadfile(argv[1], &origin, &origin,
                                             dns_rdataclass_in, 0,
                                             &callbacks, mctx);
                fprintf(stdout, "dns_master_loadfile: %s\n",
index 550ebe5611ecc646ac2f40598ddcb3c870367465..71b9f9b0ecb40339a80e90b8725c03fc3d63269d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.35 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.36 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index c54260fa8f102e7290345a9c8bf95ac80ae42626..9c98685a5df1a692813207a060766659c4f106e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: name_test.c,v 1.42 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: name_test.c,v 1.43 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
index 17711f1ae0e973a335ec3959f4df89e4e14a052d..c901d8d93b23c32903987629f493d173c855875c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.29 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.30 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 1c223bf03b3e3c5fc6a981230f03855a492d6a13..59660f05a7aceb9cb082ae60eb46dc3d305f0195 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.17 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.18 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index d7f841c2997e5c15c5634b06bd57ddcf241ef848..d21b9fdd985eb69966f77f3b8d2d09177da48dff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsecify.c,v 1.9 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: nsecify.c,v 1.10 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
index be3cd5a50d98833e9a344d7caea3bb6c6652dbdc..fbf3c1d6a5df477124d9d8ba49d38496d683e10f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.29 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.30 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 93e47054471336bfe0b33fa2333efce5e678f48b..39039b3b73c5b49da4f8fd1e550672632e4ddf95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbt_test.c,v 1.49 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: rbt_test.c,v 1.50 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
index 07654ed9ccf0049fffce16a5bfeb0b2f3f77bf14..296356af76ed3ac9f00b15366d642f606d0538ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sig0_test.c,v 1.18 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: sig0_test.c,v 1.19 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
index 85ec28657499aed779f9da10d1a8c08b062bc601..d81598c8e5cded87520f026853ccb9bde003b48f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.20 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.21 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 1157c8d464c382ded22bd9ebfa68c8cc5567a608..84996c0a288a346e329e1aec3584c7a22a6f19c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001, 2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.12 2009/09/01 00:22:25 jinmei Exp $
+# $Id: Makefile.in,v 1.13 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 9274e41dc29390cfe8418a2b713264605d6ecb4a..8ce005d042a6135ef47b5cab07a5a04f8f3bd2e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone_test.c,v 1.34 2009/09/01 00:22:25 jinmei Exp $ */
+/* $Id: zone_test.c,v 1.35 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <config.h>
 
@@ -104,7 +104,7 @@ setup(const char *zonename, const char *filename, const char *classname) {
        isc_buffer_add(&buffer, strlen(zonename));
        dns_fixedname_init(&fixorigin);
        result = dns_name_fromtext(dns_fixedname_name(&fixorigin),
-                                  &buffer, dns_rootname, 0, NULL);
+                                  &buffer, dns_rootname, 0, NULL);
        ERRRET(result, "dns_name_fromtext");
        origin = dns_fixedname_name(&fixorigin);
 
@@ -137,19 +137,19 @@ setup(const char *zonename, const char *filename, const char *classname) {
 
 static void
 print_rdataset(dns_name_t *name, dns_rdataset_t *rdataset) {
-        isc_buffer_t text;
-        char t[1000];
-        isc_result_t result;
-        isc_region_t r;
+       isc_buffer_t text;
+       char t[1000];
+       isc_result_t result;
+       isc_region_t r;
 
-        isc_buffer_init(&text, t, sizeof(t));
-        result = dns_rdataset_totext(rdataset, name, ISC_FALSE, ISC_FALSE,
+       isc_buffer_init(&text, t, sizeof(t));
+       result = dns_rdataset_totext(rdataset, name, ISC_FALSE, ISC_FALSE,
                                     &text);
-        isc_buffer_usedregion(&text, &r);
-        if (result == ISC_R_SUCCESS)
-                printf("%.*s", (int)r.length, (char *)r.base);
-        else
-                printf("%s\n", dns_result_totext(result));
+       isc_buffer_usedregion(&text, &r);
+       if (result == ISC_R_SUCCESS)
+               printf("%.*s", (int)r.length, (char *)r.base);
+       else
+               printf("%s\n", dns_result_totext(result));
 }
 
 static void
index f141aaee6566c92613bfd8045d34bbcb3af4b066..a26d72d4b31d414e81b0f13b1ea5fa8f9f6a89c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zonetodb.c,v 1.22 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: zonetodb.c,v 1.23 2009/09/02 23:48:01 tbox Exp $ */
 
 #include <stdlib.h>
 #include <string.h>
index f03a8652e7297d0ba0f078fd87da8272fd566260..91e20836324a2956782e4c1c6072e203aa5de523 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.12 2009/09/01 00:22:26 jinmei Exp $
+# $Id: Makefile.in,v 1.13 2009/09/02 23:48:01 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 068c9985ea1b6b66897ec7ce59f823745118bf93..6a3a6036180a712e2ab05cdc36165af8d092cb44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: byaddr.c,v 1.40 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: byaddr.c,v 1.41 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index f094188c83f1a89f31c2c23b0336718d62ea9015..0990e219ba0a3e0374799db654ec2775304f1200 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: client.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: client.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -526,7 +526,7 @@ destroyclient(dns_client_t **clientp) {
 
        DESTROYLOCK(&client->lock);
        client->magic = 0;
-       
+
        isc_mem_putanddetach(&client->mctx, client, sizeof(*client));
 
        *clientp = NULL;
@@ -558,7 +558,7 @@ dns_client_destroy(dns_client_t **clientp) {
 
 isc_result_t
 dns_client_setservers(dns_client_t *client, dns_rdataclass_t rdclass,
-                     dns_name_t *namespace, isc_sockaddrlist_t *addrs) 
+                     dns_name_t *namespace, isc_sockaddrlist_t *addrs)
 {
        isc_result_t result;
        dns_view_t *view = NULL;
@@ -1112,7 +1112,7 @@ dns_client_resolve(dns_client_t *client, dns_name_t *name,
                /*
                 * If the client is run under application's control, we need
                 * to create a new running (sub)environment for this
-                * particular resolution. 
+                * particular resolution.
                 */
                return (ISC_R_NOTIMPLEMENTED); /* XXXTBD */
        } else
@@ -1156,7 +1156,7 @@ dns_client_resolve(dns_client_t *client, dns_name_t *name,
                /*
                 * If this lookup failed due to some error in DNSSEC
                 * validation, return the validation error code.
-                * XXX: or should we pass the validation result separately? 
+                * XXX: or should we pass the validation result separately?
                 */
                result = resarg->vresult;
        }
@@ -1210,7 +1210,7 @@ dns_client_startresolve(dns_client_t *client, dns_name_t *name,
        mctx = client->mctx;
        rdataset = NULL;
        sigrdataset = NULL;
-       want_dnssec = ISC_TF((options & DNS_CLIENTRESOPT_NODNSSEC) == 0); 
+       want_dnssec = ISC_TF((options & DNS_CLIENTRESOPT_NODNSSEC) == 0);
 
        /*
         * Prepare some intermediate resources
@@ -1276,7 +1276,7 @@ dns_client_startresolve(dns_client_t *client, dns_name_t *name,
        UNLOCK(&client->lock);
 
        client_resfind(rctx, NULL);
+
        *transp = (dns_clientrestrans_t *)rctx;
 
        return (ISC_R_SUCCESS);
@@ -1318,7 +1318,7 @@ dns_client_cancelresolve(dns_clientrestrans_t *trans) {
 }
 
 void
-dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist) { 
+dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist) {
        dns_name_t *name;
        dns_rdataset_t *rdataset;
 
@@ -1453,7 +1453,7 @@ request_done(isc_task_t *task, isc_event_t *event) {
 static void
 localrequest_done(isc_task_t *task, isc_event_t *event) {
        reqarg_t *reqarg = event->ev_arg;
-       dns_clientreqevent_t *rev =(dns_clientreqevent_t *)event; 
+       dns_clientreqevent_t *rev =(dns_clientreqevent_t *)event;
 
        UNUSED(task);
 
@@ -1501,7 +1501,7 @@ dns_client_request(dns_client_t *client, dns_message_t *qmessage,
                /*
                 * If the client is run under application's control, we need
                 * to create a new running (sub)environment for this
-                * particular resolution. 
+                * particular resolution.
                 */
                return (ISC_R_NOTIMPLEMENTED); /* XXXTBD */
        } else
@@ -2503,13 +2503,13 @@ dns_client_update(dns_client_t *client, dns_rdataclass_t rdclass,
        updatearg_t *uarg;
 
        REQUIRE(DNS_CLIENT_VALID(client));
-       
+
        if ((client->attributes & DNS_CLIENTATTR_OWNCTX) == 0 &&
            (options & DNS_CLIENTRESOPT_ALLOWRUN) == 0) {
                /*
                 * If the client is run under application's control, we need
                 * to create a new running (sub)environment for this
-                * particular resolution. 
+                * particular resolution.
                 */
                return (ISC_R_NOTIMPLEMENTED); /* XXXTBD */
        } else
@@ -2875,7 +2875,7 @@ dns_client_updaterec(dns_client_updateop_t op, dns_name_t *owner,
        REQUIRE(owner != NULL);
        REQUIRE((rdataset != NULL && rdatalist != NULL && rdata != NULL) ||
                (rdataset == NULL && rdatalist == NULL && rdata == NULL &&
-                mctx != NULL)); 
+                mctx != NULL));
        if (op == updateop_add)
                REQUIRE(source != NULL);
        if (source != NULL) {
@@ -2899,7 +2899,7 @@ dns_client_updaterec(dns_client_updateop_t op, dns_name_t *owner,
                dns_rdatalist_init(&updaterec->rdatalist);
                dns_rdata_init(&updaterec->rdata);
                isc_buffer_init(b, b + 1,
-                               size - sizeof(dns_client_updaterec_t));
+                               size - sizeof(dns_client_updaterec_t));
                dns_name_copy(owner, target, b);
                if (source != NULL) {
                        isc_region_t r;
@@ -2907,7 +2907,7 @@ dns_client_updaterec(dns_client_updateop_t op, dns_name_t *owner,
                        dns_rdata_toregion(rdata, &r);
                        rdata->data = isc_buffer_used(b);
                        isc_buffer_copyregion(b, &r);
-                       
+
                }
                updaterec->mctx = NULL;
                isc_mem_attach(mctx, &updaterec->mctx);
index 906af63866f384981afff06d105ea2788672a8a5..664e4989ee48a86c5091133254c9411be9a9ae5e 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.99 2009/09/02 06:29:01 each Exp $
+ * $Id: dnssec.c,v 1.100 2009/09/02 23:48:02 tbox Exp $
  */
 
 /*! \file */
@@ -973,7 +973,7 @@ dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey,
        dk->hint_publish = ISC_FALSE;
        dk->hint_sign = ISC_FALSE;
        dk->hint_remove = ISC_FALSE;
-        dk->prepublish = 0;
+       dk->prepublish = 0;
        dk->source = dns_keysource_unknown;
        dk->index = 0;
 
@@ -1057,12 +1057,12 @@ get_hints(dns_dnsseckey_t *key) {
        if (actset && !pubset)
                key->hint_publish = ISC_TRUE;
 
-        /*
-         * If activation date is in the future, make note of how far off
-         */
-        if (key->hint_publish && actset && active > now) {
-                key->prepublish = active - now;
-        }
+       /*
+        * If activation date is in the future, make note of how far off
+        */
+       if (key->hint_publish && actset && active > now) {
+               key->prepublish = active - now;
+       }
 
        /*
         * Metadata says revoke.  If the key is published,
index c8cee3af6d4515e8df0b84de76cfd36ecbdbe1be..cb36edb7c318cbf13181fb1d82e8f8f8108f0860 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ecdb.c,v 1.2 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: ecdb.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #include "config.h"
 
index bc1a94bd334b8ca7077790c44aef27c90e7b964c..7ec4e5c9debbc25f3812d8836cf4f5b7d5d11ba9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: forward.c,v 1.13 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
@@ -153,7 +153,7 @@ dns_fwdtable_find(dns_fwdtable_t *fwdtable, dns_name_t *name,
                  dns_forwarders_t **forwardersp)
 {
        return (dns_fwdtable_find2(fwdtable, name, NULL, forwardersp));
-} 
+}
 
 isc_result_t
 dns_fwdtable_find2(dns_fwdtable_t *fwdtable, dns_name_t *name,
index 6f2e3b078389e161ae375ab3f168eeddba2a508f..6724590b4f3d8f97062c29d7e57076e75d453a84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gssapictx.c,v 1.13 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: gssapictx.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index 4017528dc1ce85cce6cc985a693dd1410809e073..d21dff788ddea4c1d9bfbff183c970ed98ebd125 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: client.h,v 1.2 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: client.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef DNS_CLIENT_H
 #define DNS_CLIENT_H 1
@@ -346,7 +346,7 @@ dns_client_destroyrestrans(dns_clientrestrans_t **transp);
  */
 
 void
-dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist); 
+dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist);
 /*%<
  * Free resources allocated for the content of 'namelist'.
  *
index 8d638d6f63c7636d1fd8ac44bf27fed9da9d3c8a..5c735b53cc5f9f4d2a709d91b0fae3f65d4affdf 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ecdb.h,v 1.2 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: ecdb.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef DNS_ECDB_H
 #define DNS_ECDB_H 1
index fa5a10c31d623205a4e51aafb0059e5f6ba7e58a..23e94be7894e7a887509a9ed6ccffd9327eb54d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: forward.h,v 1.12 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: forward.h,v 1.13 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef DNS_FORWARD_H
 #define DNS_FORWARD_H 1
index 49c12c7c784eb5d2b606fb8be9995750ca6e1db8..a78562f910c0e32be93815238e83daf5e618c1b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lib.h,v 1.17 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: lib.h,v 1.18 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef DNS_LIB_H
 #define DNS_LIB_H 1
index 2d85e4b0a002447ff3ac10fb3f664add963a9251..c6b376a19db57be48b8ba11a08c4800b1c8726af 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: tsec.h,v 1.2 2009/09/01 00:22:27 jinmei Exp $ */
+/* $Id: tsec.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef DNS_TSEC_H
 #define DNS_TSEC_H 1
@@ -68,7 +68,7 @@ isc_result_t
 dns_tsec_create(isc_mem_t *mctx, dns_tsectype_t type, dst_key_t *key,
                dns_tsec_t **tsecp);
 /*%<
- * Create a TSEC structure and stores a type-dependent key structure in it.  
+ * Create a TSEC structure and stores a type-dependent key structure in it.
  * For a TSIG key (type is dns_tsectype_tsig), dns_tsec_create() creates a
  * TSIG key structure from '*key' and keeps it in the structure.  For other
  * types, this function simply retains '*key' in the structure.  In either
index becc19d1b5ff48daa8287a883f35975a6c920e1f..eb69e992d29e0054b0fe7b3bbc48bda6eaeb7b3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lib.c,v 1.17 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: lib.c,v 1.18 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index d83b253c6f7ff140ae126986065aea5d51698208..c55d73dddf5bce631de4ef6a22de2153a4753265 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: peer.c,v 1.32 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: peer.c,v 1.33 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index 5f8f0d6198fbeae184c5e9c138e0d61f1a7a6ee4..5e4e471a399578586e8ab721fa1378e07780aaee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdata.c,v 1.201 2009/09/01 00:22:26 jinmei Exp $ */
+/* $Id: rdata.c,v 1.202 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index 5d6d5484cf8f35fabaf798aab10cb91c51629298..02f93debd60dda99049dde4236a1d31d7a6cf0ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tkey.c,v 1.91 2009/09/01 00:22:26 jinmei Exp $
+ * $Id: tkey.c,v 1.92 2009/09/02 23:48:02 tbox Exp $
  */
 /*! \file */
 #include <config.h>
index 44bde128dbd3ba3ac1cd57161af48fb08d90bb06..c90d4ee256d44382579e9d9e5e974b9f8562ae99 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: tsec.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: tsec.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -82,7 +82,7 @@ dns_tsec_create(isc_mem_t *mctx, dns_tsectype_t type, dst_key_t *key,
                        break;
                case DST_ALG_HMACSHA512:
                        algname = dns_tsig_hmacsha512_name;
-                       break;                  
+                       break;
                default:
                        isc_mem_put(mctx, tsec, sizeof(*tsec));
                        return (DNS_R_BADALG);
index 5bbc93f400b9a3e4535a7eff5653aa15d9bea5d5..fc9d4ad4c61209fece1a75fd9c07698abaa67510 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index 3942ef156d717b396ec90b0053a49fcf280fc928..9d0cce2ec468f89d4f85f997aad892c3d7a5ceb8 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/dns
index d28e14a1cc794a5ce7eafcfbedeaf7feb4c89c4c..9fc0b66b8f9f65de5ca8e609f637a6097e572cb2 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index 13486159a177f76ccbe10e67640c5dd955778abd..5e04d88538432183f56212b85f921ed0000d02e6 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index c1d1340c6c5c5ab827082e42c15f91934a7f8b56..259e62eda2ba74282cb53e50bb870cd19d42977f 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index 91925c9ba35e73fcf529cf489f8e367f8b66d36b..2cdc5818b03a279183a8e551d9e220f1e5151e30 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/irs
index 334b355de86543fc4459b0892821b05a051d4edb..c8507571c55fb156c7b33de582c4d13c0626d816 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index 30531b4f9cd2c7e9565395d3f1d55f88a4eca81e..9939515c330797241dc950a733eb79c1311ad1f4 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isc
index e272f369e7c3e416a9336f0f346b4004678c08c1..a9e779f928db3fea6884be47b0532a663663e064 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isc/nls
index 571f429269bec858b0f9b833b8d80691e177c128..e1bd566346337b0a2e69917541d4b78bfe7c9d46 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isc/nothreads
index 624d44f3efd67ead5dad65e5726ab2f653054987..92788ec104f7e23c82e636b9f2f640690f1ede9d 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isc/pthreads
index ccd60ce3b823ff83323657eaa6b3411b3e0ed8a5..5a8eed882487e9c8d406cfaa2e62dc5c235b23ac 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isc/unix
index d4e255dab80f06b235b5b983cc6ddaecc5834f5d..d15b6433b0790ed52bd0539d443cfe90a9193973 100644 (file)
@@ -1,7 +1,6 @@
-# Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001-2003  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -13,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isccfg
index 49a6530c1a769301d298121676ba33347a39bcfa..5e9ea78d8050718cba246732783b67142ee89dc0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 20097  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index 690814764144eead7377b698e0d6495ad328bef9..174aed60ad0710c05b32099b0afba673438fafbb 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile-postinstall.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile-postinstall.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 #prefix =      @prefix@
index 97e1a7c3a616a6397c32373c560f38e25f6a430b..4ab0286cd57ff43ebb0d4d2846806ddd9ee778f8 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 top_srcdir =   @top_srcdir@
index b8fdcefb9e19e7d9cebd41d1469e76a7a0ea6b1d..e706e2902373d557825a81572d406debd9c23547 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsprobe.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: nsprobe.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -113,7 +113,7 @@ struct stat {
        unsigned long nxdomain;
        unsigned long othererr;
        unsigned long multiplesoa;
-       unsigned long multiplecname;    
+       unsigned long multiplecname;
        unsigned long brokenanswer;
        unsigned long lame;
        unsigned long unknown;
@@ -122,8 +122,8 @@ struct stat {
 static unsigned long number_of_domains = 0;
 static unsigned long number_of_servers = 0;
 static unsigned long multiple_error_domains = 0;
-static isc_boolean_t debug_mode = ISC_FALSE; 
-static int verbose_level = 0; 
+static isc_boolean_t debug_mode = ISC_FALSE;
+static int verbose_level = 0;
 static const char *qlabels[] = {"www.", "ftp.", NULL};
 static struct probe_trans probes[MAX_PROBES];
 
index 49e1c7a187ebf81bfaeb6e6e4e201cd5a6b1d49c..014b6a65d0550030c7d7441741021c4578347bda 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sample-async.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: sample-async.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index 364b5ad152c98e266be803fd9ebec22d0fd79be6..6dc4014ed56d3ba9a3141c6824c6b3fab425a132 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sample-gai.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: sample-gai.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index b45e952d43e817b5984a7bc17938c9fdacc46dc0..4d7d2fc9ef1f7b70a176cbc39f095a55708fcd40 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sample-request.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: sample-request.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index 5ada36461d200fb200f96ae4de3f750c86207874..c614e77c6e83c039af040949e112e963a94c405d 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sample-update.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: sample-update.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -718,7 +718,7 @@ evaluate_prereq(isc_mem_t *mctx, char *cmdline, dns_name_t *name) {
                fprintf(stderr, "incorrect operation code: %s\n", word);
                exit(1);
        }
-       
+
        make_prereq(mctx, cmdline, ispositive, isrrset, name);
 }
 
index 765a759af9951715b7cb19d1e7f1a61944cc6a21..f547e893e907efe97e59fcd7d164dd0303c12995 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sample.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: sample.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -80,7 +80,7 @@ printdata(dns_rdataset_t *rdataset, dns_name_t *owner) {
 
 static void
 usage() {
-       fprintf(stderr, "sample [-t RRtype] " 
+       fprintf(stderr, "sample [-t RRtype] "
                "[[-a algorithm] [-e] -k keyname -K keystring] "
                "[-s domain:serveraddr_for_domain ] "
                "server_address hostname\n");
@@ -127,7 +127,7 @@ set_key(dns_client_t *client, char *keynamestr, char *keystr,
        keystruct.common.rdtype = dns_rdatatype_dnskey;
        keystruct.flags = DNS_KEYOWNER_ZONE; /* fixed */
        if (is_sep)
-               keystruct.flags |= DNS_KEYFLAG_KSK;     
+               keystruct.flags |= DNS_KEYFLAG_KSK;
        keystruct.protocol = DNS_KEYPROTO_DNSSEC; /* fixed */
        keystruct.algorithm = alg;
 
index 9504794db14614f9d4c6dbb07b72f56a342763a4..ed869679cfc25d95c0b05208d9f1787aedfc72e1 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:27 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 59ecd0e63b9b73459ecf1e8a9466f23c1388fa69..be69622b5b6ae1fe7cd0a9e1efff1c4485dc693e 100644 (file)
@@ -1,23 +1,20 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: context.c,v 1.2 2009/09/01 00:22:27 jinmei Exp $ */
+/* $Id: context.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index 1aa339e10374f8e17cc89351d28176dff478d84f..4a7d58bfbc50d666706771b1638c221f6a3d14bf 100644 (file)
@@ -1,23 +1,20 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: dnsconf.c,v 1.2 2009/09/01 00:22:27 jinmei Exp $ */
+/* $Id: dnsconf.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
@@ -185,7 +182,7 @@ configure_dnsseckeys(irs_dnsconf_t *conf, cfg_obj_t *cfgobj,
                isc_buffer_free(&keydatabuf);
        if (keyname != NULL)
                isc_mem_put(mctx, keyname, sizeof(*keyname));
-               
+
        return (result);
 }
 
index df8bf024d4f1e24e14730512ea2b9826cfc1d026..2fe394161963f2b93ede471452d099f5419eda32 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gai_strerror.c,v 1.4 2009/09/01 17:54:16 jinmei Exp $ */
+/* $Id: gai_strerror.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file gai_strerror.c
  * gai_strerror() returns an error message corresponding to an
index a86b82905a48a9948c9c1897ff072a7f5ec0eb6b..4b1f4a9221e38065e1555dd0bbef82fbf52929c0 100644 (file)
@@ -1,24 +1,20 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: getaddrinfo.c,v 1.2 2009/09/01 00:22:27 jinmei Exp $ */
+/* $Id: getaddrinfo.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
  *    string: a dotted decimal IPv4 address or an IPv6 address. servname is
  *    either a decimal port number or a service name as listed in
  *    /etc/services.
- * 
+ *
  *    If the operating system does not provide a struct addrinfo, the
  *    following structure is used:
- * 
+ *
  * \code
  * struct  addrinfo {
  *         int             ai_flags;       // AI_PASSIVE, AI_CANONNAME
  *         struct addrinfo *ai_next;       // next structure in linked list
  * };
  * \endcode
- * 
- * 
+ *
+ *
  *    hints is an optional pointer to a struct addrinfo. This structure can
  *    be used to provide hints concerning the type of socket that the caller
  *    supports or wishes to use. The caller can supply the following
  *    structure elements in *hints:
- * 
+ *
  * <ul>
  *    <li>ai_family:
  *           The protocol family that should be used. When ai_family is set
  *           to PF_UNSPEC, it means the caller will accept any protocol
  *           family supported by the operating system.</li>
- * 
+ *
  *    <li>ai_socktype:
  *           denotes the type of socket -- SOCK_STREAM, SOCK_DGRAM or
  *           SOCK_RAW -- that is wanted. When ai_socktype is zero the caller
  *           will accept any socket type.</li>
- * 
+ *
  *    <li>ai_protocol:
  *           indicates which transport protocol is wanted: IPPROTO_UDP or
  *           IPPROTO_TCP. If ai_protocol is zero the caller will accept any
  *           protocol.</li>
- * 
+ *
  *    <li>ai_flags:
  *           Flag bits. If the AI_CANONNAME bit is set, a successful call to
  *           getaddrinfo() will return a null-terminated string
@@ -80,7 +76,7 @@
  *           address portion of the socket address structure will be set to
  *           INADDR_ANY for an IPv4 address or IN6ADDR_ANY_INIT for an IPv6
  *           address.<br /><br />
- * 
+ *
  *           When ai_flags does not set the AI_PASSIVE bit, the returned
  *           socket address structure will be ready for use in a call to
  *           connect(2) for a connection-oriented protocol or connect(2),
  *           chosen. The IP address portion of the socket address structure
  *           will be set to the loopback address if hostname is a NULL
  *           pointer and AI_PASSIVE is not set in ai_flags.<br /><br />
- * 
+ *
  *           If ai_flags is set to AI_NUMERICHOST it indicates that hostname
  *           should be treated as a numeric string defining an IPv4 or IPv6
  *           address and no name resolution should be attempted.
  * </li></ul>
- * 
+ *
  *    All other elements of the struct addrinfo passed via hints must be
  *    zero.
- * 
+ *
  *    A hints of NULL is treated as if the caller provided a struct addrinfo
  *    initialized to zero with ai_familyset to PF_UNSPEC.
- * 
+ *
  *    After a successful call to getaddrinfo(), *res is a pointer to a
  *    linked list of one or more addrinfo structures. Each struct addrinfo
  *    in this list cn be processed by following the ai_next pointer, until a
  *    corresponding arguments for a call to socket(2). For each addrinfo
  *    structure in the list, the ai_addr member points to a filled-in socket
  *    address structure of length ai_addrlen.
- * 
+ *
  *    All of the information returned by getaddrinfo() is dynamically
  *    allocated: the addrinfo structures, and the socket address structures
  *    and canonical host name strings pointed to by the addrinfostructures.
  *    Memory allocated for the dynamically allocated structures created by a
  *    successful call to getaddrinfo() is released by freeaddrinfo().
  *    ai is a pointer to a struct addrinfo created by a call to getaddrinfo().
- * 
+ *
  * \section irsreturn RETURN VALUES
- * 
+ *
  *    getaddrinfo() returns zero on success or one of the error codes
  *    listed in gai_strerror() if an error occurs. If both hostname and
  *    servname are NULL getaddrinfo() returns #EAI_NONAME.
- * 
+ *
  * \section irssee SEE ALSO
- * 
+ *
  *    getaddrinfo(), freeaddrinfo(),
  *    gai_strerror(), RFC3493, getservbyname(3), connect(2),
  *    sendto(2), sendmsg(2), socket(2).
@@ -854,7 +850,7 @@ process_answer(isc_task_t *task, isc_event_t *event) {
                 * There are outstanding states, but if we are at the head
                 * of the state list (i.e., at the highest search priority)
                 * and have any answer, we can stop now by canceling the
-                * others. 
+                * others.
                 */
                if (resstate == ISC_LIST_HEAD(resstate->head->resstates)) {
                        if ((resstate->trans4 != NULL &&
index 9c708f3ac58d473243bd78549941c78df76db83a..0b674dbd816e2e7734495a38ad5cbaf167fceada 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Portions Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Portions Copyright (C) 1999-2001, 2003  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: getnameinfo.c,v 1.3 2009/09/01 02:54:26 marka Exp $ */
+/* $Id: getnameinfo.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
  *    getnameinfo() returns the hostname for the struct sockaddr sa which is
  *    salen bytes long. The hostname is of length hostlen and is returned via
  *    *host. The maximum length of the hostname is 1025 bytes: #NI_MAXHOST.
- * 
+ *
  *    The name of the service associated with the port number in sa is
  *    returned in *serv. It is servlen bytes long. The maximum length of the
  *    service name is #NI_MAXSERV - 32 bytes.
- * 
+ *
  *    The flags argument sets the following bits:
- * 
+ *
  * \li   #NI_NOFQDN:
  *           A fully qualified domain name is not required for local hosts.
  *           The local part of the fully qualified domain name is returned
  *           instead.
- * 
+ *
  * \li   #NI_NUMERICHOST
  *           Return the address in numeric form, as if calling inet_ntop(),
  *           instead of a host name.
- * 
+ *
  * \li   #NI_NAMEREQD
  *           A name is required. If the hostname cannot be found in the DNS
  *           and this flag is set, a non-zero error code is returned. If the
  *           hostname is not found and the flag is not set, the address is
  *           returned in numeric form.
- * 
+ *
  * \li   #NI_NUMERICSERV
  *           The service name is returned as a digit string representing the
  *           port number.
- * 
+ *
  * \li   #NI_DGRAM
  *           Specifies that the service being looked up is a datagram
  *           service, and causes getservbyport() to be called with a second
  *           argument of "udp" instead of its default of "tcp". This is
  *           required for the few ports (512-514) that have different
  *           services for UDP and TCP.
- * 
+ *
  * \section getnameinfo_return Return Values
- * 
+ *
  *    getnameinfo() returns 0 on success or a non-zero error code if
  *    an error occurs.
- * 
+ *
  * \section getname_see See Also
- * 
- *    RFC3493, getservbyport(), 
+ *
+ *    RFC3493, getservbyport(),
  *    getnamebyaddr(). inet_ntop().
  */
 
@@ -376,7 +375,7 @@ getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host,
                                                        &b, &hostregion);
                                                goto ptrfound;
                                        }
-                                       
+
                                }
                        }
                }
index 3fba6e9ddeb1bfd62ca4b1e3705b2d91021448fe..eca194529241b6a538bdad73e6d1e6c516dd2ea0 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index e85a90de0c3ed2a60ec0341c661a4a84fab1d83e..3c3b612757d91e8f43b961ff681ff14aad5f2409 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or 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.
 #
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index a72d0e3b8856974eab9b2f2a88365d996adce1ac..f2ef3f4790b50b1beba051401a01120f01d117b9 100644 (file)
@@ -1,23 +1,20 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: context.h,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: context.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef IRS_CONTEXT_H
 #define IRS_CONTEXT_H 1
index 7adb2cf7230d2516f1806333db6b59a1c4d78929..4f673ff2df275ef9592a4382ef7bf11ee0e24de0 100644 (file)
@@ -1,23 +1,20 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: dnsconf.h,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: dnsconf.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef IRS_DNSCONF_H
 #define IRS_DNSCONF_H 1
index 4f834dbaa20c25b87ebdf76dd7f447ea7fd135b1..299928b9726dab93689054b7dafc5120fa87a9e3 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: netdb.h.in,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: netdb.h.in,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index c498613911c2f29f3a8e8584ddc94c93d12b6531..0e9be3ce2345b80c80b217eb6e488d43f897903b 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: platform.h.in,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: platform.h.in,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index da31f0eab6556813aa25cf5dd1a98a7f4773bb75..78c87d51660d4909f9a1d1e96ab31a9c3dd64276 100644 (file)
@@ -1,23 +1,20 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: resconf.h,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: resconf.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef IRS_RESCONF_H
 #define IRS_RESCONF_H 1
index 14b548d7b95ea6533e522052ddc4f6f796143d9c..0a539decd8651486e6f7dd129b42be58b28cfbc1 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: types.h,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: types.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef IRS_TYPES_H
 #define IRS_TYPES_H 1
index d9020b8289f2a2e90f9ee3d76d34cf474a9c0188..bd7e5cf8e0d641e73a0f0c4a68387cee4bfd1be4 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: version.h,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: version.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index e51108e92f31a6f71c20c8a47123863a5ed0446c..f3181a30d23314c80f64a363533a607a2d575405 100644 (file)
@@ -1,23 +1,20 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * This code is derived from software contributed to ISC by
- * Berkeley Software Design, Inc.
- *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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 AND BERKELEY SOFTWARE DESIGN, INC.
- * 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.
+ * 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: resconf.c,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: resconf.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file resconf.c */
 
  *
  *    irs_resconf_load() opens the file filename and parses it to initialize
  *    the configuration structure.
- * 
+ *
  * \section lwconfig_return Return Values
- * 
+ *
  *    irs_resconf_load() returns #IRS_R_SUCCESS if it successfully read and
  *    parsed filename. It returns a non-0 error code if filename could not be
  *    opened or contained incorrect resolver statements.
- * 
+ *
  * \section lwconfig_see See Also
- * 
+ *
  *    stdio(3), \link resolver resolver \endlink
- * 
+ *
  * \section files Files
- * 
+ *
  *    /etc/resolv.conf
  */
 
@@ -324,7 +321,7 @@ resconf_parsedomain(irs_resconf_t *conf,  FILE *fp) {
         */
        for (i = 0; i < RESCONFMAXSEARCH; i++) {
                if (conf->search[i] != NULL) {
-                       isc_mem_free(conf->mctx, conf->search[i]); 
+                       isc_mem_free(conf->mctx, conf->search[i]);
                        conf->search[i] = NULL;
                }
        }
index 1142a8496bf29a190c873850902e4629826a127a..f50a3855563d8f2182608f5f885ebd387c755d8d 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: version.c,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: version.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index 82940c3ef6526f581a02e425b3ff73a2b8cba35a..ce767d17505385a3740e05e54eb4e8572dac874a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app_api.c,v 1.4 2009/09/01 08:12:33 jinmei Exp $ */
+/* $Id: app_api.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -79,21 +79,21 @@ isc_appctx_destroy(isc_appctx_t **ctxp) {
 isc_result_t
 isc_app_ctxstart(isc_appctx_t *ctx) {
        REQUIRE(ISCAPI_APPCTX_VALID(ctx));
-       
+
        return (ctx->methods->ctxstart(ctx));
 }
 
 isc_result_t
 isc_app_ctxrun(isc_appctx_t *ctx) {
        REQUIRE(ISCAPI_APPCTX_VALID(ctx));
-       
+
        return (ctx->methods->ctxrun(ctx));
 }
 
 isc_result_t
 isc_app_ctxsuspend(isc_appctx_t *ctx) {
        REQUIRE(ISCAPI_APPCTX_VALID(ctx));
-       
+
        return (ctx->methods->ctxsuspend(ctx));
 }
 
index 0d5cc5c2118194ed0bd99eb69d7dc7e966c1b2cf..368e90052c7b539e1503102f2c38a5489a07aae4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1997-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: assertions.c,v 1.24 2009/09/01 18:40:25 jinmei Exp $ */
+/* $Id: assertions.c,v 1.25 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index 26355ad55bec69ca869ffd4d53a2f5faa0e4cb6e..d2f044cb8c4c2f2456815b9a717f91e978f2fd61 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: backtrace.c,v 1.2 2009/09/01 18:40:25 jinmei Exp $ */
+/* $Id: backtrace.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
@@ -37,7 +37,7 @@
  * 1. If the system library supports the "backtrace()" function, use it.
  * 2. Otherwise, if the compiler is gcc and the architecture is x86_64 or IA64,
  *    then use gcc's (hidden) Unwind_Backtrace() function.  Note that this
- *    function doesn't work for C programs on many other architectures. 
+ *    function doesn't work for C programs on many other architectures.
  * 3. Otherwise, if the architecture x86 or x86_64, try to unwind the stack
  *    frame following frame pointers.  This assumes the executable binary
  *    compiled with frame pointers; this is not always true for x86_64 (rather,
index f93f9fcdb8e8f0c31a652369da239f055c57f66f..e0be79063709da967193e3d9e0296d90c1467be6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app.h,v 1.10 2009/09/02 18:38:40 jinmei Exp $ */
+/* $Id: app.h,v 1.11 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_APP_H
 #define ISC_APP_H 1
index af8b07b009b7435c750e99d2311a6bf5dd9fee5b..f24fef8501690119d64136c0c7fa1743c477bb46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lib.h,v 1.15 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: lib.h,v 1.16 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_LIB_H
 #define ISC_LIB_H 1
index 24fdcecc89d898644ff78644c0cd39d897cccfaa..33ec63a38fdaaa99f1e28d28cf038a6a9081f6a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namespace.h,v 1.3 2009/09/02 23:43:54 each Exp $ */
+/* $Id: namespace.h,v 1.4 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISCAPI_NAMESPACE_H
 #define ISCAPI_NAMESPACE_H 1
index b01b181fcf0d5a194b24a888b55621c67508de2b..2347d5f80c9728f177352e14d7e73bf314891c75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.h,v 1.72 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: result.h,v 1.73 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_RESULT_H
 #define ISC_RESULT_H 1
index e0f64393b1f55b7058836d427340db6bdc43dfe0..d91e800e063ccb2b5902146bf99ad89ee91e2f7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resultclass.h,v 1.19 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: resultclass.h,v 1.20 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_RESULTCLASS_H
 #define ISC_RESULTCLASS_H 1
index c50b82c78dd1cb52878d10e781157458a9370d8c..fa9abb16aa9d56a455cdc748700ab61b78a17997 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: timer.h,v 1.42 2009/09/02 18:38:40 jinmei Exp $ */
+/* $Id: timer.h,v 1.43 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_TIMER_H
 #define ISC_TIMER_H 1
index 8d431f13e0b9b50e72e0e439a7e0d7ff3f6f5e62..a50542551df32dc9fc096221bce3e88d417da92f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lib.c,v 1.15 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: lib.c,v 1.16 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file */
 
index a6f2c3aa35418f184eec002c350524059949be3e..470c820124f2af2d1283097f4799b36552f00edb 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mem_api.c,v 1.4 2009/09/02 23:43:54 each Exp $ */
+/* $Id: mem_api.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -99,7 +99,7 @@ isc_mem_attach(isc_mem_t *source, isc_mem_t **targetp) {
 
 void
 isc_mem_detach(isc_mem_t **mctxp) {
-       REQUIRE(mctxp != NULL && ISCAPI_MCTX_VALID(*mctxp)); 
+       REQUIRE(mctxp != NULL && ISCAPI_MCTX_VALID(*mctxp));
 
        (*mctxp)->methods->detach(mctxp);
 
@@ -192,7 +192,7 @@ isc_mem_waterack(isc_mem_t *ctx, int flag) {
        ctx->methods->waterack(ctx, flag);
 }
 
-size_t 
+size_t
 isc_mem_inuse(isc_mem_t *mctx) {
        REQUIRE(ISCAPI_MCTX_VALID(mctx));
 
index 29baa21fcc0fff116836369e1828e8d0760dd910..8302a927bb2210a5abc569c986dbfedb0a6fc270 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.15 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.16 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 2e6a41bebd74da1d3f49b15f76288f8eb9c59fe1..eef176522effc22d2bd893f783348087f061c415 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.8 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.9 2009/09/02 23:48:03 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isc/nothreads
index c83eaa610af176a22b45f2f2d014feb6db254f2d..2cbda99fc4709a1dd2d64a9ca7cd8aa13a22dab4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.20 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.21 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index a10efef41f25a759b095beccca0f21c00c56cd6b..8ba206070c5fcabdcf1c030c76d37c2a39ce1bb8 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket_api.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: socket_api.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
@@ -122,7 +122,7 @@ isc_socket_detach(isc_socket_t **socketp) {
 
 isc_result_t
 isc_socket_bind(isc_socket_t *sock, isc_sockaddr_t *sockaddr,
-               unsigned int options) 
+               unsigned int options)
 {
        REQUIRE(ISCAPI_SOCKET_VALID(sock));
 
index 839900771a1c002031117a31efa5eeecf8b74990..ddd4a53478888146bca35b4a7ee39a15b27b956c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.c,v 1.109 2009/09/02 04:25:19 jinmei Exp $ */
+/* $Id: task.c,v 1.110 2009/09/02 23:48:02 tbox Exp $ */
 
 /*! \file
  * \author Principal Author: Bob Halley
@@ -301,7 +301,7 @@ ISC_TASKFUNC_SCOPE isc_result_t
 isc__task_create(isc_taskmgr_t *manager0, unsigned int quantum,
                 isc_task_t **taskp)
 {
-       isc__taskmgr_t *manager = (isc__taskmgr_t *)manager0; 
+       isc__taskmgr_t *manager = (isc__taskmgr_t *)manager0;
        isc__task_t *task;
        isc_boolean_t exiting;
        isc_result_t result;
@@ -1467,7 +1467,7 @@ isc__task_endexclusive(isc_task_t *task0) {
 #endif
 }
 
-#ifdef USE_SOCKETIMPREGISTER 
+#ifdef USE_SOCKETIMPREGISTER
 isc_result_t
 isc__task_register() {
        return (isc_task_register(isc__taskmgr_create));
index 2bb206106243a6bc77f1ba4ae371c7f45f844b30..89065355faa61f028609d0a176f13b5dcd9f60d0 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task_api.c,v 1.4 2009/09/01 23:05:33 jinmei Exp $ */
+/* $Id: task_api.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index 75cba60a0f6c00db4d97cc5d4bb1fdf03dd12f6e..cab2a83978fbd1d08e604583b12399e50fc617c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task_p.h,v 1.12 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: task_p.h,v 1.13 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef ISC_TASK_P_H
 #define ISC_TASK_P_H
index 44a0b9f1ff635fa2ff73c904382777f0e4168700..97e62b3f0ec413b6678e3ec4ae3dd4a9fa1680fa 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: timer_api.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: timer_api.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
 
 #include <config.h>
 
index 5e66bbe4bb829ba0173425e6bda08e93026ed295..d6f7c996c7e234e1c4dbc03c44ec54dded7fed05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: timer_p.h,v 1.11 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: timer_p.h,v 1.12 2009/09/02 23:48:02 tbox Exp $ */
 
 #ifndef ISC_TIMER_P_H
 #define ISC_TIMER_P_H
index 861048dd9363b3c14260d58a5317a9657598aba5..d47e5726a71160b6953fea35ee6790a9bf05ce63 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.42 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.43 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index ef4d48d0afbfc9bb7a66512e7389ad54228bbbc0..04dfa7e5f8bb12e636a4d8d1de1eaad138e0dfd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app.c,v 1.62 2009/09/02 04:25:19 jinmei Exp $ */
+/* $Id: app.c,v 1.63 2009/09/02 23:48:03 tbox Exp $ */
 
 /*! \file */
 
@@ -140,7 +140,7 @@ typedef struct isc__appctx {
         * We assume that 'want_reload' can be read and written atomically.
         */
        isc_boolean_t           want_reload;
-       
+
        isc_boolean_t           blocked;
 
        isc_taskmgr_t           *taskmgr;
@@ -952,7 +952,7 @@ isc__appctx_settimermgr(isc_appctx_t *ctx0, isc_timermgr_t *timermgr) {
        ctx->timermgr = timermgr;
 }
 
-#ifdef USE_APPIMPREGISTER 
+#ifdef USE_APPIMPREGISTER
 isc_result_t
 isc__app_register() {
        return (isc_app_register(isc__appctx_create));
index e4a19baaaf0c14eb4f59e2365486afd901880bd5..13160117391f3eaa246cf0fb3abd0d379f10ec26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket_p.h,v 1.14 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: socket_p.h,v 1.15 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_SOCKET_P_H
 #define ISC_SOCKET_P_H
index 280b04e4f0e43dd2bf80296bf8c24cbbf6a32919..acfbf32bc9b2dd415dd5cb4ce5bae741cea5c73f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.12 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.13 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 65eddb050a95cac3df01e7e72fe10a63e53aea0b..04b1638783eb7927bbc25a00ad0a9460407337b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app.c,v 1.8 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: app.c,v 1.9 2009/09/02 23:48:03 tbox Exp $ */
 
 #include <config.h>
 
@@ -170,7 +170,7 @@ isc__app_run(void) {
                                                      FALSE, INFINITE);
 
                /* See why we returned */
-               
+
                if (WaitSucceeded(dwWaitResult, NUM_EVENTS)) {
                        /*
                         * The return was due to one of the events
index 1bae4b35cb7ced94d66b952b02769b31f684e842..31713e1abc165615d78dc557190ba43cca2881c2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.10 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.11 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index c3d2ee4aff5e6c84198637cbbadbe67ebcf400d5..d7dbb65a3e9bbba9cc6b7697803f0b75a77eb0d9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.19 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.20 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 8429f34ccf5fdfca3f9248a62cd72f0ef6b7de39..704d383a77823ac5073982af05cea211feec72e2 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2002, 2003  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnsconf.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
+/* $Id: dnsconf.c,v 1.4 2009/09/02 23:48:03 tbox Exp $ */
 
 /*! \file */
 
index da34788704ccd54a4bcd1dfaa5f0537ba6243217..edc5e5037b20f64e1079f525bba50c3d6413486c 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2002  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or 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.
  *
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnsconf.h,v 1.2 2009/09/01 00:22:28 jinmei Exp $ */
+/* $Id: dnsconf.h,v 1.3 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISCCFG_NAMEDCONF_H
 #define ISCCFG_NAMEDCONF_H 1
index 7e8188eaf63b217f907f1434f455e10305fe93b6..64bdaa107dd4a332623e307e886819053805c79f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: context.c,v 1.54 2009/09/01 22:52:27 jinmei Exp $ */
+/* $Id: context.c,v 1.55 2009/09/02 23:48:03 tbox Exp $ */
 
 /*! \file context.c
    lwres_context_create() creates a #lwres_context_t structure for use in
@@ -471,7 +471,7 @@ lwres_context_sendrecv(lwres_context_t *ctx,
        result = lwres_context_send(ctx, sendbase, sendlen);
        if (result != LWRES_R_SUCCESS)
                return (result);
-       
+
        /*
         * If this is not checked, select() can overflow,
         * causing corruption elsewhere.
index b57a35cf9589a9486fd71f801c129a0b120af086..b336c9f3e8fb9a6be32105767b27f8a2d4d849bc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.26 2009/09/01 00:22:28 jinmei Exp $
+# $Id: Makefile.in,v 1.27 2009/09/02 23:48:03 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index b0fef5f42f7ab0cc452c4c7a9269a9e96bfdf4cd..8ebc795c044aa42fac0e35c5879c4acad2b3f42d 100755 (executable)
@@ -1,4 +1,18 @@
 #!/usr/bin/env perl
+#
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+#
+# Permission to use, copy, modify, and/or 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.
 
 # Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: mksymtbl.pl,v 1.2 2009/09/01 18:50:52 jinmei Exp $
+# $Id: mksymtbl.pl,v 1.3 2009/09/02 23:48:03 tbox Exp $
 
 use strict;
 use diagnostics;
 $^W = 1;
 
-my $rev = '$Id: mksymtbl.pl,v 1.2 2009/09/01 18:50:52 jinmei Exp $';
+my $rev = '$Id: mksymtbl.pl,v 1.3 2009/09/02 23:48:03 tbox Exp $';
 $rev =~ s/\$//g;
 $rev =~ s/,v//g;
 $rev =~ s/Id: //;