TODO 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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:
  15. - Mark up spec; note unclear points about servers
  16. - Mention controller libs someplace.
  17. P - flesh out the rest of the section 6 of the faq
  18. . more pictures from ren. he wants to describe the tor handshake
  19. R - make a page with the hidden service diagrams.
  20. NR- write a spec appendix for 'being nice with tor'
  21. - tor-in-the-media page
  22. - Remove need for HACKING file.
  23. - Figure out licenses for website material.
  24. Website:
  25. - and remove home and make the "Tor" picture be the link to home.
  26. - put the logo on the website, in source form, so people can put it on
  27. stickers directly, etc.
  28. for 0.1.1.x-final:
  29. - building on freebsd 6.0: (with multiple openssl installations)
  30. . <nickm> "Let's try to find a way to make it run and make the version
  31. match, but if not, let's just make it run."
  32. - <arma> should we detect if we have a --with-ssl-dir and try the -R
  33. by default, if it works?
  34. - support dir 503s better
  35. o clients don't log as loudly when they receive them
  36. - they don't count toward the 3-strikes rule
  37. - should there be some threshold of 503's after which we give up?
  38. - think about how to split "router is down" from "dirport shouldn't
  39. be tried for a while"?
  40. - authorities should *never* 503 a cache, but *should* 503 clients
  41. when they feel like it.
  42. - update dir-spec with what we decided for each of these
  43. - are there other options that we haven't documented so far?
  44. . look at the proposed os x uninstaller:
  45. http://archives.seul.org/or/talk/Jan-2006/msg00038.html
  46. - Interim things:
  47. - provide no-cache no-index headers from the dirport?
  48. o remove down/useless descriptors from v1 directory?
  49. - exitlist should avoid outputting the same IP address twice.
  50. - if we have no predicted ports, don't fetch router descriptors.
  51. this way we are more dormant.
  52. Must-have items for 0.1.2.x:
  53. - Directory guards
  54. R - Server usability
  55. N - Better hidden service performance, with possible redesign.
  56. - Asynchronous DNS
  57. - Better estimates in the directory of whether servers have good uptime
  58. (high expected time to failure) or good guard qualities (high
  59. fractional uptime).
  60. - memory usage on dir servers.
  61. copy less!
  62. N - oprofile including kernel time on multiple platforms
  63. Items for 0.1.2:
  64. - Improve controller
  65. - change circuit status events to give more details, like purpose,
  66. whether they're internal, when they become dirty, when they become
  67. too dirty for further circuits, etc.
  68. - What do we want here, exactly?
  69. - Specify and implement it.
  70. - Change stream status events analogously.
  71. - What do we want here, exactly?
  72. - Specify and implement it.
  73. - Make other events "better".
  74. - Change stream status events analogously.
  75. - What do we want here, exactly?
  76. - Specify and implement it.
  77. - Make other events "better" analogously
  78. - What do we want here, exactly?
  79. - Specify and implement it.
  80. . Expose more information via getinfo:
  81. - import and export rendezvous descriptors
  82. - Review all static fields for additional candidates
  83. - Allow EXTENDCIRCUIT to unknown server.
  84. - We need some way to adjust server status, and to tell tor not to
  85. download directories/network-status, and a way to force a download.
  86. - It would be nice to request address lookups from the controller
  87. without using SOCKS.
  88. - Make everything work with hidden services
  89. - Clients should refer to avoid exit nodes for non-exit path positions.
  90. (bug 200)
  91. - Make "setconf" and "hup" behavior cleaner for LINELIST config
  92. options (e.g. Log). Bug 238.
  93. - We need a way for the authorities to declare that nodes are
  94. in a family. Also, it kinda sucks that family declarations use O(N^2)
  95. space in the descriptors.
  96. - Design
  97. - Implement
  98. - Have a "ReallyFast" status flag that means it.
  99. R - look into "uncounting" bytes spent on local connections. so
  100. we can bandwidthrate but still have fast downloads.
  101. - When we connect to a Tor server, it sends back a cell listing
  102. the IP it believes it is using. Use this to block dvorak's attack.
  103. Also, this is a fine time to say what time you think it is.
  104. o Verify that a new cell type is okay with deployed codebase
  105. - Specify
  106. - Implement
  107. R - Failed rend desc fetches sometimes don't get retried.
  108. - Directory system improvements
  109. - config option to publish what ports you listen on, beyond
  110. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  111. - Parse this.
  112. - Relay this in networkstatus.
  113. - Non-directories don't need to keep descriptors in memory.
  114. - Remember file and offset.
  115. - Keep a journal FD for appending router descriptors
  116. - Make reverse DNS work.
  117. Topics to think about during 0.1.2.x development:
  118. - Figure out non-clique.
  119. - Figure out partial network knowledge.
  120. - Figure out incentives.
  121. - Figure out hidden services.
  122. Minor items for 0.1.2.x as time permits.
  123. - Streamline how we define a guard node as 'up'. document it
  124. somewhere.
  125. - Better installers and build processes.
  126. - Commit edmanm's win32 makefil eto tor cvs contrib, or write a new one.
  127. - Can we cross-compile?
  128. R - Christian Grothoff's attack of infinite-length circuit.
  129. the solution is to have a separate 'extend-data' cell type
  130. which is used for the first N data cells, and only
  131. extend-data cells can be extend requests.
  132. - Specify, including thought about anonymity implications.
  133. - Implement
  134. N - Display the reasons in 'destroy' and 'truncated' cells under some
  135. circumstances?
  136. - If the server is spewing complaints about raising your ulimit -n,
  137. we should add a note about this to the server descriptor so other
  138. people can notice too.
  139. - We need a getrlimit equivalent on Windows so we can reserve some
  140. file descriptors for saving files, etc. Otherwise we'll trigger
  141. asserts when we're out of file descriptors and crash.
  142. - the tor client can do the "automatic proxy config url" thing?
  143. - Automatically determine what ports are reachable and start using
  144. those, if circuits aren't working and it's a pattern we recognize
  145. ("port 443 worked once and port 9001 keeps not working").
  146. N - Should router info have a pointer to routerstatus?
  147. - We should at least do something about the duplicated fields.
  148. X switch accountingmax to count total in+out, not either in or
  149. out. it's easy to move in this direction (not risky), but hard to
  150. back out if we decide we prefer it the way it already is. hm.
  151. - cpu fixes:
  152. - see if we should make use of truncate to retry
  153. R - kill dns workers more slowly
  154. . Directory changes
  155. . Some back-out mechanism for auto-approval
  156. - a way of rolling back approvals to before a timestamp
  157. - Consider minion-like fingerprint file/log combination.
  158. - packaging and ui stuff:
  159. . multiple sample torrc files
  160. - uninstallers
  161. . for os x
  162. . figure out how to make nt service stuff work?
  163. . Document it.
  164. o Add version number to directory.
  165. N - Vet all pending installer patches
  166. - Win32 installer plus privoxy, sockscap/freecap, etc.
  167. - Vet win32 systray helper code
  168. - document:
  169. o torcp needs more attention in the tor-doc-win32.
  170. - recommend gaim.
  171. - unrecommend IE because of ftp:// bug.
  172. - torrc.complete.in needs attention?
  173. - Bind to random port when making outgoing connections to Tor servers,
  174. to reduce remote sniping attacks.
  175. - Have new people be in limbo and need to demonstrate usefulness
  176. before we approve them.
  177. - Clients should estimate their skew as median of skew from servers
  178. over last N seconds.
  179. - Security
  180. - Alices avoid duplicate class C nodes.
  181. - Analyze how bad the partitioning is or isn't.
  182. . Update the hidden service stuff for the new dir approach.
  183. - switch to an ascii format, maybe sexpr?
  184. - authdirservers publish blobs of them.
  185. - other authdirservers fetch these blobs.
  186. - hidserv people have the option of not uploading their blobs.
  187. - you can insert a blob via the controller.
  188. - and there's some amount of backwards compatibility.
  189. - teach clients, intro points, and hidservs about auth mechanisms.
  190. - come up with a few more auth mechanisms.
  191. - auth mechanisms to let hidden service midpoint and responder filter
  192. connection requests.
  193. . Come up with a coherent strategy for bandwidth buckets and TLS. (The
  194. logic for reading from TLS sockets is likely to overrun the bandwidth
  195. buckets under heavy load. (Really, the logic was never right in the
  196. first place.) Also, we should audit all users of get_pending_bytes().)
  197. - Make it harder to circumvent bandwidth caps: look at number of bytes
  198. sent across sockets, not number sent inside TLS stream.
  199. - Make router_is_general_exit() a bit smarter once we're sure what it's for.
  200. - rewrite how libevent does select() on win32 so it's not so very slow.
  201. - Write limiting; separate token bucket for write
  202. - Audit everything to make sure rend and intro points are just as likely to
  203. be us as not.
  204. - Do something to prevent spurious EXTEND cells from making middleman
  205. nodes connect all over. Rate-limit failed connections, perhaps?
  206. Future version:
  207. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  208. - Handle full buffers without totally borking
  209. - Rate-limit OR and directory connections overall and per-IP and
  210. maybe per subnet.
  211. - Hold-open-until-flushed now works by accident; it should work by
  212. design.
  213. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  214. - Specify?
  215. - tor-resolve script should use socks5 to get better error messages.
  216. - Track uptime as %-of-time-up, as well as time-since-last-down.
  217. - hidserv offerers shouldn't need to define a SocksPort
  218. * figure out what breaks for this, and do it.
  219. - Relax clique assumptions.
  220. X start handling server descriptors without a socksport?
  221. - tor should be able to have a pool of outgoing IP addresses
  222. that it is able to rotate through. (maybe)
  223. - let each hidden service (or other thing) specify its own
  224. OutboundBindAddress?
  225. Blue-sky:
  226. - Patch privoxy and socks protocol to pass strings to the browser.
  227. - Standby/hotswap/redundant hidden services.
  228. - Robust decentralized storage for hidden service descriptors.
  229. - The "China problem"
  230. - Allow small cells and large cells on the same network?
  231. - Cell buffering and resending. This will allow us to handle broken
  232. circuits as long as the endpoints don't break, plus will allow
  233. connection (tls session key) rotation.
  234. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  235. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  236. link crypto, unless we can bully openssl into it.
  237. - Need a relay teardown cell, separate from one-way ends.
  238. (Pending a user who needs this)
  239. - Handle half-open connections: right now we don't support all TCP
  240. streams, at least according to the protocol. But we handle all that
  241. we've seen in the wild.
  242. (Pending a user who needs this)