TODO 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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 Deferrable
  13. D Deferred
  14. X Abandoned
  15. Documentation and testing on 0.1.2.x-final series
  16. - Pending backports for 0.1.2.x:
  17. - r10148: Open cached-routers with FILE_SHARE_READ on win32.
  18. - r10493: Weight guard selection by bandwidth.
  19. N - Test guard unreachable logic; make sure that we actually attempt to
  20. connect to guards that we think are unreachable from time to time.
  21. Make sure that we don't freak out when the network is down.
  22. . Forward compatibility fixes
  23. N - Hack up a client that gives out weird/no certificates, so we can
  24. test to make sure that this doesn't cause servers to crash.
  25. NR. Write path-spec.txt
  26. - Docs
  27. - Tell people about OSX Uninstaller
  28. - Quietly document NT Service options
  29. - More prominently, we should have a recommended apps list.
  30. - recommend gaim.
  31. - unrecommend IE because of ftp:// bug.
  32. N - we should add a preamble to tor-design saying it's out of date.
  33. N . Document transport and natdport
  34. o In man page
  35. - In a good HOWTO.
  36. - Update dir-spec with decisions made on these issues:
  37. o clients don't log as loudly when they receive them
  38. o they don't count toward the 3-strikes rule
  39. D But eventually, we give up after getting a lot of 503s.
  40. D Delay when we get a lot of 503s, rather than punting onto the
  41. servers that have given us 503s?
  42. o Add a 'BadDirectory' flag to statuses.
  43. o authorities should *never* 503 a cache, and should never 503
  44. network status requests.
  45. D They can 503 client descriptor requests when they feel like it.
  46. How can they distinguish? Not implemented for now, maybe
  47. should abandon.
  48. - update dir-spec with what we decided for each of these
  49. Things we'd like to do in 0.2.0.x:
  50. - Proposals:
  51. . 101: Voting on the Tor Directory System (plus 103)
  52. o Prepare ASAP for new voting formats
  53. o Don't flip out with warnings when voting-related URLs are
  54. uploaded/downloaded.
  55. . Finalize proposal
  56. . Merge 101 and 103 and dir-spec.txt into a new dir-spec.txt; fork
  57. the existing one into dir-spec-v2.txt.
  58. - Get authorities voting
  59. . Implement parsing for new document formats
  60. o Parse key certificates
  61. o Parse votes and consensuses
  62. - Unit tests for above
  63. . Code to manage key certificates
  64. o Generate certificates
  65. o Authorities load certificates
  66. o Clients cache certificates on disk
  67. - Download as needed.
  68. - Serve list as needed.
  69. o Avoid double-checking signatures every time we get a vote.
  70. - Warn about expired stuff.
  71. o Code to generate votes
  72. o Code to generate consensus from a list of votes
  73. - Add a signature to a consensus.
  74. o Code to check signatures on a consensus
  75. - Push/pull documents as appropriate.
  76. o Have clients know which authorities are v3 authorities, and what
  77. their keys are.
  78. - While we're at it, let v3 authorities have fqdns lines.
  79. - Start caching consensus documents once authorities make them
  80. - Start downloading and using consensus documents once caches serve them
  81. . 104: Long and Short Router Descriptors (by Jun 1)
  82. . Finalize proposal
  83. o Implement parsing for extra-info documents
  84. o Have routers generate extra-info documents.
  85. o Have have authorities accept them and serve them from specified URLs
  86. o Implement directory-protocol side.
  87. o Implement storage in memory
  88. o Implement cache on disk.
  89. o Have routers upload extra-info documents to authorities running
  90. version 0.2.0.0-alpha-dev (r10070) or later.
  91. o Implement, but make it option-controlled.
  92. o Make it always-on once it seems to work.
  93. o Implement option to download and cache extra-info documents.
  94. o Improve the 'retry' logic on extra-info documents.
  95. - Drop bandwidth history from router-descriptors
  96. - 105: Version negotiation for the Tor protocol (finalize by Jun 1)
  97. - 108: Base "Stable" Flag on Mean Time Between Failures
  98. - 109: No more than one server per IP address
  99. o 103: Splitting identity key from regularly used signing key
  100. o Merge with 101 into a new dir-spec.txt
  101. - 113: Simplifying directory authority administration
  102. - 110: prevent infinite-length circuits (phase one)
  103. - servers should recognize relay_extend cells and pass them
  104. on just like relay cells
  105. - Refactoring:
  106. - Make resolves no longer use edge_connection_t unless they are actually
  107. _on_ on a socks connection: have edge_connection_t and (say)
  108. dns_request_t both extend an edge_stream_t, and have p_streams and
  109. n_streams both be linked lists of edge_stream_t.
  110. . Make cells get buffered on circuit, not on the or_conn.
  111. O Implement cell queues
  112. o Keep doubly-linked list of active circuits on each or_conn.
  113. o Put all relay data on the circuit cell queue, not on the outbuf.
  114. o Don't move them into the target conn until there is space on the
  115. target conn's outbuf.
  116. o When making a circuit active on a connection with an empty buf,
  117. we need to "prime" the buffer, so that we can trigger the "I flushed
  118. some" test.
  119. X Change how directory-bridge-choking works: choke when circuit queue
  120. is full, not when the orconn is "too full".
  121. [No need to do this: the edge-connection choking will already take
  122. care of this a bit, and rewriting the 'bridged connection' code
  123. to not use socketpairs will give us even more control.]
  124. . Do we switch to pool-allocation for cells?
  125. o Implement pool-allocation
  126. o Have Tor use it for packed cells.
  127. o Document it.
  128. o Do something smart with freeing unused chunks.
  129. - Benchmark pool-allocation vs straightforward malloc.
  130. - Adjust memory allocation logic in pools to favor a little less
  131. slack memory.
  132. D Can we stop doing so many memcpys on cells?
  133. o Also, only package data from exitconns when there is space on the
  134. target OR conn's outbuf? or when the circuit is not too full.
  135. - MAYBE kill stalled circuits rather than stalled connections; consider
  136. anonymity implications.
  137. - Move all status info out of routerinfo into local_routerstatus. Make
  138. "who can change what" in local_routerstatus explicit. Make
  139. local_routerstatus (or equivalent) subsume all places to go for "what
  140. router is this?"
  141. . Remove socketpair-based bridges conns, and the word "bridge". (Use
  142. shared (or connected) buffers for communication, rather than sockets.)
  143. o Design
  144. o Pick a term. The term is now "linked connection."
  145. o Figure out how to ensure that handle_read is always called.
  146. (Use event_active; keep active events in a list; use event_once
  147. to make sure that we call the event base dispatch function enough.)
  148. . Implement
  149. o Count connections and sockets separately
  150. . Allow connections with s == -1
  151. o Add a linked_conn field; it should get marked when we're marked.
  152. o Add a function to move bytes from buffer to buffer.
  153. o Have read_to_buf dtrt for linked connections
  154. o Have handle_read dtrt for linked connections
  155. o Have an activate/deactivate_linked_connection function.
  156. o Have activated connections added to a list on first activation, and
  157. that list made active before calls to event_loop.
  158. o Have connections get deactivated when no more data to write on
  159. linked conn outbuf.
  160. o Handle closing connections properly.
  161. o Actually create and use linked connections.
  162. - Handle rate-limiting on directory writes to linked directory
  163. connections in a more sensible manner.
  164. o Rename want_to_read and want_to_write; they're actually about
  165. being blocked, not about wanting to read/write.
  166. - Find more ways to test this.
  167. D Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
  168. online config documentation from a single source.
  169. - Have clients do TLS connection rotation less often than "every 10
  170. minutes" in the thrashy case, and more often than "once a week" in the
  171. extra-stable case.
  172. - Streamline how we pick entry nodes: Make choose_random_entry() have
  173. less magic and less control logic.
  174. - Implement TLS shutdown properly when possible.
  175. - Maybe move NT services into their own module.
  176. . Autoconf cleanups and improvements:
  177. o Remove redundant event.h check.
  178. o Check for zlib with the same machinery as for libevent and openssl.
  179. o Make the "no longer strictly accurate" message accurate.
  180. . Tell the user what -dev package to install based on OS.
  181. - Detect correct version of libraries.
  182. o Run autoupdate
  183. - Refactor networkstatus generation:
  184. o Use networkstatus_getinfo_helper_single() as base of
  185. networkstatus generation; eliminate duplicate code.
  186. - Include "v" line in getinfo values.
  187. - Features:
  188. - Traffic priorities (by Jun 1)
  189. - Ability to prioritize own traffic over relayed traffic.
  190. o Implement a DNS proxy
  191. o Make a listener type.
  192. o Hook into connection_edge logic.
  193. o Hook into evdns_server_* logic
  194. o Actually send back a useful answer.
  195. o Make it handle .onion and .exit correctly.
  196. - Document.
  197. - Handle TCP DNS requests too?
  198. - Add a way to request DNS resolves from the controller.
  199. - A better UI for authority ops.
  200. - Follow weasel's proposal, crossed with mixminion dir config format
  201. - Write a proposal
  202. - Bridges users (rudimentary version) (By Jun 1)
  203. - Ability to specify bridges manually
  204. D cache of bridges that we've learned about and use but aren't
  205. manually listed in the torrc.
  206. D and some mechanism for specifying that we want to stop using
  207. a given bridge in this cache.
  208. - Config option 'UseBridges' that bridge users can turn on.
  209. - uses bridges as first hop rather than entry guards.
  210. D Do we want to maintain our own set of entryguards that we use
  211. after the bridge? Open research question; let's say no for 0.2.0
  212. unless we learn otherwise.
  213. - Ask all directory questions to bridge via BEGIN_DIR.
  214. N - Design/implement the "local-status" or something like it, from the
  215. "Descriptor purposes: how to tell them apart" section of
  216. http://archives.seul.org/or/dev/May-2007/msg00008.html
  217. - Bridges operators (rudimentary version) (By Jun 1)
  218. - Ability to act as dir cache without a dir port.
  219. - Bridges publish to bridge authorities
  220. - Fix BEGIN_DIR so that you connect to bridge of which you only
  221. know IP (and optionally fingerprint), and then use BEGIN_DIR to learn
  222. more about it.
  223. - Bridges authorities (rudimentary version) (By Jun 1)
  224. - Rudimentary "do not publish networkstatus" option for bridge
  225. authorities.
  226. - Clients can ask bridge authorities for more bridges.
  227. - Bridges (not necessarily by Jun 1)
  228. - Clients can ask bridge authorities for updates on known bridges.
  229. - More TLS normalization work: make Tor less easily
  230. fingerprinted. (Researched by Jun 1)
  231. - Directory system improvements
  232. - config option to publish what ports you listen on, beyond
  233. ORPort/DirPort. It should support ranges and bit prefixes (?) too.
  234. - Let controller set router flags for authority to transmit, and for
  235. client to use.
  236. - Support relaying streams to ipv6.
  237. - Internal code support for ipv6:
  238. o Clone ipv6 functions (inet_ntop, inet_pton) where they don't exist.
  239. - Most address variables need to become sockaddrs.
  240. - Teach resolving code how to handle ipv6.
  241. - Teach exit policies about ipv6 (consider ipv4/ipv6 interaction!)
  242. - ...
  243. - Let servers decide to support BEGIN_DIR but not DirPort.
  244. o Tor should bind its ports before dropping privs, so users don't
  245. have to do the ipchains dance.
  246. - Blocking-resistance.
  247. - It would be potentially helpful to https requests on the OR port by
  248. acting like an HTTPS server.
  249. - add an 'exit-address' line in the descriptor for servers that exit
  250. from something that isn't their published address.
  251. - Audit how much RAM we're using for buffers and cell pools; try to
  252. trim down a lot.
  253. - Accept \n as end of lines in the control protocol in addition to \r\n.
  254. - Base relative control socket paths in datadir.
  255. o Deprecations:
  256. o Remove v0 control protocol.
  257. - can we deprecate 'getinfo network-status'?
  258. - can we deprecate the FastFirstHopPK config option?
  259. P - Packaging:
  260. P - Can we switch to polipo? (Jun 1)
  261. P - If we haven't replaced privoxy, lock down its configuration in all
  262. packages, as documented in tor-doc-unix.html
  263. P - Figure out why dll's compiled in mingw don't work right in WinXP.
  264. P - Figure out why openssl 0.9.8e "make test" fails at sha256t test.
  265. - add an AuthDirBadexit torrc option if we decide we want one.
  266. Deferred from 0.1.2.x:
  267. - BEGIN_DIR items
  268. - turn the received socks addr:port into a digest for setting .exit
  269. - handle connect-dir streams that don't have a chosen_exit_name set.
  270. - 'networkstatus arrived' event
  271. - More work on AvoidDiskWrites?
  272. - Get some kind of "meta signing key" to be used solely to sign
  273. releases/to certify releases when signed by the right people/
  274. to certify sign the right people's keys? Also use this to cert the SSL
  275. key, etc. (Proposal 103)
  276. - per-conn write buckets
  277. - separate config options for read vs write limiting
  278. (It's hard to support read > write, since we need better
  279. congestion control to avoid overfull buffers there. So,
  280. defer the whole thing.)
  281. - don't do dns hijacking tests if we're reject *:* exit policy?
  282. (deferred until 0.1.1.x is less common)
  283. - Directory guards
  284. - RAM use in directory authorities.
  285. - Memory use improvements:
  286. - Look into pulling serverdescs off buffers as they arrive.
  287. - Save and mmap v1 directories, and networkstatus docs; store them
  288. zipped, not uncompressed.
  289. - Switch cached_router_t to use mmap.
  290. - What to do about reference counts on windows? (On Unix, this is
  291. easy: unlink works fine. (Right?) On Windows, I have doubts. Do we
  292. need to keep multiple files?)
  293. - What do we do about the fact that people can't read zlib-
  294. compressed files manually?
  295. - If the client's clock is too far in the past, it will drop (or
  296. just not try to get) descriptors, so it'll never build circuits.
  297. - Tolerate clock skew on bridge relays.
  298. X Eventdns improvements
  299. X Have a way to query for AAAA and A records simultaneously.
  300. X Improve request API: At the very least, add the ability to construct
  301. a more-or-less arbitrary request and get a response.
  302. X (Can we suppress cnames? Should we?)
  303. - Now that we're avoiding exits when picking non-exit positions,
  304. we need to consider how to pick nodes for internal circuits. If
  305. we avoid exits for all positions, we skew the load balancing. If
  306. we accept exits for all positions, we leak whether it's an internal
  307. circuit at every step. If we accept exits only at the last hop, we
  308. reintroduce Lasse's attacks from the Oakland paper.
  309. - We should ship with a list of stable dir mirrors -- they're not
  310. trusted like the authorities, but they'll provide more robustness
  311. and diversity for bootstrapping clients.
  312. - A way to adjust router flags from the controller.
  313. (How do we prevent the authority from clobbering them soon after?)
  314. - Better estimates in the directory of whether servers have good uptime
  315. (high expected time to failure) or good guard qualities (high
  316. fractional uptime).
  317. - AKA Track uptime as %-of-time-up, as well as time-since-last-down
  318. - Have a "Faster" status flag that means it. Fast2, Fast4, Fast8?
  319. - spec
  320. - implement
  321. - Windows server usability
  322. - Solve the ENOBUFS problem.
  323. - make tor's use of openssl operate on buffers rather than sockets,
  324. so we can make use of libevent's buffer paradigm once it has one.
  325. - make tor's use of libevent tolerate either the socket or the
  326. buffer paradigm; includes unifying the functions in connect.c.
  327. - We need a getrlimit equivalent on Windows so we can reserve some
  328. file descriptors for saving files, etc. Otherwise we'll trigger
  329. asserts when we're out of file descriptors and crash.
  330. M - rewrite how libevent does select() on win32 so it's not so very slow.
  331. - Add overlapped IO
  332. - Add an option (related to AvoidDiskWrites) to disable directory caching.
  333. - Finish status event implementation and accompanying getinfos
  334. - Missing events:
  335. - DIR_REACHABLE
  336. - BAD_DIR_RESPONSE (Unexpected directory response; maybe we're behind
  337. a firewall.)
  338. - BAD_PROXY (Bad http or https proxy)
  339. - UNRECOGNIZED_ROUTER (a nickname we asked for is unavailable)
  340. - Status events related to hibernation
  341. - something about failing to parse our address?
  342. from resolve_my_address() in config.c
  343. - sketchy OS, sketchy threading
  344. - too many onions queued: threading problems or slow CPU?
  345. - Missing fields:
  346. - TIMEOUT on CHECKING_REACHABILITY
  347. - GETINFO status/client, status/server, status/general: There should be
  348. some way to learn which status events are currently "in effect."
  349. We should specify which these are, what format they appear in, and so
  350. on.
  351. Minor items for 0.1.2.x as time permits:
  352. - include bandwidth breakdown by conn->type in BW events.
  353. o Unify autoconf search code for libevent and openssl. Make code
  354. suggest platform-appropriate "devel" / "dev" / whatever packages
  355. if we can link but we can't find the headers.
  356. - Recommend polipo? Please?
  357. - Make documentation realize that location of system configuration file
  358. will depend on location of system defaults, and isn't always /etc/torrc.
  359. - Review torrc.sample to make it more discursive.
  360. - a way to generate the website diagrams from source, so we can
  361. translate them as utf-8 text rather than with gimp.
  362. R - add d64 and fp64 along-side d and fp so people can paste status
  363. entries into a url. since + is a valid base64 char, only allow one
  364. at a time. spec and then do.
  365. o When we export something from foo.c file for testing purposes only,
  366. make a foo_test.h file for test.c to include... or put them behind an
  367. #ifdef FOO_PRIVATE.
  368. - The Debian package now uses --verify-config when (re)starting,
  369. to distinguish configuration errors from other errors. Perhaps
  370. the RPM and other startup scripts should too?
  371. - add a "default.action" file to the tor/vidalia bundle so we can fix the
  372. https thing in the default configuration:
  373. http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort
  374. . Flesh out options_description array in src/or/config.c
  375. X If we try to publish as a nickname that's already claimed, should
  376. we append a number (or increment the number) and try again? This
  377. way people who read their logs can fix it as before, but people
  378. who don't read their logs will still offer Tor servers.
  379. - Fall back to unnamed; warn user; send controller event. ("When we
  380. notice a 'Rejected: There is already a named server with this nickname'
  381. message... or maybe instead when we see in the networkstatuses that
  382. somebody else is Named with the name we want: warn the user, send a
  383. STATUS_SERVER message, and fall back to unnamed.")
  384. - Rate limit exit connections to a given destination -- this helps
  385. us play nice with websites when Tor users want to crawl them; it
  386. also introduces DoS opportunities.
  387. - Christian Grothoff's attack of infinite-length circuit.
  388. the solution is to have a separate 'extend-data' cell type
  389. which is used for the first N data cells, and only
  390. extend-data cells can be extend requests.
  391. . Specify, including thought about anonymity implications. [proposal 110]
  392. - Display the reasons in 'destroy' and 'truncated' cells under some
  393. circumstances?
  394. - If the server is spewing complaints about raising your ulimit -n,
  395. we should add a note about this to the server descriptor so other
  396. people can notice too.
  397. - cpu fixes:
  398. - see if we should make use of truncate to retry
  399. . Directory changes
  400. . Some back-out mechanism for auto-approval
  401. - a way of rolling back approvals to before a timestamp
  402. - Consider minion-like fingerprint file/log combination.
  403. - packaging and ui stuff:
  404. . multiple sample torrc files
  405. . figure out how to make nt service stuff work?
  406. . Document it.
  407. - Vet all pending installer patches
  408. - Win32 installer plus privoxy, sockscap/freecap, etc.
  409. - Vet win32 systray helper code
  410. (2007-04-15 phobos, do we still need these installer patches?)
  411. - Improve controller
  412. - a NEWSTATUS event similar to NEWDESC.
  413. - change circuit status events to give more details, like purpose,
  414. whether they're internal, when they become dirty, when they become
  415. too dirty for further circuits, etc.
  416. - What do we want here, exactly?
  417. - Specify and implement it.
  418. - Change stream status events analogously.
  419. - What do we want here, exactly?
  420. - Specify and implement it.
  421. - Make other events "better".
  422. - Change stream status events analogously.
  423. - What do we want here, exactly?
  424. - Specify and implement it.
  425. - Make other events "better" analogously
  426. - What do we want here, exactly?
  427. - Specify and implement it.
  428. . Expose more information via getinfo:
  429. - import and export rendezvous descriptors
  430. - Review all static fields for additional candidates
  431. - Allow EXTENDCIRCUIT to unknown server.
  432. - We need some way to adjust server status, and to tell tor not to
  433. download directories/network-status, and a way to force a download.
  434. - Make everything work with hidden services
  435. Future version:
  436. - servers might check certs for known-good ssl websites, and if they
  437. come back self-signed, declare themselves to be non-exits. similar
  438. to how we test for broken/evil dns now.
  439. - we try to build 4 test circuits to break them over different
  440. servers. but sometimes our entry node is the same for multiple
  441. test circuits. this defeats the point.
  442. - when we hit a funny error from a dir request (eg 403 forbidden),
  443. but tor is working and happy otherwise, and we haven't seen many
  444. such errors recently, then don't warn about it.
  445. - More consistent error checking in router_parse_entry_from_string().
  446. I can say "banana" as my bandwidthcapacity, and it won't even squeak.
  447. o Include the output of svn info in the binary, so it's trivial to see what
  448. version a binary was built from.
  449. o Do the same for svk info.
  450. - Add a doxygen style checker to make check-spaces so nick doesn't drift
  451. too far from arma's undocumented styleguide. Also, document that
  452. styleguide in HACKING. (See r9634 for example.)
  453. - exactly one space at beginning and at end of comments, except i
  454. guess when there's line-length pressure.
  455. - if we refer to a function name, put a () after it.
  456. - only write <b>foo</b> when foo is an argument to this function.
  457. - doxygen comments must always end in some form of punctuation.
  458. - capitalize the first sentence in the doxygen comment, except
  459. when you shouldn't.
  460. - avoid spelling errors and incorrect comments. ;)
  461. - Should TrackHostExits expire TrackHostExitsExpire seconds after their
  462. *last* use, not their *first* use?
  463. X Configuration format really wants sections.
  464. . Good RBL substitute.
  465. - Play with the implementations; link them from somewhere; add a
  466. round-robin link from torel.torproject.org; describe how to
  467. use them in the FAQ.
  468. - Authorities should try using exits for http to connect to some URLS
  469. (specified in a configuration file, so as not to make the List Of Things
  470. Not To Censor completely obvious) and ask them for results. Exits that
  471. don't give good answers should have the BadExit flag set.
  472. - Our current approach to block attempts to use Tor as a single-hop proxy
  473. is pretty lame; we should get a better one.
  474. . Update the hidden service stuff for the new dir approach.
  475. - switch to an ascii format, maybe sexpr?
  476. - authdirservers publish blobs of them.
  477. - other authdirservers fetch these blobs.
  478. - hidserv people have the option of not uploading their blobs.
  479. - you can insert a blob via the controller.
  480. - and there's some amount of backwards compatibility.
  481. - teach clients, intro points, and hidservs about auth mechanisms.
  482. - come up with a few more auth mechanisms.
  483. - auth mechanisms to let hidden service midpoint and responder filter
  484. connection requests.
  485. - Bind to random port when making outgoing connections to Tor servers,
  486. to reduce remote sniping attacks.
  487. - Have new people be in limbo and need to demonstrate usefulness
  488. before we approve them.
  489. - Clients should estimate their skew as median of skew from servers
  490. over last N seconds.
  491. - Make router_is_general_exit() a bit smarter once we're sure what it's for.
  492. - Audit everything to make sure rend and intro points are just as likely to
  493. be us as not.
  494. - Do something to prevent spurious EXTEND cells from making middleman
  495. nodes connect all over. Rate-limit failed connections, perhaps?
  496. - Automatically determine what ports are reachable and start using
  497. those, if circuits aren't working and it's a pattern we recognize
  498. ("port 443 worked once and port 9001 keeps not working").
  499. - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
  500. - Handle full buffers without totally borking
  501. - Rate-limit OR and directory connections overall and per-IP and
  502. maybe per subnet.
  503. - Hold-open-until-flushed now works by accident; it should work by
  504. design.
  505. - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
  506. - Specify?
  507. o tor-resolve script should use socks5 to get better error messages.
  508. - hidserv offerers shouldn't need to define a SocksPort
  509. * figure out what breaks for this, and do it.
  510. - tor should be able to have a pool of outgoing IP addresses
  511. that it is able to rotate through. (maybe)
  512. - Specify; implement.
  513. - let each hidden service (or other thing) specify its own
  514. OutboundBindAddress?
  515. Blue-sky:
  516. - Patch privoxy and socks protocol to pass strings to the browser.
  517. - Standby/hotswap/redundant hidden services.
  518. - Robust decentralized storage for hidden service descriptors.
  519. - The "China problem"
  520. - Allow small cells and large cells on the same network?
  521. - Cell buffering and resending. This will allow us to handle broken
  522. circuits as long as the endpoints don't break, plus will allow
  523. connection (tls session key) rotation.
  524. - Implement Morphmix, so we can compare its behavior, complexity, etc.
  525. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
  526. link crypto, unless we can bully openssl into it.
  527. - Need a relay teardown cell, separate from one-way ends.
  528. (Pending a user who needs this)
  529. - Handle half-open connections: right now we don't support all TCP
  530. streams, at least according to the protocol. But we handle all that
  531. we've seen in the wild.
  532. (Pending a user who needs this)
  533. Non-Coding:
  534. - Mark up spec; note unclear points about servers
  535. - Mention controller libs someplace.
  536. . more pictures from ren. he wants to describe the tor handshake
  537. NR- write a spec appendix for 'being nice with tor'
  538. - tor-in-the-media page
  539. - Remove need for HACKING file.
  540. - Figure out licenses for website material.
  541. - Specify the keys and key rotation schedules and stuff
  542. P - document http://wiki.noreply.org/noreply/TheOnionRouter/TransparentProxy on freebsd and osx
  543. P - figure out why x86_64 won't build rpms from tor.spec
  544. P - figure out spec files for bundles of vidalia-tor-polipo
  545. P - figure out polipo install scripts for bundles of vidalia-tor-polipo on osx, win32
  546. P - evaluate https://sourceforge.net/projects/kleanup/
  547. P - evaluate TorK
  548. P - figure out selinux policy for tor
  549. Website:
  550. - and remove home and make the "Tor" picture be the link to home.
  551. - put the logo on the website, in source form, so people can put it on
  552. stickers directly, etc.
  553. - put the source image for the stickers on the website, so people can
  554. print their own
  555. R - make a page with the hidden service diagrams.
  556. - ask Jan to be the translation coordinator? add to volunteer page.
  557. - add a page for localizing all tor's components.
  558. - It would be neat if we had a single place that described _all_ the
  559. tor-related tools you can use, and what they give you, and how well they
  560. work. Right now, we don't give a lot of guidance wrt
  561. torbutton/foxproxy/privoxy/polipo in any consistent place.