Searched refs:zconf_t (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dnscomm.h49 extern int dyn_update_freeze (const char *domain, const zconf_t *z, int freeze);
50 extern int reload_zone (const char *domain, const zconf_t *z);
H A Dzconf.h190 } zconf_t; typedef in typeref:struct:zconf
193 extern zconf_t *loadconfig (const char *filename, zconf_t *z);
194 extern zconf_t *loadconfig_fromstr (const char *str, zconf_t *z);
195 extern zconf_t *dupconfig (const zconf_t *conf);
196 extern zconf_t *freeconfig (zconf_t *conf);
197 extern int setconfigpar (zconf_t *con
[all...]
H A Drollover.h56 extern int ksk5011status (dki_t **listp, const char *dir, const char *domain, const zconf_t *z);
58 extern int zskstatus (dki_t **listp, const char *dir, const char *domain, const zconf_t *z);
H A Dzone.h51 const zconf_t *conf; /* ptr to config */ /* TODO: Should this be only a ptr to a local config ? */
58 extern zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp);
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 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);
138 static void usage (char *mesg, zconf_t *cp);
141 static void setglobalflags (zconf_t *config)
162 zconf_t *config;
170 config = loadconfig ("", (zconf_t *)NULL); /* load built in config */
409 static void usage (char *mesg, zconf_t *cp)
486 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf)
499 zconf_t localconf;
506 memcpy (&localconf, conf, sizeof (zconf_t));
[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);
126 static void usage (char *mesg, zconf_t *cp);
129 static void setglobalflags (zconf_t *config)
147 zconf_t *config;
155 config = loadconfig ("", (zconf_t *)NULL); /* load built in config */
340 static void usage (char *mesg, zconf_t *cp)
393 static void createkey (const char *keyname, const dki_t *list, const zconf_t *conf)
406 zconf_t localconf;
413 memcpy (&localconf, conf, sizeof (zconf_t));
[all...]
H A Dzone.c109 if ( zp->conf ) free ((zconf_t *)zp->conf);
140 zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp)
195 int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone)
200 zconf_t *localconf = NULL;
H A Dzkt-ls.c128 static void usage (char *mesg, zconf_t *cp);
130 static void setglobalflags (zconf_t *config)
151 zconf_t *config;
159 config = loadconfig ("", (zconf_t *)NULL); /* load built in config */
320 static void usage (char *mesg, zconf_t *cp)
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)
82 static dki_t *genkey2 (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status)
99 static time_t get_exptime (dki_t *key, const zconf_t *z)
126 const zconf_t *conf;
227 const zconf_t *z;
364 int ksk5011status (dki_t **listp, const char *dir, const char *domain, const zconf_t *z)
473 const zconf_t *z;
532 int zskstatus (dki_t **listp, const char *dir, const char *domain, const zconf_t *z)
H A Dmisc.h80 extern void verbmesg (int verblvl, const zconf_t *conf, char *fmt, ...);
H A Dzkt-conf.c109 zconf_t *refconfig = NULL;
110 zconf_t *config;
119 config = loadconfig ("", (zconf_t *)NULL); /* load built in config */
H A Dzkt-signer.c97 static void usage (char *mesg, zconf_t *conf);
99 static int parsedir (const char *dir, zone_t **zp, const zconf_t *conf);
105 static void register_key (dki_t *listp, const zconf_t *z);
106 static void copy_keyset (const char *dir, const char *domain, const zconf_t *conf);
125 static zconf_t *config;
158 config = loadconfig ("", (zconf_t *)NULL); /* load build-in config */
347 static void usage (char *mesg, zconf_t *conf)
428 static int parsedir (const char *dir, zone_t **zp, const zconf_t *conf)
712 static void register_key (dki_t *list, const zconf_t *z)
842 const zconf_t *con
[all...]
H A Dnscomm.c53 int dyn_update_freeze (const char *domain, const zconf_t *z, int freeze)
196 int reload_zone (const char *domain, const zconf_t *z)
H A Dzconf.c101 static zconf_t def = {
240 static void set_all_varptr (zconf_t *cp, const zconf_t *cp2)
296 static void parseconfigline (char *buf, unsigned int line, zconf_t *z)
596 zconf_t *loadconfig (const char *filename, zconf_t *z)
602 if ( z == NULL ) /* allocate new memory for zconf_t */
604 if ( (z = calloc (1, sizeof (zconf_t))) == NULL )
608 memcpy (z, &def, sizeof (zconf_t)); /* init new struct with defaults */
614 memcpy (z, &def, sizeof (zconf_t)); /*
[all...]
H A Dmisc.c750 void verbmesg (int verblvl, const zconf_t *conf, char *fmt, ...)

Completed in 224 milliseconds