TODO 12 KB

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