TODO 34 KB

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