mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a79861c86c | ||
|
|
4607ec5246 |
@@ -777,6 +777,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
||||
qinfo.qtype == LDNS_RR_TYPE_IXFR) {
|
||||
verbose(VERB_ALGO, "worker request: refused zone transfer.");
|
||||
log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
|
||||
ldns_buffer_rewind(c->buffer);
|
||||
LDNS_QR_SET(ldns_buffer_begin(c->buffer));
|
||||
LDNS_RCODE_SET(ldns_buffer_begin(c->buffer),
|
||||
LDNS_RCODE_REFUSED);
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
25 March 2011: Wouter
|
||||
- Fix assertion failure when unbound generates an empty error reply
|
||||
in response to a query, CVE-2011-1922 VU#531342.
|
||||
- release 1.4.10.
|
||||
|
||||
24 March 2011: Wouter
|
||||
- iana portlist updated.
|
||||
- release 1.4.9.
|
||||
|
||||
17 March 2011: Wouter
|
||||
- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
|
||||
Applied but did not do the --disable-gost.
|
||||
|
||||
@@ -4468,6 +4468,8 @@
|
||||
6671,
|
||||
6672,
|
||||
6673,
|
||||
6678,
|
||||
6679,
|
||||
6689,
|
||||
6697,
|
||||
6701,
|
||||
@@ -4884,6 +4886,7 @@
|
||||
9444,
|
||||
9450,
|
||||
9500,
|
||||
9522,
|
||||
9535,
|
||||
9536,
|
||||
9555,
|
||||
|
||||
Reference in New Issue
Block a user