TODO 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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. . <nickm> "Let's try to find a way to make it run and make the version
  15. match, but if not, let's just make it run."
  16. - <arma> "should we detect if we have a --with-ssl-dir and try the -R
  17. by default, if it works?"
  18. Items for 0.1.2.x:
  19. - Servers are easy to setup and run: being a relay is about as easy as
  20. being a client.
  21. - Reduce resource load
  22. - look into "uncounting" bytes spent on local connections. so
  23. we can bandwidthrate but still have fast downloads.
  24. - Write limiting; separate token bucket for write
  25. o dir answers include a your-ip-address-is header, so we can
  26. break our dependency on dyndns.
  27. - Count TLS bandwidth more accurately
  28. - Write-limit directory responses.
  29. N . Improve memory usage on tight-memory machines.
  30. - Directory-related fixes.
  31. o Remember offset and location of each descriptor in the cache/journal
  32. o When sending a big pile of descs to a client, don't shove them all
  33. on the buffer at once. Keep a list of the descriptor digests for
  34. the descriptors we still want to send. We might end up truncating
  35. some replies by returning fewer descriptors than were requested (if
  36. somebody requests a desc that we throw away before we deliver it),
  37. but this happens only when somebody wants an obsolete desc, and
  38. clients can already handle truncated replies.
  39. o But what do we do about compression? That's the part that makes
  40. stuff hard.
  41. o Implement compress/decompress-on-the-fly support.
  42. o Use it for returning lists of descriptors.
  43. o Use it for returning lists of network status docs. (This will
  44. take a hybrid approach; let's get the other bits working first.)
  45. o Make clients handle missing Content-Length tags. (Oh, they do.)
  46. o Verify that this has happened for a long time.
  47. o Try a similar trick for spooling out v1 directories. These we
  48. _uncompress_ on the fly.
  49. - Look into pulling serverdescs off buffers as they arrive.
  50. . Mmap cache files where possible.
  51. o Mmap cached-routers file; when building it, go oldest-to-newest.
  52. - More unit tests and asserts for cached-routers file: ensure digest
  53. for the right router. Verify dl by digest, fp, etc.
  54. - Make sure cached-routers values and offsets are correct in the
  55. presence of windows FS insanity.
  56. - Save and mmap v1 directories; store them zipped, not uncompressed.
  57. - Store networkstatus docs zipped, not uncompressed. Maaaybe mmap
  58. them too.
  59. - "bandwidth classes", for incoming vs initiated-here conns.
  60. o Asynchronous DNS
  61. - and test it
  62. - make it the default on platforms where it works
  63. - Security improvements
  64. - Directory guards
  65. R - remember the last time we saw one of our entry guards labelled with
  66. the GUARD flag. If it's been too long, it is not suitable for use.
  67. If it's been really too long, remove it from the list.
  68. - Make reverse DNS work.
  69. - Performance improvements
  70. - Better estimates in the directory of whether servers have good uptime
  71. (high expected time to failure) or good guard qualities (high
  72. fractional uptime).
  73. - AKA Track uptime as %-of-time-up, as well as time-since-last-down.
  74. - Clients should prefer to avoid exit nodes for non-exit path positions.
  75. (bug 200)
  76. - Have a "Faster" status flag that means it. Fast2, Fast4, Fast8?
  77. - A more efficient dir protocol.
  78. - Clients stop dumping old descriptors if the network-statuses
  79. claim they're still valid.
  80. - Later, servers will stop generating new descriptors simply
  81. because 18 hours have passed.
  82. - Authorities should fetch the network-statuses amongst each
  83. other, consensus them, and advertise a communal network-status.
  84. This is not so much for safety/complexity as it is to reduce
  85. bandwidth requirements for Alice.
  86. - How does this interact with our goal of being able to choose
  87. your own dir authorities? I guess we're now assuming that all
  88. dir authorities know all the other authorities in their "group"?
  89. - Should we also look into a "delta since last network-status
  90. checkpoint" scheme, to reduce overhead further?
  91. - Extend the "r" line in network-status to give a set of buckets (say,
  92. comma-separated) for that router.
  93. - Buckets are deterministic based on IP address.
  94. - Then clients can choose a bucket (or set of buckets) to
  95. download and use.
  96. - Critical but minor bugs, backport candiates.
  97. - If the client's clock is too far in the past, it will drop (or
  98. just not try to get) descriptors, so it'll never build circuits.
  99. R - Failed rend desc fetches sometimes don't get retried.
  100. - If we fail to connect via an exit enclave, (warn and) try again
  101. without demanding that exit node.
  102. R - non-v1 authorities should not accept rend descs.
  103. - We need a separate list of "hidserv authorities" if we want to
  104. retire moria1 from the main list.
  105. - support dir 503s better
  106. o clients don't log as loudly when they receive them
  107. - they don't count toward the 3-strikes rule
  108. - should there be some threshold of 503's after which we give up?
  109. - think about how to split "router is down" from "dirport shouldn't
  110. be tried for a while"?
  111. - authorities should *never* 503 a cache, but *should* 503 clients
  112. when they feel like it.
  113. - update dir-spec with what we decided for each of these
  114. - provide no-cache no-index headers from the dirport?
  115. - Windows server usability
  116. - Solve the ENOBUFS problem.
  117. - make tor's use of openssl operate on buffers rather than sockets,
  118. so we can make use of libevent's buffer paradigm once it has one.
  119. - make tor's use of libevent tolerate either the socket or the
  120. buffer paradigm; includes unifying the functions in connect.c.
  121. - We need a getrlimit equivalent on Windows so we can reserve some
  122. file descriptors for saving files, etc. Otherwise we'll trigger
  123. asserts when we're out of file descriptors and crash.
  124. M - rewrite how libevent does select() on win32 so it's not so very slow.
  125. - Add overlapped IO
  126. - When we connect to a Tor server, it sends back a cell listing
  127. the IP it believes it is using. Use this to block dvorak's attack.
  128. Also, this is a fine time to say what time you think it is.
  129. o Verify that a new cell type is okay with deployed codebase
  130. - Specify
  131. - Implement
  132. - Directory system improvements
  133. - config option to publish what ports you listen on, beyond
  134. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  135. - Parse this.
  136. - Relay this in networkstatus.
  137. N - Exitlist should avoid outputting the same IP address twice.
  138. N - Write path-spec.txt
  139. - Break the dir v1 stuff out of tor-spec.txt into dir-spec-v1.txt,
  140. and change the new dir-spec.txt to dir-spec-v2.txt.
  141. - Packaging
  142. - Tell people about OSX Uninstaller
  143. - Quietly document NT Service options
  144. - Docs
  145. - More prominently, we should have a recommended apps list.
  146. - recommend gaim.
  147. - unrecommend IE because of ftp:// bug.
  148. - torrc.complete.in needs attention?
  149. Topics to think about during 0.1.2.x development:
  150. * Figure out incentives.
  151. - (How can we make this tolerant of a bad v0?)
  152. * Figure out non-clique.
  153. * Figure out China.
  154. - Figure out avoiding duplicate /24 lines
  155. - Figure out partial network knowledge.
  156. - Figure out hidden services.
  157. Minor items for 0.1.2.x as time permits.
  158. - We should ship with a list of stable dir mirrors -- they're not
  159. trusted like the authorities, but they'll provide more robustness
  160. and diversity for bootstrapping clients.
  161. - Rate limit exit connections to a given destination -- this helps
  162. us play nice with websites when Tor users want to crawl them; it
  163. also introduces DoS opportunities.
  164. - The bw_accounting file should get merged into the state file.
  165. - Streamline how we define a guard node as 'up'.
  166. - Better installers and build processes.
  167. - Commit edmanm's win32 makefile to tor cvs contrib, or write a new one.
  168. - Christian Grothoff's attack of infinite-length circuit.
  169. the solution is to have a separate 'extend-data' cell type
  170. which is used for the first N data cells, and only
  171. extend-data cells can be extend requests.
  172. - Specify, including thought about anonymity implications.
  173. - Display the reasons in 'destroy' and 'truncated' cells under some
  174. circumstances?
  175. - We need a way for the authorities to declare that nodes are
  176. in a family. Also, it kinda sucks that family declarations use O(N^2)
  177. space in the descriptors.
  178. - If the server is spewing complaints about raising your ulimit -n,
  179. we should add a note about this to the server descriptor so other
  180. people can notice too.
  181. - rate limit the number of exit connections to a given destination, to
  182. help with DoS/crawling issues.
  183. - cpu fixes:
  184. - see if we should make use of truncate to retry
  185. - kill dns workers more slowly
  186. . Directory changes
  187. . Some back-out mechanism for auto-approval
  188. - a way of rolling back approvals to before a timestamp
  189. - Consider minion-like fingerprint file/log combination.
  190. - packaging and ui stuff:
  191. . multiple sample torrc files
  192. . figure out how to make nt service stuff work?
  193. . Document it.
  194. - Vet all pending installer patches
  195. - Win32 installer plus privoxy, sockscap/freecap, etc.
  196. - Vet win32 systray helper code
  197. - Improve controller
  198. - change circuit status events to give more details, like purpose,
  199. whether they're internal, when they become dirty, when they become
  200. too dirty for further circuits, etc.
  201. - What do we want here, exactly?
  202. - Specify and implement it.
  203. - Change stream status events analogously.
  204. - What do we want here, exactly?
  205. - Specify and implement it.
  206. - Make other events "better".
  207. - Change stream status events analogously.
  208. - What do we want here, exactly?
  209. - Specify and implement it.
  210. - Make other events "better" analogously
  211. - What do we want here, exactly?
  212. - Specify and implement it.
  213. . Expose more information via getinfo:
  214. - import and export rendezvous descriptors
  215. - Review all static fields for additional candidates
  216. - Allow EXTENDCIRCUIT to unknown server.
  217. - We need some way to adjust server status, and to tell tor not to
  218. download directories/network-status, and a way to force a download.
  219. - It would be nice to request address lookups from the controller
  220. without using SOCKS.
  221. - Make everything work with hidden services
  222. Future version:
  223. . Update the hidden service stuff for the new dir approach.
  224. - switch to an ascii format, maybe sexpr?
  225. - authdirservers publish blobs of them.
  226. - other authdirservers fetch these blobs.
  227. - hidserv people have the option of not uploading their blobs.
  228. - you can insert a blob via the controller.
  229. - and there's some amount of backwards compatibility.
  230. - teach clients, intro points, and hidservs about auth mechanisms.
  231. - come up with a few more auth mechanisms.
  232. - auth mechanisms to let hidden service midpoint and responder filter
  233. connection requests.
  234. - Bind to random port when making outgoing connections to Tor servers,
  235. to reduce remote sniping attacks.
  236. - Have new people be in limbo and need to demonstrate usefulness
  237. before we approve them.
  238. - Clients should estimate their skew as median of skew from servers
  239. over last N seconds.
  240. - Make router_is_general_exit() a bit smarter once we're sure what it's for.
  241. - Audit everything to make sure rend and intro points are just as likely to
  242. be us as not.
  243. - Do something to prevent spurious EXTEND cells from making middleman
  244. nodes connect all over. Rate-limit failed connections, perhaps?
  245. - Automatically determine what ports are reachable and start using
  246. those, if circuits aren't working and it's a pattern we recognize
  247. ("port 443 worked once and port 9001 keeps not working").
  248. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  249. - Handle full buffers without totally borking
  250. - Rate-limit OR and directory connections overall and per-IP and
  251. maybe per subnet.
  252. - Hold-open-until-flushed now works by accident; it should work by
  253. design.
  254. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  255. - Specify?
  256. - tor-resolve script should use socks5 to get better error messages.
  257. - hidserv offerers shouldn't need to define a SocksPort
  258. * figure out what breaks for this, and do it.
  259. - tor should be able to have a pool of outgoing IP addresses
  260. that it is able to rotate through. (maybe)
  261. - let each hidden service (or other thing) specify its own
  262. OutboundBindAddress?
  263. - Have a mode that doesn't write to disk much, so we can run Tor on
  264. flash memory (e.g. Linksys routers).
  265. Blue-sky:
  266. - Patch privoxy and socks protocol to pass strings to the browser.
  267. - Standby/hotswap/redundant hidden services.
  268. - Robust decentralized storage for hidden service descriptors.
  269. - The "China problem"
  270. - Allow small cells and large cells on the same network?
  271. - Cell buffering and resending. This will allow us to handle broken
  272. circuits as long as the endpoints don't break, plus will allow
  273. connection (tls session key) rotation.
  274. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  275. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  276. link crypto, unless we can bully openssl into it.
  277. - Need a relay teardown cell, separate from one-way ends.
  278. (Pending a user who needs this)
  279. - Handle half-open connections: right now we don't support all TCP
  280. streams, at least according to the protocol. But we handle all that
  281. we've seen in the wild.
  282. (Pending a user who needs this)
  283. Non-Coding:
  284. - Mark up spec; note unclear points about servers
  285. - Mention controller libs someplace.
  286. P - flesh out the rest of the section 6 of the faq
  287. . more pictures from ren. he wants to describe the tor handshake
  288. NR- write a spec appendix for 'being nice with tor'
  289. - tor-in-the-media page
  290. - Remove need for HACKING file.
  291. - Figure out licenses for website material.
  292. Website:
  293. - and remove home and make the "Tor" picture be the link to home.
  294. - put the logo on the website, in source form, so people can put it on
  295. stickers directly, etc.
  296. R - make a page with the hidden service diagrams.
  297. - ask Jan to be the translation coordinator? add to volunteer page.
  298. o track down the patch for cross-compiling.