Skip to content
Snippets Groups Projects
Commit 8c822aac authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Merge branch 'development' of git+ssh://git.nic.cz/projects/labs/knot into development

parents f29caaa2 d13289fa
No related branches found
No related tags found
No related merge requests found
RELNOTES 0 → 100644
v0.8.1 - Dec 1, 2011
--------------------
Bugfixes:
* Handling SPF record.
* Wrong text dump of unknown records.
v0.8.0 - Beta Release - Nov 3, 2011
-----------------------------------
Features:
* AXFR-in/-out
* IXFR-in/-out
* EDNS0
* DNSSEC
* NSEC3
* IPv6
* Runtime reconfiguration
Known issues:
* Missing support for TSIG
* Root zone support
* NSID support
* Other DNS classes than IN
* RRSet rotation not implmented
* Dynamic update support
* IXFR code might be flaky sometimes
* IXFR may be slow when too much (10 000+) RRSets are transfered at once
Platforms (tested on):
* Linux (2.6.x and newer), FreeBSD 8.2, Mac OS X 10.6, 10.7
......@@ -419,6 +419,8 @@ static int xfrin_check_tsig(knot_packet_t *packet, knot_ns_xfr_t *xfr,
return KNOT_EMALF;
}
knot_rrset_deep_free(&tsig, 1, 1, 1);
return KNOT_EOK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment