Searched +refs:log +refs:view (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dserver.c85 #include <dns/view.h>
96 #include <named/log.h>
185 struct viewlistentry *view; member in struct:dumpcontext
195 dns_view_t *view; member in struct:viewlistentry
206 * Configuration context to retain for each view that allows
286 configure_forward(const cfg_obj_t *config, dns_view_t *view, dns_name_t *origin,
290 configure_alternates(const cfg_obj_t *config, dns_view_t *view,
295 const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view,
299 add_keydata_zone(dns_view_t *view, const char *directory, isc_mem_t *mctx);
308 * Configure a single view AC
602 load_view_keys(const cfg_obj_t *keys, const cfg_obj_t *vconfig, dns_view_t *view, isc_boolean_t managed, dns_name_t *keyname, isc_mem_t *mctx) argument
663 configure_view_dnsseckeys(dns_view_t *view, const cfg_obj_t *vconfig, const cfg_obj_t *config, const cfg_obj_t *bindkeys, isc_boolean_t auto_dlv, isc_boolean_t auto_root, isc_mem_t *mctx) argument
1294 cache_reusable(dns_view_t *originview, dns_view_t *view, isc_boolean_t new_zero_no_soattl) argument
1311 cache_sharable(dns_view_t *originview, dns_view_t *view, isc_boolean_t new_zero_no_soattl, unsigned int new_cleaning_interval, isc_uint32_t new_max_cache_size) argument
1340 dlzconfigure_callback(dns_view_t *view, dns_zone_t *zone) argument
1355 dns64_reverse(dns_view_t *view, isc_mem_t *mctx, isc_netaddr_t *na, unsigned int prefixlen, const char *server, const char *contact) argument
1433 configure_rpz(dns_view_t *view, const cfg_listelt_t *element) argument
1548 configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig, ns_cachelist_t *cachelist, const cfg_obj_t *bindkeys, isc_mem_t *mctx, cfg_aclconfctx_t *actx, isc_boolean_t need_hints) argument
2933 configure_hints(dns_view_t *view, const char *filename) argument
2948 configure_alternates(const cfg_obj_t *config, dns_view_t *view, const cfg_obj_t *alternates) argument
3033 configure_forward(const cfg_obj_t *config, dns_view_t *view, dns_name_t *origin, const cfg_obj_t *forwarders, const cfg_obj_t *forwardtype) argument
3174 dns_view_t *view = NULL; local
3202 dns_view_t *view = NULL; local
3228 configure_zone(const cfg_obj_t *config, const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view, cfg_aclconfctx_t *aclconf, isc_boolean_t added) argument
3481 add_keydata_zone(dns_view_t *view, const char *directory, isc_mem_t *mctx) argument
3680 dns_view_t *view; local
3790 dns_view_t *view; local
4173 setup_newzones(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig, cfg_parser_t *parser, cfg_aclconfctx_t *actx) argument
4274 dns_view_t *view = NULL; local
5182 dns_view_t *view; local
5213 dns_view_t *view; local
5309 dns_view_t *view, *view_next; local
5821 dns_view_t *view = NULL; local
6165 add_view_tolist(struct dumpcontext *dctx, dns_view_t *view) argument
6349 dns_view_t *view; local
6426 dns_view_t *view; local
6548 dns_view_t *view; local
6601 dns_view_t *view; local
6737 dns_view_t *view; local
6937 dns_view_t *view; local
6978 list_keynames(dns_view_t *view, dns_tsig_keyring_t *ring, isc_buffer_t *text, unsigned int *foundkeys) argument
7056 dns_view_t *view; local
7147 dns_view_t *view; local
7292 dns_view_t *view = 0; local
7471 dns_view_t *view = NULL; local
[all...]
H A Dstatschannel.c39 #include <dns/view.h>
42 #include <named/log.h>
751 dns_view_t *view; local
784 * Start by rendering the views we know of here. For each view we
787 view = ISC_LIST_HEAD(server->viewlist);
789 while (view != NULL) {
790 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "view"));
793 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR view->name));
797 result = dns_zt_apply(view->zonetable, ISC_TRUE, zone_xmlrender,
803 if (view
1330 dns_view_t *view; local
[all...]
H A Dnotify.c22 #include <isc/log.h>
29 #include <dns/view.h>
33 #include <named/log.h>
140 result = dns_zt_find(client->view->zonetable, zonename, 0, NULL,
H A Dclient.c47 #include <dns/view.h>
51 #include <named/log.h>
189 * on it. It has a view, and it may have any of a non-reset OPT,
284 * We need to detach from the view early when shutting down
287 * - The resolver will not shut down until the view refcount is zero
288 * - The view refcount does not go to zero until all clients detach
289 * - The client does not detach from the view until references is zero
292 * Keep the view attached until any outstanding updates complete.
295 client->newstate == NS_CLIENTSTATE_FREED && client->view != NULL)
296 dns_view_detach(&client->view);
1197 dns_view_t *view; local
1317 dns_view_t *view; local
1380 dns_view_t *view; local
[all...]
H A Dlwdclient.c30 #include <dns/view.h>
31 #include <dns/log.h>
34 #include <named/log.h>
73 cm->view = lwresd->view;
163 cm->view = NULL;
H A Dzoneconf.c35 #include <dns/log.h>
45 #include <dns/view.h>
51 #include <named/log.h>
92 dns_view_t *view; local
94 view = dns_zone_getview(zone);
98 if (view != NULL)
99 aclp = &view->notifyacl;
103 if (view != NULL)
104 aclp = &view->queryacl;
108 if (view !
815 dns_view_t *view; local
[all...]
H A Dlwresd.c44 #include <dns/log.h>
46 #include <dns/view.h>
50 #include <named/log.h>
307 lwresd->view = NULL;
323 (void)cfg_map_get(lwres, "view", &viewobj);
336 &lwresd->view);
340 "couldn't find view %s", vname);
404 if (lwresd->view != NULL)
405 dns_view_detach(&lwresd->view);
448 dns_view_detach(&lwresd->view);
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddlz.c64 #include <dns/log.h>
113 dns_dlzallowzonexfr(dns_view_t *view, dns_name_t *name, argument
123 REQUIRE(DNS_DLZ_VALID(view->dlzdatabase));
128 dlzdatabase = view->dlzdatabase;
132 view->rdclass, name, clientaddr, dbp);
160 /* write log message */
225 /* Write debugging message to log */
256 dns_dlzfindzone(dns_view_t *view, dns_name_t *name, unsigned int minlabels, argument
270 REQUIRE(DNS_DLZ_VALID(view->dlzdatabase));
300 dlzdatabase = view
531 dns_dlz_writeablezone(dns_view_t *view, const char *zone_name) argument
606 dns_dlzconfigure(dns_view_t *view, isc_result_t (*callback)(dns_view_t *, dns_zone_t *)) argument
[all...]
H A Drootns.c32 #include <dns/log.h>
42 #include <dns/view.h>
262 report(dns_view_t *view, dns_name_t *name, isc_boolean_t missing, argument
272 if (strcmp(view->name, "_bind") != 0 &&
273 strcmp(view->name, "_default") != 0) {
274 viewname = view->name;
275 sep = ": view ";
321 check_address_records(dns_view_t *view, dns_db_t *hints, dns_db_t *db, argument
347 report(view, name, ISC_TRUE, &rdata);
355 report(view, nam
421 dns_root_checkhints(dns_view_t *view, dns_db_t *hints, dns_db_t *db) argument
[all...]
H A Dzt.c30 #include <dns/log.h>
35 #include <dns/view.h>
294 dns_view_t *view; local
324 view = dns_zone_getview(zone);
325 if (strcmp(view->name, "_bind") == 0 ||
326 strcmp(view->name, "_default") == 0)
331 vname = view->name;
H A Dvalidator.c36 #include <dns/log.h>
47 #include <dns/view.h>
253 if (!dns_resolver_algorithm_supported(val->view->resolver,
600 } else if (val->view->dlv == NULL || DLVTRIED(val)) {
758 } else if (val->view->dlv == NULL || DLVTRIED(val)) {
1382 * Looks for the requested name and type in the view (zones and cache).
1416 if (val->view->zonetable == NULL)
1420 dns_resolver_getbadcache(val->view->resolver, name, type, &now)) {
1434 result = dns_view_find(val->view, name, type, 0, options,
1582 return (dns_resolver_createfetch(val->view
4119 dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_message_t *message, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_validator_t **validatorp) argument
[all...]
H A Drpz.c34 #include <dns/log.h>
40 #include <dns/view.h>
245 * Forget a view's list of policy zones.
248 dns_rpz_view_destroy(dns_view_t *view) { argument
251 REQUIRE(view != NULL);
253 while (!ISC_LIST_EMPTY(view->rpz_zones)) {
254 zone = ISC_LIST_HEAD(view->rpz_zones);
255 ISC_LIST_UNLINK(view->rpz_zones, zone, link);
257 dns_name_free(&zone->origin, view->mctx);
259 dns_name_free(&zone->nsdname, view
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tkey/
H A Dkeydelete.c29 #include <isc/log.h>
46 #include <dns/view.h>
151 dns_view_t *view; local
155 isc_log_t *log; local
179 log = NULL;
181 RUNCHECK(isc_log_create(mctx, &log, &logconfig));
217 view = NULL;
218 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
219 dns_view_setkeyring(view, ring);
257 dns_view_detach(&view);
[all...]
H A Dkeycreate.c29 #include <isc/log.h>
46 #include <dns/view.h>
208 dns_view_t *view; local
211 isc_log_t *log; local
238 log = NULL;
240 RUNCHECK(isc_log_create(mctx, &log, &logconfig));
276 view = NULL;
277 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
278 dns_view_setkeyring(view, ring);
317 dns_view_detach(&view);
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/tests/
H A Ddnstest.c40 #include <dns/log.h>
43 #include <dns/view.h>
64 * Logging categories: this needs to match the list in bin/named/log.c.
192 * 'zonep'. If 'view' is set, add the zone to that view; otherwise, create
193 * a new view for the purpose.
195 * If the created view is going to be needed by the caller subsequently,
196 * then 'keepview' should be set to true; this will prevent the view
198 * detaching the view.
201 dns_test_makezone(const char *name, dns_zone_t **zonep, dns_view_t *view, argument
[all...]
H A Ddnstest.h26 #include <isc/log.h>
61 dns_test_makezone(const char *name, dns_zone_t **zonep, dns_view_t *view,
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/example/
H A Ddlz_example.c55 void (*log)(int level, const char *fmt, ...); member in struct:dlz_example_data
60 isc_result_t (*writeable_zone)(dns_view_t *view, const char *zone_name);
102 state->log(ISC_LOG_ERROR, "dlz_example: out of record space");
150 if (strcmp(helper_name, "log") == 0) {
151 state->log = ptr;
189 state->log(ISC_LOG_ERROR, "dlz_example: please specify a zone name");
202 state->log(ISC_LOG_INFO, "dlz_example: started for zone %s", state->zone_name);
214 state->log(ISC_LOG_INFO, "dlz_example: shutting down zone %s", state->zone_name);
310 state->log(ISC_LOG_INFO, "dlz_example: transaction already started for zone %s", zone);
329 state->log(ISC_LOG_INF
370 dlz_configure(dns_view_t *view, void *dbdata) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Ddriver.c31 #include <isc/log.h>
72 log_t *log; member in struct:dlz_example_data
118 state->log(ISC_LOG_ERROR, "dlz_example: out of record space");
173 if (strcmp(helper_name, "log") == 0)
174 state->log = (log_t *)ptr;
210 state->log(ISC_LOG_ERROR,
228 state->log(ISC_LOG_INFO,
243 state->log(ISC_LOG_INFO,
350 state->log(ISC_LOG_INFO,
372 state->log(ISC_LOG_INF
420 dlz_configure(dns_view_t *view, void *dbdata) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dbyname_test.c44 #include <dns/log.h>
51 static dns_view_t *view = NULL; variable
126 result = dns_adb_createfind(view->adb, task, adb_callback, NULL,
266 view = NULL;
268 &view) == ISC_R_SUCCESS);
306 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10,
329 RUNTIME_CHECK(dns_fwdtable_add(view->fwdtable, dns_rootname,
334 dns_view_setcache(view, cache);
335 dns_view_freeze(view);
353 dns_view_detach(&view);
[all...]
H A Dadb_test.c41 #include <dns/log.h>
63 static dns_view_t *view; variable
182 view = NULL;
183 result = dns_view_create(mctx, dns_rdataclass_in, "_default", &view);
193 dns_view_setcache(view, cache);
219 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10,
230 dns_view_sethints(view, rootdb);
233 dns_view_freeze(view);
266 now, NULL, view->dstport, &client->find);
357 adb = view
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dhelp_command.rb26 * List local and remote gems whose name contains 'log':
28 gem search log --both
30 * List only remote gems whose name contains 'log':
32 gem search log --remote
53 version. These values are taken from values in rbconfig.rb. You can view
/macosx-10.10.1/bind9-45.101/bind9/bin/check/
H A Dnamed-checkconf.c32 #include <isc/log.h>
43 #include <dns/log.h>
156 configure_zone(const char *vclass, const char *view, argument
330 fprintf(stderr, "%s/%s/%s: %s\n", view, zname, zclass,
335 /*% configure a view */
337 configure_view(const char *vclass, const char *view, const cfg_obj_t *config, argument
361 tresult = configure_zone(vclass, view, zconfig, vconfig,
383 (void)cfg_map_get(config, "view", &views);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/dst/
H A Dgsstest.c28 #include <isc/log.h>
39 #include <dns/log.h>
46 #include <dns/view.h>
450 dns_view_t *view; local
523 view = NULL;
524 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
525 dns_view_setkeyring(view, ring);
556 dns_view_detach(&view);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLogContentView.css26 .content-view.log {
63 .console-user-command-result.console-log-level::before {
414 .search-bar.log-search-bar > input[type="search"] {
420 body.mac-platform.legacy .search-bar.log-search-bar > input[type="search"] {
442 .console-user-command-result.console-log-level::before,
443 .console-messages:focus .console-item.selected .console-user-command-result.console-log-level::before {
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_mgr.c33 #include <isc/log.h>
38 #include <dns/view.h>
45 #include <named/log.h>
542 dns_view_t *view; local
546 for (view = ISC_LIST_HEAD(ns_g_server->viewlist);
547 view != NULL;
548 view = ISC_LIST_NEXT(view, link)
551 /* return first view matching "localhost" source and dest */
553 if(( (view
585 dns_view_t *view = dbus_mgr_get_localhost_view(); local
729 dns_view_t *view=0L; local
[all...]

Completed in 374 milliseconds

123