Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b61690db
Commit
b61690db
authored
Jun 22, 2010
by
Automatic Updater
Browse files
update copyright notice
parent
8c9c79e5
Changes
4
Hide whitespace changes
Inline
Side-by-side
bin/named/config.c
View file @
b61690db
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.10
9
2010/06/22
0
3:
58:35 marka
Exp $ */
/* $Id: config.c,v 1.1
1
0 2010/06/22
2
3:
46:52 tbox
Exp $ */
/*! \file */
...
...
@@ -161,7 +161,7 @@ options {\n\
"
#ifdef ALLOW_FILTER_AAAA_ON_V4
" filter-aaaa-on-v4 no;
\n
\
filter-aaaa { any; };
\n
\
filter-aaaa { any; };
\n
\
"
#endif
...
...
bin/named/query.c
View file @
b61690db
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: query.c,v 1.3
39
2010/06/22
0
3:
58:36 marka
Exp $ */
/* $Id: query.c,v 1.3
40
2010/06/22
2
3:
46:52 tbox
Exp $ */
/*! \file */
...
...
@@ -4670,7 +4670,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
is_v4_client
(
client
)
&&
ns_client_checkaclsilent
(
client
,
NULL
,
client
->
view
->
v4_aaaa_acl
,
ISC_TRUE
)
==
ISC_R_SUCCESS
)
ISC_TRUE
)
==
ISC_R_SUCCESS
)
filter_aaaa
=
ISC_TRUE
;
else
filter_aaaa
=
ISC_FALSE
;
...
...
bin/tests/system/testsock6.pl
View file @
b61690db
#!/usr/bin/perl
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
# Copyright (C) 2010 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
...
...
@@ -15,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock6.pl,v 1.
4
2010/06/22
03:58:36 marka
Exp $
# $Id: testsock6.pl,v 1.
5
2010/06/22
23:46:52 tbox
Exp $
# Test whether the interfaces on 10.53.0.* are up.
...
...
@@ -47,7 +46,7 @@ foreach $addr ($ARGV) {
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock6.pl,v 1.
4
2010/06/22
03:58:36 marka
Exp $
# $Id: testsock6.pl,v 1.
5
2010/06/22
23:46:52 tbox
Exp $
# Test whether the interfaces on 10.53.0.* are up.
...
...
lib/bind9/check.c
View file @
b61690db
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check.c,v 1.11
7
2010/06/22
03:58:38 marka
Exp $ */
/* $Id: check.c,v 1.11
8
2010/06/22
23:46:52 tbox
Exp $ */
/*! \file */
...
...
@@ -518,8 +518,8 @@ check_filteraaaa(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
else
if
(
cfg_obj_isboolean
(
obj
))
filter
=
cfg_obj_asboolean
(
obj
)
?
dns_v4_aaaa_filter
:
dns_v4_aaaa_ok
;
else
filter
=
dns_v4_aaaa_break_dnssec
;
/* break-dnssec */
else
filter
=
dns_v4_aaaa_break_dnssec
;
/* break-dnssec */
if
(
viewname
==
NULL
)
{
viewname
=
""
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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