Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
583
Issues
583
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
70838338
Commit
70838338
authored
Jan 17, 2009
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling
parent
a344069f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lib/dns/validator.c
lib/dns/validator.c
+7
-7
No files found.
lib/dns/validator.c
View file @
70838338
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: validator.c,v 1.16
6 2009/01/05 23:47:53 tbox
Exp $ */
/* $Id: validator.c,v 1.16
7 2009/01/17 15:12:26 fdupont
Exp $ */
#include <config.h>
...
...
@@ -89,7 +89,7 @@
#define VALID_VALIDATOR(v) ISC_MAGIC_VALID(v, VALIDATOR_MAGIC)
#define VALATTR_SHUTDOWN 0x0001
/*%< Shutting down. */
#define VALATTR_CANCELED 0x0002
/*%< Cancel
l
ed. */
#define VALATTR_CANCELED 0x0002
/*%< Canceled. */
#define VALATTR_TRIEDVERIFY 0x0004
/*%< We have found a key and
* have attempted a verify. */
#define VALATTR_INSECURITY 0x0010
/*%< Attempting proveunsecure. */
...
...
@@ -1064,7 +1064,7 @@ nsec3noexistnodata(dns_validator_t *val, dns_name_t* name,
* closest encloser that doesn't exist.
*
* We also need to continue to ensure that we are not
* proving the non-exist
a
nce of a record in a sub-zone.
* proving the non-exist
e
nce of a record in a sub-zone.
* If that would be the case we will return ISC_R_IGNORE
* above.
*/
...
...
@@ -1509,7 +1509,7 @@ get_dst_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo,
}
/*%
* Get the key that gener
t
ated this signature.
* Get the key that generated this signature.
*/
static
isc_result_t
get_key
(
dns_validator_t
*
val
,
dns_rdata_rrsig_t
*
siginfo
)
{
...
...
@@ -2992,7 +2992,7 @@ dlvfetched(isc_task_t *task, isc_event_t *event) {
}
/*%
* Start the DLV lookup proc
c
ess.
* Start the DLV lookup process.
*
* Returns
* \li ISC_R_SUCCESS
...
...
@@ -3422,7 +3422,7 @@ dlv_validator_start(dns_validator_t *val) {
/*%
* Start the validation process.
*
* Attempt to valid
id
ate the answer based on the category it appears to
* Attempt to validate the answer based on the category it appears to
* fall in.
* \li 1. secure positive answer.
* \li 2. unsecure positive answer.
...
...
@@ -3443,7 +3443,7 @@ validator_start(isc_task_t *task, isc_event_t *event) {
vevent
=
(
dns_validatorevent_t
*
)
event
;
val
=
vevent
->
validator
;
/* If the validator has been cancel
l
ed, val->event == NULL */
/* If the validator has been canceled, val->event == NULL */
if
(
val
->
event
==
NULL
)
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment