Skip to content
GitLab
Menu
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
601645a1
Commit
601645a1
authored
Jun 22, 2016
by
Tinderbox User
Browse files
update copyright notice / whitespace
parent
cdf1c3d4
Changes
10
Hide whitespace changes
Inline
Side-by-side
bin/named/client.c
View file @
601645a1
...
...
@@ -1199,7 +1199,7 @@ client_send(ns_client_t *client) {
}
#endif
/* HAVE_DNSTAP */
switch
(
isc_sockaddr_pf
(
&
client
->
peeraddr
))
{
case
AF_INET
:
isc_stats_increment
(
ns_g_server
->
tcpoutstats4
,
...
...
bin/named/include/named/server.h
View file @
601645a1
/*
* Copyright (C) 2004-201
5
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/catz/ns1/named.conf
View file @
601645a1
...
...
@@ -64,6 +64,6 @@ zone "catalog4.example" {
/*
catalog5
is
missing
on
purpose
*/
key
tsig_key
. {
secret
"LSAnCU+Z"
;
algorithm
hmac
-
md5
;
secret
"LSAnCU+Z"
;
algorithm
hmac
-
md5
;
};
bin/tests/system/catz/ns2/named.conf.in
View file @
601645a1
...
...
@@ -74,6 +74,6 @@ zone "catalog4.example" {
};
key tsig_key. {
secret "LSAnCU+Z";
algorithm hmac-md5;
secret "LSAnCU+Z";
algorithm hmac-md5;
};
bin/tests/system/statschannel/server-json.pl
View file @
601645a1
#!/usr/bin/perl
#
# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2015
, 2016
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/tests/system/statschannel/traffic-json.pl
View file @
601645a1
#!/usr/bin/perl
#
# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2015
, 2016
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/tests/system/statschannel/traffic-xml.pl
View file @
601645a1
#!/usr/bin/perl
#
# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2015
, 2016
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
...
...
lib/dns/include/dns/stats.h
View file @
601645a1
/*
* Copyright (C) 2004-2009, 2012, 2014
,
201
5
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009, 2012, 2014
-
201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/stats.c
View file @
601645a1
/*
* Copyright (C) 2004, 2005, 2007-2009, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009, 2012
, 2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -299,7 +299,7 @@ void
dns_rcodestats_increment
(
dns_stats_t
*
stats
,
dns_rcode_t
code
)
{
REQUIRE
(
DNS_STATS_VALID
(
stats
)
&&
stats
->
type
==
dns_statstype_rcode
);
if
(
code
<=
dns_rcode_badcookie
)
if
(
code
<=
dns_rcode_badcookie
)
isc_stats_increment
(
stats
->
counters
,
(
isc_statscounter_t
)
code
);
}
...
...
lib/isc/random.c
View file @
601645a1
/*
* Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014
, 2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
Write
Preview
Supports
Markdown
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