2007-02-26 11:05:18 -05:00
|
|
|
TODO items.
|
2007-04-05 10:53:32 -04:00
|
|
|
o #define BIT_... different on bigendian and smallendian systems so that
|
|
|
|
|
the htons on flags is not needed to send a message from the cache.
|
2007-04-27 05:43:39 -04:00
|
|
|
o speed up pkt domain name decompression loop detection using counter perhaps.
|
2007-05-04 06:10:52 -04:00
|
|
|
o detect OS/400 pthreads implementation that allows upgrading to writelock
|
|
|
|
|
on pthreads rwlocks and use it to examine-rd before storing-wr rrset cache.
|
2007-05-10 03:36:23 -04:00
|
|
|
o understand synthesized DNAMEs, so those TTL=0 packets are cached properly.
|
|
|
|
|
o understand NSEC/NSEC3, aggressive negative caching, so that updates to
|
|
|
|
|
NSEC/NSEC3 will result in proper negative responses.
|
2007-06-01 05:42:31 -04:00
|
|
|
o scrubber has slow pkt_subdomain and pkt_strict_subdomain functions.
|
2007-06-05 08:54:43 -04:00
|
|
|
o get serverselection algorithm out of local optimum.
|
2007-07-27 02:41:42 -04:00
|
|
|
make subtargets to get rtt info for a couple of targets, like fetch-policy.
|
|
|
|
|
or send out multiple queries to multiple servers.
|
2007-07-20 10:16:02 -04:00
|
|
|
o configuration option where port 53 is used for send and receive, no other
|
|
|
|
|
ports are used.
|
2007-07-30 05:27:49 -04:00
|
|
|
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.
|
2007-07-31 03:54:10 -04:00
|
|
|
o private TTL feature
|
|
|
|
|
o pretend-dnssec-unaware, and pretend-edns-unaware modes for debug/workshops.
|
2007-08-02 05:21:58 -04:00
|
|
|
o delegpt use rbtree for ns-list, to avoid slowdown for very large NS sets.
|
2007-08-31 08:35:41 -04:00
|
|
|
o reprime and refresh oft used data before timeout.
|
|
|
|
|
o retain prime results in a overlaid roothints file.
|
|
|
|
|
o store primed key data in a overlaid keyhints file (sort of like drafttimers).
|
|
|
|
|
o windows version, auto update feature, a query to check for the version.
|
|
|
|
|
o autoreport of problems
|
2007-09-12 10:16:46 -04:00
|
|
|
o command the server with TSIG inband. get-config, clearcache,
|
|
|
|
|
get stats, get memstats, get ..., reload, clear one zone from cache
|
2008-02-06 10:00:59 -05:00
|
|
|
o watch for spoof nearmisses. Keep counter of nearmisses and print that
|
|
|
|
|
in the stats lines, operator can determine what level is a redalert.
|
2007-08-31 08:35:41 -04:00
|
|
|
o improve compression of DNS packets by first puttig uncompressible rrs, then
|
|
|
|
|
compress to their rdata.
|
|
|
|
|
o NSID rfc 5001 support.
|
2007-09-11 14:18:16 -04:00
|
|
|
o timers rfc 5011 support.
|
2007-09-05 07:47:09 -04:00
|
|
|
o Treat YXDOMAIN from a DNAME properly, in iterator (not throwaway), validator.
|
2007-09-05 07:58:45 -04:00
|
|
|
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.
|
2007-09-20 10:39:22 -04:00
|
|
|
o make timeout backoffs randomized (a couple percent random) to spread traffic.
|
2007-09-21 09:34:44 -04:00
|
|
|
o inspect date on executable, then warn user in log if its more than 1 year.
|
2007-10-30 09:40:43 -04:00
|
|
|
o proactively prime root, stubs and trust anchors, feature.
|
|
|
|
|
early failure, faster on first query, but more traffic.
|
2007-10-31 06:56:31 -04:00
|
|
|
o use privilege separation, to change privilege options during reload securely
|
2007-11-16 07:53:57 -05:00
|
|
|
not needed.
|
2007-11-19 03:55:19 -05:00
|
|
|
o On Windows use CryptGenRandom() to get random seed for arc4random.
|
2007-11-22 04:30:44 -05:00
|
|
|
o Think about intermediate firewalls dropping EDNS UDP & handling that.
|
2008-01-17 04:19:34 -05:00
|
|
|
detect nonEDNS middlebox by timeout on edns queries, and fallback to
|
|
|
|
|
nonEDNS when appropriate.
|
2007-12-03 03:24:36 -05:00
|
|
|
o library add convenience functions for A, AAAA, PTR, getaddrinfo, libresolve.
|
|
|
|
|
o library add function to get signature data (or whole reply message).
|
|
|
|
|
o library add function to validate input from app that is signed.
|
2008-01-10 11:24:07 -05:00
|
|
|
o add dynamic-update requests (making a dynupd request) to libunbound api.
|
2008-01-15 04:45:30 -05:00
|
|
|
o in an ipv6 connected only environment unbound cannot use outgoing IP6
|
|
|
|
|
to send to ip4to6 mapped hosts, need ip4to6map of NS and disable
|
|
|
|
|
V6ONLY socket option.
|
2008-01-16 04:32:28 -05:00
|
|
|
o support multiple dns messages in a TCP query stream for the unbound server.
|
2008-01-17 04:19:34 -05:00
|
|
|
o SIG(0) and TSIG.
|
2008-01-23 02:54:43 -05:00
|
|
|
o support OPT record placement on recv anywhere in the additional section.
|
2008-02-05 08:53:05 -05:00
|
|
|
o add local-file: config with authority features.
|
2008-02-11 10:22:57 -05:00
|
|
|
o option to make local-data answers be secure for libunbound (default=no)
|