mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
update copyright notice
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.\" Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
|
.\" Copyright (C) 2008, 2009 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: dnssec-dsfromkey.8,v 1.7 2009/06/17 23:12:07 tbox Exp $
|
.\" $Id: dnssec-dsfromkey.8,v 1.8 2009/06/17 23:53:04 tbox Exp $
|
||||||
.\"
|
.\"
|
||||||
.hy 0
|
.hy 0
|
||||||
.ad l
|
.ad l
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dnssec-dsfromkey.c,v 1.7 2009/06/17 06:51:43 each Exp $ */
|
/* $Id: dnssec-dsfromkey.c,v 1.8 2009/06/17 23:53:04 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -78,18 +78,18 @@ loadkeys(char *dirname, char *setname)
|
|||||||
|
|
||||||
isc_buffer_init(&buf, filename, sizeof(filename));
|
isc_buffer_init(&buf, filename, sizeof(filename));
|
||||||
if (dirname != NULL) {
|
if (dirname != NULL) {
|
||||||
if (isc_buffer_availablelength(&buf) < strlen(dirname))
|
if (isc_buffer_availablelength(&buf) < strlen(dirname))
|
||||||
fatal("directory name '%s' too long", dirname);
|
fatal("directory name '%s' too long", dirname);
|
||||||
isc_buffer_putstr(&buf, dirname);
|
isc_buffer_putstr(&buf, dirname);
|
||||||
if (dirname[strlen(dirname) - 1] != '/') {
|
if (dirname[strlen(dirname) - 1] != '/') {
|
||||||
if (isc_buffer_availablelength(&buf) < 1)
|
if (isc_buffer_availablelength(&buf) < 1)
|
||||||
fatal("directory name '%s' too long", dirname);
|
fatal("directory name '%s' too long", dirname);
|
||||||
isc_buffer_putstr(&buf, "/");
|
isc_buffer_putstr(&buf, "/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isc_buffer_availablelength(&buf) < strlen("keyset-"))
|
if (isc_buffer_availablelength(&buf) < strlen("keyset-"))
|
||||||
fatal("directory name '%s' too long", dirname);
|
fatal("directory name '%s' too long", dirname);
|
||||||
isc_buffer_putstr(&buf, "keyset-");
|
isc_buffer_putstr(&buf, "keyset-");
|
||||||
result = dns_name_tofilenametext(name, ISC_FALSE, &buf);
|
result = dns_name_tofilenametext(name, ISC_FALSE, &buf);
|
||||||
check_result(result, "dns_name_tofilenametext()");
|
check_result(result, "dns_name_tofilenametext()");
|
||||||
@@ -297,7 +297,7 @@ main(int argc, char **argv) {
|
|||||||
isc_commandline_errprint = ISC_FALSE;
|
isc_commandline_errprint = ISC_FALSE;
|
||||||
|
|
||||||
while ((ch = isc_commandline_parse(argc, argv,
|
while ((ch = isc_commandline_parse(argc, argv,
|
||||||
"12a:c:d:l:sv:Fh")) != -1) {
|
"12a:c:d:l:sv:Fh")) != -1) {
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case '1':
|
case '1':
|
||||||
dtype = DNS_DSDIGEST_SHA1;
|
dtype = DNS_DSDIGEST_SHA1;
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||||
[<!ENTITY mdash "—">]>
|
[<!ENTITY mdash "—">]>
|
||||||
<!--
|
<!--
|
||||||
- Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
|
- Copyright (C) 2008, 2009 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: dnssec-dsfromkey.docbook,v 1.7 2009/06/17 06:51:43 each Exp $ -->
|
<!-- $Id: dnssec-dsfromkey.docbook,v 1.8 2009/06/17 23:53:04 tbox Exp $ -->
|
||||||
<refentry id="man.dnssec-dsfromkey">
|
<refentry id="man.dnssec-dsfromkey">
|
||||||
<refentryinfo>
|
<refentryinfo>
|
||||||
<date>November 29, 2008</date>
|
<date>November 29, 2008</date>
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
<docinfo>
|
<docinfo>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2008</year>
|
<year>2008</year>
|
||||||
|
<year>2009</year>
|
||||||
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
</docinfo>
|
</docinfo>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
- Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
|
- Copyright (C) 2008, 2009 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: dnssec-dsfromkey.html,v 1.7 2009/06/17 23:12:08 tbox Exp $ -->
|
<!-- $Id: dnssec-dsfromkey.html,v 1.8 2009/06/17 23:53:04 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">
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dnssec-keygen.c,v 1.84 2009/06/17 06:51:43 each Exp $ */
|
/* $Id: dnssec-keygen.c,v 1.85 2009/06/17 23:53:04 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -263,7 +263,7 @@ main(int argc, char **argv) {
|
|||||||
"defaulting to %s\n", algname);
|
"defaulting to %s\n", algname);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcasecmp(algname, "RSA") == 0) {
|
if (strcasecmp(algname, "RSA") == 0) {
|
||||||
fprintf(stderr, "The use of RSA (RSAMD5) is not recommended.\n"
|
fprintf(stderr, "The use of RSA (RSAMD5) is not recommended.\n"
|
||||||
"If you still wish to use RSA (RSAMD5) please "
|
"If you still wish to use RSA (RSAMD5) please "
|
||||||
"specify \"-a RSAMD5\"\n");
|
"specify \"-a RSAMD5\"\n");
|
||||||
@@ -315,8 +315,8 @@ main(int argc, char **argv) {
|
|||||||
if (size < 0) {
|
if (size < 0) {
|
||||||
if (use_default) {
|
if (use_default) {
|
||||||
size = (ksk != 0) ? 2048 : 1024;
|
size = (ksk != 0) ? 2048 : 1024;
|
||||||
if (verbose > 0)
|
if (verbose > 0)
|
||||||
fprintf(stderr, "key size not specified; "
|
fprintf(stderr, "key size not specified; "
|
||||||
"defaulting to %d\n", size);
|
"defaulting to %d\n", size);
|
||||||
} else {
|
} else {
|
||||||
fatal("key size not specified (-b option)");
|
fatal("key size not specified (-b option)");
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||||
[<!ENTITY mdash "—">]>
|
[<!ENTITY mdash "—">]>
|
||||||
<!--
|
<!--
|
||||||
- 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-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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: dnssec-keygen.docbook,v 1.23 2009/06/17 06:51:43 each Exp $ -->
|
<!-- $Id: dnssec-keygen.docbook,v 1.24 2009/06/17 23:53:04 tbox Exp $ -->
|
||||||
<refentry id="man.dnssec-keygen">
|
<refentry id="man.dnssec-keygen">
|
||||||
<refentryinfo>
|
<refentryinfo>
|
||||||
<date>June 30, 2000</date>
|
<date>June 30, 2000</date>
|
||||||
@@ -41,6 +41,7 @@
|
|||||||
<year>2005</year>
|
<year>2005</year>
|
||||||
<year>2007</year>
|
<year>2007</year>
|
||||||
<year>2008</year>
|
<year>2008</year>
|
||||||
|
<year>2009</year>
|
||||||
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
<copyright>
|
<copyright>
|
||||||
|
Reference in New Issue
Block a user