TODO 23 KB

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