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
61c84381
Commit
61c84381
authored
Nov 30, 2017
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] copyrights/whitespace
parent
a30f8d21
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
81 additions
and
42 deletions
+81
-42
bin/tests/atomic/t_atomic.c
bin/tests/atomic/t_atomic.c
+1
-1
bin/tests/system/acl/clean.sh
bin/tests/system/acl/clean.sh
+1
-1
bin/tests/system/acl/ns3/example.db
bin/tests/system/acl/ns3/example.db
+6
-0
bin/tests/system/acl/ns3/named.conf
bin/tests/system/acl/ns3/named.conf
+22
-14
bin/tests/system/acl/ns4/example.db
bin/tests/system/acl/ns4/example.db
+6
-0
bin/tests/system/acl/ns4/existing.db
bin/tests/system/acl/ns4/existing.db
+6
-0
bin/tests/system/acl/ns4/named.conf
bin/tests/system/acl/ns4/named.conf
+24
-16
bin/tests/system/acl/tests.sh
bin/tests/system/acl/tests.sh
+1
-1
bin/tools/named-nzd2nzf.c
bin/tools/named-nzd2nzf.c
+1
-1
lib/isc/event.c
lib/isc/event.c
+1
-1
lib/isc/portset.c
lib/isc/portset.c
+1
-1
util/copyrights
util/copyrights
+11
-6
No files found.
bin/tests/atomic/t_atomic.c
View file @
61c84381
/*
* Copyright (C) 2011, 2013, 2015
,
201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2011, 2013, 2015
-
201
7
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tests/system/acl/clean.sh
View file @
61c84381
#!/bin/sh
#
# Copyright (C) 2008, 2012, 2014-201
6
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2008, 2012, 2014-201
7
Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tests/system/acl/ns3/example.db
View file @
61c84381
; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
$TTL 300 ; 5 minutes
@ IN SOA ns root (
2000082401 ; serial
...
...
bin/tests/system/acl/ns3/named.conf
View file @
61c84381
/*
*
Copyright
(
C
)
2017
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2
.
0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
://
mozilla
.
org
/
MPL
/
2
.
0
/.
*/
options
{
query
-
source
address
10
.
53
.
0
.
3
;
notify
-
source
10
.
53
.
0
.
3
;
transfer
-
source
10
.
53
.
0
.
3
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
recursion
no
;
notify
no
;
allow
-
new
-
zones
yes
;
allow
-
transfer
{
none
; };
query
-
source
address
10
.
53
.
0
.
3
;
notify
-
source
10
.
53
.
0
.
3
;
transfer
-
source
10
.
53
.
0
.
3
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
recursion
no
;
notify
no
;
allow
-
new
-
zones
yes
;
allow
-
transfer
{
none
; };
};
controls
{
inet
10
.
53
.
0
.
3
port
9953
allow
{
any
; }
keys
{
rndc_key
; };
inet
10
.
53
.
0
.
3
port
9953
allow
{
any
; }
keys
{
rndc_key
; };
};
key
rndc_key
{
secret
"1234abcd8765"
;
algorithm
hmac
-
sha256
;
secret
"1234abcd8765"
;
algorithm
hmac
-
sha256
;
};
bin/tests/system/acl/ns4/example.db
View file @
61c84381
; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
$TTL 300 ; 5 minutes
@ IN SOA ns root (
2000082401 ; serial
...
...
bin/tests/system/acl/ns4/existing.db
View file @
61c84381
; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
$TTL 300 ; 5 minutes
@ IN SOA ns root (
2000082401 ; serial
...
...
bin/tests/system/acl/ns4/named.conf
View file @
61c84381
/*
*
Copyright
(
C
)
2017
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2
.
0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
://
mozilla
.
org
/
MPL
/
2
.
0
/.
*/
options
{
query
-
source
address
10
.
53
.
0
.
4
;
notify
-
source
10
.
53
.
0
.
4
;
transfer
-
source
10
.
53
.
0
.
4
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
4
; };
listen
-
on
-
v6
{
none
; };
recursion
no
;
notify
no
;
allow
-
new
-
zones
yes
;
allow
-
transfer
{
none
; };
query
-
source
address
10
.
53
.
0
.
4
;
notify
-
source
10
.
53
.
0
.
4
;
transfer
-
source
10
.
53
.
0
.
4
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
4
; };
listen
-
on
-
v6
{
none
; };
recursion
no
;
notify
no
;
allow
-
new
-
zones
yes
;
allow
-
transfer
{
none
; };
};
controls
{
inet
10
.
53
.
0
.
4
port
9953
allow
{
any
; }
keys
{
rndc_key
; };
inet
10
.
53
.
0
.
4
port
9953
allow
{
any
; }
keys
{
rndc_key
; };
};
key
rndc_key
{
secret
"1234abcd8765"
;
algorithm
hmac
-
sha256
;
secret
"1234abcd8765"
;
algorithm
hmac
-
sha256
;
};
zone
"existing"
{
type
master
;
file
"existing.db"
;
type
master
;
file
"existing.db"
;
};
bin/tests/system/acl/tests.sh
View file @
61c84381
#!/bin/sh
#
# Copyright (C) 2008, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2008, 2012-2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tools/named-nzd2nzf.c
View file @
61c84381
/*
* Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/event.c
View file @
61c84381
/*
* Copyright (C) 1998-2001, 2004, 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2001, 2004, 2005, 2007, 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/portset.c
View file @
61c84381
/*
* Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2008, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
util/copyrights
View file @
61c84381
...
...
@@ -333,7 +333,7 @@
./bin/tests/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
./bin/tests/adb_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015,2016
./bin/tests/atomic/Makefile.in MAKE 2011,2012,2014,2016,2017
./bin/tests/atomic/t_atomic.c C 2011,2013,2015,2016
./bin/tests/atomic/t_atomic.c C 2011,2013,2015,2016
,2017
./bin/tests/atomic/win32/t_atomic.vcxproj.filters.in X 2013,2015
./bin/tests/atomic/win32/t_atomic.vcxproj.in X 2013,2015,2016,2017
./bin/tests/atomic/win32/t_atomic.vcxproj.user X 2013
...
...
@@ -616,7 +616,7 @@
./bin/tests/system/.gitignore X 2012,2016
./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017
./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015,2016,2017
./bin/tests/system/acl/clean.sh SH 2008,2012,2014,2015,2016
./bin/tests/system/acl/clean.sh SH 2008,2012,2014,2015,2016
,2017
./bin/tests/system/acl/ns2/named1.conf CONF-C 2008,2016
./bin/tests/system/acl/ns2/named2.conf CONF-C 2008,2016
./bin/tests/system/acl/ns2/named3.conf CONF-C 2008,2016
...
...
@@ -624,8 +624,13 @@
./bin/tests/system/acl/ns2/named5.conf CONF-C 2013,2016
./bin/tests/system/acl/ns2/named6.conf CONF-C 2014,2016
./bin/tests/system/acl/ns2/named7.conf CONF-C 2014,2016
./bin/tests/system/acl/ns3/example.db ZONE 2017
./bin/tests/system/acl/ns3/named.conf CONF-C 2017
./bin/tests/system/acl/ns4/example.db ZONE 2017
./bin/tests/system/acl/ns4/existing.db ZONE 2017
./bin/tests/system/acl/ns4/named.conf CONF-C 2017
./bin/tests/system/acl/setup.sh SH 2008,2012,2014,2016
./bin/tests/system/acl/tests.sh SH 2008,2012,2013,2014,2016
./bin/tests/system/acl/tests.sh SH 2008,2012,2013,2014,2016
,2017
./bin/tests/system/additional/clean.sh SH 2013,2014,2016,2017
./bin/tests/system/additional/ns1/mx.db ZONE 2016
./bin/tests/system/additional/ns1/named.args X 2013,2014
...
...
@@ -2577,7 +2582,7 @@
./bin/tools/named-journalprint.docbook SGML 2009,2014,2015,2016,2017
./bin/tools/named-journalprint.html HTML DOCBOOK
./bin/tools/named-nzd2nzf.8 MAN DOCBOOK
./bin/tools/named-nzd2nzf.c C 2016
./bin/tools/named-nzd2nzf.c C 2016
,2017
./bin/tools/named-nzd2nzf.docbook SGML 2016
./bin/tools/named-nzd2nzf.html HTML DOCBOOK
./bin/tools/named-rrchecker.1 MAN DOCBOOK
...
...
@@ -3745,7 +3750,7 @@
./lib/isc/crc64.c C 2013,2016
./lib/isc/entropy.c C 2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2014,2015,2016,2017
./lib/isc/error.c C 1998,1999,2000,2001,2004,2005,2007,2015,2016
./lib/isc/event.c C 1998,1999,2000,2001,2004,2005,2007,2014,2016
./lib/isc/event.c C 1998,1999,2000,2001,2004,2005,2007,2014,2016
,2017
./lib/isc/fsaccess.c C 2000,2001,2004,2005,2007,2016,2017
./lib/isc/hash.c C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017
./lib/isc/heap.c C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2013,2014,2015,2016,2017
...
...
@@ -3898,7 +3903,7 @@
./lib/isc/pk11.c C 2014,2015,2016,2017
./lib/isc/pk11_result.c C 2014,2015,2016
./lib/isc/pool.c C 2013,2015,2016
./lib/isc/portset.c C 2008,2016
./lib/isc/portset.c C 2008,2016
,2017
./lib/isc/powerpc/Makefile.in MAKE 2007,2012,2016
./lib/isc/powerpc/include/Makefile.in MAKE 2007,2012,2016
./lib/isc/powerpc/include/isc/Makefile.in MAKE 2007,2012,2015,2016
...
...
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