- Fix spelling errors.

git-svn-id: file:///svn/unbound/trunk@4893 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-09-11 13:28:21 +00:00
parent d01651c305
commit a09c4bbdc2
5 changed files with 6 additions and 5 deletions

View file

@ -3,6 +3,7 @@
asprintf. asprintf.
- Fix to squelch respip warning in unit test, it is printed at - Fix to squelch respip warning in unit test, it is printed at
higher verbosity settings. higher verbosity settings.
- Fix spelling errors.
10 September 2018: Wouter 10 September 2018: Wouter
- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply). - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
@ -1873,7 +1874,7 @@
compatibility with cisco dns guard. This lowers false positives. compatibility with cisco dns guard. This lowers false positives.
18 April 2016: Wouter 18 April 2016: Wouter
- Fix some malformed reponses to edns queries get fallback to nonedns. - Fix some malformed responses to edns queries get fallback to nonedns.
15 April 2016: Wouter 15 April 2016: Wouter
- cachedb module event handling design. - cachedb module event handling design.

View file

@ -301,7 +301,7 @@ you set unbound to validate with for-upstream yes and that can be cleared
with \fBflush_zone\fR \fIzone\fR. with \fBflush_zone\fR \fIzone\fR.
.TP .TP
.B auth_zone_transfer \fIzone\fR .B auth_zone_transfer \fIzone\fR
Tranfer the auth zone from master. The auth zone probe sequence is started, Transfer the auth zone from master. The auth zone probe sequence is started,
where the masters are probed to see if they have an updated zone (with the SOA where the masters are probed to see if they have an updated zone (with the SOA
serial check). And then the zone is transferred for a newer zone version. serial check). And then the zone is transferred for a newer zone version.
.TP .TP

View file

@ -498,7 +498,7 @@ a daemon. Set the value to \fIno\fR when unbound runs as systemd service.
Default is yes. Default is yes.
.TP .TP
.B tcp\-connection\-limit: \fI<IP netblock> <limit> .B tcp\-connection\-limit: \fI<IP netblock> <limit>
Allow up to \fIlimit\R simultaneous TCP connections from the given netblock. Allow up to \fIlimit\fR simultaneous TCP connections from the given netblock.
When at the limit, further connections are accepted but closed immediately. When at the limit, further connections are accepted but closed immediately.
This option is experimental at this time. This option is experimental at this time.
.TP .TP

View file

@ -2993,7 +2993,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
iq->dp->name, iq->dp->namelen, qstate->qinfo.qclass)) { iq->dp->name, iq->dp->namelen, qstate->qinfo.qclass)) {
verbose(VERB_ALGO, "auth zone response bad, and no" verbose(VERB_ALGO, "auth zone response bad, and no"
" fallback possible, servfail"); " fallback possible, servfail");
errinf_dname(qstate, "reponse is bad, no fallback, " errinf_dname(qstate, "response is bad, no fallback, "
"for auth zone", iq->dp->name); "for auth zone", iq->dp->name);
return error_response(qstate, id, LDNS_RCODE_SERVFAIL); return error_response(qstate, id, LDNS_RCODE_SERVFAIL);
} }

View file

@ -16,7 +16,7 @@ CONFIG_END
SCENARIO_BEGIN Test validator with DLV where it needs to ask higher up in dlv. SCENARIO_BEGIN Test validator with DLV where it needs to ask higher up in dlv.
; at first negative DLV response, it needs to ask higher. ; at first negative DLV response, it needs to ask higher.
; the SOA record in that negative reponse has a big span (if interpreted as NSEC) ; the SOA record in that negative response has a big span (if interpreted as NSEC)
; then a positive response for DLV. ; then a positive response for DLV.
; K.ROOT-SERVERS.NET. ; K.ROOT-SERVERS.NET.