Searched defs:conf (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzone.h51 const zconf_t *conf; /* ptr to config */ /* TODO: Should this be only a ptr to a local config ? */ member in struct:Zone
62 extern int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone);
H A Dzone.c109 if ( zp->conf ) free ((zconf_t *)zp->conf);
183 new->conf = cp;
195 int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone) argument
203 assert (conf != NULL);
233 localconf = dupconfig (conf);
234 conf = loadconfig (path, localconf);
240 zfile = conf->zonefile;
261 zone_new (listp, zone, dir, zfile, signed_ext, conf);
H A Drollover.c65 static dki_t *genkey (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status) argument
73 dkp = dki_new (dir, domain, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
75 dkp = dki_new (dir, domain, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
82 static dki_t *genkey2 (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, in argument
[all...]
H A Ddnssec-zkt.c135 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf);
136 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
310 fprintf (stderr, "The use of -Z is deprecated. Please use zkt-conf instead\n");
486 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf) argument
506 memcpy (&localconf, conf, sizeof (zconf_t));
507 conf = loadconfig (path, &localconf);
512 dkp = dki_new (dir, keyname, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf
538 ksk_roll(const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
[all...]
H A Dzkt-keyman.c123 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf);
124 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
393 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf) argument
413 memcpy (&localconf, conf, sizeof (zconf_t));
414 conf = loadconfig (path, &localconf);
419 dkp = dki_new (dir, keyname, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
421 dkp = dki_new (dir, keyname, DKI_KSK, conf
445 ksk_roll(const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
[all...]
H A Dmisc.c748 ** verbmesg (verblvl, conf, fmt, ...)
750 void verbmesg (int verblvl, const zconf_t *conf, char *fmt, ...) argument
760 //fprintf (stderr, "verbmesg (%d stdout=%d filelog=%d str = :%s:\n", verblvl, conf->verbosity, conf->verboselog, str);
761 if ( verblvl <= conf->verbosity ) /* check if we have to print this to stdout */
765 if ( verblvl <= conf->verboselog ) /* check logging to syslog and/or file */
H A Dzconf.c3 ** @(#) zconf.c -- configuration file parser for dnssec.conf
132 { "", first, last, CONF_COMMENT, "\t@(#) dnssec.conf "},
589 ** loadconfig (file, conf)
590 ** Loads a config file into the "conf" structure pointed to by "z".
591 ** If "z" is NULL then a new conf struct will be dynamically
593 ** If no filename is given the conf struct will be initialized
676 zconf_t *dupconfig (const zconf_t *conf) argument
680 assert (conf != NULL);
685 memcpy (z, conf, sizeof (zconf_t));
694 zconf_t *freeconfig (zconf_t *conf) argument
[all...]
H A Dzkt-signer.c85 {"named-conf", required_argument, NULL, 'N'},
97 static void usage (char *mesg, zconf_t *conf);
99 static int parsedir (const char *dir, zone_t **zp, const zconf_t *conf);
106 static void copy_keyset (const char *dir, const char *domain, const zconf_t *conf);
327 verbmesg (1, zp->conf, "\n");
347 static void usage (char *mesg, zconf_t *conf) argument
358 fprintf (stderr, "-N named.conf ");
375 fprintf (stderr, "\t-N file%s", loptstr (", --named-conf=file\n", ""));
379 fprintf (stderr, "\t\t The file to sign should be given as an argument (default is \"%s.signed\")\n", conf->zonefile);
384 fprintf (stderr, "\t-r%s\t reload zone via %s\n", loptstr (", --reload", "\t"), conf
428 parsedir(const char *dir, zone_t **zp, const zconf_t *conf) argument
842 const zconf_t *conf; local
971 copy_keyset(const char *dir, const char *domain, const zconf_t *conf) argument
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c69 selective_encode(idn_resconf_t conf, idn_action_t actions, argument
121 r = idn_res_encodename(conf, actions, region_start, to, tolen);
140 selective_decode(idn_resconf_t conf, idn_action_t actions, argument
220 r = idn_res_decodename(conf, actions,
261 set_defaults(idn_resconf_t conf) { argument
264 if ((r = idn_resconf_setdefaults(conf)) != idn_success) {
272 load_conf_file(idn_resconf_t conf, const char *file) { argument
275 if ((r = idn_resconf_loadfile(conf, file)) != idn_success) {
300 set_localcode(idn_resconf_t conf, const char *code) { argument
303 r = idn_resconf_setlocalconvertername(conf, cod
313 set_idncode(idn_resconf_t conf, const char *code) argument
326 set_delimitermapper(idn_resconf_t conf, unsigned long *delimiters, int ndelimiters) argument
339 set_localmapper(idn_resconf_t conf, char **mappers, int nmappers) argument
355 set_nameprep(idn_resconf_t conf, char *version) argument
367 set_mapper(idn_resconf_t conf, char **mappers, int nmappers) argument
381 set_normalizer(idn_resconf_t conf, char **normalizers, int nnormalizer) argument
395 set_prohibit_checkers(idn_resconf_t conf, char **prohibits, int nprohibits) argument
409 set_unassigned_checkers(idn_resconf_t conf, char **unassigns, int nunassigns) argument
[all...]
H A Didnconv.c49 * idnconv -- Codeset converter for named.conf and zone files
111 idn_resconf_t conf,
176 } else if (OPT_MATCH("-conf") || OPT_MATCH("-c")) {
680 idn_resconf_t conf, idn_action_t actions, int flags)
691 r = idn_res_encodename(conf, actions, from_str,
695 r = idn_res_decodename(conf, actions, from_str,
699 r = selective_encode(conf, actions, from_str,
703 r = selective_decode(conf, actions, from_str,
729 "-conf CONF-FILE : specifies idnkit configuration file.",
730 "-c CONF-FILE : synonym for -conf",
679 convert_line(idnconv_strbuf_t *from, idnconv_strbuf_t *to, idn_resconf_t conf, idn_action_t actions, int flags) argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp72 add_keyword("conf", conf_type);
139 "conf, #, prop, tp, tp-glob, a new line or eof");
245 conf(void) function in class:reader
288 impl::atffile::conf(void) function in class:impl::atffile
342 return atffile(r.conf(), r.tps(), r.props());
/bind-9.6-ESV-R11/bin/named/
H A Dconfig.c225 ns_config_parsedefaults(cfg_parser_t *parser, cfg_obj_t **conf) { argument
230 return (cfg_parse_buffer(parser, &b, &cfg_type_namedconf, conf));
H A Dserver.c1938 * configured in named.conf.
3258 count_zones(const cfg_obj_t *conf) { argument
3263 REQUIRE(conf != NULL);
3265 cfg_map_get(conf, "zone", &zonelist);
3343 * option where the above parsing failed, parse resolv.conf.
3884 * files specified in named.conf get created by the

Completed in 257 milliseconds