Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
39f68d7b
Commit
39f68d7b
authored
Jan 21, 2015
by
Tinderbox User
Browse files
update copyright notice / whitespace
parent
626ba660
Changes
30
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
39f68d7b
4044. [bug] Change 3955 was not complete, resulting in an assertion
failure if the timing was just right. [RT #38352]
4043. [func] "rndc modzone" can be used to modify the
4043. [func] "rndc modzone" can be used to modify the
configuration of an existing zone, using similar
syntax to "rndc addzone". [RT #37895]
...
...
bin/named/config.c
View file @
39f68d7b
/*
* Copyright (C) 2004-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
5
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/named/include/named/client.h
View file @
39f68d7b
/*
* Copyright (C) 2004-2009, 2011-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009, 2011-201
5
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/named/include/named/zoneconf.h
View file @
39f68d7b
/*
* Copyright (C) 2004-2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2010, 2011
, 2015
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/named/named.conf.docbook
View file @
39f68d7b
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2004-201
4
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004-201
5
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
...
...
@@ -46,6 +46,7 @@
<year>
2012
</year>
<year>
2013
</year>
<year>
2014
</year>
<year>
2015
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</docinfo>
...
...
bin/named/win32/os.c
View file @
39f68d7b
/*
* Copyright (C) 2004, 2005, 2007-2009, 2012-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009, 2012-201
5
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/named.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2004
,
2007
,
2011
,
201
4
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2007
,
2011
,
201
5
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
1999
-
2001
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
...
...
@@ -154,7 +154,7 @@ options {
min
-
retry
-
time
1111
;
max
-
refresh
-
time
888
;
min
-
refresh
-
time
777
;
max
-
ncache
-
ttl
333
;
min
-
roots
15
;
serial
-
queries
34
;
...
...
@@ -288,7 +288,7 @@ view "test-view" in {
transfer
-
source
10
.
0
.
0
.
55
;
transfer
-
source
-
v6
4
:
3
:
8
:
1
:
5
:
6
:
7
:
8
;
query
-
source
port
*
address
10
.
0
.
0
.
54
;
query
-
source
-
v6
address
6
:
6
:
6
:
6
:
6
:
6
:
6
:
6
port
*;
query
-
source
-
v6
address
6
:
6
:
6
:
6
:
6
:
6
:
6
:
6
port
*;
max
-
transfer
-
time
-
out
45
;
max
-
transfer
-
idle
-
out
55
;
cleaning
-
interval
100
;
...
...
@@ -301,7 +301,7 @@ view "test-view" in {
min
-
retry
-
time
4
;
max
-
refresh
-
time
999
;
min
-
refresh
-
time
111
;
zone
"view-zone.com"
{
type
master
;
allow
-
update
-
forwarding
{
10
.
0
.
0
.
34
;};
...
...
@@ -338,7 +338,7 @@ zone "stub.demo.zone" {
min
-
retry
-
time
11
;
max
-
refresh
-
time
12
;
min
-
refresh
-
time
13
;
max
-
transfer
-
time
-
in
120
; //
if
not
set
,
global
option
is
used
.
pubkey
257
255
1
"a useless key"
;
pubkey
257
255
1
"another useless key"
;
...
...
@@ -615,7 +615,7 @@ logging {
*
channel
may
be
assigned
to
each
of
them
,
and
it
must
be
a
*
file
channel
.
If
you
don
'
t
define
them
yourself
,
they
default
to
*
*
category
eventlib
{
default_debug
; };
*
category
eventlib
{
default_debug
; };
*
*
category
packet
{
default_debug
; };
*/
...
...
bin/tests/system/Makefile.in
View file @
39f68d7b
# Copyright (C) 2004, 2007, 2008, 2010-201
4
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2008, 2010-201
5
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/checkconf/bad-many.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2005
,
2012
,
201
4
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2005
,
2012
,
201
5
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/checkconf/good.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2005
,
2007
,
2010
-
201
4
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2005
,
2007
,
2010
-
201
5
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/conf.sh.in
View file @
39f68d7b
#!/bin/sh
#
# Copyright (C) 2004-201
4
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-201
5
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/pipelined/Makefile.in
View file @
39f68d7b
# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2014
, 2015
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/pipelined/clean.sh
View file @
39f68d7b
#!/bin/sh
#
# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2014
, 2015
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/pipelined/ns1/named.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2014
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2014
,
2015
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/pipelined/ns1/root.db
View file @
39f68d7b
; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2014
, 2015
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/pipelined/ns2/examplea.db
View file @
39f68d7b
; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2014
, 2015
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/pipelined/ns2/named.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2014
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2014
,
2015
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/pipelined/ns3/exampleb.db
View file @
39f68d7b
; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2014
, 2015
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/pipelined/ns3/named.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2014
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2014
,
2015
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/pipelined/ns4/named.conf
View file @
39f68d7b
/*
*
Copyright
(
C
)
2014
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2014
,
2015
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
...
...
Prev
1
2
Next
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