TODO 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. $Id$
  2. Legend:
  3. SPEC!! - Not specified
  4. SPEC - Spec not finalized
  5. N - nick claims
  6. R - arma claims
  7. P - 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 - Mark up spec; note unclear points about servers
  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. R . more pictures from ren. he wants to describe the tor handshake, i want to
  21. talk about hidden services.
  22. NR- write a spec appendix for 'being nice with tor'
  23. - tor-in-the-media page
  24. - Remove need for HACKING file.
  25. Website:
  26. - we need to merge documentation and support
  27. - and pare it down
  28. - and merge developers into documentation too
  29. - or at least, remove developers from the title bar
  30. - and remove home and make the "Tor" picture be the link to home.
  31. - put the logo on the website, in source form, so people can put it on
  32. stickers directly, etc.
  33. for 0.1.1.x:
  34. - add TestSocks config option to man page
  35. - when logging unknown http headers, this could include bad escape codes?
  36. - more generally, attacker-controller log entries with newlines in them
  37. are dangerous for our users.
  38. - add os x uninstaller from or-talk.
  39. - make log entries include function names in win32 again.
  40. - Mysterious crash for fast servers: Bug 234.
  41. - Make "setconf" and "hup" behavior cleaner for LINELIST config
  42. options (e.g. Log). Bug 238.
  43. R - streamline how we define a guard node as 'up'. document it
  44. somewhere.
  45. R - We should do address rewriting after the controller sends us an
  46. "attachstream 0": Bug 225.
  47. N - if they're trying to be a tor server and they're running
  48. win 98 or win me, tell them that they'll likely crash.
  49. N - Display the reasons in 'destroy' and 'truncated' cells under some
  50. circumstances?
  51. R - Christian Grothoff's attack of infinite-length circuit.
  52. the solution is to have a separate 'extend-data' cell type
  53. which is used for the first N data cells, and only
  54. extend-data cells can be extend requests.
  55. - Specify, including thought about
  56. - Implement
  57. R - When we connect to a Tor server, it sends back a signed cell listing
  58. the IP it believes it is using. Use this to block dvorak's attack.
  59. Also, this is a fine time to say what time you think it is.
  60. - Verify that a new cell type is okay with deployed codebase
  61. - Specify
  62. - Implement
  63. - find 10 dirservers.
  64. - Make it no longer default for v2 dirservers to support v1.
  65. - non-versioning dirservers don't need to set recommended*versions.
  66. - non-naming dirservers don't need to have an approved-routers file.
  67. - What are criteria to be a dirserver? Write a policy.
  68. Deferred from 0.1.1.x:
  69. - the tor client can do the "automatic proxy config url" thing?
  70. R - clients prefer to avoid exit nodes for non-exit path positions.
  71. - Automatically determine what ports are reachable and start using
  72. those, if circuits aren't working and it's a pattern we recognize
  73. ("port 443 worked once and port 9001 keeps not working").
  74. N - Should router info have a pointer to routerstatus?
  75. - We should at least do something about the duplicated fields.
  76. N . Additional controller features
  77. - change circuit status events to give more details, like purpose,
  78. whether they're internal, when they become dirty, when they become
  79. too dirty for further circuits, etc.
  80. R - What do we want here, exactly?
  81. N - Specify and implement it.
  82. - Change stream status events analogously.
  83. R - What do we want here, exactly?
  84. N - Specify and implement it.
  85. - Make other events "better".
  86. - Change stream status events analogously.
  87. R - What do we want here, exactly?
  88. N - Specify and implement it.
  89. - Make other events "better" analogously
  90. R - What do we want here, exactly?
  91. N - Specify and implement it.
  92. . Expose more information via getinfo:
  93. - import and export rendezvous descriptors
  94. - Review all static fields for additional candidates
  95. - Allow EXTENDCIRCUIT to unknown server.
  96. - We need some way to adjust server status, and to tell tor not to
  97. download directories/network-status, and a way to force a download.
  98. - It would be nice to request address lookups from the controller
  99. without using SOCKS.
  100. - Make everything work with hidden services
  101. X switch accountingmax to count total in+out, not either in or
  102. out. it's easy to move in this direction (not risky), but hard to
  103. back out if we decide we prefer it the way it already is. hm.
  104. - cpu fixes:
  105. - see if we should make use of truncate to retry
  106. R - kill dns workers more slowly
  107. . Directory changes
  108. . Some back-out mechanism for auto-approval
  109. - a way of rolling back approvals to before a timestamp
  110. - Consider minion-like fingerprint file/log combination.
  111. - config option to publish what ports you listen on, beyond
  112. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  113. - Parse this.
  114. - Relay this in networkstatus.
  115. - Non-directories don't need to keep descriptors in memory.
  116. o Make descriptor-fetching happen via an indirection function.
  117. - Remember file and offset.
  118. - Keep a journal FD for appending router descriptors.
  119. - packaging and ui stuff:
  120. . multiple sample torrc files
  121. - uninstallers
  122. . for os x
  123. . figure out how to make nt service stuff work?
  124. . Document it.
  125. . Add version number to directory.
  126. N - Vet all pending installer patches
  127. - Win32 installer plus privoxy, sockscap/freecap, etc.
  128. - Vet win32 systray helper code
  129. - document:
  130. - torcp needs more attention in the tor-doc-win32.
  131. - recommend gaim.
  132. - unrecommend IE because of ftp:// bug.
  133. - torrc.complete.in needs attention?
  134. - Bind to random port when making outgoing connections to Tor servers,
  135. to reduce remote sniping attacks.
  136. - Have new people be in limbo and need to demonstrate usefulness
  137. before we approve them.
  138. - Clients should estimate their skew as median of skew from servers
  139. over last N seconds.
  140. - Security
  141. - Alices avoid duplicate class C nodes.
  142. - Analyze how bad the partitioning is or isn't.
  143. . Update the hidden service stuff for the new dir approach.
  144. - switch to an ascii format, maybe sexpr?
  145. - authdirservers publish blobs of them.
  146. - other authdirservers fetch these blobs.
  147. - hidserv people have the option of not uploading their blobs.
  148. - you can insert a blob via the controller.
  149. - and there's some amount of backwards compatibility.
  150. - teach clients, intro points, and hidservs about auth mechanisms.
  151. - come up with a few more auth mechanisms.
  152. . Come up with a coherent strategy for bandwidth buckets and TLS. (The
  153. logic for reading from TLS sockets is likely to overrun the bandwidth
  154. buckets under heavy load. (Really, the logic was never right in the
  155. first place.) Also, we should audit all users of get_pending_bytes().)
  156. - Make it harder to circumvent bandwidth caps: look at number of bytes
  157. sent across sockets, not number sent inside TLS stream.
  158. - Make router_is_general_exit() a bit smarter once we're sure what it's for.
  159. - Directory "helper".
  160. - rewrite how libevent does select() on win32 so it's not so very slow.
  161. - Write limiting; separate token bucket for write
  162. - Audit everything to make sure rend and intro points are just as likely to
  163. be us as not.
  164. - Do something to prevent spurious EXTEND cells from making middleman
  165. nodes connect all over. Rate-limit failed connections, perhaps?
  166. Future version:
  167. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  168. - Handle full buffers without totally borking
  169. - Rate-limit OR and directory connections overall and per-IP and
  170. maybe per subnet.
  171. - Hold-open-until-flushed now works by accident; it should work by
  172. design.
  173. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  174. - Specify?
  175. - tor-resolve script should use socks5 to get better error messages.
  176. - make min uptime a function of the available choices (say, choose 60th
  177. percentile, not 1 day.)
  178. - Track uptime as %-of-time-up, as well as time-since-last-down.
  179. - hidserv offerers shouldn't need to define a SocksPort
  180. * figure out what breaks for this, and do it.
  181. - auth mechanisms to let hidden service midpoint and responder filter
  182. connection requests.
  183. - Relax clique assumptions.
  184. X start handling server descriptors without a socksport?
  185. - tor should be able to have a pool of outgoing IP addresses
  186. that it is able to rotate through. (maybe)
  187. Blue-sky:
  188. - Patch privoxy and socks protocol to pass strings to the browser.
  189. - Standby/hotswap/redundant hidden services.
  190. - Robust decentralized storage for hidden service descriptors.
  191. - The "China problem"
  192. - Allow small cells and large cells on the same network?
  193. - Cell buffering and resending. This will allow us to handle broken
  194. circuits as long as the endpoints don't break, plus will allow
  195. connection (tls session key) rotation.
  196. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  197. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  198. link crypto, unless we can bully openssl into it.
  199. - Need a relay teardown cell, separate from one-way ends.
  200. (Pending a user who needs this)
  201. - Handle half-open connections: right now we don't support all TCP
  202. streams, at least according to the protocol. But we handle all that
  203. we've seen in the wild.
  204. (Pending a user who needs this)