From: Wouter Wijngaards Date: Mon, 14 Apr 2008 08:51:09 +0000 (+0000) Subject: tests for udp wait list. X-Git-Tag: release-0.11~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65070ce6fd401b60e74259e016086f2a2992fa2;p=thirdparty%2Funbound.git tests for udp wait list. git-svn-id: file:///svn/unbound/trunk@1034 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index d8bf8ac26..2c333fa86 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 14 April 2008: Wouter - got update for parseunbound.pl statistics script from Kai Storbeck. + - tpkg tests for udp wait list. 11 April 2008: Wouter - random port selection out of the configged ports. diff --git a/doc/TODO b/doc/TODO index 4f2709b37..36c656a29 100644 --- a/doc/TODO +++ b/doc/TODO @@ -39,3 +39,10 @@ o SIG(0) and TSIG. o support OPT record placement on recv anywhere in the additional section. o add local-file: config with authority features. o (option) to make local-data answers be secure for libunbound (default=no) +o (option) to make chroot: copy all needed files into jail (or make jail) + perhaps also print reminder to link /dev/random and sysloghack. +o (option) for extended statistics. If enabled (not by default) collect print + rcode, uptime, spoofnearmisses, cache size, qtype, + bits(RD, CD, DO, EDNS-present, AD)query, (Secure, Bogus)reply. +o overhaul outside-network servicedquery to merge with udpwait and tcpwait, + to make timers in servicedquery independent of udpwait queues. diff --git a/testdata/fwd_oneport.tpkg b/testdata/fwd_oneport.tpkg new file mode 100644 index 000000000..29981b280 Binary files /dev/null and b/testdata/fwd_oneport.tpkg differ diff --git a/testdata/fwd_three_service.tpkg b/testdata/fwd_three_service.tpkg index f09ee99d1..d7e21b3eb 100644 Binary files a/testdata/fwd_three_service.tpkg and b/testdata/fwd_three_service.tpkg differ diff --git a/testdata/fwd_udptmout.tpkg b/testdata/fwd_udptmout.tpkg new file mode 100644 index 000000000..197758d45 Binary files /dev/null and b/testdata/fwd_udptmout.tpkg differ diff --git a/testdata/fwd_waitudp.tpkg b/testdata/fwd_waitudp.tpkg new file mode 100644 index 000000000..4478606d2 Binary files /dev/null and b/testdata/fwd_waitudp.tpkg differ