]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
done items.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 25 Sep 2007 14:01:30 +0000 (14:01 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 25 Sep 2007 14:01:30 +0000 (14:01 +0000)
git-svn-id: file:///svn/unbound/trunk@643 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/TODO
doc/plan

index 09534df602dd62ee32ef15306077c7b4f74db240..0da050ea0dfa40873a6434b6b0c2a4afba5ff2e6 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -23,7 +23,6 @@ o memory profile; and if needed put serviced queries under qstate->region
 o check query, option to enforce presence of qdsection in noerror answers.
 o configuration option where port 53 is used for send and receive, no other
   ports are used.
-o prime sequence in multiple queries, if glue missing from prime sequence.
 o (option) to not send replies to clients after a timeout of (say 5 secs) has
   passed, but keep task active for later retries by client.
 o private TTL feature
@@ -49,7 +48,5 @@ o timers rfc 5011 support.
 o Treat YXDOMAIN from a DNAME properly, in iterator (not throwaway), validator.
 o grab ports nonconsequtive and change the set after a while (change within
   a given range). Could be bad for OS if wrong port. unsure if it helps secure.
-o workaround for nxdomain responses for ENT DS queries. Not look at rcode and
-  look at valid empty nonterminal proof that is inside the packet.
 o make timeout backoffs randomized (a couple percent random) to spread traffic.
 o inspect date on executable, then warn user in log if its more than 1 year.
index 21f0119d56c067a7f324c2f1575e7ac6d8854088..cfde80db0159ecdaa582857384958d9cb8f0cf75 100644 (file)
--- a/doc/plan
+++ b/doc/plan
@@ -240,7 +240,6 @@ Styleguide:
 * check query, enforce qdsection, checking for forgery-resilience.
 * NSID support.
 * support TSIG on queries, for validating resolver deployment.
-* Be able to prime roots using several queries (like, get only NS first).
 * Nicer statistics
 * private TTL, dTLS features.
 * retry-mode, where a bogus result triggers a retry-mode query, where a list
@@ -302,10 +301,10 @@ treeshrew/
                unbound.c for validating caching recursive dns server.
                scheduler.c for the modules.
 
-       libunbound-all/
+       libunbound/
                app linkable. Can be configged to do whatever,
                validator, iterator, validating iterator, forwarding stub.
-       libunbound-fwd/
+       libforwardbound/
                app linkable forwarding stub. Small lib.
 
        ask_cachor/ *.c *.h