]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 8 Jul 2011 23:47:16 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 8 Jul 2011 23:47:16 +0000 (23:47 +0000)
bin/named/server.c
lib/dns/include/dns/zone.h
lib/dns/zone.c
lib/isc/Makefile.in
lib/isc/include/isc/taskpool.h
lib/isc/taskpool.c

index 9667b7a37600898c1d0b7a4c38e35bed3e7df6f6..b4cf8308dbc8df070aac90cb3c5a1545f5e1f50f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.599.8.10 2011/07/08 22:57:24 smann Exp $ */
+/* $Id: server.c,v 1.599.8.11 2011/07/08 23:47:14 tbox Exp $ */
 
 /*! \file */
 
@@ -3172,7 +3172,7 @@ find_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist,
        result = get_viewinfo(vconfig, &viewname, &viewclass);
        if (result != ISC_R_SUCCESS)
                return (result);
+
        result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
        if (result != ISC_R_SUCCESS)
                return (result);
@@ -3200,7 +3200,7 @@ create_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist,
        result = get_viewinfo(vconfig, &viewname, &viewclass);
        if (result != ISC_R_SUCCESS)
                return (result);
+
        result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
        if (result == ISC_R_SUCCESS)
                return (ISC_R_EXISTS);
index a4e76b3c4a8c02251f3aec6314dcb14cc1b61941..e3be35a2cc48dc968dc2df00922b626068a0920f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  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: zone.h,v 1.182.16.1 2011/07/08 22:57:25 smann Exp $ */
+/* $Id: zone.h,v 1.182.16.2 2011/07/08 23:47:16 tbox Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
index c5f48f6646cab5e18c1e99f0e52859660dd36c5f..e5e7b8ac618016aaacd8bd2e2f1b930d1603f5c3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.582.8.23 2011/07/08 22:57:24 smann Exp $ */
+/* $Id: zone.c,v 1.582.8.24 2011/07/08 23:47:15 tbox Exp $ */
 
 /*! \file */
 
@@ -4685,7 +4685,7 @@ del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name,
                                                     "missing or inactive "
                                                     "and has no replacement: "
                                                     "retaining signatures.",
-                                                    origin, algbuf, 
+                                                    origin, algbuf,
                                                     rrsig.keyid);
                                        zone->log_key_expired_timer = now +
                                                                        3600;
index 931c27f1af4f2468ddd403ed718c34b7d698d4d0..bb9aa62c619707a2c1ee3bc06441434a1e83a997 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-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.109.108.1 2011/07/08 22:57:26 smann Exp $
+# $Id: Makefile.in,v 1.109.108.2 2011/07/08 23:47:16 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index ac9fdf641189476ed0c57ddce9838534424df7e6..dedbb689def9aa09b8f51a231e065b728aa3faf4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2011  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: taskpool.h,v 1.15.814.1 2011/07/08 22:57:26 smann Exp $ */
+/* $Id: taskpool.h,v 1.15.814.2 2011/07/08 23:47:16 tbox Exp $ */
 
 #ifndef ISC_TASKPOOL_H
 #define ISC_TASKPOOL_H 1
@@ -83,7 +83,7 @@ isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx,
  *\li  #ISC_R_UNEXPECTED
  */
 
-void 
+void
 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp);
 /*%<
  * Attach to a task from the pool.  Currently the next task is chosen
@@ -114,7 +114,7 @@ isc_taskpool_expand(isc_taskpool_t **sourcep, unsigned int size,
  * In either case, 'sourcep' is detached.
  *
  * Requires:
- * 
+ *
  * \li 'sourcep' is not NULL and '*source' is not NULL
  * \li 'targetp' is not NULL and '*source' is NULL
  *
index 1052146da8e84d67b1f4ca0d82d434c1414c9d14..a4aac4dc4136e5813afa989ba7d814fa337bb511 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  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: taskpool.c,v 1.18.814.1 2011/07/08 22:57:26 smann Exp $ */
+/* $Id: taskpool.c,v 1.18.814.2 2011/07/08 23:47:16 tbox Exp $ */
 
 /*! \file */
 
@@ -78,7 +78,7 @@ isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx,
        isc_result_t result;
 
        INSIST(ntasks > 0);
-       
+
        /* Allocate the pool structure */
        result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool);
        if (result != ISC_R_SUCCESS)