TODO 10 KB

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