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
41f11644
Commit
41f11644
authored
Jan 31, 2012
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
8f2c45a3
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
57 additions
and
57 deletions
+57
-57
bin/named/client.c
bin/named/client.c
+2
-2
bin/named/control.c
bin/named/control.c
+2
-2
bin/named/include/named/client.h
bin/named/include/named/client.h
+2
-2
bin/named/include/named/control.h
bin/named/include/named/control.h
+2
-2
bin/named/include/named/server.h
bin/named/include/named/server.h
+2
-2
bin/named/query.c
bin/named/query.c
+2
-2
bin/named/server.c
bin/named/server.c
+3
-3
bin/named/zoneconf.c
bin/named/zoneconf.c
+2
-2
bin/rndc/rndc.c
bin/rndc/rndc.c
+2
-2
bin/tests/system/filter-aaaa/ns1/root.db
bin/tests/system/filter-aaaa/ns1/root.db
+2
-2
bin/tests/system/filter-aaaa/ns1/signed.db.in
bin/tests/system/filter-aaaa/ns1/signed.db.in
+2
-2
bin/tests/system/filter-aaaa/ns1/unsigned.db
bin/tests/system/filter-aaaa/ns1/unsigned.db
+2
-2
bin/tests/system/filter-aaaa/ns4/root.db
bin/tests/system/filter-aaaa/ns4/root.db
+2
-2
bin/tests/system/filter-aaaa/ns4/signed.db.in
bin/tests/system/filter-aaaa/ns4/signed.db.in
+2
-2
bin/tests/system/filter-aaaa/ns4/unsigned.db
bin/tests/system/filter-aaaa/ns4/unsigned.db
+2
-2
bin/tests/system/filter-aaaa/tests.sh
bin/tests/system/filter-aaaa/tests.sh
+2
-2
bin/tests/system/inline/ns3/master3.db.in
bin/tests/system/inline/ns3/master3.db.in
+2
-2
bin/tests/system/zonechecks/clean.sh
bin/tests/system/zonechecks/clean.sh
+2
-2
bin/tests/system/zonechecks/ns1/named.conf
bin/tests/system/zonechecks/ns1/named.conf
+2
-2
bin/tests/system/zonechecks/ns2/named.conf
bin/tests/system/zonechecks/ns2/named.conf
+2
-2
bin/tests/system/zonechecks/setup.sh
bin/tests/system/zonechecks/setup.sh
+2
-2
bin/tests/system/zonechecks/tests.sh
bin/tests/system/zonechecks/tests.sh
+2
-2
lib/dns/include/dns/master.h
lib/dns/include/dns/master.h
+2
-2
lib/dns/master.c
lib/dns/master.c
+2
-2
lib/dns/tests/master_test.c
lib/dns/tests/master_test.c
+3
-3
make/rules.in
make/rules.in
+2
-2
util/mksymtbl.pl
util/mksymtbl.pl
+3
-3
No files found.
bin/named/client.c
View file @
41f11644
/*
* 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.28
5
2012/01/31
06:58:38 each
Exp $ */
/* $Id: client.c,v 1.28
6
2012/01/31
23:47:30 tbox
Exp $ */
#include <config.h>
...
...
bin/named/control.c
View file @
41f11644
/*
* Copyright (C) 2004-2007, 2009-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2009-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: control.c,v 1.4
8
2012/01/31
0
3:
35:39 each
Exp $ */
/* $Id: control.c,v 1.4
9
2012/01/31
2
3:
47:31 tbox
Exp $ */
/*! \file */
...
...
bin/named/include/named/client.h
View file @
41f11644
/*
* 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.h,v 1.9
5
2012/01/31
06:58:38 each
Exp $ */
/* $Id: client.h,v 1.9
6
2012/01/31
23:47:31 tbox
Exp $ */
#ifndef NAMED_CLIENT_H
#define NAMED_CLIENT_H 1
...
...
bin/named/include/named/control.h
View file @
41f11644
/*
* Copyright (C) 2004-2007, 2009-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2009-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: control.h,v 1.3
7
2012/01/31
0
3:
35:39 each
Exp $ */
/* $Id: control.h,v 1.3
8
2012/01/31
2
3:
47:31 tbox
Exp $ */
#ifndef NAMED_CONTROL_H
#define NAMED_CONTROL_H 1
...
...
bin/named/include/named/server.h
View file @
41f11644
/*
* 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.h,v 1.11
7
2012/01/31
0
3:
35:39 each
Exp $ */
/* $Id: server.h,v 1.11
8
2012/01/31
2
3:
47:31 tbox
Exp $ */
#ifndef NAMED_SERVER_H
#define NAMED_SERVER_H 1
...
...
bin/named/query.c
View file @
41f11644
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: query.c,v 1.38
2
2012/01/31
06:58:38 each
Exp $ */
/* $Id: query.c,v 1.38
3
2012/01/31
23:47:31 tbox
Exp $ */
/*! \file */
...
...
@@ -1447,7 +1447,7 @@ query_addadditional(void *arg, dns_name_t *name, dns_rdatatype_t qtype) {
* There's an A; check whether we're filtering AAAA
*/
#ifdef ALLOW_FILTER_AAAA_ON_V4
if
(
have_a
&&
if
(
have_a
&&
(
client
->
filter_aaaa
==
dns_v4_aaaa_break_dnssec
||
(
client
->
filter_aaaa
==
dns_v4_aaaa_filter
&&
(
!
WANTDNSSEC
(
client
)
||
sigrdataset
==
NULL
||
...
...
bin/named/server.c
View file @
41f11644
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.64
0
2012/01/31
0
3:
35:39 each
Exp $ */
/* $Id: server.c,v 1.64
1
2012/01/31
2
3:
47:31 tbox
Exp $ */
/*! \file */
...
...
@@ -8092,7 +8092,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
hasraw = ISC_TF(raw != NULL);
if (hasraw)
CHECK(dns_zone_getdb(raw, &rawdb));
/* Serial number */
serial = dns_zone_getserial(hasraw ? raw : zone);
snprintf(serbuf, sizeof(serbuf), "%d", serial);
...
...
@@ -8147,7 +8147,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
}
/* Next resign event */
if
(
secure
&&
(
zonetype
==
dns_zone_master
||
if (secure && (zonetype == dns_zone_master ||
(zonetype == dns_zone_slave && hasraw)) &&
((dns_zone_getkeyopts(zone) & DNS_ZONEKEY_NORESIGN) == 0))
{
...
...
bin/named/zoneconf.c
View file @
41f11644
/*
* 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zoneconf.c,v 1.18
7
2012/01/31
01:13:09 each
Exp $ */
/* $Id: zoneconf.c,v 1.18
8
2012/01/31
23:47:31 tbox
Exp $ */
/*% */
...
...
bin/rndc/rndc.c
View file @
41f11644
/*
* 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.14
0
2012/01/31
0
3:
35:39 each
Exp $ */
/* $Id: rndc.c,v 1.14
1
2012/01/31
2
3:
47:31 tbox
Exp $ */
/*! \file */
...
...
bin/tests/system/filter-aaaa/ns1/root.db
View file @
41f11644
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.
3
2012/01/31
06:58:38 each
Exp $
; $Id: root.db,v 1.
4
2012/01/31
23:47:32 tbox
Exp $
$TTL 120
@ SOA ns.utld hostmaster.ns.utld ( 1 3600 1200 604800 60 )
...
...
bin/tests/system/filter-aaaa/ns1/signed.db.in
View file @
41f11644
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: signed.db.in,v 1.
3
2012/01/31
06:58:38 each
Exp $
; $Id: signed.db.in,v 1.
4
2012/01/31
23:47:32 tbox
Exp $
$TTL 120
@ SOA ns.utld. hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
...
...
bin/tests/system/filter-aaaa/ns1/unsigned.db
View file @
41f11644
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: unsigned.db,v 1.
3
2012/01/31
06:58:38 each
Exp $
; $Id: unsigned.db,v 1.
4
2012/01/31
23:47:32 tbox
Exp $
$TTL 120
@ SOA ns.utld. hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
...
...
bin/tests/system/filter-aaaa/ns4/root.db
View file @
41f11644
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.
3
2012/01/31
06:58:38 each
Exp $
; $Id: root.db,v 1.
4
2012/01/31
23:47:32 tbox
Exp $
$TTL 120
@ SOA ns.utld hostmaster.ns.utld ( 1 3600 1200 604800 60 )
...
...
bin/tests/system/filter-aaaa/ns4/signed.db.in
View file @
41f11644
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: signed.db.in,v 1.
3
2012/01/31
06:58:38 each
Exp $
; $Id: signed.db.in,v 1.
4
2012/01/31
23:47:32 tbox
Exp $
$TTL 120
@ SOA ns.utld. hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
...
...
bin/tests/system/filter-aaaa/ns4/unsigned.db
View file @
41f11644
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: unsigned.db,v 1.
3
2012/01/31
06:58:39 each
Exp $
; $Id: unsigned.db,v 1.
4
2012/01/31
23:47:32 tbox
Exp $
$TTL 120
@ SOA ns.utld. hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
...
...
bin/tests/system/filter-aaaa/tests.sh
View file @
41f11644
#!/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
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.
3
2012/01/31
06:58:38 each
Exp $
# $Id: tests.sh,v 1.
4
2012/01/31
23:47:31 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/inline/ns3/master3.db.in
View file @
41f11644
; Copyright (C)
2011,
2012 Internet Systems Consortium, Inc. ("ISC")
; 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
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: master3.db.in,v 1.
2
2012/01/31
01:13:09 each
Exp $
; $Id: master3.db.in,v 1.
3
2012/01/31
23:47:32 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA ns3 . (
...
...
bin/tests/system/zonechecks/clean.sh
View file @
41f11644
#!/bin/sh
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 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
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.
7
2012/01/31
0
3:
35:39 each
Exp $
# $Id: clean.sh,v 1.
8
2012/01/31
2
3:
47:32 tbox
Exp $
rm
-f
*
.out
rm
-f
*
/named.memstats
...
...
bin/tests/system/zonechecks/ns1/named.conf
View file @
41f11644
/*
*
Copyright
(
C
)
201
1
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
...
...
@@ -14,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
2
2012
/
01
/
31
0
3
:
35
:
40
each
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2012
/
01
/
31
2
3
:
47
:
32
tbox
Exp
$ */
//
NS1
...
...
bin/tests/system/zonechecks/ns2/named.conf
View file @
41f11644
/*
*
Copyright
(
C
)
201
1
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
...
...
@@ -14,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
2
2012
/
01
/
31
0
3
:
35
:
40
each
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2012
/
01
/
31
2
3
:
47
:
32
tbox
Exp
$ */
//
NS2
...
...
bin/tests/system/zonechecks/setup.sh
View file @
41f11644
#!/bin/sh
#
# Copyright (C) 201
1
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
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.
2
2012/01/31
0
3:
35:39 each
Exp $
# $Id: setup.sh,v 1.
3
2012/01/31
2
3:
47:32 tbox
Exp $
sh clean.sh
...
...
bin/tests/system/zonechecks/tests.sh
View file @
41f11644
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 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
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.
7
2012/01/31
0
3:
35:39 each
Exp $
# $Id: tests.sh,v 1.
8
2012/01/31
2
3:
47:32 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
lib/dns/include/dns/master.h
View file @
41f11644
/*
* Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009, 2011
, 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master.h,v 1.5
6
2012/01/31
0
3:
35:41 each
Exp $ */
/* $Id: master.h,v 1.5
7
2012/01/31
2
3:
47:33 tbox
Exp $ */
#ifndef DNS_MASTER_H
#define DNS_MASTER_H 1
...
...
lib/dns/master.c
View file @
41f11644
/*
* 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master.c,v 1.18
2
2012/01/31
0
3:
35:40 each
Exp $ */
/* $Id: master.c,v 1.18
3
2012/01/31
2
3:
47:32 tbox
Exp $ */
/*! \file */
...
...
lib/dns/tests/master_test.c
View file @
41f11644
/*
* 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
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master_test.c,v 1.
8
2012/01/31
0
3:
35:41 each
Exp $ */
/* $Id: master_test.c,v 1.
9
2012/01/31
2
3:
47:33 tbox
Exp $ */
/*! \file */
...
...
@@ -345,7 +345,7 @@ ATF_TC_BODY(master_includelist, tc) {
dns_test_end
();
}
/* Include failure test */
ATF_TC
(
includefail
);
ATF_TC_HEAD
(
includefail
,
tc
)
{
...
...
make/rules.in
View file @
41f11644
# Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-2009, 2011
, 2012
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: rules.in,v 1.7
3
2012/01/31
04:08:07 marka
Exp $
# $Id: rules.in,v 1.7
4
2012/01/31
23:47:33 tbox
Exp $
###
### Common Makefile rules for BIND 9.
...
...
util/mksymtbl.pl
View file @
41f11644
#!/usr/bin/env perl
#
# Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 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
...
...
@@ -14,13 +14,13 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: mksymtbl.pl,v 1.
5
2012/01/31
04:08:07 marka
Exp $
# $Id: mksymtbl.pl,v 1.
6
2012/01/31
23:47:33 tbox
Exp $
use
strict
;
use
diagnostics
;
$^W
=
1
;
my
$rev
=
'
$Id: mksymtbl.pl,v 1.
5
2012/01/31
04:08:07 marka
Exp $
';
my
$rev
=
'
$Id: mksymtbl.pl,v 1.
6
2012/01/31
23:47:33 tbox
Exp $
';
$rev
=~
s/\$//g
;
$rev
=~
s/,v//g
;
$rev
=~
s/Id: //
;
...
...
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