From 34b7f21dbd40c8e82ca545f9064819fc93fa36de Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 25 Feb 2011 23:29:37 +0100 Subject: [PATCH] update todo --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 3d551e35..de7e223b 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,10 @@ Todo: * Private key file parsing use io.Reader (or the like) - NewReader, NewWriter? * Tsig generation for replies (request MAC) -* IXFR * Parsing from strings, going with goyacc and own lexer -* NSEC and nsec3 closest encloser helper functions * TKEY * Large TXT records +* IXFR - works, but needs more Issues: * Check the network order, it works now, but this is on Intel??