Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
dde86591
Commit
dde86591
authored
Jun 17, 2009
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
95f99950
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
21 deletions
+23
-21
bin/dnssec/dnssec-dsfromkey.8
bin/dnssec/dnssec-dsfromkey.8
+2
-2
bin/dnssec/dnssec-dsfromkey.c
bin/dnssec/dnssec-dsfromkey.c
+9
-9
bin/dnssec/dnssec-dsfromkey.docbook
bin/dnssec/dnssec-dsfromkey.docbook
+3
-2
bin/dnssec/dnssec-dsfromkey.html
bin/dnssec/dnssec-dsfromkey.html
+2
-2
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-keygen.c
+4
-4
bin/dnssec/dnssec-keygen.docbook
bin/dnssec/dnssec-keygen.docbook
+3
-2
No files found.
bin/dnssec/dnssec-dsfromkey.8
View file @
dde86591
.\" 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
.\" 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: dnssec-dsfromkey.8,v 1.
7
2009/06/17 23:
12
:0
7
tbox Exp $
.\" $Id: dnssec-dsfromkey.8,v 1.
8
2009/06/17 23:
53
:0
4
tbox Exp $
.\"
.hy 0
.ad l
...
...
bin/dnssec/dnssec-dsfromkey.c
View file @
dde86591
...
...
@@ -14,7 +14,7 @@
* 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 */
...
...
@@ -78,18 +78,18 @@ loadkeys(char *dirname, char *setname)
isc_buffer_init
(
&
buf
,
filename
,
sizeof
(
filename
));
if
(
dirname
!=
NULL
)
{
if
(
isc_buffer_availablelength
(
&
buf
)
<
strlen
(
dirname
))
fatal
(
"directory name '%s' too long"
,
dirname
);
if
(
isc_buffer_availablelength
(
&
buf
)
<
strlen
(
dirname
))
fatal
(
"directory name '%s' too long"
,
dirname
);
isc_buffer_putstr
(
&
buf
,
dirname
);
if
(
dirname
[
strlen
(
dirname
)
-
1
]
!=
'/'
)
{
if
(
isc_buffer_availablelength
(
&
buf
)
<
1
)
fatal
(
"directory name '%s' too long"
,
dirname
);
if
(
isc_buffer_availablelength
(
&
buf
)
<
1
)
fatal
(
"directory name '%s' too long"
,
dirname
);
isc_buffer_putstr
(
&
buf
,
"/"
);
}
}
}
if
(
isc_buffer_availablelength
(
&
buf
)
<
strlen
(
"keyset-"
))
fatal
(
"directory name '%s' too long"
,
dirname
);
if
(
isc_buffer_availablelength
(
&
buf
)
<
strlen
(
"keyset-"
))
fatal
(
"directory name '%s' too long"
,
dirname
);
isc_buffer_putstr
(
&
buf
,
"keyset-"
);
result
=
dns_name_tofilenametext
(
name
,
ISC_FALSE
,
&
buf
);
check_result
(
result
,
"dns_name_tofilenametext()"
);
...
...
@@ -297,7 +297,7 @@ main(int argc, char **argv) {
isc_commandline_errprint
=
ISC_FALSE
;
while
((
ch
=
isc_commandline_parse
(
argc
,
argv
,
"12a:c:d:l:sv:Fh"
))
!=
-
1
)
{
"12a:c:d:l:sv:Fh"
))
!=
-
1
)
{
switch
(
ch
)
{
case
'1'
:
dtype
=
DNS_DSDIGEST_SHA1
;
...
...
bin/dnssec/dnssec-dsfromkey.docbook
View file @
dde86591
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!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
- purpose with or without fee is hereby granted, provided that the above
...
...
@@ -17,7 +17,7 @@
- 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"
>
<refentryinfo>
<date>
November 29, 2008
</date>
...
...
@@ -37,6 +37,7 @@
<docinfo>
<copyright>
<year>
2008
</year>
<year>
2009
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</docinfo>
...
...
bin/dnssec/dnssec-dsfromkey.html
View file @
dde86591
<!--
- 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
- purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: dnssec-dsfromkey.html,v 1.
7
2009/06/17 23:
12
:0
8
tbox Exp $ -->
<!-- $Id: dnssec-dsfromkey.html,v 1.
8
2009/06/17 23:
53
:0
4
tbox Exp $ -->
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=ISO-8859-1"
>
...
...
bin/dnssec/dnssec-keygen.c
View file @
dde86591
...
...
@@ -29,7 +29,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-keygen.c,v 1.8
4
2009/06/17
06:51:43 each
Exp $ */
/* $Id: dnssec-keygen.c,v 1.8
5
2009/06/17
23:53:04 tbox
Exp $ */
/*! \file */
...
...
@@ -263,7 +263,7 @@ main(int argc, char **argv) {
"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
"
"If you still wish to use RSA (RSAMD5) please "
"specify
\"
-a RSAMD5
\"\n
"
);
...
...
@@ -315,8 +315,8 @@ main(int argc, char **argv) {
if
(
size
<
0
)
{
if
(
use_default
)
{
size
=
(
ksk
!=
0
)
?
2048
:
1024
;
if
(
verbose
>
0
)
fprintf
(
stderr
,
"key size not specified; "
if
(
verbose
>
0
)
fprintf
(
stderr
,
"key size not specified; "
"defaulting to %d
\n
"
,
size
);
}
else
{
fatal
(
"key size not specified (-b option)"
);
...
...
bin/dnssec/dnssec-keygen.docbook
View file @
dde86591
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2004, 2005, 2007
,
200
8
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004, 2005, 2007
-
200
9
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2003 Internet Software Consortium.
-
- Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: dnssec-keygen.docbook,v 1.2
3
2009/06/17
06:51:43 each
Exp $ -->
<!-- $Id: dnssec-keygen.docbook,v 1.2
4
2009/06/17
23:53:04 tbox
Exp $ -->
<refentry
id=
"man.dnssec-keygen"
>
<refentryinfo>
<date>
June 30, 2000
</date>
...
...
@@ -41,6 +41,7 @@
<year>
2005
</year>
<year>
2007
</year>
<year>
2008
</year>
<year>
2009
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment