TODO 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  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. S - Steven claims
  9. E - Matt claims
  10. M - Mike claims
  11. J - Jeff claims
  12. I - ioerror claims
  13. W - weasel claims
  14. K - Karsten claims
  15. - Not done
  16. * Top priority
  17. . Partially done
  18. o Done
  19. d Deferrable
  20. D Deferred
  21. X Abandoned
  22. =======================================================================
  23. External constraints:
  24. - mid July
  25. W - Take the results from instrumenting directory downloads on Tor
  26. clients, and analyze/simulate some alternate approaches. Finish
  27. proposal for how to improve things, iterate based on feedback,
  28. convince us that the anonymity tradeoffs and/or scalability
  29. tradeoffs are acceptable.
  30. - mid August
  31. KS - Design hidden service improvements, evaluate them and consider
  32. security properties: write some proposals, get feedback, revise
  33. them, etc.
  34. ? - nlnet 'user safety contest'. submit torbrowser, others?
  35. - end of August
  36. I - Auto update
  37. o Vidalia learns when Tor thinks it should be updated
  38. R - Tor status events should suggest a new version to switch to
  39. I - Figure out a good PKI, document the design, assess security issues:
  40. "write a proposal"
  41. - Vidalia fetches the new one via Tor when possible, but fetches
  42. it without Tor "when necessary", whatever that means.
  43. - Give an interface for notifying the user, and letting her
  44. decide to fetch and decide to swap out the old Tor for the new.
  45. - Do the same for Polipo
  46. - and for Vidalia itself
  47. - end of September
  48. NSE - Write first draft of research study for Paul's research problem.
  49. This should be at least vaguely related to what was discussed in
  50. the end-of-May deliverable.
  51. - mid October
  52. KS - Finish implementation of hidden service improvements: have a set
  53. of patches that you think work.
  54. W - Finish implementation of directory overhead changes: have a set
  55. of patches that you think work.
  56. - mid January
  57. KS - Finish testing, debugging, unit testing, etc the hidden service
  58. changes. Have it in the development version and in use.
  59. W - Finish testing, debugging, unit testing, etc the directory overhead
  60. changes. Have it in the development version and in use.
  61. =======================================================================
  62. Other things Roger would be excited to see:
  63. Nick
  64. - Finish buffer stuff in libevent; start using it in Tor.
  65. - Tors start believing the contents of NETINFO cells.
  66. . Work with Steven and Roger to decide which parts of Paul's project
  67. he wants to work on.
  68. - respond to Steven's red-team TLS testing (a.k.a, look at a packet
  69. dump and compare)
  70. Matt
  71. - Fit Vidalia in 640x480 again.
  72. - When user changes the language in Vidalia, have it change right then.
  73. - Vidalia should display/edit PlaintextPorts events/config.
  74. . Vidalia's GUI should let you specify an http proxy that it launches
  75. for you. Maybe in the general config window next to which Tor it
  76. launches for you.
  77. - Vidalia should avoid stomping on your custom exit policy lines
  78. just because you click on 'save' for a totally different config thing.
  79. - How much space do we save in TBB by stripping symbols from Vidalia
  80. first? Good idea or crazy idea?
  81. ioerror
  82. - gmail auto responder so you send us an email and we send you a Tor
  83. binary. Probably needs a proposal first.
  84. - weather.torproject.org should go live.
  85. o Learn from Steven how to build/maintain the Tor Browser Bundle.
  86. - Keep advocating new Tor servers and working with orgs like Mozilla
  87. to let them like Tor.
  88. - Start converting critical wiki pages into real Tor wml pages. E.g.,
  89. https://wiki.torproject.org/noreply/TheOnionRouter/VerifyingSignatures
  90. - Find out what happened to the buildbot and get it back up:
  91. http://tor-buildbot.freehaven.net:8010/
  92. - Learn about locking memory pages that have sensitive content. Get
  93. that started in Tor.
  94. - Translation portal
  95. - Vidalia html help files
  96. - should we i18nize polipo's error messages too?
  97. - Some of our translated wml files are very old -- so old that they
  98. are harmful to leave in place. We need some sort of way to notice
  99. this and disable them.
  100. Steven
  101. - Figure out (or give up on) how to run Tor Browser and ordinary
  102. Firefox side-by-side.
  103. - Enumerate and analyze traces left when running from USB
  104. - Write a list of research items Tor would like to see done, for the
  105. volunteer page. Pick a few you'd like to work on yourself.
  106. - Move proposal 131 or equivalent forward.
  107. - Keep bugging us about exploits on the .exit notation.
  108. - If relays have 100KB/s but set relaybandwidthrate to 10KB/s, do your
  109. interference attacks still work?
  110. - Mike's question #3 on https://www.torproject.org/volunteer#Research
  111. - Worthwhile shipping TBB with some local html help files that come
  112. as bookmarks?
  113. - Decide whether TBB should use Torbutton's "lock" feature.
  114. http://archives.seul.org/or/cvs/Jun-2008/msg00186.html
  115. Andrew
  116. - Which bundles include Torbutton? Change the docs/tor-doc-foo pages
  117. so they admit that Torbutton is in them too. Change the download
  118. page too.
  119. - The OS X bundle screenshots are from forever ago -- they don't
  120. include Torbutton, they still say it's tor.eff.org, etc.
  121. - Should we still be telling you how to use Safari on OS X for Tor,
  122. given all the holes that Torbutton-dev solves on Firefox?
  123. Karsten
  124. o Make a hidden services explanation page with the hidden service
  125. diagrams. See img/THS-[1-6].png. These need some text to go along
  126. with them though, so people can follow what's going on.
  127. - We should consider a single config option TorPrivateNetwork that
  128. turns on all the config options for running a private test tor
  129. network. having to keep updating all the tools, and the docs,
  130. just isn't working.
  131. Weasel
  132. - Figure out how to make Vidalia and Tor play nicely on Debian, make
  133. the necessary modifications, and make some Vidalia debs that pass
  134. muster.
  135. - Fix bug 393.
  136. - Get oftc to switch to Tor dns bulk exitlist. Or tell us why it's
  137. not suitable yet.
  138. - Take non-Running entries out of the networkstatus consensus.
  139. - Move proposal 134 forward.
  140. - putting port predictions in state file
  141. - if tor hasn't been used in a while it stops fetching consensus
  142. documents. Retain that state over restarts.
  143. Roger
  144. - Finish tor-doc-bridge.wml
  145. . Fix FAQ entry on setting up private Tor network
  146. - Review Karsten's hidden service diagrams
  147. - Roger should visit Internews DC sometime.
  148. - Did we actually apply Steven's dkimproxy patch?
  149. - Brainstorm about safe but effective ways for vidalia to
  150. auto-update its user's bridges via Tor in the background.
  151. Mike:
  152. - Roger wants to get an email every time there's a blog change,
  153. e.g. a comment. That way spam doesn't go undetected for weeks.
  154. - Or, maybe just disable linking from blog comments entirely?
  155. =======================================================================
  156. Bugs/issues for Tor 0.2.0.x:
  157. . we should have an off-by-default way for relays to dump geoip data to
  158. a file in their data directory, for measurement purposes.
  159. o Basic implementation
  160. N - Include probability-of-selection
  161. R d let bridges set relaybandwidthrate as low as 5kb
  162. R - bridge communities
  163. . spec
  164. . deploy
  165. - man page entries for Alternate*Authority config options
  166. Documentation for Tor 0.2.0.x:
  167. - Proposals:
  168. . 111: Prioritize local traffic over relayed.
  169. R - Merge into tor-spec.txt.
  170. - 113: mark as closed close.
  171. o document the "3/4 and 7/8" business in the clients fetching consensus
  172. documents timeline.
  173. R - then document the bridge user download timeline.
  174. - HOWTO for DNSPort. See tup's wiki page.
  175. . Document transport and natdport in a good HOWTO.
  176. - Quietly document NT Service options: revise (or create) FAQ entry
  177. =======================================================================
  178. For 0.2.1.2-alpha:
  179. R d bug: if we launch using bridges, and then stop using bridges, we
  180. still have our bridges in our entryguards section, and may use them.
  181. R d add an event to report geoip summaries to vidalia for bridge relays,
  182. so vidalia can say "recent activity (1-8 users) from sa".
  183. R - investigate: it looks like if the bridge authority is unreachable,
  184. we're not falling back on querying bridges directly?
  185. R - if "no running bridges known", an application request should make
  186. us retry all our bridges.
  187. R - get matt to make vidalia do a getinfo status/bootstrap-phase to
  188. get caught up after it connects.
  189. R d Setting DirPort when acting as bridge will give false Warnings
  190. For 0.2.1.x:
  191. - Proposals to do:
  192. o 110: avoid infinite-length circuits
  193. R d 128: families of private bridges
  194. - 134: handle authority fragmentation.
  195. - Proposals to write:
  196. R d Do we want to maintain our own set of entryguards that we use as
  197. next hop after the bridge?
  198. X Add an 'exit-address' line in the descriptor for servers that exit
  199. from something that isn't their published address.
  200. [I think tordnsel solved this. -RD]
  201. - Proposal to supersede 117 by adding IPv6 support for exits and entries.
  202. - Internal code support for ipv6:
  203. o Clone ipv6 functions (inet_ntop, inet_pton) where they don't exist.
  204. - Most address variables need to become tor_addr_t
  205. - Teach resolving code how to handle ipv6.
  206. - Teach exit policies about ipv6 (consider ipv4/ipv6 interaction!)
  207. - 118: Listen on and advertise multiple ports:
  208. - Tor should be able to have a pool of outgoing IP addresses that it is
  209. able to rotate through. (maybe. Possible overlap with proposal 118.)
  210. - config option to publish what ports you listen on, beyond
  211. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  212. (This is very similar to proposal 118.)
  213. - Fix voting to handle bug 608 case when multiple servers get
  214. Named.
  215. d Possibly: revise link protocol to allow big circuit IDs,
  216. variable-length cells, proposal-110 stuff, and versioned CREATES?
  217. o Eliminate use of v2 networkstatus documents in v3 authority
  218. decision-making.
  219. N . Draft proposal for GeoIP aggregation (see external constraints *)
  220. o Separate Guard flags for "pick this as a new guard" and "keep this
  221. as an existing guard". First investigate if we want this.
  222. . Figure out how to make good use of the fallback consensus file. Right
  223. now many of the addresses in the fallback consensus will be stale,
  224. so it will take dozens of minutes to bootstrap from it. This is a
  225. bad first Tor experience. But if we check the fallback consensus
  226. file *after* we fail to connect to any authorities, then it may
  227. still be valuable as a blocking-resistance step.
  228. o Write the proposal.
  229. - Patch our tor.spec rpm package so it knows where to put the fallback
  230. consensus file.
  231. d Something for bug 469, to limit connections per IP.
  232. . Put bandwidth weights in the networkstatus? So clients get weight
  233. their choices even before they have the descriptors; and so
  234. authorities can put in more accurate numbers in the future.
  235. d Fetch an updated geoip file from the directory authorities.
  236. - Tiny designs to write:
  237. . Better estimate of clock skew; has anonymity implications. Clients
  238. should estimate their skew as median of skew from servers over last
  239. N seconds, but for servers this is not so easy, since a server does
  240. not choose who it connects to.
  241. - Do TLS connection rotation more often than "once a week" in the
  242. extra-stable case.
  243. (One reason not to do it more often is because the old TLS conn
  244. probably has a circuit on it, and we don't really want to build up
  245. dozens of TCP connections to all the other extra-stable relays.)
  246. - If a relay publishes a new descriptor with a significantly lower
  247. uptime or with a new IP address, then we should consider its current
  248. "running" interval to have ended even if it hadn't yet failed its
  249. third reachability test. the interval ended when the new descriptor
  250. appeared, and a new interval began then too.
  251. - Use less RAM *
  252. - Optimize cell pool allocation.
  253. d Support (or just always use) jemalloc (if it helps)
  254. - mmap more files.
  255. - Look into pulling serverdescs off buffers as they arrive.
  256. - Use less bandwidth
  257. - Use if-modified-since to download consensuses
  258. - Handle multi-core cpus better
  259. - Use information from NETINFO cells
  260. - Don't extend a circuit over a noncanonical connection with
  261. mismatched address.
  262. - Learn our outgoing IP address from netinfo cells?
  263. - Learn skew from netinfo cells?
  264. - Testing
  265. - Better unit test coverage
  266. - Refactor unit tests into multiple files
  267. - Verify that write limits to linked connections work.
  268. - Use more mid-level and high-level libevent APIs
  269. - For dns?
  270. - For http?
  271. - For buffers?
  272. - Tool improvements:
  273. - Get IOCP patch into libevent *
  274. - Security improvements
  275. - make is-consensus-fresh-enough check way tighter.
  276. - If we haven't tried downloading a consensus for ages since we're tired,
  277. try getting a new one before we use old descriptors for a circuit.
  278. Related to bug 401.
  279. - Feature removals and deprecations:
  280. - Get rid of the v1 directory stuff (making, serving, and caching)
  281. - First verify that the caches won't flip out?
  282. - If they will, just stop the caches from caching for now
  283. - perhaps replace it with a "this is a tor server" stock webpage.
  284. - The v2dir flag isn't used for anything anymore, right? If so, dump it.
  285. - Even clients run rep_hist_load_mtbf_data(). Does this waste memory?
  286. Dump it?
  287. - Unless we start using ftime functions, dump them.
  288. - can we deprecate 'getinfo network-status'?
  289. - can we deprecate the FastFirstHopPK config option?
  290. - Can we deprecate controllers that don't use both features?
  291. Nice to have for 0.2.1.x:
  292. - Proposals to write
  293. - steven's plan for replacing check.torproject.org with a built-in
  294. answer by tor itself.
  295. - Documentation
  296. P - Make documentation realize that location of system configuration file
  297. will depend on location of system defaults, and isn't always /etc/torrc.
  298. - Small controller features
  299. - A status event for when tor decides to stop fetching directory info
  300. if the client hasn't clicked recently: then make the onion change too.
  301. - Add a status event when new consensus arrives
  302. - Windows build
  303. P - Figure out why dll's compiled in mingw don't work right in WinXP.
  304. P - create a "make win32-bundle" for vidalia-privoxy-tor-torbutton bundle
  305. - Refactor bad code:
  306. - Refactor the HTTP logic so the functions aren't so large.
  307. - Refactor buf_read and buf_write to have sensible ways to return
  308. error codes after partial writes
  309. - Router_choose_random_node() has a big pile of args. make it "flags".
  310. - Streamline how we pick entry nodes: Make choose_random_entry() have
  311. less magic and less control logic.
  312. - Don't call time(NULL) so much; instead have a static time_t field
  313. that gets updated only a handful of times per second.
  314. - Move all status info out of routerinfo into local_routerstatus. Make
  315. "who can change what" in local_routerstatus explicit. Make
  316. local_routerstatus (or equivalent) subsume all places to go for "what
  317. router is this?"
  318. - deprecate router_digest_is_trusted_dir() in favor of
  319. router_get_trusteddirserver_by_digest()
  320. - Make Tor able to chroot itself
  321. o allow it to load an entire config file from control interface
  322. - document LOADCONF
  323. - log rotation (and FD passing) via control interface
  324. - chroot yourself, including inhibit trying to read config file
  325. and reopen logs, unless they are under datadir.
  326. - Should be trivial:
  327. - Base relative control socket paths (and other stuff in torrc) on datadir.
  328. - Tor logs the libevent version on startup, for debugging purposes.
  329. This is great. But it does this before configuring the logs, so
  330. it only goes to stdout and is then lost.
  331. - Make TrackHostExits expire TrackHostExitsExpire seconds after their
  332. *last* use, not their *first* use.
  333. - enforce a lower limit on MaxCircuitDirtiness and CircuitBuildTimeout.
  334. - Make 'safelogging' extend to info-level logs too.
  335. - don't do dns hijacking tests if we're reject *:* exit policy?
  336. (deferred until 0.1.1.x is less common)
  337. - More consistent error checking in router_parse_entry_from_string().
  338. I can say "banana" as my bandwidthcapacity, and it won't even squeak.
  339. - Interface for letting SOAT modify flags that authorities assign.
  340. (How to keep the authority from clobbering them afterwards?
  341. Later, unless people want to implement them now:
  342. - Actually use SSL_shutdown to close our TLS connections.
  343. - Include "v" line in networkstatus getinfo values.
  344. [Nick: bridge authorities output a networkstatus that is missing
  345. version numbers. This is inconvenient if we want to make sure
  346. bridgedb gives out bridges with certain characteristics. -RD]
  347. [Okay. Is this a separate item, or is it the same issue as the lack of
  348. a "v" line in response to the controller GETINFO command? -NM]
  349. - Let tor dir mirrors proxy connections to the tor download site, so
  350. if you know a bridge you can fetch the tor software.
  351. - when somebody uses the controlport as an http proxy, give them
  352. a "tor isn't an http proxy" error too like we do for the socks port.
  353. - MAYBE kill stalled circuits rather than stalled connections. This is
  354. possible thanks to cell queues, but we need to consider the anonymity
  355. implications.
  356. - Make resolves no longer use edge_connection_t unless they are actually
  357. _on_ a socks connection: have edge_connection_t and (say)
  358. dns_request_t both extend an edge_stream_t, and have p_streams and
  359. n_streams both be linked lists of edge_stream_t.
  360. - Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
  361. online config documentation from a single source.
  362. - It would be potentially helpful to respond to https requests on
  363. the OR port by acting like an HTTPS server.
  364. - Make the timestamp granularity on logs configurable, with default
  365. of "1 second". This might make some kinds of after-the-fact attack harder.
  366. Can anybody remember why we wanted to do this and/or what it means?
  367. - config option __ControllerLimit that hangs up if there are a limit
  368. of controller connections already.
  369. [This was mwenge's idea. The idea is that a Tor controller can
  370. "fill" Tor's controller slot quota, so jerks can't do cross-protocol
  371. attacks like the http form attack. -RD]
  372. - Bridge issues
  373. . Ask all directory questions to bridge via BEGIN_DIR.
  374. - use the bridges for dir fetches even when our dirport is open.
  375. - drop 'authority' queries if they're to our own identity key; accept
  376. them otherwise.
  377. - give extend_info_t a router_purpose again
  378. If somebody wants to do this in some version, they should:
  379. - Create packages for Nokia 800, requested by Chris Soghoian
  380. - More work on AvoidDiskWrites
  381. - Make DNSPort support TCP DNS.
  382. * * * * Roger, please sort these: * * * *
  383. - bridge communities with local bridge authorities:
  384. - clients who have a password configured decide to ask their bridge
  385. authority for a networkstatus
  386. - be able to have bridges that aren't in your torrc. save them in
  387. state file, etc.
  388. - Consider if we can solve: the Tor client doesn't know what flags
  389. its bridge has (since it only gets the descriptor), so it can't
  390. make decisions based on Fast or Stable.
  391. - Some mechanism for specifying that we want to stop using a cached
  392. bridge.
  393. =======================================================================
  394. Future versions:
  395. - Protocol
  396. - Our current approach to block attempts to use Tor as a single-hop proxy
  397. is pretty lame; we should get a better one.
  398. - Allow small cells and large cells on the same network?
  399. - Cell buffering and resending. This will allow us to handle broken
  400. circuits as long as the endpoints don't break, plus will allow
  401. connection (tls session key) rotation.
  402. - Implement Morphmix, so we can compare its behavior, complexity,
  403. etc. But see paper breaking morphmix.
  404. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  405. link crypto, unless we can bully DTLS into it.
  406. - Need a relay teardown cell, separate from one-way ends.
  407. (Pending a user who needs this)
  408. - Handle half-open connections: right now we don't support all TCP
  409. streams, at least according to the protocol. But we handle all that
  410. we've seen in the wild.
  411. (Pending a user who needs this)
  412. - Directory system
  413. - BEGIN_DIR items
  414. - handle connect-dir streams that don't have a chosen_exit_name set.
  415. - Have a "Faster" status flag that means it. Fast2, Fast4, Fast8?
  416. - Add an option (related to AvoidDiskWrites) to disable directory
  417. caching. (Is this actually a good idea??)
  418. X Add d64 and fp64 along-side d and fp so people can paste status
  419. entries into a url. since + is a valid base64 char, only allow one
  420. at a time. Consider adding to controller as well.
  421. [abandoned for lack of demand]
  422. - Some back-out mechanism for auto-approval on authorities
  423. - a way of rolling back approvals to before a timestamp
  424. - Consider minion-like fingerprint file/log combination.
  425. X Have new people be in limbo and need to demonstrate usefulness
  426. before we approve them.
  427. - Hidden services:
  428. d Standby/hotswap/redundant hidden services: needs a proposal.
  429. - you can insert a hidserv descriptor via the controller.
  430. - auth mechanisms to let hidden service midpoint and responder filter
  431. connection requests: proposal 121.
  432. - Let each hidden service (or other thing) specify its own
  433. OutboundBindAddress?
  434. - Server operation
  435. - If the server is spewing complaints about raising your ulimit -n,
  436. we should add a note about this to the server descriptor so other
  437. people can notice too.
  438. - When we hit a funny error from a dir request (eg 403 forbidden),
  439. but tor is working and happy otherwise, and we haven't seen many
  440. such errors recently, then don't warn about it.
  441. - Controller
  442. - Implement missing status events and accompanying getinfos
  443. - DIR_REACHABLE
  444. - BAD_DIR_RESPONSE (Unexpected directory response; maybe we're behind
  445. a firewall.)
  446. - BAD_PROXY (Bad http or https proxy)
  447. - UNRECOGNIZED_ROUTER (a nickname we asked for is unavailable)
  448. - Status events related to hibernation
  449. - something about failing to parse our address?
  450. from resolve_my_address() in config.c
  451. - sketchy OS, sketchy threading
  452. - too many onions queued: threading problems or slow CPU?
  453. - Implement missing status event fields:
  454. - TIMEOUT on CHECKING_REACHABILITY
  455. - GETINFO status/client, status/server, status/general: There should be
  456. some way to learn which status events are currently "in effect."
  457. We should specify which these are, what format they appear in, and so
  458. on.
  459. - More information in events:
  460. - Include bandwidth breakdown by conn->type in BW events.
  461. - Change circuit status events to give more details, like purpose,
  462. whether they're internal, when they become dirty, when they become
  463. too dirty for further circuits, etc.
  464. - Change stream status events analogously.
  465. - Expose more information via getinfo:
  466. - import and export rendezvous descriptors
  467. - Review all static fields for additional candidates
  468. - Allow EXTENDCIRCUIT to unknown server.
  469. - We need some way to adjust server status, and to tell tor not to
  470. download directories/network-status, and a way to force a download.
  471. - Make everything work with hidden services
  472. - Performance/resources
  473. - per-conn write buckets
  474. - separate config options for read vs write limiting
  475. (It's hard to support read > write, since we need better
  476. congestion control to avoid overfull buffers there. So,
  477. defer the whole thing.)
  478. - Rate limit exit connections to a given destination -- this helps
  479. us play nice with websites when Tor users want to crawl them; it
  480. also introduces DoS opportunities.
  481. - Consider truncating rather than destroying failed circuits,
  482. in order to save the effort of restarting. There are security
  483. issues here that need thinking, though.
  484. - Handle full buffers without totally borking
  485. - Rate-limit OR and directory connections overall and per-IP and
  486. maybe per subnet.
  487. - Misc
  488. - Hold-open-until-flushed now works by accident; it should work by
  489. design.
  490. - Display the reasons in 'destroy' and 'truncated' cells under
  491. some circumstances?
  492. - Make router_is_general_exit() a bit smarter once we're sure what
  493. it's for.
  494. - Automatically determine what ports are reachable and start using
  495. those, if circuits aren't working and it's a pattern we
  496. recognize ("port 443 worked once and port 9001 keeps not
  497. working").
  498. - Security
  499. - some better fix for bug #516?
  500. - Directory guards
  501. - Mini-SoaT:
  502. - Servers might check certs for known-good ssl websites, and if
  503. they come back self-signed, declare themselves to be
  504. non-exits. Similar to how we test for broken/evil dns now.
  505. - Authorities should try using exits for http to connect to some
  506. URLS (specified in a configuration file, so as not to make the
  507. List Of Things Not To Censor completely obvious) and ask them
  508. for results. Exits that don't give good answers should have
  509. the BadExit flag set.
  510. - Alternatively, authorities should be able to import opinions
  511. from Snakes on a Tor.
  512. - Bind to random port when making outgoing connections to Tor servers,
  513. to reduce remote sniping attacks.
  514. - Audit everything to make sure rend and intro points are just as
  515. likely to be us as not.
  516. - Do something to prevent spurious EXTEND cells from making
  517. middleman nodes connect all over. Rate-limit failed
  518. connections, perhaps?
  519. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  520. - Needs thinking
  521. - Now that we're avoiding exits when picking non-exit positions,
  522. we need to consider how to pick nodes for internal circuits. If
  523. we avoid exits for all positions, we skew the load balancing. If
  524. we accept exits for all positions, we leak whether it's an
  525. internal circuit at every step. If we accept exits only at the
  526. last hop, we reintroduce Lasse's attacks from the Oakland paper.
  527. - Windows server usability
  528. - Solve the ENOBUFS problem.
  529. - make tor's use of openssl operate on buffers rather than sockets,
  530. so we can make use of libevent's buffer paradigm once it has one.
  531. - make tor's use of libevent tolerate either the socket or the
  532. buffer paradigm; includes unifying the functions in connect.c.
  533. - We need a getrlimit equivalent on Windows so we can reserve some
  534. file descriptors for saving files, etc. Otherwise we'll trigger
  535. asserts when we're out of file descriptors and crash.
  536. - Documentation
  537. - a way to generate the website diagrams from source, so we can
  538. translate them as utf-8 text rather than with gimp. (svg? or
  539. imagemagick?)
  540. . Flesh out options_description array in src/or/config.c
  541. . multiple sample torrc files
  542. - Refactor tor man page to divide generally useful options from
  543. less useful ones?
  544. - Add a doxygen style checker to make check-spaces so nick doesn't drift
  545. too far from arma's undocumented styleguide. Also, document that
  546. styleguide in HACKING. (See r9634 for example.)
  547. - exactly one space at beginning and at end of comments, except i
  548. guess when there's line-length pressure.
  549. - if we refer to a function name, put a () after it.
  550. - only write <b>foo</b> when foo is an argument to this function.
  551. - doxygen comments must always end in some form of punctuation.
  552. - capitalize the first sentence in the doxygen comment, except
  553. when you shouldn't.
  554. - avoid spelling errors and incorrect comments. ;)
  555. - Packaging
  556. - The Debian package now uses --verify-config when (re)starting,
  557. to distinguish configuration errors from other errors. Perhaps
  558. the RPM and other startup scripts should too?
  559. - add a "default.action" file to the tor/vidalia bundle so we can
  560. fix the https thing in the default configuration:
  561. http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort
  562. =======================================================================
  563. Documentation, non-version-specific.
  564. - Specs
  565. - Mark up spec; note unclear points about servers
  566. NR - write a spec appendix for 'being nice with tor'
  567. - Specify the keys and key rotation schedules and stuff
  568. . Finish path-spec.txt
  569. - Mention controller libs someplace.
  570. - Remove need for HACKING file.
  571. - document http://wiki.noreply.org/noreply/TheOnionRouter/TransparentProxy on freebsd and osx
  572. P - figure out why x86_64 won't build rpms from tor.spec
  573. P - figure out rpm spec files for bundles of vidalia-tor-polipo
  574. P - figure out polipo install scripts for bundles of vidalia-tor-polipo on osx, win32
  575. - figure out selinux policy for tor
  576. P - change packaging system to more automated and specific for each
  577. platform, suggested by Paul Wouter
  578. P - Setup repos for redhat and suse rpms & start signing the rpms the
  579. way package management apps prefer
  580. Website:
  581. J . tor-in-the-media page
  582. P - Figure out licenses for website material.
  583. (Phobos reccomends the Open Publication License with Option A at
  584. http://opencontent.org/openpub/)
  585. P - put the logo on the website, in source form, so people can put it on
  586. stickers directly, etc.
  587. P - put the source image for the stickers on the website, so people can
  588. print their own
  589. P - figure out a license for the logos and docs we publish (trademark
  590. figures into this)
  591. (Phobos reccomends the Open Publication License with Option A at
  592. http://opencontent.org/openpub/)
  593. P - ask Jan/Jens to be the translation coordinator? add to volunteer page.
  594. I - add a page for localizing all tor's components.
  595. - It would be neat if we had a single place that described _all_ the
  596. tor-related tools you can use, and what they give you, and how well they
  597. work. Right now, we don't give a lot of guidance wrt
  598. torbutton/foxproxy/privoxy/polipo in any consistent place.
  599. P - create a 'blog badge' for tor fans to link to and feature on their
  600. blogs. A sample is at http://interloper.org/tmp/tor/tor-button.png
  601. - More prominently, we should have a recommended apps list.
  602. - recommend pidgin (gaim is renamed)
  603. - unrecommend IE because of ftp:// bug.
  604. - Addenda to tor-design
  605. - we should add a preamble to tor-design saying it's out of date.
  606. - we should add an appendix or errata on what's changed.
  607. - Tor mirrors
  608. - make a mailing list with the mirror operators
  609. o make an automated tool to check /project/trace/ at mirrors to
  610. learn which ones are lagging behind.
  611. - auto (or manually) cull the mirrors that are broken; and
  612. contact their operator?
  613. - a set of instructions for mirror operators to make their apaches
  614. serve our charsets correctly, and bonus points for language
  615. negotiation.
  616. - figure out how to load-balance the downloads across mirrors?
  617. - ponder how to get users to learn that they should google for
  618. "tor mirrors" if the main site is blocked.
  619. - find a mirror volunteer to coordinate all of this