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
633c5dc5
Commit
633c5dc5
authored
May 14, 2012
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
1368e4b3
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
41 additions
and
52 deletions
+41
-52
bin/named/bind9.xsl
bin/named/bind9.xsl
+1
-1
bin/named/query.c
bin/named/query.c
+1
-1
bin/named/statschannel.c
bin/named/statschannel.c
+1
-1
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.in
+1
-1
bin/tests/system/filter-aaaa/clean.sh
bin/tests/system/filter-aaaa/clean.sh
+1
-1
bin/tests/system/filter-aaaa/filter-aaaa.c
bin/tests/system/filter-aaaa/filter-aaaa.c
+1
-1
bin/tests/system/filter-aaaa/ns1/named1.conf
bin/tests/system/filter-aaaa/ns1/named1.conf
+1
-1
bin/tests/system/filter-aaaa/ns1/named2.conf
bin/tests/system/filter-aaaa/ns1/named2.conf
+1
-1
bin/tests/system/filter-aaaa/ns2/named1.conf
bin/tests/system/filter-aaaa/ns2/named1.conf
+1
-1
bin/tests/system/filter-aaaa/ns2/named2.conf
bin/tests/system/filter-aaaa/ns2/named2.conf
+1
-1
bin/tests/system/filter-aaaa/ns3/named1.conf
bin/tests/system/filter-aaaa/ns3/named1.conf
+1
-1
bin/tests/system/filter-aaaa/ns3/named2.conf
bin/tests/system/filter-aaaa/ns3/named2.conf
+1
-1
bin/tests/system/filter-aaaa/ns4/named1.conf
bin/tests/system/filter-aaaa/ns4/named1.conf
+1
-1
bin/tests/system/filter-aaaa/ns4/named2.conf
bin/tests/system/filter-aaaa/ns4/named2.conf
+1
-1
bin/tests/system/filter-aaaa/setup.sh
bin/tests/system/filter-aaaa/setup.sh
+1
-1
bin/tests/system/rndc/tests.sh
bin/tests/system/rndc/tests.sh
+1
-1
bin/tests/system/statistics/ans4/ans.pl
bin/tests/system/statistics/ans4/ans.pl
+1
-2
bin/tests/system/statistics/clean.sh
bin/tests/system/statistics/clean.sh
+1
-2
bin/tests/system/statistics/ns1/named.conf
bin/tests/system/statistics/ns1/named.conf
+1
-2
bin/tests/system/statistics/ns1/root.db
bin/tests/system/statistics/ns1/root.db
+1
-2
bin/tests/system/statistics/ns2/example.db
bin/tests/system/statistics/ns2/example.db
+1
-2
bin/tests/system/statistics/ns2/internal.db
bin/tests/system/statistics/ns2/internal.db
+1
-2
bin/tests/system/statistics/ns2/named.conf
bin/tests/system/statistics/ns2/named.conf
+1
-2
bin/tests/system/statistics/ns3/internal.db
bin/tests/system/statistics/ns3/internal.db
+1
-2
bin/tests/system/statistics/ns3/named.conf
bin/tests/system/statistics/ns3/named.conf
+1
-2
bin/tests/system/statistics/ns3/root.hint
bin/tests/system/statistics/ns3/root.hint
+1
-2
bin/tests/system/statistics/tests.sh
bin/tests/system/statistics/tests.sh
+1
-2
lib/dns/adb.c
lib/dns/adb.c
+1
-1
lib/dns/cache.c
lib/dns/cache.c
+1
-1
lib/dns/db.c
lib/dns/db.c
+1
-1
lib/dns/ecdb.c
lib/dns/ecdb.c
+1
-1
lib/dns/include/dns/cache.h
lib/dns/include/dns/cache.h
+1
-1
lib/dns/include/dns/db.h
lib/dns/include/dns/db.h
+1
-1
lib/dns/include/dns/rbt.h
lib/dns/include/dns/rbt.h
+1
-1
lib/dns/rbtdb.c
lib/dns/rbtdb.c
+3
-3
lib/isc/include/isc/stats.h
lib/isc/include/isc/stats.h
+2
-2
lib/isc/mem_api.c
lib/isc/mem_api.c
+1
-1
lib/isc/stats.c
lib/isc/stats.c
+1
-1
No files found.
bin/named/bind9.xsl
View file @
633c5dc5
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2006-2009 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2006-2009
, 2012
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/named/query.c
View file @
633c5dc5
...
...
@@ -5720,7 +5720,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
client
->
query
.
dboptions
,
client
->
now
,
&
node
,
fname
,
&
cm
,
&
ci
,
rdataset
,
sigrdataset
);
if
(
db
==
client
->
view
->
cachedb
)
if
(
db
==
client
->
view
->
cachedb
)
update_cachestats
(
client
->
view
->
cache
,
result
);
resume:
...
...
bin/named/statschannel.c
View file @
633c5dc5
/*
* Copyright (C) 2008-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2008-201
2
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 @
633c5dc5
#!/bin/sh
#
# Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-201
2
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/filter-aaaa/clean.sh
View file @
633c5dc5
#!/bin/sh
#
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010
, 2012
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/filter-aaaa/filter-aaaa.c
View file @
633c5dc5
/*
* Copyright (C) 2010
,
201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2010
-
201
2
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/filter-aaaa/ns1/named1.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns1/named2.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns2/named1.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns2/named2.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns3/named1.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns3/named2.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns4/named1.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/ns4/named2.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
2
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/filter-aaaa/setup.sh
View file @
633c5dc5
#!/bin/sh
#
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010
, 2012
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/rndc/tests.sh
View file @
633c5dc5
#!/bin/sh
#
# Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011
, 2012
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/ans4/ans.pl
View file @
633c5dc5
#!/usr/bin/perl -w
#
# Copyright (C) 2004, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
# Copyright (C) 2012 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 @
633c5dc5
#!/bin/sh
#
# Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
# Copyright (C) 2012 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/ns1/named.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
2004
,
2007
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2000
,
2001
Internet
Software
Consortium
.
*
Copyright
(
C
)
2012
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/ns1/root.db
View file @
633c5dc5
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2012 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/ns2/example.db
View file @
633c5dc5
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2012 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/ns2/internal.db
View file @
633c5dc5
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2012 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/ns2/named.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
2004
,
2007
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2000
,
2001
Internet
Software
Consortium
.
*
Copyright
(
C
)
2012
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/ns3/internal.db
View file @
633c5dc5
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2012 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/ns3/named.conf
View file @
633c5dc5
/*
*
Copyright
(
C
)
2004
,
2007
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2000
,
2001
Internet
Software
Consortium
.
*
Copyright
(
C
)
2012
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/ns3/root.hint
View file @
633c5dc5
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2012 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/tests.sh
View file @
633c5dc5
#!/bin/sh
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
# Copyright (C) 2012 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/adb.c
View file @
633c5dc5
/*
* Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/cache.c
View file @
633c5dc5
/*
* Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009, 2011
, 2012
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/db.c
View file @
633c5dc5
/*
* Copyright (C) 2004, 2005, 2007-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009, 2011
, 2012
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/ecdb.c
View file @
633c5dc5
/*
* Copyright (C) 2009-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2009-201
2
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/include/dns/cache.h
View file @
633c5dc5
/*
* Copyright (C) 2004-2007, 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2009, 2011
, 2012
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/include/dns/db.h
View file @
633c5dc5
/*
* Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009, 2011
, 2012
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/include/dns/rbt.h
View file @
633c5dc5
/*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009
, 2012
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/rbtdb.c
View file @
633c5dc5
...
...
@@ -719,7 +719,7 @@ update_cachestats(dns_rbtdb_t *rbtdb, isc_result_t result) {
dns_cachestatscounter_hits);
break;
default:
isc_stats_increment(rbtdb->cachestats,
isc_stats_increment(rbtdb->cachestats,
dns_cachestatscounter_misses);
}
}
...
...
@@ -9408,11 +9408,11 @@ expire_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header,
switch (reason) {
case expire_ttl:
isc_stats_increment(rbtdb->cachestats,
isc_stats_increment(rbtdb->cachestats,
dns_cachestatscounter_deletettl);
break;
case expire_lru:
isc_stats_increment(rbtdb->cachestats,
isc_stats_increment(rbtdb->cachestats,
dns_cachestatscounter_deletelru);
break;
default:
...
...
lib/isc/include/isc/stats.h
View file @
633c5dc5
...
...
@@ -118,7 +118,7 @@ isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg,
void
isc_stats_set
(
isc_stats_t
*
stats
,
isc_uint64_t
val
,
isc_statscounter_t
counter
);
isc_statscounter_t
counter
);
/*%<
* Set the given counter to the specfied value.
*
...
...
@@ -128,7 +128,7 @@ isc_stats_set(isc_stats_t *stats, isc_uint64_t val,
void
isc_stats_set
(
isc_stats_t
*
stats
,
isc_uint64_t
val
,
isc_statscounter_t
counter
);
isc_statscounter_t
counter
);
/*%<
* Set the given counter to the specfied value.
*
...
...
lib/isc/mem_api.c
View file @
633c5dc5
/*
* Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2009, 2010
, 2012
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/stats.c
View file @
633c5dc5
...
...
@@ -328,7 +328,7 @@ isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn,
void
isc_stats_set
(
isc_stats_t
*
stats
,
isc_uint64_t
val
,
isc_statscounter_t
counter
)
{
{
REQUIRE
(
ISC_STATS_VALID
(
stats
));
REQUIRE
(
counter
<
stats
->
ncounters
);
...
...
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