Lines Matching defs:parent

117 **	Check if the parent directory of the zone specified by zp
130 if ( fileexist (path) ) /* parent dir has local config file ? */
144 * used in the parent dir (see above)
154 const zone_t *parent;
157 /* find out name of parent */
159 if ( parentname == NULL ) /* no parent found! */
163 /* try to find parent zone in zonelist */
164 if ( (parent = zone_search (zonelist, parentname)) == NULL )
166 snprintf (path, sizeof (path), "%s/%s", parent->dir, parent->sfile);
173 return fileexist (path); /* parent dir has zone.db.signed file ? */
249 /* build path of parent-file */
250 pathname (path, sizeof (path), zp->dir, "parent-", zp->zone);
255 /* we are in hierachical mode and the parent directory contains a signed zone ? */
268 /* find the oldest active ksk to create the parent file */
287 /* check if parent-file already exist */
288 if ( !fileexist (path) ) /* no parent-<zone> file found ? */
295 /* TODO: Set these values to the one found in the parent dnssec.conf file */
305 verbmesg (2, z, "\t\tkskrollover: save new ksk in parent file\n");
309 lg_mesg (LG_INFO, "\"%s\": kskrollover phase2: send new key %d to the parent zone", zp->zone, ksk->tag);
315 case 2: /* we are currently in state two (propagation of new key to the parent) */
336 verbmesg (2, z, "\t\tkskrollover: we are in state 2 and waiting for parent propagation (parentfile %d < parentprop %d + parentresig %d + parentkeyttl %d\n", parfile_age, parent_propagation, parent_resign, parent_keyttl);
338 verbmesg (2, z, "\t\tkskrollover: we are in state 2 and waiting for parent propagation (parentfile %dsec < parentprop %dsec + parentkeyttl %dsec\n", parfile_age, parent_propagation, parent_keyttl);