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
5c6b95ba
Commit
5c6b95ba
authored
Jan 10, 2013
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
e2030935
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
29 additions
and
28 deletions
+29
-28
bin/check/check-tool.c
bin/check/check-tool.c
+1
-1
bin/check/check-tool.h
bin/check/check-tool.h
+1
-1
bin/check/named-checkzone.c
bin/check/named-checkzone.c
+1
-1
bin/check/named-checkzone.docbook
bin/check/named-checkzone.docbook
+2
-1
bin/dig/Makefile.in
bin/dig/Makefile.in
+1
-1
bin/dig/dig.docbook
bin/dig/dig.docbook
+2
-1
bin/nsupdate/Makefile.in
bin/nsupdate/Makefile.in
+1
-1
bin/tests/Makefile.in
bin/tests/Makefile.in
+1
-1
bin/tests/system/checkzone/clean.sh
bin/tests/system/checkzone/clean.sh
+1
-1
bin/tests/system/checkzone/tests.sh
bin/tests/system/checkzone/tests.sh
+1
-1
bin/tests/system/checkzone/zones/test1.db
bin/tests/system/checkzone/zones/test1.db
+1
-1
bin/tests/system/checkzone/zones/test2.db
bin/tests/system/checkzone/zones/test2.db
+1
-1
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/clean.sh
+1
-1
bin/tests/system/dnssec/ns1/root.db.in
bin/tests/system/dnssec/ns1/root.db.in
+1
-1
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns1/sign.sh
+1
-1
bin/tests/system/dnssec/ns6/named.conf
bin/tests/system/dnssec/ns6/named.conf
+1
-1
bin/tests/system/dnssec/ns6/optout-tld.db.in
bin/tests/system/dnssec/ns6/optout-tld.db.in
+1
-1
bin/tests/system/dnssec/ns6/sign.sh
bin/tests/system/dnssec/ns6/sign.sh
+1
-2
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests.sh
+1
-1
lib/dns/include/dns/ncache.h
lib/dns/include/dns/ncache.h
+1
-1
lib/dns/include/dns/validator.h
lib/dns/include/dns/validator.h
+1
-1
lib/dns/ncache.c
lib/dns/ncache.c
+1
-1
lib/dns/nsec.c
lib/dns/nsec.c
+1
-1
lib/dns/resolver.c
lib/dns/resolver.c
+3
-3
lib/dns/validator.c
lib/dns/validator.c
+1
-1
No files found.
bin/check/check-tool.c
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
* Copyright (C) 2000-2002 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/check/check-tool.h
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004, 2005, 2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2010, 2011
, 2013
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
* Copyright (C) 2000-2002 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/check/named-checkzone.c
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
* Copyright (C) 1999-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/check/named-checkzone.docbook
View file @
5c6b95ba
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
[<!ENTITY mdash "—">
]>
<!--
<!--
- Copyright (C) 2004-2007, 2009-201
2
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004-2007, 2009-201
3
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2002 Internet Software Consortium.
- Copyright (C) 2000-2002 Internet Software Consortium.
-
-
- Permission to use, copy, modify, and/or distribute this software for any
- Permission to use, copy, modify, and/or distribute this software for any
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
<year>
2010
</year>
<year>
2010
</year>
<year>
2011
</year>
<year>
2011
</year>
<year>
2012
</year>
<year>
2012
</year>
<year>
2013
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</copyright>
<copyright>
<copyright>
...
...
bin/dig/Makefile.in
View file @
5c6b95ba
# Copyright (C) 2004, 2005, 2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2005, 2007, 2009, 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
# Copyright (C) 2000-2002 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/dig/dig.docbook
View file @
5c6b95ba
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
[<!ENTITY mdash "—">
]>
<!--
<!--
- Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004-2011
, 2013
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2003 Internet Software Consortium.
- Copyright (C) 2000-2003 Internet Software Consortium.
-
-
- Permission to use, copy, modify, and/or distribute this software for any
- Permission to use, copy, modify, and/or distribute this software for any
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
<year>
2009
</year>
<year>
2009
</year>
<year>
2010
</year>
<year>
2010
</year>
<year>
2011
</year>
<year>
2011
</year>
<year>
2013
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</copyright>
<copyright>
<copyright>
...
...
bin/nsupdate/Makefile.in
View file @
5c6b95ba
# Copyright (C) 2004, 2006-2009, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2006-2009, 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
# Copyright (C) 2000-2002 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/Makefile.in
View file @
5c6b95ba
# Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2003 Internet Software Consortium.
# Copyright (C) 1998-2003 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/checkzone/clean.sh
View file @
5c6b95ba
# Copyright (C) 2011
,
201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011
-
201
3
Internet Systems Consortium, Inc. ("ISC")
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/checkzone/tests.sh
View file @
5c6b95ba
# Copyright (C) 2011
,
201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011
-
201
3
Internet Systems Consortium, Inc. ("ISC")
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/checkzone/zones/test1.db
View file @
5c6b95ba
; Copyright (C) 201
2
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 201
3
Internet Systems Consortium, Inc. ("ISC")
;
;
; Permission to use, copy, modify, and/or distribute this software for any
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/checkzone/zones/test2.db
View file @
5c6b95ba
; Copyright (C) 201
2
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 201
3
Internet Systems Consortium, Inc. ("ISC")
;
;
; Permission to use, copy, modify, and/or distribute this software for any
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/dnssec/clean.sh
View file @
5c6b95ba
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2004, 2007-201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
# Copyright (C) 2000-2002 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/dnssec/ns1/root.db.in
View file @
5c6b95ba
; Copyright (C) 2004, 2007, 2010 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2004, 2007, 2010
, 2013
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2000, 2001 Internet Software Consortium.
;
;
; Permission to use, copy, modify, and/or distribute this software for any
; Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/dnssec/ns1/sign.sh
View file @
5c6b95ba
#!/bin/sh -e
#!/bin/sh -e
#
#
# Copyright (C) 2004, 2006-201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2006-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2003 Internet Software Consortium.
# Copyright (C) 2000-2003 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/dnssec/ns6/named.conf
View file @
5c6b95ba
/*
/*
*
Copyright
(
C
)
2004
,
2006
,
2007
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
,
2007
,
2013
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
...
...
bin/tests/system/dnssec/ns6/optout-tld.db.in
View file @
5c6b95ba
; Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 201
3
Internet Systems Consortium, Inc. ("ISC")
;
;
; Permission to use, copy, modify, and/or distribute this software for any
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/dnssec/ns6/sign.sh
View file @
5c6b95ba
#!/bin/sh -e
#!/bin/sh -e
#
#
# Copyright (C) 2004, 2006-2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/dnssec/tests.sh
View file @
5c6b95ba
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
# Copyright (C) 2000-2002 Internet Software Consortium.
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/include/dns/ncache.h
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2010
, 2013
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
* Copyright (C) 1999-2002 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/include/dns/validator.h
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2010
, 2013
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
* Copyright (C) 2000-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/ncache.c
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004, 2005, 2007, 2008, 2010-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2008, 2010-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
* Copyright (C) 1999-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/nsec.c
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004, 2005, 2007-2009, 2011
,
201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009, 2011
-
201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001, 2003 Internet Software Consortium.
* Copyright (C) 1999-2001, 2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/resolver.c
View file @
5c6b95ba
/*
/*
* Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
* Copyright (C) 1999-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -5001,12 +5001,12 @@ ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
...
@@ -5001,12 +5001,12 @@ ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
dns_rdataset_init
(
&
rdataset
);
dns_rdataset_init
(
&
rdataset
);
ardataset
=
&
rdataset
;
ardataset
=
&
rdataset
;
}
}
if
(
secure
)
if
(
secure
)
result
=
dns_ncache_addoptout
(
message
,
cache
,
node
,
covers
,
result
=
dns_ncache_addoptout
(
message
,
cache
,
node
,
covers
,
now
,
maxttl
,
optout
,
ardataset
);
now
,
maxttl
,
optout
,
ardataset
);
else
else
result
=
dns_ncache_add
(
message
,
cache
,
node
,
covers
,
now
,
result
=
dns_ncache_add
(
message
,
cache
,
node
,
covers
,
now
,
maxttl
,
ardataset
);
maxttl
,
ardataset
);
if
(
result
==
DNS_R_UNCHANGED
||
result
==
ISC_R_SUCCESS
)
{
if
(
result
==
DNS_R_UNCHANGED
||
result
==
ISC_R_SUCCESS
)
{
/*
/*
* If the cache now contains a negative entry and we
* If the cache now contains a negative entry and we
...
...
lib/dns/validator.c
View file @
5c6b95ba
/*
/*
* 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.
* Copyright (C) 2000-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
...
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