2007-02-26 11:05:18 -05:00
|
|
|
TODO items.
|
|
|
|
|
o use real entropy to make random (ID, port) numbers more random.
|
2007-03-02 04:03:14 -05:00
|
|
|
o in production mode, do not free memory on exit. In debug mode, test leaks.
|
2007-03-07 11:21:31 -05:00
|
|
|
o profile memory allocation, and if performance issues, use special memory
|
|
|
|
|
allocator. For example, with caches per thread.
|
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-05-21 11:10:55 -04:00
|
|
|
o fallback without EDNS if result is NOTIMPL, now only on FORMERR like in java.
|
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-18 04:14:44 -04:00
|
|
|
o donotqueryaddresses allow specification of subnets, use trie to store.
|
2007-07-26 06:04:05 -04:00
|
|
|
extend default list to contain illegal ip4 and ip6 addresses.
|
2007-07-20 10:16:02 -04:00
|
|
|
o memory profile; and if needed put serviced queries under qstate->region
|
|
|
|
|
and special purpose region code, reuse blocks, shrink if too big.
|
|
|
|
|
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.
|
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-10 05:07:19 -04:00
|
|
|
o be able to have different listen and query-to addresses to bind to,
|
|
|
|
|
so you can listen to localhost and query-to to the internet.
|
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
|
|
|
|
|
o logrotation, syslog
|
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
|
2007-08-31 08:35:41 -04:00
|
|
|
o watch for spoof nearmisses.
|
|
|
|
|
o improve compression of DNS packets by first puttig uncompressible rrs, then
|
|
|
|
|
compress to their rdata.
|
|
|
|
|
o if one server is not responsive do not spend 75 secs on that server, but
|
|
|
|
|
try other servers with lower rtt.
|
|
|
|
|
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-14 10:07:54 -05:00
|
|
|
o check if for PowerDNS(2.9.21) CNAME in Answer section & rcode=NXDOMAIN needs
|
|
|
|
|
to be fixed up to be rcode=NOERROR?
|
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.
|