spelling
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: db.h,v 1.95 2009/01/05 23:47:53 tbox Exp $ */
|
||||
/* $Id: db.h,v 1.96 2009/01/17 12:31:49 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_DB_H
|
||||
#define DNS_DB_H 1
|
||||
@@ -1072,7 +1072,7 @@ isc_result_t
|
||||
dns_db_allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
|
||||
isc_stdtime_t now, dns_rdatasetiter_t **iteratorp);
|
||||
/*%<
|
||||
* Make '*iteratorp' an rdataset iteratator for all rdatasets at 'node' in
|
||||
* Make '*iteratorp' an rdataset iterator for all rdatasets at 'node' in
|
||||
* version 'version' of 'db'.
|
||||
*
|
||||
* Notes:
|
||||
@@ -1259,7 +1259,7 @@ dns_db_getsoaserial(dns_db_t *db, dns_dbversion_t *ver, isc_uint32_t *serialp);
|
||||
void
|
||||
dns_db_overmem(dns_db_t *db, isc_boolean_t overmem);
|
||||
/*%<
|
||||
* Enable / disable agressive cache cleaning.
|
||||
* Enable / disable aggressive cache cleaning.
|
||||
*/
|
||||
|
||||
unsigned int
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: diff.h,v 1.15 2008/04/02 02:37:42 marka Exp $ */
|
||||
/* $Id: diff.h,v 1.16 2009/01/17 12:35:45 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_DIFF_H
|
||||
#define DNS_DIFF_H 1
|
||||
@@ -110,7 +110,7 @@ struct dns_diff {
|
||||
ISC_LIST(dns_difftuple_t) tuples;
|
||||
};
|
||||
|
||||
/* Type of comparision function for sorting diffs. */
|
||||
/* Type of comparison function for sorting diffs. */
|
||||
typedef int dns_diff_compare_func(const void *, const void *);
|
||||
|
||||
/***
|
||||
@@ -121,7 +121,7 @@ ISC_LANG_BEGINDECLS
|
||||
|
||||
/**************************************************************************/
|
||||
/*
|
||||
* Maniuplation of diffs and tuples.
|
||||
* Manipulation of diffs and tuples.
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
* USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dlz.h,v 1.7 2007/06/19 23:47:16 tbox Exp $ */
|
||||
/* $Id: dlz.h,v 1.8 2009/01/17 12:38:14 fdupont Exp $ */
|
||||
|
||||
/*! \file dns/dlz.h */
|
||||
|
||||
@@ -133,7 +133,7 @@ typedef void
|
||||
/*%<
|
||||
* Method prototype. Drivers implementing the DLZ interface MUST
|
||||
* supply a destroy method. This method is called when the DNS server
|
||||
* is shuting down and no longer needs the driver.
|
||||
* is shutting down and no longer needs the driver.
|
||||
*/
|
||||
|
||||
typedef isc_result_t
|
||||
@@ -157,7 +157,7 @@ typedef isc_result_t
|
||||
* \li 3) we run out of domain name labels. I.E. we have tried the
|
||||
* shortest domain name
|
||||
* \li 4) the number of labels in the domain name is less than
|
||||
* min_lables for dns_dlzfindzone
|
||||
* min_labels for dns_dlzfindzone
|
||||
*
|
||||
* The driver's find zone method should return ISC_R_SUCCESS and a
|
||||
* database pointer to the name server if the zone is supported by the
|
||||
@@ -202,7 +202,7 @@ dns_dlzallowzonexfr(dns_view_t *view, dns_name_t *name,
|
||||
|
||||
/*%<
|
||||
* This method is called when the DNS server is performing a zone
|
||||
* transfer query. It will call the DLZ driver's allow zone tranfer
|
||||
* transfer query. It will call the DLZ driver's allow zone transfer
|
||||
* method.
|
||||
*/
|
||||
|
||||
@@ -223,7 +223,7 @@ void
|
||||
dns_dlzdestroy(dns_dlzdb_t **dbp);
|
||||
|
||||
/*%<
|
||||
* This method is called when the DNS server is shuting down and no
|
||||
* This method is called when the DNS server is shutting down and no
|
||||
* longer needs the driver. If the DLZ driver supplies a destroy
|
||||
* methods, this function will call it.
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: journal.h,v 1.33 2008/04/01 23:47:10 tbox Exp $ */
|
||||
/* $Id: journal.h,v 1.34 2009/01/17 12:41:50 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_JOURNAL_H
|
||||
#define DNS_JOURNAL_H 1
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
/*! \file dns/journal.h
|
||||
* \brief
|
||||
* Database journalling.
|
||||
* Database journaling.
|
||||
*/
|
||||
|
||||
/***
|
||||
@@ -193,7 +193,7 @@ dns_journal_iter_init(dns_journal_t *j,
|
||||
* Returns:
|
||||
*\li ISC_R_SUCCESS
|
||||
*\li ISC_R_RANGE begin_serial is outside the addressable range.
|
||||
*\li ISC_R_NOTFOUND begin_serial is within the range of adressable
|
||||
*\li ISC_R_NOTFOUND begin_serial is within the range of addressable
|
||||
* serial numbers covered by the journal, but
|
||||
* this particular serial number does not exist.
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.42 2007/06/18 23:47:42 tbox Exp $ */
|
||||
/* $Id: log.h,v 1.43 2009/01/17 12:44:18 fdupont Exp $ */
|
||||
|
||||
/*! \file dns/log.h
|
||||
* \author Principal Authors: DCL */
|
||||
@@ -88,7 +88,7 @@ dns_log_init(isc_log_t *lctx);
|
||||
*\li dns_log_init() is called only once.
|
||||
*
|
||||
* Ensures:
|
||||
* \li The catgories and modules defined above are available for
|
||||
* \li The categories and modules defined above are available for
|
||||
* use by isc_log_usechannnel() and isc_log_write().
|
||||
*/
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: lookup.h,v 1.12 2007/06/19 23:47:17 tbox Exp $ */
|
||||
/* $Id: lookup.h,v 1.13 2009/01/17 12:45:11 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_LOOKUP_H
|
||||
#define DNS_LOOKUP_H 1
|
||||
@@ -28,7 +28,7 @@
|
||||
* \brief
|
||||
* The lookup module performs simple DNS lookups. It implements
|
||||
* the full resolver algorithm, both looking for local data and
|
||||
* resoving external names as necessary.
|
||||
* resolving external names as necessary.
|
||||
*
|
||||
* MP:
|
||||
*\li The module ensures appropriate synchronization of data structures it
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: message.h,v 1.125 2008/04/03 06:09:04 tbox Exp $ */
|
||||
/* $Id: message.h,v 1.126 2009/01/17 12:49:22 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_MESSAGE_H
|
||||
#define DNS_MESSAGE_H 1
|
||||
@@ -161,7 +161,7 @@ typedef int dns_messagetextflag_t;
|
||||
occurs */
|
||||
#define DNS_MESSAGEPARSE_CLONEBUFFER 0x0004 /*%< save a copy of the
|
||||
source buffer */
|
||||
#define DNS_MESSAGEPARSE_IGNORETRUNCATION 0x0008 /*%< trucation errors are
|
||||
#define DNS_MESSAGEPARSE_IGNORETRUNCATION 0x0008 /*%< truncation errors are
|
||||
* not fatal. */
|
||||
|
||||
/*
|
||||
@@ -1199,7 +1199,7 @@ dns_message_takebuffer(dns_message_t *msg, isc_buffer_t **buffer);
|
||||
*\li msg be a valid message.
|
||||
*
|
||||
*\li buffer != NULL && *buffer is a valid isc_buffer_t, which was
|
||||
* dynamincally allocated via isc_buffer_allocate().
|
||||
* dynamically allocated via isc_buffer_allocate().
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: name.h,v 1.126 2007/06/19 23:47:17 tbox Exp $ */
|
||||
/* $Id: name.h,v 1.127 2009/01/17 12:51:59 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_NAME_H
|
||||
#define DNS_NAME_H 1
|
||||
@@ -243,7 +243,7 @@ dns_name_setbuffer(dns_name_t *name, isc_buffer_t *buffer);
|
||||
*
|
||||
* Notes:
|
||||
* \li Specification of a target buffer in dns_name_fromwire(),
|
||||
* dns_name_fromtext(), and dns_name_concatentate() is optional if
|
||||
* dns_name_fromtext(), and dns_name_concatenate() is optional if
|
||||
* 'name' has a dedicated buffer.
|
||||
*
|
||||
* \li The caller must not write to buffer until the name has been
|
||||
@@ -1083,7 +1083,7 @@ dns_name_dynamic(dns_name_t *name);
|
||||
*
|
||||
* Returns:
|
||||
*
|
||||
*\li 'ISC_TRUE' if the name is dynamic othewise 'ISC_FALSE'.
|
||||
*\li 'ISC_TRUE' if the name is dynamic otherwise 'ISC_FALSE'.
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
@@ -1221,7 +1221,7 @@ dns_name_destroy(void);
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
/*
|
||||
*** High Peformance Macros
|
||||
*** High Performance Macros
|
||||
***/
|
||||
|
||||
/*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsec3.h,v 1.5 2008/09/24 03:16:58 tbox Exp $ */
|
||||
/* $Id: nsec3.h,v 1.6 2009/01/17 12:54:59 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_NSEC3_H
|
||||
#define DNS_NSEC3_H 1
|
||||
@@ -121,7 +121,7 @@ dns_nsec3_addnsec3s(dns_db_t *db, dns_dbversion_t *version,
|
||||
*
|
||||
* dns_nsec3_addnsec3s() will examine the NSEC3PARAM RRset to determine which
|
||||
* chains to be updated. NSEC3PARAM records with the DNS_NSEC3FLAG_CREATE
|
||||
* will be preferentially choosen over NSEC3PARAM records without
|
||||
* will be preferentially chosen over NSEC3PARAM records without
|
||||
* DNS_NSEC3FLAG_CREATE set. NSEC3PARAM records with DNS_NSEC3FLAG_REMOVE
|
||||
* set will be ignored by dns_nsec3_addnsec3s(). If DNS_NSEC3FLAG_CREATE
|
||||
* is set then the new NSEC3 will have OPTOUT set to match the that in the
|
||||
@@ -167,7 +167,7 @@ dns_nsec3_active(dns_db_t *db, dns_dbversion_t *version,
|
||||
isc_boolean_t complete, isc_boolean_t *answer);
|
||||
/*%<
|
||||
* Check if there are any complete/to be built NSEC3 chains.
|
||||
* If 'complete' is ISC_TRUE only complete chains will be recognised.
|
||||
* If 'complete' is ISC_TRUE only complete chains will be recognized.
|
||||
*
|
||||
* Requires:
|
||||
* 'db' to be valid.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: peer.h,v 1.33 2008/04/03 06:09:05 tbox Exp $ */
|
||||
/* $Id: peer.h,v 1.34 2009/01/17 12:56:23 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_PEER_H
|
||||
#define DNS_PEER_H 1
|
||||
@@ -78,7 +78,7 @@ struct dns_peer {
|
||||
isc_sockaddr_t *transfer_source;
|
||||
isc_sockaddr_t *notify_source;
|
||||
isc_sockaddr_t *query_source;
|
||||
isc_uint16_t udpsize; /* recieve size */
|
||||
isc_uint16_t udpsize; /* receive size */
|
||||
isc_uint16_t maxudp; /* transmit size */
|
||||
|
||||
isc_uint32_t bitflags;
|
||||
|
||||
Reference in New Issue
Block a user