TODO 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. $Id$
  2. Legend:
  3. SPEC!! - Not specified
  4. SPEC - Spec not finalized
  5. NICK - nick claims
  6. ARMA - arma claims
  7. PHOBOS - phobos claims
  8. - Not done
  9. * Top priority
  10. . Partially done
  11. o Done
  12. D Deferred
  13. X Abandoned
  14. Non-Coding, Soon:
  15. N - contact umass folks
  16. N - Mention controller libs someplace.
  17. D FAQ entry: why gnutls is bad/not good for tor
  18. P - flesh out the rest of the section 6 of the faq
  19. P - gather pointers to livecd distros that include tor
  20. - put the logo on the website, in source form, so people can put it on
  21. stickers directly, etc.
  22. - more pictures from ren. he wants to describe the tor handshake, i want to
  23. talk about hidden services.
  24. * clean up the places where our docs are redundant (or worse, obsolete in
  25. one file and correct elsewhere). agl has a start on a global
  26. list-of-tor-docs.
  27. P - update windows docs to clarify which versions of windows, and why a
  28. DOS window, how it's used, for the less technical users
  29. NR- write a spec appendix for 'being nice with tor'
  30. - tor-in-the-media page
  31. - Ask schanzle@cas.homelinux.org about a patch for rpm spec fixes against
  32. tor-0.1.0.7.rc
  33. - Remove need for HACKING file.
  34. for 0.1.1.x:
  35. R - are dirservers auto-verifying duplicate nicknames?
  36. N - controller libs should support resetconf command.
  37. N . Additional controller features
  38. - Find a way to make event info more extensible
  39. - change circuit status events to give more details, like purpose,
  40. whether they're internal, etc.
  41. . Expose more information via getinfo:
  42. - import and export rendezvous descriptors
  43. - Review all static fields for additional candidates
  44. - Allow EXTENDCIRCUIT to unknown server.
  45. - We need some way to adjust server status, and to tell tor not to
  46. download directories/network-status, and a way to force a download.
  47. - It would be nice to request address lookups from the controller
  48. without using SOCKS.
  49. . Helper nodes
  50. . More testing and debugging
  51. - On sighup, if usehelpernodes changed to 1, use new circuits?
  52. - If your helper nodes are unavailable, don't abandon them unless
  53. other nodes *are* reachable.
  54. R - If you think an OR conn is open but you can never establish a circuit
  55. to it, reconsider whether it's actually open.
  56. - Miscellaneous cleanups
  57. - switch accountingmax to count total in+out, not either in or
  58. out. it's easy to move in this direction (not risky), but hard to
  59. back, out if we decide we prefer it the way it already is. hm.
  60. . Come up with a coherent strategy for bandwidth buckets and TLS. (The
  61. logic for reading from TLS sockets is likely to overrun the bandwidth
  62. buckets under heavy load. (Really, the logic was never right in the
  63. first place.) Also, we should audit all users of get_pending_bytes().)
  64. - Make it harder to circumvent bandwidth caps: look at number of bytes
  65. sent across sockets, not number sent inside TLS stream.
  66. R - remove the warnings from rendezvous stuff that shouldn't be warnings.
  67. N . Handle rendezvousing with unverified nodes.
  68. o Implement everything
  69. . Enable the new code
  70. . Verify that new code works.
  71. - Christian Grothoff's attack of infinite-length circuit.
  72. the solution is to have a separate 'extend-data' cell type
  73. which is used for the first N data cells, and only
  74. extend-data cells can be extend requests.
  75. - Specify, including thought about
  76. - Implement
  77. N - Destroy and truncated cells should have reasons.
  78. N - Add private:* alias in exit policies to make it easier to ban all the
  79. fiddly little 192.168.foo addresses.
  80. (AGL had a patch; consider applying it.)
  81. N - warn if listening for SOCKS on public IP.
  82. - cpu fixes:
  83. - see if we should make use of truncate to retry
  84. o hardware accelerator support (configure engines.)
  85. - hardware accelerator support (use instead of aes.c when reasonable)
  86. R - kill dns workers more slowly
  87. . Directory changes
  88. o recommended-versions for client / server ?
  89. - Some back-out mechanism for auto-approval
  90. - dirservers have blacklist of IPs they hate
  91. - a way of rolling back approvals to before a timestamp
  92. - have new people be in limbo and need to demonstrate usefulness
  93. before we approve them
  94. - other?
  95. R . Dirservers verify reachability claims
  96. o basic reachability testing, influencing network-status list.
  97. R - rate-limiting the reporting of trouble servers
  98. R - check reachability as soon as you hear about a new server
  99. - Decentralization
  100. - Figure out what to do about hidden service descriptors.
  101. - find 10 dirservers.
  102. - (what are criteria to be a dirserver?)
  103. o Dirservers publish compressed network-status objects.
  104. o Support retrieving several-at-once
  105. o Everyone downloads network-status objects
  106. N . Clients: from all directories, round-robin
  107. o Basic implementation: disable until 0.1.1.6 is out.
  108. - On failure, mark trusted_dir_server as having failed once and
  109. retry up to a point.
  110. o Parse them
  111. o Cache them, reload on restart
  112. o Serve cached directories
  113. o Directories expose individual descriptors
  114. X By 'if-newer-than' (Does the spec require this??)
  115. o Support compression.
  116. N - Alice acts on network-status objects
  117. - Alice downloads descriptors as needed.
  118. - Alice sets descriptor status from network-status
  119. - Security
  120. - Alices avoid duplicate class C nodes.
  121. - Analyze how bad the partitioning is or isn't.
  122. N - Naming:
  123. - Separate naming from validation in authdirs.
  124. - Clients choose names based on network-status options.
  125. - Names are remembered in client status.
  126. - packaging and ui stuff:
  127. . multiple sample torrc files
  128. - uninstallers
  129. . for os x
  130. . something, anything, for sys tray on Windows.
  131. . figure out how to make nt service stuff work?
  132. . Document it.
  133. . Add version number to directory.
  134. N - Vet all pending installer patches
  135. - Win32 installer plus privoxy, sockscap/freecap, etc.
  136. - Vet win32 systray helper code
  137. Reach (deferrable) items for 0.1.1.x:
  138. - Start using create-fast cells as clients
  139. o Let more config options (e.g. ORPort) change dynamically.
  140. - start handling server descriptors without a socksport?
  141. o Add TTLs to DNS-related replies, and use them (where present) to adjust
  142. addressmap values.
  143. . Research memory use on Linux: what's happening?
  144. - Is it threading? (Maybe, maybe not)
  145. - Is it the buf_shrink bug? (Quite possibly)
  146. - Instrument the 0.1.1 code to figure out where our memory is going;
  147. apply the results. (all platforms?)
  148. For 0.1.1.x, if we can figure out how:
  149. - rewrite how libevent does select() on win32 so it's not so very slow.
  150. o enclaves (at least preliminary)
  151. - Write limiting; separate token bucket for write
  152. - Audit everything to make sure rend and intro points are just as likely to
  153. be us as not.
  154. - Do something to prevent spurious EXTEND cells from making middleman
  155. nodes connect all over. Rate-limit failed connections, perhaps?
  156. Future version:
  157. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  158. - Handle full buffers without totally borking
  159. - Rate-limit OR and directory connections overall and per-IP and
  160. maybe per subnet.
  161. - Hold-open-until-flushed now works by accident; it should work by
  162. design.
  163. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  164. - Specify?
  165. - tor-resolve script should use socks5 to get better error messages.
  166. - make min uptime a function of the available choices (say, choose 60th
  167. percentile, not 1 day.)
  168. - config option to publish what ports you listen on, beyond ORPort/DirPort
  169. - hidserv offerers shouldn't need to define a SocksPort
  170. * figure out what breaks for this, and do it.
  171. - auth mechanisms to let hidden service midpoint and responder filter
  172. connection requests.
  173. - Relax clique assumptions.
  174. - tor should be able to have a pool of outgoing IP addresses
  175. that it is able to rotate through. (maybe)
  176. Blue-sky:
  177. - Patch privoxy and socks protocol to pass strings to the browser.
  178. - Standby/hotswap/redundant hidden services.
  179. - Robust decentralized storage for hidden service descriptors.
  180. - The "China problem"
  181. - Allow small cells and large cells on the same network?
  182. - Cell buffering and resending. This will allow us to handle broken
  183. circuits as long as the endpoints don't break, plus will allow
  184. connection (tls session key) rotation.
  185. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  186. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  187. link crypto, unless we can bully openssl into it.
  188. - Conn key rotation.
  189. - Need a relay teardown cell, separate from one-way ends.
  190. (Pending a user who needs this)
  191. - Handle half-open connections: right now we don't support all TCP
  192. streams, at least according to the protocol. But we handle all that
  193. we've seen in the wild.
  194. (Pending a user who needs this)