Lines Matching defs:first

74 # define	first	(1)
131 { "", first, last, CONF_COMMENT, ""},
132 { "", first, last, CONF_COMMENT, "\t@(#) dnssec.conf "},
133 { "", first, last, CONF_VERSION, "" },
134 { "", first, last, CONF_COMMENT, ""},
135 { "", first, last, CONF_COMMENT, NULL },
137 { "", first, 99, CONF_COMMENT, "dnssec-zkt options" },
139 { "ZoneDir", first, last, CONF_STRING, &def.zonedir },
140 { "Recursive", first, last, CONF_BOOL, &def.recursive },
141 { "PrintTime", first, last, CONF_BOOL, &def.printtime },
142 { "PrintAge", first, last, CONF_BOOL, &def.printage },
143 { "LeftJustify", first, last, CONF_BOOL, &def.ljust },
146 { "", first, last, CONF_COMMENT, NULL },
147 { "", first, last, CONF_COMMENT, "zone specific values" },
148 { "ResignInterval", first, last, CONF_TIMEINT, &def.resign },
149 { "SigValidity", first, last, CONF_TIMEINT, &def.sigvalidity },
150 { "Max_TTL", first, 100, CONF_TIMEINT, &def.max_ttl },
152 { "Propagation", first, last, CONF_TIMEINT, &def.proptime },
156 { "def_ttl", first, last, CONF_TIMEINT, &def.def_ttl },
160 { "", first, last, CONF_COMMENT, NULL },
161 { "", first, last, CONF_COMMENT, "signing key parameters"},
166 { "KSK_lifetime", first, 100, CONF_TIMEINT, &def.k_life },
168 { "KSK_algo", first, 98, CONF_ALGO, &def.k_algo }, /* old KSK value changed to key algorithm */
169 { "KSK_bits", first, 100, CONF_INT, &def.k_bits },
171 { "KSK_randfile", first, 100, CONF_STRING, &def.k_random },
173 { "ZSK_lifetime", first, 100, CONF_TIMEINT, &def.z_life },
176 { "ZSK_algo", first, 98, CONF_ALGO, &def.k2_algo }, /* if someone using it already, map the algo to the additional key algorithm */
177 { "ZSK_bits", first, 100, CONF_INT, &def.z_bits },
179 { "ZSK_randfile", first, 100, CONF_STRING, &def.z_random },
184 { "", first, last, CONF_COMMENT, NULL },
185 { "", first, 99, CONF_COMMENT, "dnssec-signer options"},
196 { "KeyFile", first, last, CONF_STRING, &def.keyfile },
197 { "ZoneFile", first, last, CONF_STRING, &def.zonefile },
198 { "KeySetDir", first, last, CONF_STRING, &def.keysetdir },
199 { "DLV_Domain", first, 100, CONF_STRING, &def.lookaside },
201 { "Sig_Randfile", first, 100, CONF_STRING, &def.sig_random },
203 { "Sig_Pseudorand", first, 100, CONF_BOOL, &def.sig_pseudo },
205 { "Sig_GenerateDS", first, 100, CONF_BOOL, &def.sig_gends },
209 { "Sig_Parameter", first, 100, CONF_STRING, &def.sig_param },
317 /* Get the end of the first argument */
337 val++; /* Skip the first quote */