Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
641
Issues
641
List
Boards
Labels
Service Desk
Milestones
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
536da846
Commit
536da846
authored
May 30, 2014
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyrights
parent
44b0e0b1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
13 deletions
+16
-13
bin/tests/rbt_test.c
bin/tests/rbt_test.c
+1
-1
bin/tests/system/dns64/tests.sh
bin/tests/system/dns64/tests.sh
+1
-1
bin/tests/system/rpz/ns6/hints
bin/tests/system/rpz/ns6/hints
+1
-1
lib/dns/rbt.c
lib/dns/rbt.c
+5
-5
lib/dns/tests/rbt_serialize_test.c
lib/dns/tests/rbt_serialize_test.c
+1
-1
lib/isc/include/isc/hash.h
lib/isc/include/isc/hash.h
+1
-1
util/copyrights
util/copyrights
+6
-3
No files found.
bin/tests/rbt_test.c
View file @
536da846
/*
* Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012
, 2014
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/dns64/tests.sh
View file @
536da846
#!/bin/sh
#
# Copyright (C) 2010-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010-201
4
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/rpz/ns6/hints
View file @
536da846
; Copyright (C) 201
1-2013
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 201
4
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/rbt.c
View file @
536da846
...
...
@@ -1455,7 +1455,7 @@ dns_rbt_findnode(dns_rbt_t *rbt, dns_name_t *name, dns_name_t *foundname,
if
(
compared
==
dns_namereln_none
)
{
#ifdef DNS_RBT_USEHASH
/*
/*
* Here, current is pointing at a subtree root
* node. We try to find a matching node using
* the hashtable. We can get one of 3 results
...
...
@@ -3017,9 +3017,9 @@ printnodename(dns_rbtnode_t *node, isc_boolean_t quoted, FILE *f) {
dns_name_format
(
&
name
,
buffer
,
sizeof
(
buffer
));
if
(
quoted
)
fprintf
(
f
,
"
\"
%s
\"
"
,
buffer
);
fprintf
(
f
,
"
\"
%s
\"
"
,
buffer
);
else
fprintf
(
f
,
"%s"
,
buffer
);
fprintf
(
f
,
"%s"
,
buffer
);
}
static
void
...
...
@@ -3030,7 +3030,7 @@ print_text_helper(dns_rbtnode_t *root, dns_rbtnode_t *parent,
dns_rbt_indent
(
f
,
depth
);
if
(
root
!=
NULL
)
{
printnodename
(
root
,
ISC_TRUE
,
f
);
printnodename
(
root
,
ISC_TRUE
,
f
);
fprintf
(
f
,
" (%s, %s"
,
direction
,
IS_RED
(
root
)
?
"RED"
:
"BLACK"
);
...
...
@@ -3040,7 +3040,7 @@ print_text_helper(dns_rbtnode_t *root, dns_rbtnode_t *parent,
fprintf
(
f
,
" (BAD parent pointer! -> "
);
if
(
PARENT
(
root
)
!=
NULL
)
printnodename
(
PARENT
(
root
),
ISC_TRUE
,
f
);
printnodename
(
PARENT
(
root
),
ISC_TRUE
,
f
);
else
fprintf
(
f
,
"NULL"
);
fprintf
(
f
,
")"
);
...
...
lib/dns/tests/rbt_serialize_test.c
View file @
536da846
/*
* Copyright (C) 201
2-201
4 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2014 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/isc/include/isc/hash.h
View file @
536da846
/*
* Copyright (C) 2004-2007, 2009, 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2009, 2013
, 2014
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
util/copyrights
View file @
536da846
...
...
@@ -682,7 +682,7 @@
./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X 2013
./bin/tests/rbt/win32/t_rbt.vcxproj.in X 2013
./bin/tests/rbt/win32/t_rbt.vcxproj.user X 2013
./bin/tests/rbt_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012
./bin/tests/rbt_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012
,2014
./bin/tests/rbt_test.out X 1999,2000,2001
./bin/tests/rbt_test.txt SH 1999,2000,2001,2004,2007,2012
./bin/tests/rdata_test.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014
...
...
@@ -1081,7 +1081,7 @@
./bin/tests/system/dns64/ns2/rpz.db ZONE 2013
./bin/tests/system/dns64/prereq.sh SH 2014
./bin/tests/system/dns64/setup.sh SH 2010,2012,2014
./bin/tests/system/dns64/tests.sh SH 2010,2011,2012,2013
./bin/tests/system/dns64/tests.sh SH 2010,2011,2012,2013
,2014
./bin/tests/system/dnssec/README TXT.BRIEF 2000,2001,2002,2004,2011
./bin/tests/system/dnssec/clean.sh SH 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014
./bin/tests/system/dnssec/dnssec_update_test.pl PERL 2002,2004,2007,2010,2012
...
...
@@ -1603,6 +1603,8 @@
./bin/tests/system/rpz/ns5/named.args X 2013
./bin/tests/system/rpz/ns5/named.conf CONF-C 2012,2013
./bin/tests/system/rpz/ns5/tld5.db ZONE 2013
./bin/tests/system/rpz/ns6/hints ZONE 2014
./bin/tests/system/rpz/ns6/named.conf CONF-C 2014
./bin/tests/system/rpz/prereq.sh SH 2014
./bin/tests/system/rpz/qperf.sh SH 2012,2013
./bin/tests/system/rpz/rpz.c C 2011,2012,2013
...
...
@@ -3221,6 +3223,7 @@
./lib/dns/tests/mkraw.pl PERL 2011,2012
./lib/dns/tests/nsec3_test.c C 2012,2014
./lib/dns/tests/private_test.c C 2011,2012
./lib/dns/tests/rbt_serialize_test.c C 2014
./lib/dns/tests/rbt_test.c C 2012,2013,2014
./lib/dns/tests/rdata_test.c C 2012,2013
./lib/dns/tests/rdataset_test.c C 2012
...
...
@@ -3373,7 +3376,7 @@
./lib/isc/include/isc/file.h C 2000,2001,2004,2005,2006,2007,2009,2011,2012
./lib/isc/include/isc/formatcheck.h C 2000,2001,2004,2005,2006,2007
./lib/isc/include/isc/fsaccess.h C 2000,2001,2004,2005,2006,2007,2009
./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013
./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013
,2014
./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012
./lib/isc/include/isc/hex.h C 2000,2001,2004,2005,2006,2007,2008
./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014
...
...
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