TODO 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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, real soon now:
  19. x - When we've been idle a long time, we stop fetching server
  20. descriptors. When we then get a socks request, we build circuits
  21. immediately using whatever descriptors we have, rather than waiting
  22. until we've fetched correct ones.
  23. x - If the client's clock is too far in the past, it will drop (or
  24. just not try to get) descriptors, so it'll never build circuits.
  25. N - when we start, remove any entryguards that are listed in excludenodes.
  26. N - Remember the last time we saw one of our entry guards labelled with
  27. the GUARD flag. If it's been too long, it is not suitable for use.
  28. If it's been really too long, remove it from the list.
  29. . Figure out avoiding duplicate /24 lines
  30. o automatically add /16 servers to family
  31. D do it in an efficient way. keep a list of something somewhere?
  32. - The right thing here is to revamp our node selection implementation.
  33. N - make it configurable, so people can turn it on or off.
  34. N - Clients stop dumping old descriptors if the network-statuses
  35. claim they're still valid.
  36. R . If we fail to connect via an exit enclave, (warn and) try again
  37. without demanding that exit node.
  38. - And recognize when extending to the enclave node is failing,
  39. so we can abandon then too.
  40. N - We need a separate list of "hidserv authorities" if we want to
  41. retire moria1 from the main list.
  42. P - Figure out why dll's compiled in mingw don't work right in Winxp.
  43. P - Figure out why openssl 0.9.8c "make test" fails at sha256t test.
  44. Items for 0.1.2.x:
  45. o re-enable blossom functionality: let tor servers decide if they
  46. will use local search when resolving, or not.
  47. N - Document it.
  48. - enumerate events of important things that occur in tor, so vidalia can
  49. react.
  50. N - Backend implementation
  51. R - Actually list all the events (notice and warn log messages are a good
  52. place to look.) Divide messages into categories, perhaps.
  53. N - Specify general event system
  54. R - Specify actual events.
  55. x - We should ship with a list of stable dir mirrors -- they're not
  56. trusted like the authorities, but they'll provide more robustness
  57. and diversity for bootstrapping clients.
  58. N - Simplify authority operation
  59. - Follow weasel's proposal, crossed with mixminion dir config format
  60. - Reject/invalidate by IP.
  61. - Servers are easy to setup and run: being a relay is about as easy as
  62. being a client.
  63. - Reduce resource load
  64. N - Come up with good 'nicknames' automatically, or make no-nickname
  65. routers workable. [Make a magic nickname "Unnamed" that can't be
  66. registered and can't be looked up by nickname.]
  67. d - Tolerate clock skew on bridge relays.
  68. d - A way to examine and twiddle router flags from controller.
  69. - A way to export server descriptors to controllers
  70. N - Event / getinfo for "when did routerdesc last change".
  71. d - a way to pick entries based wholly on extend_info equivalent;
  72. a way to export extend_info equivalent.
  73. R - option to dl directory info via tor
  74. - Make an option like __AllDirActionsPrivate that falls back to
  75. non-Tor DL when not enough info present.
  76. D Count TLS bandwidth more accurately
  77. - Improvements to bandwidth counting
  78. R - look into "uncounting" bytes spent on local connections, so
  79. we can bandwidthrate but still have fast downloads.
  80. R - "bandwidth classes", for incoming vs initiated-here conns.
  81. d - Write limiting; separate token bucket for write
  82. - Write-limit directory responses (need to research)
  83. N - DNS improvements
  84. o Option to deal with broken DNS of the "ggoogle.com? Ah, you meant
  85. ads.me.com!" variety.
  86. o Autodetect whether DNS is broken in this way.
  87. o Don't ask reject *:* nodes for DNS unless client wants you to.
  88. . Asynchronous DNS
  89. o Document and rename SearchDomains, ResolvConf options
  90. D Make API closer to getaddrinfo()
  91. - Teach it to be able to listen for A and PTR requests to be processed.
  92. Interface should be set_request_listener(sock, cb); [ cb(request) ]
  93. send_reply(request, answer);
  94. d - Add option to use /etc/hosts?
  95. d - Special-case localhost?
  96. - Verify that it works on windows
  97. . Make reverse DNS work.
  98. o Specify
  99. X Implement with dnsworkers
  100. (There's no point doing this, since we will throw away dnsworkers once
  101. eventdns is confirmed to work everywhere.)
  102. o Implement in eventdns
  103. o Connect to resolve cells, server-side.
  104. o Add element to routerinfo to note routers that aren't using eventdns,
  105. so we can avoid sending them reverse DNS etc.
  106. o Fix the bug with server-side caching, whatever is causing it.
  107. . Add client-side interface
  108. o SOCKS interface: specify
  109. o SOCKS interface: implement
  110. - Cache answers client-side
  111. o Add to Tor-resolve.py
  112. - Add to tor-resolve
  113. - Check for invalid characters in hostnames before trying to resolve
  114. them. (This will help catch attempts do to mean things to our DNS
  115. server, and bad software that tries to do DNS lookups on whole URLs.)
  116. - address_is_invalid_destination() is the right thing to call here
  117. (and feel free to make that function smarter)
  118. - Performance improvements
  119. x - Better estimates in the directory of whether servers have good uptime
  120. (high expected time to failure) or good guard qualities (high
  121. fractional uptime).
  122. - AKA Track uptime as %-of-time-up, as well as time-since-last-down
  123. - Clients should prefer to avoid exit nodes for non-exit path positions.
  124. (bug 200)
  125. R - spec
  126. x - implement
  127. - Have a "Faster" status flag that means it. Fast2, Fast4, Fast8?
  128. x - spec
  129. d - implement
  130. - A more efficient dir protocol.
  131. N - Later, servers will stop generating new descriptors simply
  132. because 18 hours have passed: we must start tolerating this now.
  133. - Critical but minor bugs, backport candidates.
  134. d - Failed rend desc fetches sometimes don't get retried. True/false?
  135. R - non-v1 authorities should not accept rend descs.
  136. R - support dir 503s better
  137. o clients don't log as loudly when they receive them
  138. - they don't count toward the 3-strikes rule
  139. - should there be some threshold of 503's after which we give up?
  140. - Delay when we get a lot of 503s.
  141. N - split "router is down" from "dirport shouldn't be tried for a while"?
  142. Just a separate bit.
  143. - authorities should *never* 503 a cache, but *should* 503 clients
  144. when they feel like it.
  145. - update dir-spec with what we decided for each of these
  146. N - provide no-cache no-index headers from the dirport?
  147. - Windows server usability
  148. - Solve the ENOBUFS problem.
  149. - make tor's use of openssl operate on buffers rather than sockets,
  150. so we can make use of libevent's buffer paradigm once it has one.
  151. - make tor's use of libevent tolerate either the socket or the
  152. buffer paradigm; includes unifying the functions in connect.c.
  153. - We need a getrlimit equivalent on Windows so we can reserve some
  154. file descriptors for saving files, etc. Otherwise we'll trigger
  155. asserts when we're out of file descriptors and crash.
  156. M - rewrite how libevent does select() on win32 so it's not so very slow.
  157. - Add overlapped IO
  158. o Exitlist should avoid outputting the same IP address twice.
  159. Nd- Have a mode that doesn't write to disk much, so we can run Tor on
  160. flash memory (e.g. Linksys routers or USB keys).
  161. o Add AvoidDiskWrites config option.
  162. - only write state file when it's "changed"
  163. - stop writing identity key / fingerprint / etc every restart
  164. - stop caching directory stuff -- and disable mmap?
  165. - more?
  166. NR- Write path-spec.txt
  167. - Packaging
  168. - Tell people about OSX Uninstaller
  169. - Quietly document NT Service options
  170. - Switch canonical win32 compiler to mingw.
  171. NR - Get some kind of "meta signing key" to be used solely to sign
  172. releases/to certify releases when signed by the right people/
  173. to certify sign the right people's keys? Also use this to cert the SSL
  174. key, etc.
  175. - Docs
  176. - More prominently, we should have a recommended apps list.
  177. - recommend gaim.
  178. - unrecommend IE because of ftp:// bug.
  179. - torrc.complete.in needs attention?
  180. - we should add a preamble to tor-design saying it's out of date.
  181. Topics to think about during 0.1.2.x development:
  182. * Figure out incentives.
  183. - (How can we make this tolerant of a bad v0?)
  184. * Figure out non-clique.
  185. * Figure out China.
  186. - Figure out partial network knowledge.
  187. - Figure out hidden services.
  188. - Design next-version protocol for directories
  189. - Design next-version protocol for connections
  190. For blocking-resistance scheme:
  191. X allow ordinary-looking ssl for dir connections. need a new dirport
  192. for this, or can we handle both ssl and non-ssl, or should we
  193. entirely switch to ssl in certain cases?
  194. Rd- Official way to do authenticated dir conns: connect to OR port,
  195. and exit to 'localhost:dir-port'.
  196. - Make everybody with a dir-port implicitly accept exit to
  197. localhost:dir-port.
  198. - Check whether this works with one-hop circ case.
  199. d - need to figure out how to fetch status of a few servers from the BDA
  200. without fetching all statuses. A new URL to fetch I presume?
  201. Deferred from 0.1.2.x:
  202. - Directory guards
  203. - RAM use in directory authorities.
  204. - Memory use improvements:
  205. - Look into pulling serverdescs off buffers as they arrive.
  206. - Save and mmap v1 directories, and networkstatus docs; store them
  207. zipped, not uncompressed.
  208. - Switch cached_router_t to use mmap.
  209. - What to do about reference counts on windows? (On Unix, this is
  210. easy: unlink works fine. (Right?) On Windows, I have doubts. Do we
  211. need to keep multiple files?)
  212. - What do we do about the fact that people can't read zlib-
  213. compressed files manually?
  214. - Add IPv6 support to eventdns.c
  215. - Refactor DNS resolve implementation
  216. - Refactor exit side of resolve: do we need a connection_t?
  217. - Refactor entry side of resolve: do we need a connection_t?
  218. - A more efficient dir protocol.
  219. - Authorities should fetch the network-statuses amongst each
  220. other, consensus them, and advertise a communal network-status.
  221. This is not so much for safety/complexity as it is to reduce
  222. bandwidth requirements for Alice.
  223. - How does this interact with our goal of being able to choose
  224. your own dir authorities? I guess we're now assuming that all
  225. dir authorities know all the other authorities in their "group"?
  226. - Should we also look into a "delta since last network-status
  227. checkpoint" scheme, to reduce overhead further?
  228. - Extend the "r" line in network-status to give a set of buckets (say,
  229. comma-separated) for that router.
  230. - Buckets are deterministic based on IP address.
  231. - Then clients can choose a bucket (or set of buckets) to
  232. download and use.
  233. - Improvements to versioning.
  234. - When we connect to a Tor server, it sends back a cell listing
  235. the IP it believes it is using. Use this to block dvorak's attack.
  236. Also, this is a fine time to say what time you think it is.
  237. o Verify that a new cell type is okay with deployed codebase
  238. . Specify HELLO cells
  239. . Figure out v0 compatibility.
  240. - Implement
  241. Minor items for 0.1.2.x as time permits:
  242. X If we try to publish as a nickname that's already claimed, should
  243. we append a number (or increment the number) and try again? This
  244. way people who read their logs can fix it as before, but people
  245. who don't read their logs will still offer Tor servers.
  246. - Fall back to unnamed; warn user; sent controller event.
  247. ! - Tor should bind its ports before dropping privs, so users don't
  248. have to do the ipchains dance.
  249. - Rate limit exit connections to a given destination -- this helps
  250. us play nice with websites when Tor users want to crawl them; it
  251. also introduces DoS opportunities.
  252. ! - The bw_accounting file should get merged into the state file.
  253. R - Streamline how we pick entry nodes.
  254. ! - Better installers and build processes.
  255. - Commit edmanm's win32 makefile to tor contrib, or write a new one.
  256. - Christian Grothoff's attack of infinite-length circuit.
  257. the solution is to have a separate 'extend-data' cell type
  258. which is used for the first N data cells, and only
  259. extend-data cells can be extend requests.
  260. - Specify, including thought about anonymity implications.
  261. - Display the reasons in 'destroy' and 'truncated' cells under some
  262. circumstances?
  263. - We need a way for the authorities to declare that nodes are
  264. in a family. Also, it kinda sucks that family declarations use O(N^2)
  265. space in the descriptors.
  266. - If the server is spewing complaints about raising your ulimit -n,
  267. we should add a note about this to the server descriptor so other
  268. people can notice too.
  269. - cpu fixes:
  270. - see if we should make use of truncate to retry
  271. X kill dns workers more slowly
  272. . Directory changes
  273. . Some back-out mechanism for auto-approval
  274. - a way of rolling back approvals to before a timestamp
  275. - Consider minion-like fingerprint file/log combination.
  276. - packaging and ui stuff:
  277. . multiple sample torrc files
  278. . figure out how to make nt service stuff work?
  279. . Document it.
  280. - Vet all pending installer patches
  281. - Win32 installer plus privoxy, sockscap/freecap, etc.
  282. - Vet win32 systray helper code
  283. - Improve controller
  284. - a NEWSTATUS event similar to NEWDESC.
  285. - change circuit status events to give more details, like purpose,
  286. whether they're internal, when they become dirty, when they become
  287. too dirty for further circuits, etc.
  288. - What do we want here, exactly?
  289. - Specify and implement it.
  290. - Change stream status events analogously.
  291. - What do we want here, exactly?
  292. - Specify and implement it.
  293. - Make other events "better".
  294. - Change stream status events analogously.
  295. - What do we want here, exactly?
  296. - Specify and implement it.
  297. - Make other events "better" analogously
  298. - What do we want here, exactly?
  299. - Specify and implement it.
  300. . Expose more information via getinfo:
  301. - import and export rendezvous descriptors
  302. - Review all static fields for additional candidates
  303. - Allow EXTENDCIRCUIT to unknown server.
  304. - We need some way to adjust server status, and to tell tor not to
  305. download directories/network-status, and a way to force a download.
  306. - It would be nice to request address lookups from the controller
  307. without using SOCKS.
  308. - Make everything work with hidden services
  309. - Directory system improvements
  310. - config option to publish what ports you listen on, beyond
  311. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  312. - Parse this.
  313. - Relay this in networkstatus.
  314. o smartlist_uniq(): We have at least 3 places that check a smartlist for
  315. duplicates and then removes them: networkstatus_parse_from_string(),
  316. sort_version_list(), and router_rebuild_descriptor(). This should probably
  317. get its own function that takes a comparator and a delete function.
  318. Future version:
  319. - Configuration format really wants sections.
  320. - Good RBL substitute.
  321. . Update the hidden service stuff for the new dir approach.
  322. - switch to an ascii format, maybe sexpr?
  323. - authdirservers publish blobs of them.
  324. - other authdirservers fetch these blobs.
  325. - hidserv people have the option of not uploading their blobs.
  326. - you can insert a blob via the controller.
  327. - and there's some amount of backwards compatibility.
  328. - teach clients, intro points, and hidservs about auth mechanisms.
  329. - come up with a few more auth mechanisms.
  330. - auth mechanisms to let hidden service midpoint and responder filter
  331. connection requests.
  332. - Bind to random port when making outgoing connections to Tor servers,
  333. to reduce remote sniping attacks.
  334. - Have new people be in limbo and need to demonstrate usefulness
  335. before we approve them.
  336. - Clients should estimate their skew as median of skew from servers
  337. over last N seconds.
  338. - Make router_is_general_exit() a bit smarter once we're sure what it's for.
  339. - Audit everything to make sure rend and intro points are just as likely to
  340. be us as not.
  341. - Do something to prevent spurious EXTEND cells from making middleman
  342. nodes connect all over. Rate-limit failed connections, perhaps?
  343. - Automatically determine what ports are reachable and start using
  344. those, if circuits aren't working and it's a pattern we recognize
  345. ("port 443 worked once and port 9001 keeps not working").
  346. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  347. - Handle full buffers without totally borking
  348. - Rate-limit OR and directory connections overall and per-IP and
  349. maybe per subnet.
  350. - Hold-open-until-flushed now works by accident; it should work by
  351. design.
  352. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  353. - Specify?
  354. - tor-resolve script should use socks5 to get better error messages.
  355. - hidserv offerers shouldn't need to define a SocksPort
  356. * figure out what breaks for this, and do it.
  357. - tor should be able to have a pool of outgoing IP addresses
  358. that it is able to rotate through. (maybe)
  359. - Specify; implement.
  360. - let each hidden service (or other thing) specify its own
  361. OutboundBindAddress?
  362. Blue-sky:
  363. - Patch privoxy and socks protocol to pass strings to the browser.
  364. - Standby/hotswap/redundant hidden services.
  365. - Robust decentralized storage for hidden service descriptors.
  366. - The "China problem"
  367. - Allow small cells and large cells on the same network?
  368. - Cell buffering and resending. This will allow us to handle broken
  369. circuits as long as the endpoints don't break, plus will allow
  370. connection (tls session key) rotation.
  371. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  372. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  373. link crypto, unless we can bully openssl into it.
  374. - Need a relay teardown cell, separate from one-way ends.
  375. (Pending a user who needs this)
  376. - Handle half-open connections: right now we don't support all TCP
  377. streams, at least according to the protocol. But we handle all that
  378. we've seen in the wild.
  379. (Pending a user who needs this)
  380. Non-Coding:
  381. - Mark up spec; note unclear points about servers
  382. - Mention controller libs someplace.
  383. . more pictures from ren. he wants to describe the tor handshake
  384. NR- write a spec appendix for 'being nice with tor'
  385. - tor-in-the-media page
  386. - Remove need for HACKING file.
  387. - Figure out licenses for website material.
  388. Website:
  389. - and remove home and make the "Tor" picture be the link to home.
  390. - put the logo on the website, in source form, so people can put it on
  391. stickers directly, etc.
  392. R - make a page with the hidden service diagrams.
  393. - ask Jan to be the translation coordinator? add to volunteer page.