Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
87ecfd73
Commit
87ecfd73
authored
Oct 15, 2008
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
3c5dffc5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
bin/rndc/rndc-confgen.c
bin/rndc/rndc-confgen.c
+4
-4
lib/isc/assertions.c
lib/isc/assertions.c
+2
-2
lib/isc/include/isc/assertions.h
lib/isc/include/isc/assertions.h
+2
-2
No files found.
bin/rndc/rndc-confgen.c
View file @
87ecfd73
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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: rndc-confgen.c,v 1.2
5
2008/10/15
0
3:
03:57 marka
Exp $ */
/* $Id: rndc-confgen.c,v 1.2
6
2008/10/15
2
3:
47:31 tbox
Exp $ */
/*! \file */
...
...
@@ -148,7 +148,7 @@ main(int argc, char **argv) {
isc_boolean_t
keyonly
=
ISC_FALSE
;
int
len
;
keydef
=
keyfile
=
RNDC_KEYFILE
;
keydef
=
keyfile
=
RNDC_KEYFILE
;
result
=
isc_file_progname
(
*
argv
,
program
,
sizeof
(
program
));
if
(
result
!=
ISC_R_SUCCESS
)
...
...
@@ -293,7 +293,7 @@ main(int argc, char **argv) {
fatal
(
"isc_mem_get(%d) failed
\n
"
,
len
);
snprintf
(
buf
,
len
,
"%s%s%s"
,
chrootdir
,
(
*
keyfile
!=
'/'
)
?
"/"
:
""
,
keyfile
);
write_key_file
(
buf
,
user
,
keyname
,
&
key_txtbuffer
);
isc_mem_put
(
mctx
,
buf
,
len
);
}
...
...
lib/isc/assertions.c
View file @
87ecfd73
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
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.2
2
2008/10/15
0
3:
29:13 marka
Exp $ */
/* $Id: assertions.c,v 1.2
3
2008/10/15
2
3:
47:31 tbox
Exp $ */
/*! \file */
...
...
lib/isc/include/isc/assertions.h
View file @
87ecfd73
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -16,7 +16,7 @@
*/
/*
* $Id: assertions.h,v 1.2
5
2008/10/15
0
3:
29:13 marka
Exp $
* $Id: assertions.h,v 1.2
6
2008/10/15
2
3:
47:31 tbox
Exp $
*/
/*! \file isc/assertions.h
*/
...
...
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