mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
update copyright notice
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.529 2009/03/04 02:42:30 each Exp $ */
|
/* $Id: server.c,v 1.530 2009/03/04 23:48:01 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -494,7 +494,7 @@ configure_view_dnsseckeylist(const cfg_obj_t *keys, const cfg_obj_t *vconfig,
|
|||||||
* from 'vconfig' and 'config'. The variable to be configured is '*target'.
|
* from 'vconfig' and 'config'. The variable to be configured is '*target'.
|
||||||
*/
|
*/
|
||||||
static isc_result_t
|
static isc_result_t
|
||||||
configure_view_dnsseckeys(const cfg_obj_t *vconfig, const cfg_obj_t *config,
|
configure_view_dnsseckeys(const cfg_obj_t *vconfig, const cfg_obj_t *config,
|
||||||
const cfg_obj_t *bindkeys, isc_boolean_t auto_dlv,
|
const cfg_obj_t *bindkeys, isc_boolean_t auto_dlv,
|
||||||
isc_mem_t *mctx, dns_keytable_t **target)
|
isc_mem_t *mctx, dns_keytable_t **target)
|
||||||
{
|
{
|
||||||
@@ -1105,8 +1105,8 @@ cache_sharable(dns_view_t *originview, dns_view_t *view,
|
|||||||
static isc_result_t
|
static isc_result_t
|
||||||
configure_view(dns_view_t *view, const cfg_obj_t *config,
|
configure_view(dns_view_t *view, const cfg_obj_t *config,
|
||||||
const cfg_obj_t *vconfig, ns_cachelist_t *cachelist,
|
const cfg_obj_t *vconfig, ns_cachelist_t *cachelist,
|
||||||
const cfg_obj_t *bindkeys, isc_mem_t *mctx,
|
const cfg_obj_t *bindkeys, isc_mem_t *mctx,
|
||||||
cfg_aclconfctx_t *actx, isc_boolean_t need_hints)
|
cfg_aclconfctx_t *actx, isc_boolean_t need_hints)
|
||||||
{
|
{
|
||||||
const cfg_obj_t *maps[4];
|
const cfg_obj_t *maps[4];
|
||||||
const cfg_obj_t *cfgmaps[3];
|
const cfg_obj_t *cfgmaps[3];
|
||||||
@@ -1923,7 +1923,7 @@ configure_view(dns_view_t *view, const cfg_obj_t *config,
|
|||||||
dlvobj = cfg_listelt_value(cfg_list_first(obj));
|
dlvobj = cfg_listelt_value(cfg_list_first(obj));
|
||||||
if (!strcmp(cfg_obj_asstring(cfg_tuple_get(dlvobj, "domain")),
|
if (!strcmp(cfg_obj_asstring(cfg_tuple_get(dlvobj, "domain")),
|
||||||
"auto") &&
|
"auto") &&
|
||||||
cfg_obj_isvoid(cfg_tuple_get(dlvobj, "trust-anchor"))) {
|
cfg_obj_isvoid(cfg_tuple_get(dlvobj, "trust-anchor"))) {
|
||||||
auto_dlv = ISC_TRUE;
|
auto_dlv = ISC_TRUE;
|
||||||
obj = NULL;
|
obj = NULL;
|
||||||
result = cfg_map_get(ns_g_defaults,
|
result = cfg_map_get(ns_g_defaults,
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: check.c,v 1.99 2009/03/04 02:42:31 each Exp $ */
|
/* $Id: check.c,v 1.100 2009/03/04 23:48:02 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -671,9 +671,9 @@ check_options(const cfg_obj_t *options, isc_log_t *logctx, isc_mem_t *mctx) {
|
|||||||
anchor = cfg_tuple_get(obj, "trust-anchor");
|
anchor = cfg_tuple_get(obj, "trust-anchor");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If domain is "auto" and trust anchor is missing,
|
* If domain is "auto" and trust anchor is missing,
|
||||||
* skip remaining tests
|
* skip remaining tests
|
||||||
*/
|
*/
|
||||||
if (!strcmp(dlv, "auto") && cfg_obj_isvoid(anchor))
|
if (!strcmp(dlv, "auto") && cfg_obj_isvoid(anchor))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user