mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
update copyright notice
This commit is contained in:
parent
d7a77415c1
commit
4dd3ec797d
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2000-2003 Internet Software Consortium.
|
* Copyright (C) 2000-2003 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dighost.c,v 1.329 2010/05/18 01:48:13 marka Exp $ */
|
/* $Id: dighost.c,v 1.330 2010/05/18 02:38:10 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \note
|
* \note
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
|
.\" Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and/or 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
|
.\" 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
|
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
.\" PERFORMANCE OF THIS SOFTWARE.
|
.\" PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: genrandom.8,v 1.6 2010/05/18 01:14:20 tbox Exp $
|
.\" $Id: genrandom.8,v 1.7 2010/05/18 02:38:10 tbox Exp $
|
||||||
.\"
|
.\"
|
||||||
.hy 0
|
.hy 0
|
||||||
.ad l
|
.ad l
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
- Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
|
- Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||||
-
|
-
|
||||||
- Permission to use, copy, modify, and/or 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
|
- purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -14,7 +14,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: genrandom.html,v 1.6 2010/05/18 01:14:20 tbox Exp $ -->
|
<!-- $Id: genrandom.html,v 1.7 2010/05/18 02:38:10 tbox Exp $ -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2008-2010 Internet Systems Consortium, Inc. ("ISC")
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or 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
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: nsec3.h,v 1.11 2010/05/18 01:39:41 marka Exp $ */
|
/* $Id: nsec3.h,v 1.12 2010/05/18 02:38:10 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef DNS_NSEC3_H
|
#ifndef DNS_NSEC3_H
|
||||||
#define DNS_NSEC3_H 1
|
#define DNS_NSEC3_H 1
|
||||||
@ -241,7 +241,7 @@ dns_nsec3param_toprivate(dns_rdata_t *src, dns_rdata_t *target,
|
|||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
dns_nsec3param_deletechains(dns_db_t *db, dns_dbversion_t *ver,
|
dns_nsec3param_deletechains(dns_db_t *db, dns_dbversion_t *ver,
|
||||||
dns_zone_t *zone, dns_diff_t *diff);
|
dns_zone_t *zone, dns_diff_t *diff);
|
||||||
|
|
||||||
/*%<
|
/*%<
|
||||||
* Mark NSEC3PARAM for deletion.
|
* Mark NSEC3PARAM for deletion.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: nsec3.c,v 1.16 2010/05/18 01:39:41 marka Exp $ */
|
/* $Id: nsec3.c,v 1.17 2010/05/18 02:38:10 tbox Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -1012,7 +1012,7 @@ rr_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name,
|
|||||||
dns_rdataset_t rdataset;
|
dns_rdataset_t rdataset;
|
||||||
dns_dbnode_t *node = NULL;
|
dns_dbnode_t *node = NULL;
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
|
|
||||||
dns_rdataset_init(&rdataset);
|
dns_rdataset_init(&rdataset);
|
||||||
if (rdata->type == dns_rdatatype_nsec3)
|
if (rdata->type == dns_rdatatype_nsec3)
|
||||||
CHECK(dns_db_findnsec3node(db, name, ISC_FALSE, &node));
|
CHECK(dns_db_findnsec3node(db, name, ISC_FALSE, &node));
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: zone.c,v 1.566 2010/05/18 01:39:41 marka Exp $ */
|
/* $Id: zone.c,v 1.567 2010/05/18 02:38:10 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@ -13680,7 +13680,7 @@ clean_nsec3param(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver,
|
|||||||
CHECK(dns_db_getoriginnode(db, &node));
|
CHECK(dns_db_getoriginnode(db, &node));
|
||||||
|
|
||||||
result = dns_db_findrdataset(db, node, ver, dns_rdatatype_dnskey,
|
result = dns_db_findrdataset(db, node, ver, dns_rdatatype_dnskey,
|
||||||
dns_rdatatype_none, 0, &rdataset, NULL);
|
dns_rdatatype_none, 0, &rdataset, NULL);
|
||||||
if (dns_rdataset_isassociated(&rdataset))
|
if (dns_rdataset_isassociated(&rdataset))
|
||||||
dns_rdataset_disassociate(&rdataset);
|
dns_rdataset_disassociate(&rdataset);
|
||||||
if (result != ISC_R_NOTFOUND)
|
if (result != ISC_R_NOTFOUND)
|
||||||
@ -13810,8 +13810,8 @@ zone_rekey(dns_zone_t *zone) {
|
|||||||
TIME_NOW(&timenow);
|
TIME_NOW(&timenow);
|
||||||
zone_settimer(zone, &timenow);
|
zone_settimer(zone, &timenow);
|
||||||
|
|
||||||
for (tuple = ISC_LIST_HEAD(diff.tuples);
|
for (tuple = ISC_LIST_HEAD(diff.tuples);
|
||||||
tuple != NULL;
|
tuple != NULL;
|
||||||
tuple = ISC_LIST_NEXT(tuple, link)) {
|
tuple = ISC_LIST_NEXT(tuple, link)) {
|
||||||
dns_rdata_dnskey_t dnskey;
|
dns_rdata_dnskey_t dnskey;
|
||||||
dns_secalg_t algorithm;
|
dns_secalg_t algorithm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user