Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7b5130bd
Commit
7b5130bd
authored
Mar 04, 2013
by
Tinderbox User
Browse files
update copyright notice
parent
24934f08
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/confgen/keygen.c
View file @
7b5130bd
/*
* Copyright (C) 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2009, 2012
, 2013
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
...
...
bin/confgen/rndc-confgen.c
View file @
7b5130bd
/*
* Copyright (C) 2004, 2005, 2007-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009, 2011
, 2013
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/dig/dig.c
View file @
7b5130bd
/*
* Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -288,15 +288,15 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) {
printf
(
";; Received %"
ISC_PRINT_QUADFORMAT
"u bytes "
"from %s(%s) in %ld us
\n\n
"
,
query
->
lookup
->
doing_xfr
?
query
->
byte_count
:
(
isc_uint64_t
)
bytes
,
?
query
->
byte_count
:
(
isc_uint64_t
)
bytes
,
fromtext
,
query
->
userarg
,
(
long
)
diff
);
else
printf
(
";; Received %"
ISC_PRINT_QUADFORMAT
"u bytes "
"from %s(%s) in %ld ms
\n\n
"
,
query
->
lookup
->
doing_xfr
?
query
->
byte_count
:
(
isc_uint64_t
)
bytes
,
?
query
->
byte_count
:
(
isc_uint64_t
)
bytes
,
fromtext
,
query
->
userarg
,
(
long
)
diff
/
1000
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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