/bind-9.6-ESV-R11/contrib/zkt/examples/flat/ |
H A D | named.conf | 14 print-category yes; 21 print-category yes; 29 print-category yes; 33 category "dnssec" { "dnssec-log"; }; 34 category "default" { "named-log"; }; 35 category "resolver" { "resolver-log"; }; 36 category "client" { "resolver-log"; }; 37 category "queries" { "resolver-log"; };
|
/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/ |
H A D | named.conf | 14 print-category yes; 21 print-category yes; 29 print-category yes; 33 category "dnssec" { "dnssec-log"; }; 34 category "default" { "named-log"; }; 35 category "resolver" { "resolver-log"; }; 36 category "client" { "resolver-log"; }; 37 category "queries" { "resolver-log"; };
|
/bind-9.6-ESV-R11/bin/tests/startperf/ |
H A D | setup.sh | 53 print-category no; 55 category default {
|
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/ |
H A D | named.dirconf | 38 category default { default_log; default_debug; }; 39 category lame-servers { null; };
|
H A D | named.pipeconf | 38 category default { default_log; default_debug; }; 39 category lame-servers { null; };
|
H A D | named.plain | 38 category default { default_log; default_debug; }; 39 category lame-servers { null; };
|
H A D | named.symconf | 38 category default { default_log; default_debug; }; 39 category lame-servers { null; };
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | log.h | 92 * structures names each category, and the id value is initialized by calling 158 * Do not log directly to DEFAULT. Use another category. When in doubt, 205 * the category/module specification of isc_log_[v]write[1] that is compiled 328 *\li A category should only be registered once, but no mechanism enforces 356 * \li There are references to each category in the logging context, 422 * the default logging category can be changed by redefining 424 * logging category can be changed with only one additional function 469 const isc_logcategory_t *category, 472 * Associate a named logging channel with a category and module that 481 *\li Specifying a very large number of channels for a category wil [all...] |
/bind-9.6-ESV-R11/contrib/zkt/examples/views/ |
H A D | named.conf | 13 print-category yes; 17 category "dnssec" { "named-log"; }; 18 category "edns-disabled" { "named-log"; }; 19 category "default" { "named-log"; };
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_openssl.h | 47 dst__openssl_toresult3(isc_logcategory_t *category,
|
H A D | openssl_link.c | 361 dst__openssl_toresult3(isc_logcategory_t *category, argument 371 isc_log_write(dns_lctx, category, 379 isc_log_write(dns_lctx, category,
|
H A D | openssldsa_link.c | 171 return (dst__openssl_toresult3(dctx->category, 186 return (dst__openssl_toresult3(dctx->category, 194 return (dst__openssl_toresult3(dctx->category, 200 return (dst__openssl_toresult3(dctx->category, 208 return (dst__openssl_toresult3(dctx->category, 295 return (dst__openssl_toresult3(dctx->category,
|
H A D | dst_internal.h | 125 isc_logcategory_t *category; member in struct:dst_context
|
H A D | opensslrsa_link.c | 158 return (dst__openssl_toresult3(dctx->category, 308 return (dst__openssl_toresult3(dctx->category, 399 return (dst__openssl_toresult3(dctx->category, 494 return (dst__openssl_toresult3(dctx->category, 537 return (dst__openssl_toresult3(dctx->category, 627 dctx->category,
|
H A D | dst_api.c | 250 isc_logcategory_t *category, dst_context_t **dctxp) { 269 dctx->category = category; 249 dst_context_create2(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category, dst_context_t **dctxp) argument
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | logconf.c | 43 * Set up a logging category according to the named.conf data 50 isc_logcategory_t *category; local 56 category = isc_log_categorybyname(ns_g_lctx, catname); 57 if (category == NULL) { 59 "unknown logging category '%s' ignored", 80 result = isc_log_usechannel(logconfig, channelname, category, 189 (void)cfg_map_get(channel, "print-category", &printcat); 290 (void)cfg_map_get(logstmt, "category", &categories); 295 const cfg_obj_t *category = cfg_listelt_value(element); local 296 CHECK(category_fromconf(category, logconfi [all...] |
H A D | statschannel.c | 480 const char *category, const char **desc, int ncounters, 493 UNUSED(category); 521 if (category != NULL) { 524 category)); 546 if (category != NULL) 547 TRY0(xmlTextWriterEndElement(writer)); /* category */ 479 dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | log.c | 83 * category, and then each structure in the linked list is checked for 85 * associated with any given category will be very short, no more than 112 * the category/module specification of isc_log_[v]write[1] that is compiled 139 * Note that the category and module information is not locked. 141 * in a program, and the category/module registration happens only once. 189 * The default category is provided so that the internal default can 240 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, 388 * Set the default category's channel to default_stderr, 576 * in one category array to point to the next array exists because 605 * Update the id number of the category wit 787 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, const isc_logcategory_t *category, const isc_logmodule_t *module) argument 830 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 846 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 858 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 874 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 886 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument 904 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument 917 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument 935 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument 1404 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | named.conf | 511 * category, the default category is used 522 * in the problem's native category) 547 category parser { 552 category lame-servers { null; }; // don't log these at all 558 print-category yes; // print category name 587 category load { no_info_messages; }; 590 * You can also define category "default"; it gets used when no 591 * "category" statemen [all...] |
H A D | log_test.c | 56 const isc_logcategory_t *category; local 131 category = isc_log_categorybyname(lctx, "notify"); 132 if (category != NULL) 133 fprintf(stderr, "%s category found. (expected)\n", 134 category->name); 136 fprintf(stderr, "notify category not found!\n"); 202 * Write to the internal default by testing both a category for which 203 * no channel has been specified and a category which was specified 210 "Unspecified category and unspecified module to stderr", 214 "Specified category an [all...] |
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | client.h | 328 ns_client_log(ns_client_t *client, isc_logcategory_t *category, 333 ns_client_logv(ns_client_t *client, isc_logcategory_t *category,
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | resolver.h | 367 isc_logcategory_t *category, isc_logmodule_t *module, 371 * 'lctx', 'category', 'module', and 'level' are used to write the log message.
|
H A D | zone.h | 1647 dns_zone_logc(dns_zone_t *zone, isc_logcategory_t *category, int level,
|
/bind-9.6-ESV-R11/lib/dns/include/dst/ |
H A D | dst.h | 128 isc_logcategory_t *category, dst_context_t **dctxp);
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 2001 const cfg_obj_t *category; local 2070 cfg_map_get(logobj, "category", &categories); 2076 category = cfg_listelt_value(element); 2077 catname = cfg_obj_asstring(cfg_tuple_get(category, "name")); 2079 cfg_obj_log(category, logctx, ISC_LOG_ERROR, 2080 "undefined category: '%s'", catname); 2083 channels = cfg_tuple_get(category, "destinations");
|