plan update svn:NO TEST

git-svn-id: file:///svn/unbound/trunk@1218 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-08-29 13:41:06 +00:00
parent b858018446
commit 49d295755d

View file

@ -13,14 +13,29 @@ total 6 of 8 weeks; 2 weeks for maintenance activities.
- Plus aggressive negative caching for NSEC DLV repository. - Plus aggressive negative caching for NSEC DLV repository.
- filter out overreaching NSEC records. - filter out overreaching NSEC records.
- dev/log(syslog) opened before chroot. - dev/log(syslog) opened before chroot.
- insecure is no better than unchecked status from validation. - Fixup rrset security updates overwriting 2181 trust status.
This makes validated to be insecure data just as worthless as
nonvalidated data, and 2181 rules prevent cache overwrites to them.
- use setresuid/setresgid, more secure. - use setresuid/setresgid, more secure.
- make realclean works better, by Robert Edmonds.
- nicer logfile message classification as notice, info, debug.
- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
- bug #203: nicer do-auto log message when user sets incompatible options.
- bug #204: variable name ameliorated in log.c.
- bug #206: in iana_update, no egrep, but awk use.
- fixup update-anchor.sh to work both in BSD shell and bash.
(done) (done)
*** Security issues *** Security issues
* current NS query retry is an option, default off, experimental on,
because of the added load to 3rd parties.
* block nonRD queries, acl like. * block nonRD queries, acl like.
what about our authority features, those are allowed. what about our authority features, those are allowed.
one option that controls on/off of all private space.
note in config/man that we may consider turning on by default.
* DoS vector, flush more. * DoS vector, flush more.
50% of max is for run-to-completion
50% rest is for lifo queue with 100 msec timeout.
* records in the additional section should not be marked bogus * records in the additional section should not be marked bogus
if they have no signer or a different signed. Validate if you can, if they have no signer or a different signed. Validate if you can,
otherwise leave unchecked. otherwise leave unchecked.