TODO 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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 - Packaging logic and HOWTO for controller libs
  17. N - Mention controller libs someplace.
  18. - FAQ entry: why gnutls is bad/not good for tor
  19. P - flesh out the rest of the section 6 of the faq
  20. P - gather pointers to livecd distros that include tor
  21. - put the logo on the website, in source form, so people can put it on
  22. stickers directly, etc.
  23. - more pictures from ren. he wants to describe the tor handshake, i want to
  24. talk about hidden services.
  25. * clean up the places where our docs are redundant (or worse, obsolete in
  26. one file and correct elsewhere). agl has a start on a global
  27. list-of-tor-docs.
  28. P - update window's docs to clarify which versions of windows, and why a
  29. DOS window, how it's used, for the less technical users
  30. NR- write a spec appendix for 'being nice with tor'
  31. - tor-in-the-media page
  32. - Ask schanzle@cas.homelinux.org about a patch for rpm spec fixes against
  33. tor-0.1.0.7.rc
  34. - Remove need for HACKING file.
  35. For 0.1.0.x:
  36. . Memory use on Linux: what's happening?
  37. - Is it threading? (Maybe, maybe not)
  38. - Is it the buf_shrink bug? (Quite possibly)
  39. - Instrument the 0.1.1 code to figure out where our memory is going;
  40. apply the results. (all platforms?)
  41. for 0.1.1.x:
  42. N . Additional controller features
  43. - change circuit status events to give more details, like purpose,
  44. whether they're internal, etc.
  45. . Expose more information via getinfo:
  46. - import and export rendezvous descriptors
  47. - Review all static fields for additional candidates
  48. - Allow EXTENDCIRCUIT to unknown server.
  49. - We need some way to adjust server status, and to tell tor not to
  50. download directories/network-status, and a way to force a download.
  51. - It would be nice to request address lookups from the controller
  52. without using SOCKS.
  53. N . helper nodes (Choose N nodes randomly; if a node dies (goes down for a
  54. long time), replace it. Store nodes on disk.
  55. o Implement (basic case)
  56. o Implement (persistence)
  57. o Document
  58. . Test, debug
  59. - On sighup, if usehelpernodes changed to 1, use new circs.
  60. - switch accountingmax to count total in+out, not either in or
  61. out. it's easy to move in this direction (not risky), but hard to
  62. back, out if we decide we prefer it the way it already is. hm.
  63. . Come up with a coherent strategy for bandwidth buckets and TLS. (The
  64. logic for reading from TLS sockets is likely to overrun the bandwidth
  65. buckets under heavy load. (Really, the logic was never right in the
  66. first place.) Also, we should audit all users of get_pending_bytes().)
  67. - Make it harder to circumvent bandwidth caps: look at number of bytes
  68. sent across sockets, not number sent inside TLS stream.
  69. . Handle rendezvousing with unverified nodes.
  70. o Specify: Stick rendezvous point's address and port in INTRODUCE cell.
  71. o Handle new format.
  72. o Support to extend circuit/target circuit to a chosen combination of
  73. addr/port/ID/onionkey
  74. o Parse new format
  75. o Generate new format (#ifdef out the logic to generate it for now)
  76. o Specify: make service descriptors contain onion key and identity.
  77. o Implement new service desc format
  78. o Think: are we okay with the partitioning? (Yes. It's a simple
  79. migration issue.)
  80. o Implement new directory code
  81. o Implement new server code (Don't enable till directory code is deployed)
  82. o Implement new client code (Don't enable till directory code is deployed)
  83. o Look for v1 descriptor if available, else look for v0 descriptor.
  84. o Use new INTRODUCE protocol if allowed.
  85. N . Verify that new code works.
  86. - Enable the new code
  87. - christian grothoff's attack of infinite-length circuit.
  88. the solution is to have a separate 'extend-data' cell type
  89. which is used for the first N data cells, and only
  90. extend-data cells can be extend requests.
  91. - Specify, including thought about
  92. - Implement
  93. N - Destroy and truncated cells should have reasons.
  94. N - Add private:* alias in exit policies to make it easier to ban all the
  95. fiddly little 192.168.foo addresses.
  96. (AGL had a patch; consider applying it.)
  97. - recommended-versions for client / server ?
  98. N - warn if listening for SOCKS on public IP.
  99. - cpu fixes:
  100. - see if we should make use of truncate to retry
  101. o hardware accelerator support (configure engines.)
  102. - hardware accelerator support (use instead of aes.c when reasonable)
  103. R - kill dns workers more slowly
  104. R - remove the warnings from rendezvous stuff that shouldn't be warnings.
  105. - continue decentralizing the directory
  106. o Specify and design all of the below before implementing any.
  107. - Figure out what to do about hidden service descriptors.
  108. X have two router descriptor formats
  109. R - dirservers verify reachability claims
  110. - find 10 dirservers. (what are criteria to be a dirserver?)
  111. - some back-out mechanism?
  112. - dirservers have blacklist of IPs they hate
  113. - a way of rolling back approvals to before a timestamp
  114. - have new people be in limbo and need to demonstrate usefulness
  115. before we approve them
  116. - other?
  117. - dirservers publish router-status with all these flags.
  118. o Servers publish new descriptors when:
  119. o options change
  120. o when 12-24 hours have passed
  121. o when uptime is reset
  122. o When bandwidth changes a lot.
  123. - alices fetch many router-statuses and update descriptors as needed.
  124. - add if-newer-than fetch options
  125. - dirservers allow people to lookup by N descriptors, or to fetch all.
  126. - alices avoid duplicate class C nodes.
  127. - everybody with a dirport will give you his descriptor.
  128. - config option, on by default, to cache all descriptors.
  129. - Compress router desc sets before transmitting them
  130. M Analyze how bad the partitioning is or isn't.
  131. - Naming:
  132. - Specify and design all of the below before implementing any.
  133. - some dirservers announce that they manage bindings (a flag in
  134. router-status).
  135. - other dirservers mention a binding if there is no conflict for
  136. that binding among the dirservers that manage it.
  137. no conflict == any of them bind it and no disagreement.
  138. - alice can specify a nickname and it will record that name in her
  139. datadir along with the key *if* it is bound. otherwise her specifying
  140. will fail (loudly we hope).
  141. - thus when a binding vanishes (e.g. conflict) alice will keep using
  142. the one she meant.
  143. - if the binding changes keys, the entry in her datadir will silently
  144. get corrected.
  145. - packaging and ui stuff:
  146. . multiple sample torrc files
  147. - uninstallers
  148. . for os x
  149. . something, anything, for sys tray on Windows.
  150. . figure out how to make nt service stuff work?
  151. . Document it.
  152. . Add version number to directory.
  153. N - Vet all pending installer patches
  154. - Win32 installer plus privoxy, sockscap/freecap, etc.
  155. - Vet win32 systray helper code
  156. o Make logs go into platform default locations.
  157. o OSX
  158. X Windows. (?)
  159. Reach (deferrable) items for 0.1.1.x:
  160. - Start using create-fast cells as clients
  161. o Let more config options (e.g. ORPort) change dynamically.
  162. - start handling server descriptors without a socksport?
  163. For 0.1.1.x, if we can figure out how:
  164. - rewrite how libevent does select() on win32 so it's not so very slow.
  165. o enclaves (at least preliminary)
  166. - Write limiting; separate token bucket for write
  167. - Audit everything to make sure rend and intro points are just as likely to
  168. be us as not.
  169. - Do something to prevent spurious EXTEND cells from making middleman
  170. nodes connect all over. Rate-limit failed connections, perhaps?
  171. Future version:
  172. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  173. - Handle full buffers without totally borking
  174. - Rate-limit OR and directory connections overall and per-IP and
  175. maybe per subnet.
  176. - Hold-open-until-flushed now works by accident; it should work by
  177. design.
  178. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  179. - Specify?
  180. - tor-resolve script should use socks5 to get better error messages.
  181. - make min uptime a function of the available choices (say, choose 60th
  182. percentile, not 1 day.)
  183. - config option to publish what ports you listen on, beyond ORPort/DirPort
  184. - hidserv offerers shouldn't need to define a SocksPort
  185. * figure out what breaks for this, and do it.
  186. - auth mechanisms to let hidden service midpoint and responder filter
  187. connection requests.
  188. - Relax clique assumptions.
  189. - tor should be able to have a pool of outgoing IP addresses
  190. that it is able to rotate through. (maybe)
  191. Blue-sky:
  192. - Patch privoxy and socks protocol to pass strings to the browser.
  193. - Standby/hotswap/redundant hidden services.
  194. - Robust decentralized storage for hidden service descriptors.
  195. - The "China problem"
  196. - Allow small cells and large cells on the same network?
  197. - Cell buffering and resending. This will allow us to handle broken
  198. circuits as long as the endpoints don't break, plus will allow
  199. connection (tls session key) rotation.
  200. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  201. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  202. link crypto, unless we can bully openssl into it.
  203. - Conn key rotation.
  204. - Need a relay teardown cell, separate from one-way ends.
  205. (Pending a user who needs this)
  206. - Handle half-open connections: right now we don't support all TCP
  207. streams, at least according to the protocol. But we handle all that
  208. we've seen in the wild.
  209. (Pending a user who needs this)