# 2010-07-02 Add check for ss_family (for minix).
# 2010-04-26 Fix to use CPPFLAGS for CHECK_COMPILER_FLAGS.
# 2010-03-01 Fix RPATH using CONFIG_COMMANDS to run at the very end.
-# 2010-02-18 WITH_SSL outputs the LIBSSL_LDFLAGS, LIBS, CPPFLAGS seperate, -ldl
+# 2010-02-18 WITH_SSL outputs the LIBSSL_LDFLAGS, LIBS, CPPFLAGS separate, -ldl
# 2010-02-01 added ACX_CHECK_MEMCMP_SIGNED, AHX_MEMCMP_BROKEN
# 2010-01-20 added AHX_COONFIG_STRLCAT
# 2009-07-14 U_CHAR detection improved for windows crosscompile.
* when walking the tree with the ldns_dnssec_name_node_next_nonglue()
* function. But watch out! Names that are partially occluded (like glue with
* the same name as the delegation) will not be marked and should specifically
- * be taken into account seperately.
+ * be taken into account separately.
*
* When glue_list is given (not NULL), in the process of marking the names, all
* glue resource records will be pushed to that list, even glue at delegation names.
* when walking the tree with the ldns_dnssec_name_node_next_nonglue()
* function. But watch out! Names that are partially occluded (like glue with
* the same name as the delegation) will not be marked and should specifically
- * be taken into account seperately.
+ * be taken into account separately.
*
* \param[in] zone the zone in which to mark the names
* \return LDNS_STATUS_OK on success, an error code otherwise
<t>
In the DNS the atomic data type is an RRset. This is a list
of RRs with the same ownername, type and class. Net::DNS doesn't
-have rrsets as a seperate object.
+have rrsets as a separate object.
</t>
<t>
In lDNS we have the ldns_rr_list, which just holds a bunch of RR's.
"The validation path "
"did not end in a self-signed certificate" },
{ LDNS_STATUS_INVALID_ILNP64,
- "Conversion error, 4 colon seperated hex numbers expected" },
+ "Conversion error, 4 colon separated hex numbers expected" },
{ LDNS_STATUS_INVALID_EUI48,
"Conversion error, 6 two character hex numbers "
- "seperated by dashes expected (i.e. xx-xx-xx-xx-xx-xx" },
+ "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx" },
{ LDNS_STATUS_INVALID_EUI64,
"Conversion error, 8 two character hex numbers "
- "seperated by dashes expected (i.e. xx-xx-xx-xx-xx-xx-xx-xx" },
+ "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx-xx-xx" },
{ LDNS_STATUS_WIRE_RDATA_ERR, "invalid rdata in wire format" },
{ LDNS_STATUS_INVALID_TAG,
"Conversion error, a non-zero sequence of US-ASCII letters "
* try to resolve the names we do got
*/
if (verbosity >= 3) {
- printf("Did not get address record for nameserver, doing seperate query.\n");
+ printf("Did not get address record for nameserver, doing separate query.\n");
}
ns_addr = ldns_rr_list_new();
for(i = 0; (size_t) i < ldns_rr_list_rr_count(new_nss); i++) {
/* generate a new key */
key = ldns_key_new_frm_algorithm(algorithm, bits);
- /* set the owner name in the key - this is a /seperate/ step */
+ /* set the owner name in the key - this is a /separate/ step */
ldns_key_set_pubkey_owner(key, domain);
/* ksk flag */
}
/* find the public key in the zone, or in a
- * seperate file
+ * separate file
* we 'generate' one anyway,
* then match that to any present in the zone,
* if it matches, we drop our own. If not,
}
zrr = ldns_zone_rrs(z);
- soa = ldns_zone_soa(z); /* SOA is stored seperately */
+ soa = ldns_zone_soa(z); /* SOA is stored separately */
fprintf(stderr, "%s\n", argv[i]);
* when walking the tree with the ldns_dnssec_name_node_next_nonglue()
* function. But watch out! Names that are partially occluded (like glue with
* the same name as the delegation) will not be marked and should specifically
- * be taken into account seperately.
+ * be taken into account separately.
*
* When glue_list is given (not NULL), in the process of marking the names, all
* glue resource records will be pushed to that list, even glue at the delegation name.
* when walking the tree with the ldns_dnssec_name_node_next_nonglue()
* function. But watch out! Names that are partially occluded (like glue with
* the same name as the delegation) will not be marked and should specifically
- * be taken into account seperately.
+ * be taken into account separately.
*
* \param[in] zone the zone in which to mark the names
* \return LDNS_STATUS_OK on succesful completion
/**
* Converts an LDNS_RDF_TYPE_ILNP64 rdata element to 4 hexadecimal numbers
- * seperated by colons and adds it to the output buffer
+ * separated by colons and adds it to the output buffer
* \param[in] *rdf The rdata to convert
* \param[in] *output The buffer to add the data to
* \return LDNS_STATUS_OK on success, and error status on failure
/**
* Converts an LDNS_RDF_TYPE_EUI48 rdata element to 6 hexadecimal numbers
- * seperated by dashes and adds it to the output buffer
+ * separated by dashes and adds it to the output buffer
* \param[in] *rdf The rdata to convert
* \param[in] *output The buffer to add the data to
* \return LDNS_STATUS_OK on success, and error status on failure
/**
* Converts an LDNS_RDF_TYPE_EUI64 rdata element to 8 hexadecimal numbers
- * seperated by dashes and adds it to the output buffer
+ * separated by dashes and adds it to the output buffer
* \param[in] *rdf The rdata to convert
* \param[in] *output The buffer to add the data to
* \return LDNS_STATUS_OK on success, and error status on failure
The first main tool to use ldns is Drill, from which part of the library was
derived. From version 1.0.0 on, drill is included in the ldns release
-and will not be distributed seperately anymore. The library also includes some
+and will not be distributed separately anymore. The library also includes some
other examples and tools to show how it can be used. These can be found in the
examples/ directory in the tarball.
LDNS_RDF_TYPE_NSEC3_NEXT_OWNER,
/** 4 shorts represented as 4 * 16 bit hex numbers
- * seperated by colons. For NID and L64.
+ * separated by colons. For NID and L64.
*/
LDNS_RDF_TYPE_ILNP64,
- /** 6 * 8 bit hex numbers seperated by dashes. For EUI48. */
+ /** 6 * 8 bit hex numbers separated by dashes. For EUI48. */
LDNS_RDF_TYPE_EUI48,
- /** 8 * 8 bit hex numbers seperated by dashes. For EUI64. */
+ /** 8 * 8 bit hex numbers separated by dashes. For EUI64. */
LDNS_RDF_TYPE_EUI64,
/** A non-zero sequence of US-ASCII letters and numbers in lower case.
ldns_status ldns_str2rdf_dname(ldns_rdf **rd, const char *str);
/**
- * convert 4 * 16bit hex seperated by colons into wireformat
+ * convert 4 * 16bit hex separated by colons into wireformat
* \param[in] rd the rdf where to put the data
* \param[in] str the string to be converted
* \return ldns_status
ldns_status ldns_str2rdf_ilnp64(ldns_rdf **rd, const char *str);
/**
- * convert 6 hex bytes seperated by dashes into wireformat
+ * convert 6 hex bytes separated by dashes into wireformat
* \param[in] rd the rdf where to put the data
* \param[in] str the string to be converted
* \return ldns_status
ldns_status ldns_str2rdf_eui48(ldns_rdf **rd, const char *str);
/**
- * convert 8 hex bytes seperated by dashes into wireformat
+ * convert 8 hex bytes separated by dashes into wireformat
* \param[in] rd the rdf where to put the data
* \param[in] str the string to be converted
* \return ldns_status
# only show those ranges or not (-v)
# single numbers: 4
# ranges: 5-10 (inclusive)
-# seperated by comma's
+# separated by comma's
# -v reverse
use strict;
.SH OUTPUT FORMAT
\fBpcat-print\fR will output records.
Each record consists of an index and then three packets.
-Each packet is seperated by a line of '='s. All in all the output looks
+Each packet is separated by a line of '='s. All in all the output looks
like:
==========================
/* if tsig values are set, tsign it */
/* TODO: make last 3 arguments optional too? maybe make complete
- rr instead of seperate values in resolver (and packet)
+ rr instead of separate values in resolver (and packet)
Jelte
should this go in pkt_prepare?
*/