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
591
Issues
591
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
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
ae454ec7
Commit
ae454ec7
authored
Dec 19, 2014
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyrights
parent
47d837a4
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
75 additions
and
70 deletions
+75
-70
bin/named/interfacemgr.c
bin/named/interfacemgr.c
+1
-1
bin/named/unix/include/named/os.h
bin/named/unix/include/named/os.h
+1
-1
bin/named/win32/include/named/os.h
bin/named/win32/include/named/os.h
+1
-1
bin/tests/system/additional/clean.sh
bin/tests/system/additional/clean.sh
+1
-1
bin/tests/system/addzone/clean.sh
bin/tests/system/addzone/clean.sh
+1
-1
bin/tests/system/allow_query/clean.sh
bin/tests/system/allow_query/clean.sh
+1
-1
bin/tests/system/checkds/clean.sh
bin/tests/system/checkds/clean.sh
+1
-1
bin/tests/system/database/clean.sh
bin/tests/system/database/clean.sh
+1
-1
bin/tests/system/dlz/clean.sh
bin/tests/system/dlz/clean.sh
+1
-1
bin/tests/system/dname/clean.sh
bin/tests/system/dname/clean.sh
+1
-1
bin/tests/system/dscp/clean.sh
bin/tests/system/dscp/clean.sh
+1
-1
bin/tests/system/formerr/clean.sh
bin/tests/system/formerr/clean.sh
+1
-1
bin/tests/system/forward/clean.sh
bin/tests/system/forward/clean.sh
+1
-1
bin/tests/system/glue/clean.sh
bin/tests/system/glue/clean.sh
+1
-1
bin/tests/system/limits/clean.sh
bin/tests/system/limits/clean.sh
+1
-1
bin/tests/system/lwresd/clean.sh
bin/tests/system/lwresd/clean.sh
+1
-1
bin/tests/system/masterfile/clean.sh
bin/tests/system/masterfile/clean.sh
+1
-1
bin/tests/system/rrchecker/clean.sh
bin/tests/system/rrchecker/clean.sh
+1
-1
bin/tests/system/rrl/clean.sh
bin/tests/system/rrl/clean.sh
+1
-1
bin/tests/system/rrsetorder/clean.sh
bin/tests/system/rrsetorder/clean.sh
+1
-1
bin/tests/system/sortlist/clean.sh
bin/tests/system/sortlist/clean.sh
+1
-1
bin/tests/system/spf/clean.sh
bin/tests/system/spf/clean.sh
+1
-1
bin/tests/system/statistics/clean.sh
bin/tests/system/statistics/clean.sh
+1
-1
bin/tests/system/stress/clean.sh
bin/tests/system/stress/clean.sh
+1
-1
bin/tests/system/stub/clean.sh
bin/tests/system/stub/clean.sh
+1
-1
bin/tests/system/tsig/clean.sh
bin/tests/system/tsig/clean.sh
+1
-1
bin/tests/system/unknown/clean.sh
bin/tests/system/unknown/clean.sh
+1
-1
bin/tests/system/v6synth/clean.sh
bin/tests/system/v6synth/clean.sh
+1
-1
bin/tests/system/xferquota/clean.sh
bin/tests/system/xferquota/clean.sh
+1
-1
bin/tests/system/zero/clean.sh
bin/tests/system/zero/clean.sh
+1
-1
util/copyrights
util/copyrights
+45
-40
No files found.
bin/named/interfacemgr.c
View file @
ae454ec7
...
...
@@ -1060,7 +1060,7 @@ do_scan(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen,
sabuf
,
ifp
->
dscp
);
}
}
else
{
isc_boolean_t
tcp_addr_in_use
=
ISC_FALSE
;
isc_boolean_t
tcp_addr_in_use
=
ISC_FALSE
;
if
(
adjusting
==
ISC_FALSE
&&
ipv6_wildcard
==
ISC_TRUE
)
...
...
bin/named/unix/include/named/os.h
View file @
ae454ec7
/*
* Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009
, 2014
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/win32/include/named/os.h
View file @
ae454ec7
/*
* Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007-2009
, 2014
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/system/additional/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013
, 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
...
...
bin/tests/system/addzone/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2010, 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010, 2012
-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
...
...
bin/tests/system/allow_query/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010, 2012
, 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
...
...
bin/tests/system/checkds/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2012
-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
...
...
bin/tests/system/database/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011, 2012
, 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
...
...
bin/tests/system/dlz/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010, 2012
, 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
...
...
bin/tests/system/dname/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011, 2012
, 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
...
...
bin/tests/system/dscp/clean.sh
View file @
ae454ec7
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013
, 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
...
...
bin/tests/system/formerr/clean.sh
View file @
ae454ec7
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013
, 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
...
...
bin/tests/system/forward/clean.sh
View file @
ae454ec7
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
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/glue/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
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/limits/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
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/lwresd/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2008, 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2008, 2012
-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
...
...
bin/tests/system/masterfile/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2010, 2012
, 2014
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/rrchecker/clean.sh
View file @
ae454ec7
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013
, 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
...
...
bin/tests/system/rrl/clean.sh
View file @
ae454ec7
# Copyright (C) 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2012
-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
...
...
bin/tests/system/rrsetorder/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2006-2008, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2006-2008, 2011, 2012
, 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
...
...
bin/tests/system/sortlist/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009, 2012
, 2014
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/spf/clean.sh
View file @
ae454ec7
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013
, 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
...
...
bin/tests/system/statistics/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2012
, 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
...
...
bin/tests/system/stress/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
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/stub/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
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/tsig/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2005-2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2005-2007, 2012
, 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
...
...
bin/tests/system/unknown/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012
, 2013
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
-2014
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/v6synth/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/xferquota/clean.sh
View file @
ae454ec7
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2012
, 2014
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/zero/clean.sh
View file @
ae454ec7
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013
, 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
...
...
util/copyrights
View file @
ae454ec7
...
...
@@ -287,12 +287,12 @@
./bin/named/tsigconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012
./bin/named/unix/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2011,2012
./bin/named/unix/dlz_dlopen_driver.c C 2011,2012,2013,2014
./bin/named/unix/include/named/os.h C 1999,2000,2001,2002,2004,2005,2007,2008,2009
./bin/named/unix/include/named/os.h C 1999,2000,2001,2002,2004,2005,2007,2008,2009
,2014
./bin/named/unix/os.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014
./bin/named/update.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./bin/named/win32/dlz_dlopen_driver.c C 2011,2012,2013,2014
./bin/named/win32/include/named/ntservice.h C 1999,2000,2001,2002,2003,2004,2007
./bin/named/win32/include/named/os.h C 1999,2000,2001,2002,2004,2007,2008,2009
./bin/named/win32/include/named/os.h C 1999,2000,2001,2002,2004,2007,2008,2009
,2014
./bin/named/win32/named.dsp.in X 2001,2004,2005,2008,2009,2010,2011,2013,2014
./bin/named/win32/named.dsw X 2001
./bin/named/win32/named.mak.in X 2001,2002,2004,2005,2006,2008,2009,2010,2011,2013,2014
...
...
@@ -731,8 +731,8 @@
./bin/tests/system/acl/ns2/named7.conf CONF-C 2014
./bin/tests/system/acl/setup.sh SH 2008,2012,2014
./bin/tests/system/acl/tests.sh SH 2008,2012,2013,2014
./bin/tests/system/additional/clean.sh SH 2013
./bin/tests/system/additional/ns1/named.args X 2013
./bin/tests/system/additional/clean.sh SH 2013
,2014
./bin/tests/system/additional/ns1/named.args X 2013
,2014
./bin/tests/system/additional/ns1/named1.conf CONF-C 2013
./bin/tests/system/additional/ns1/named2.conf CONF-C 2013
./bin/tests/system/additional/ns1/naptr.db ZONE 2013
...
...
@@ -742,7 +742,7 @@
./bin/tests/system/additional/ns1/rt2.db ZONE 2013
./bin/tests/system/additional/setup.sh SH 2013
./bin/tests/system/additional/tests.sh SH 2013
./bin/tests/system/addzone/clean.sh SH 2010,2012,2013
./bin/tests/system/addzone/clean.sh SH 2010,2012,2013
,2014
./bin/tests/system/addzone/ns1/inlineslave.db ZONE 2013
./bin/tests/system/addzone/ns1/named.conf CONF-C 2013
./bin/tests/system/addzone/ns2/added.db ZONE 2010,2013
...
...
@@ -754,7 +754,7 @@
./bin/tests/system/addzone/ns2/previous.db ZONE 2010
./bin/tests/system/addzone/setup.sh SH 2010,2012,2013,2014
./bin/tests/system/addzone/tests.sh SH 2010,2011,2012,2013,2014
./bin/tests/system/allow_query/clean.sh SH 2010,2012
./bin/tests/system/allow_query/clean.sh SH 2010,2012
,2014
./bin/tests/system/allow_query/ns2/aclallow.db ZONE 2010
./bin/tests/system/allow_query/ns2/acldisallow.db ZONE 2010
./bin/tests/system/allow_query/ns2/aclnotallow.db ZONE 2010
...
...
@@ -919,7 +919,7 @@
./bin/tests/system/checkconf/range.conf CONF-C 2013
./bin/tests/system/checkconf/tests.sh SH 2005,2007,2010,2011,2012,2013,2014
./bin/tests/system/checkconf/warn-keydir.conf CONF-C 2013
./bin/tests/system/checkds/clean.sh SH 2012,2013
./bin/tests/system/checkds/clean.sh SH 2012,2013
,2014
./bin/tests/system/checkds/dig.pl PERL 2014
./bin/tests/system/checkds/dig.sh SH 2012,2013
./bin/tests/system/checkds/missing.example.dlv.example.dlv.db X 2012
...
...
@@ -1004,7 +1004,7 @@
./bin/tests/system/coverage/prereq.sh SH 2014
./bin/tests/system/coverage/setup.sh SH 2013,2014
./bin/tests/system/coverage/tests.sh SH 2013,2014
./bin/tests/system/database/clean.sh SH 2011,2012
./bin/tests/system/database/clean.sh SH 2011,2012
,2014
./bin/tests/system/database/ns1/named.conf1 CONF-C 2011,2013
./bin/tests/system/database/ns1/named.conf2 CONF-C 2011,2013
./bin/tests/system/database/setup.sh SH 2011,2012
...
...
@@ -1064,7 +1064,7 @@
./bin/tests/system/dlvauto/setup.sh SH 2011,2012,2014
./bin/tests/system/dlvauto/tests.sh SH 2011,2012,2014
./bin/tests/system/dlz/.gitignore X 2012
./bin/tests/system/dlz/clean.sh SH 2010,2012
./bin/tests/system/dlz/clean.sh SH 2010,2012
,2014
./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.= TXT.BRIEF 2010
./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.= TXT.BRIEF 2010
./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10= TXT.BRIEF 2010
...
...
@@ -1083,7 +1083,7 @@
./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014
./bin/tests/system/dlzexternal/setup.sh SH 2010,2012,2014
./bin/tests/system/dlzexternal/tests.sh SH 2010,2011,2012,2013,2014
./bin/tests/system/dname/clean.sh SH 2011,2012
./bin/tests/system/dname/clean.sh SH 2011,2012
,2014
./bin/tests/system/dname/ns1/named.conf CONF-C 2011
./bin/tests/system/dname/ns1/root.db ZONE 2011
./bin/tests/system/dname/ns2/example.db ZONE 2011
...
...
@@ -1184,7 +1184,7 @@
./bin/tests/system/dnssec/ns4/named4.conf CONF-C 2013
./bin/tests/system/dnssec/ns5/named.conf CONF-C 2000,2001,2004,2006,2007
./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000,2001,2004,2007
./bin/tests/system/dnssec/ns6/named.args X 2013
./bin/tests/system/dnssec/ns6/named.args X 2013
,2014
./bin/tests/system/dnssec/ns6/named.conf CONF-C 2004,2006,2007,2013
./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013
./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014
...
...
@@ -1197,24 +1197,24 @@
./bin/tests/system/dnssec/setup.sh SH 2000,2001,2004,2007,2009,2011,2012,2013,2014
./bin/tests/system/dnssec/signer/example.db.in ZONE 2010
./bin/tests/system/dnssec/tests.sh SH 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./bin/tests/system/dscp/clean.sh SH 2013
./bin/tests/system/dscp/ns1/named.args X 2013
./bin/tests/system/dscp/clean.sh SH 2013
,2014
./bin/tests/system/dscp/ns1/named.args X 2013
,2014
./bin/tests/system/dscp/ns1/named.conf CONF-C 2013
./bin/tests/system/dscp/ns1/root.db ZONE 2013
./bin/tests/system/dscp/ns2/named.args X 2013
./bin/tests/system/dscp/ns2/named.args X 2013
,2014
./bin/tests/system/dscp/ns2/named.conf CONF-C 2013
./bin/tests/system/dscp/ns3/hint.db ZONE 2013
./bin/tests/system/dscp/ns3/named.args X 2013
./bin/tests/system/dscp/ns3/named.args X 2013
,2014
./bin/tests/system/dscp/ns3/named.conf CONF-C 2013
./bin/tests/system/dscp/ns4/named.args X 2013
./bin/tests/system/dscp/ns4/named.args X 2013
,2014
./bin/tests/system/dscp/ns4/named.conf CONF-C 2013
./bin/tests/system/dscp/ns4/root.db ZONE 2013
./bin/tests/system/dscp/ns5/named.args X 2013
./bin/tests/system/dscp/ns5/named.args X 2013
,2014
./bin/tests/system/dscp/ns5/named.conf CONF-C 2013
./bin/tests/system/dscp/ns6/hint.db ZONE 2013
./bin/tests/system/dscp/ns6/named.args X 2013
./bin/tests/system/dscp/ns6/named.args X 2013
,2014
./bin/tests/system/dscp/ns6/named.conf CONF-C 2013
./bin/tests/system/dscp/ns7/named.args X 2013
./bin/tests/system/dscp/ns7/named.args X 2013
,2014
./bin/tests/system/dscp/ns7/named.conf CONF-C 2013
./bin/tests/system/dscp/tests.sh SH 2013
./bin/tests/system/dsdigest/clean.sh SH 2012,2014
...
...
@@ -1291,7 +1291,7 @@
./bin/tests/system/filter-aaaa/prereq.sh SH 2010,2012,2014
./bin/tests/system/filter-aaaa/setup.sh SH 2010,2012,2014
./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012
./bin/tests/system/formerr/clean.sh SH 2013
./bin/tests/system/formerr/clean.sh SH 2013
,2014
./bin/tests/system/formerr/formerr.pl PERL 2013,2014
./bin/tests/system/formerr/nametoolong X 2013
./bin/tests/system/formerr/noquestions X 2013
...
...
@@ -1299,7 +1299,7 @@
./bin/tests/system/formerr/ns1/root.db ZONE 2013
./bin/tests/system/formerr/tests.sh SH 2013
./bin/tests/system/formerr/twoquestions X 2013
./bin/tests/system/forward/clean.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/forward/clean.sh SH 2000,2001,2004,2007,2012
,2014
./bin/tests/system/forward/ns1/example.db X 2000,2001
./bin/tests/system/forward/ns1/named.conf CONF-C 2000,2001,2004,2007,2014
./bin/tests/system/forward/ns1/root.db ZONE 2000,2001,2004,2007
...
...
@@ -1360,7 +1360,7 @@
./bin/tests/system/geoip/prereq.sh SH 2013,2014
./bin/tests/system/geoip/setup.sh SH 2013,2014
./bin/tests/system/geoip/tests.sh SH 2013,2014
./bin/tests/system/glue/clean.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/glue/clean.sh SH 2000,2001,2004,2007,2012
,2014
./bin/tests/system/glue/fi.good X 2000,2001
./bin/tests/system/glue/noglue.good X 2000,2001
./bin/tests/system/glue/ns1/cache.in ZONE 2000,2001,2004,2007
...
...
@@ -1451,7 +1451,7 @@
./bin/tests/system/legacy/ns7/sign.sh SH 2014
./bin/tests/system/legacy/setup.sh SH 2014
./bin/tests/system/legacy/tests.sh SH 2014
./bin/tests/system/limits/clean.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/limits/clean.sh SH 2000,2001,2004,2007,2012
,2014
./bin/tests/system/limits/knowngood.dig.out.1000 X 2000,2001
./bin/tests/system/limits/knowngood.dig.out.2000 X 2000,2001
./bin/tests/system/limits/knowngood.dig.out.3000 X 2000,2001
...
...
@@ -1472,7 +1472,7 @@
./bin/tests/system/logfileconfig/setup.sh SH 2011,2012,2014
./bin/tests/system/logfileconfig/tests.sh SH 2011,2012,2013,2014
./bin/tests/system/lwresd/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014
./bin/tests/system/lwresd/clean.sh SH 2008,2012,2013
./bin/tests/system/lwresd/clean.sh SH 2008,2012,2013
,2014
./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000,2001,2004,2007
./bin/tests/system/lwresd/lwresd1/resolv.conf CONF-SH 2000,2001,2004,2007,2012
./bin/tests/system/lwresd/lwtest.c C 2000,2001,2002,2004,2007,2008,2012,2013
...
...
@@ -1486,7 +1486,7 @@
./bin/tests/system/lwresd/ns1/root.db ZONE 2000,2001,2004,2007
./bin/tests/system/lwresd/resolv.conf CONF-SH 2000,2001,2004,2007,2012
./bin/tests/system/lwresd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013
./bin/tests/system/masterfile/clean.sh SH 2001,2004,2007,2010,2012
./bin/tests/system/masterfile/clean.sh SH 2001,2004,2007,2010,2012
,2014
./bin/tests/system/masterfile/knowngood.dig.out X 2001,2004,2012
./bin/tests/system/masterfile/ns1/include.db ZONE 2001,2004,2007,2012
./bin/tests/system/masterfile/ns1/named.conf CONF-C 2001,2004,2007
...
...
@@ -1651,7 +1651,7 @@
./bin/tests/system/resolver/ns6/to-be-removed.tld.db.in ZONE 2012
./bin/tests/system/resolver/ns7/all-cnames.db ZONE 2014
./bin/tests/system/resolver/ns7/edns-version.tld.db ZONE 2014
./bin/tests/system/resolver/ns7/named.args X 2011,2012
./bin/tests/system/resolver/ns7/named.args X 2011,2012
,2014
./bin/tests/system/resolver/ns7/named1.conf CONF-C 2010,2011,2013,2014
./bin/tests/system/resolver/ns7/named2.conf CONF-C 2013,2014
./bin/tests/system/resolver/ns7/root.hint ZONE 2010
...
...
@@ -1692,7 +1692,7 @@
./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012,2013
./bin/tests/system/rpz/ns5/empty.db.in ZONE 2014
./bin/tests/system/rpz/ns5/hints ZONE 2011,2012,2013
./bin/tests/system/rpz/ns5/named.args X 2013
./bin/tests/system/rpz/ns5/named.args X 2013
,2014
./bin/tests/system/rpz/ns5/named.conf CONF-C 2012,2013,2014
./bin/tests/system/rpz/ns5/tld5.db ZONE 2013
./bin/tests/system/rpz/ns6/hints ZONE 2014
...
...
@@ -1712,12 +1712,12 @@
./bin/tests/system/rpz/test6 ZONE 2013
./bin/tests/system/rpz/tests.sh SH 2011,2012,2013,2014
./bin/tests/system/rrchecker/classlist.good X 2013
./bin/tests/system/rrchecker/clean.sh SH 2013
./bin/tests/system/rrchecker/clean.sh SH 2013
,2014
./bin/tests/system/rrchecker/privatelist.good X 2013
./bin/tests/system/rrchecker/tests.sh SH 2013,2014
./bin/tests/system/rrchecker/typelist.good X 2013,2014
./bin/tests/system/rrl/.gitignore X 2013,2014
./bin/tests/system/rrl/clean.sh SH 2012,2013
./bin/tests/system/rrl/clean.sh SH 2012,2013
,2014
./bin/tests/system/rrl/ns1/named.conf CONF-C 2012,2013
./bin/tests/system/rrl/ns1/root.db ZONE 2012,2013
./bin/tests/system/rrl/ns2/hints ZONE 2012,2013
...
...
@@ -1728,7 +1728,7 @@
./bin/tests/system/rrl/ns3/tld3.db ZONE 2012,2013
./bin/tests/system/rrl/setup.sh SH 2012,2013
./bin/tests/system/rrl/tests.sh SH 2012,2013
./bin/tests/system/rrsetorder/clean.sh SH 2006,2007,2008,2011,2012
./bin/tests/system/rrsetorder/clean.sh SH 2006,2007,2008,2011,2012
,2014
./bin/tests/system/rrsetorder/dig.out.fixed.good X 2006
./bin/tests/system/rrsetorder/dig.out.random.good1 X 2006
./bin/tests/system/rrsetorder/dig.out.random.good10 X 2006
...
...
@@ -1787,6 +1787,11 @@
./bin/tests/system/rsabigexponent/tests.sh SH 2012
./bin/tests/system/run.sh SH 2000,2001,2004,2007,2010,2012,2014
./bin/tests/system/runall.sh SH 2000,2001,2004,2007,2010,2011,2012,2014
./bin/tests/system/runtime/README TXT.BRIEF 2014
./bin/tests/system/runtime/clean.sh SH 2014
./bin/tests/system/runtime/ns2/named-alt.conf CONF-C 2014
./bin/tests/system/runtime/ns2/named.conf CONF-C 2014
./bin/tests/system/runtime/tests.sh SH 2014
./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012
./bin/tests/system/setup.sh SH 2000,2001,2004,2007,2012,2014
./bin/tests/system/sfcache/README TXT.BRIEF 2014
...
...
@@ -1819,12 +1824,12 @@
./bin/tests/system/smartsign/prereq.sh SH 2010,2012,2014
./bin/tests/system/smartsign/setup.sh SH 2010,2012,2014
./bin/tests/system/smartsign/tests.sh SH 2010,2011,2012,2014
./bin/tests/system/sortlist/clean.sh SH 2000,2001,2004,2007,2009,2012
./bin/tests/system/sortlist/clean.sh SH 2000,2001,2004,2007,2009,2012
,2014
./bin/tests/system/sortlist/ns1/example.db ZONE 2000,2001,2004,2007
./bin/tests/system/sortlist/ns1/named.conf CONF-C 2000,2001,2004,2007
./bin/tests/system/sortlist/ns1/root.db ZONE 2000,2001,2004,2007
./bin/tests/system/sortlist/tests.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/spf/clean.sh SH 2013
./bin/tests/system/spf/clean.sh SH 2013
,2014
./bin/tests/system/spf/ns1/named.conf CONF-C 2013
./bin/tests/system/spf/ns1/spf.db ZONE 2013
./bin/tests/system/spf/tests.sh SH 2013,2014
...
...
@@ -1865,7 +1870,7 @@
./bin/tests/system/staticstub/setup.sh SH 2010,2012,2014
./bin/tests/system/staticstub/tests.sh SH 2010,2011,2012,2013
./bin/tests/system/statistics/ans4/ans.pl PERL 2012
./bin/tests/system/statistics/clean.sh SH 2012
./bin/tests/system/statistics/clean.sh SH 2012
,2014
./bin/tests/system/statistics/ns1/named.conf CONF-C 2012
./bin/tests/system/statistics/ns1/root.db ZONE 2012
./bin/tests/system/statistics/ns2/example.db ZONE 2012
...
...
@@ -1878,7 +1883,7 @@
./bin/tests/system/statistics/tests.sh SH 2012
./bin/tests/system/stop.pl SH 2001,2004,2005,2006,2007,2012
./bin/tests/system/stop.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/stress/clean.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/stress/clean.sh SH 2000,2001,2004,2007,2012
,2014
./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001,2004,2007
./bin/tests/system/stress/ns2/named.conf CONF-C 2000,2001,2004,2007
./bin/tests/system/stress/ns3/named.conf CONF-C 2000,2001,2004,2007,2013
...
...
@@ -1887,7 +1892,7 @@
./bin/tests/system/stress/setup.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/stress/tests.sh SH 2000,2001,2004,2007,2012,2014
./bin/tests/system/stress/update.pl PERL 2000,2001,2004,2007,2012
./bin/tests/system/stub/clean.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/stub/clean.sh SH 2000,2001,2004,2007,2012
,2014
./bin/tests/system/stub/knowngood.dig.out.norec X 2000,2001
./bin/tests/system/stub/knowngood.dig.out.rec X 2000,2001,2013
./bin/tests/system/stub/ns1/named.conf CONF-C 2000,2001,2004,2007
...
...
@@ -1918,7 +1923,7 @@
./bin/tests/system/tkey/prereq.sh SH 2001,2004,2006,2007,2009,2012,2014
./bin/tests/system/tkey/setup.sh SH 2001,2004,2007,2009,2012,2013,2014
./bin/tests/system/tkey/tests.sh SH 2001,2004,2007,2009,2011,2012,2013,2014
./bin/tests/system/tsig/clean.sh SH 2005,2006,2007,2012
./bin/tests/system/tsig/clean.sh SH 2005,2006,2007,2012
,2014
./bin/tests/system/tsig/ns1/example.db ZONE 2005,2006,2007,2009,2012
./bin/tests/system/tsig/ns1/named.conf CONF-C 2005,2006,2007
./bin/tests/system/tsig/tests.sh SH 2005,2006,2007,2011,2012
...
...
@@ -1934,7 +1939,7 @@
./bin/tests/system/tsiggss/prereq.sh SH 2010,2011,2012,2014
./bin/tests/system/tsiggss/setup.sh SH 2010,2011,2012,2014
./bin/tests/system/tsiggss/tests.sh SH 2010,2011,2014
./bin/tests/system/unknown/clean.sh SH 2000,2001,2004,2007,2012,2013
./bin/tests/system/unknown/clean.sh SH 2000,2001,2004,2007,2012,2013
,2014
./bin/tests/system/unknown/large.out X 2012
./bin/tests/system/unknown/ns1/broken1.db ZONE 2000,2001,2004,2007
./bin/tests/system/unknown/ns1/broken2.db ZONE 2000,2001,2004,2007
...
...
@@ -1967,7 +1972,7 @@
./bin/tests/system/upforwd/prereq.sh SH 2012,2014
./bin/tests/system/upforwd/setup.sh SH 2000,2001,2004,2007,2011,2012,2014
./bin/tests/system/upforwd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014
./bin/tests/system/v6synth/clean.sh SH 2001,2004,2007,2012
./bin/tests/system/v6synth/clean.sh SH 2001,2004,2007,2012
,2014
./bin/tests/system/v6synth/ns1/named.conf CONF-C 2001,2004,2007
./bin/tests/system/v6synth/ns1/root.db ZONE 2001,2004,2007
./bin/tests/system/v6synth/ns2/example.db ZONE 2001,2004,2007
...
...
@@ -2044,7 +2049,7 @@
./bin/tests/system/xfer/prereq.sh SH 2011,2012,2014
./bin/tests/system/xfer/setup.sh SH 2001,2002,2004,2007,2011,2012,2013,2014
./bin/tests/system/xfer/tests.sh SH 2000,2001,2004,2005,2007,2011,2012,2013,2014
./bin/tests/system/xferquota/clean.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/xferquota/clean.sh SH 2000,2001,2004,2007,2012
,2014
./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000,2001,2004,2007
./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000,2001,2004,2007
./bin/tests/system/xferquota/ns1/named.conf CONF-C 2000,2001,2004,2007
...
...
@@ -2054,7 +2059,7 @@
./bin/tests/system/xferquota/setup.pl PERL 2000,2001,2004,2007,2011,2012
./bin/tests/system/xferquota/setup.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/xferquota/tests.sh SH 2000,2001,2004,2007,2012
./bin/tests/system/zero/clean.sh SH 2013
./bin/tests/system/zero/clean.sh SH 2013
,2014
./bin/tests/system/zero/ns1/named.conf CONF-C 2013
./bin/tests/system/zero/ns1/root.db ZONE 2013
./bin/tests/system/zero/ns2/named.conf CONF-C 2013
...
...
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