TODO 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. Legend:
  2. SPEC!! - Not specified
  3. SPEC - Spec not finalized
  4. NICK - nick claims
  5. ARMA - arma claims
  6. - Not done
  7. * Top priority
  8. . Partially done
  9. o Done
  10. D Deferred
  11. X Abandoned
  12. For 0.0.2pre17:
  13. o Put a H(K | handshake) into the onionskin response
  14. o Make cells 512 bytes
  15. o Reduce streamid footprint from 7 bytes to 2 bytes
  16. X Check for collisions in streamid (now possible with
  17. just 2 bytes), and back up & replace with padding if so
  18. o Use the 4 reserved bytes in each cell header to keep 1/5
  19. of a sha1 of the ongoing relay payload (move into stream header)
  20. o Move length into the stream header too
  21. o Make length 2 bytes
  22. D increase DH key length
  23. D increase RSA key length
  24. D Spec the stream_id stuff. Clarify that nobody on the backward
  25. stream should look at stream_id.
  26. Cell:
  27. ACI (anonymous circuit identifier) [2 bytes]
  28. Command [1 byte]
  29. Payload (padded with 0 bytes) [509 bytes]
  30. Relay payload:
  31. Relay command [1 byte]
  32. Stream ID [7 bytes]
  33. Partial SHA-1 [4 bytes]
  34. Length [2 bytes]
  35. Relay payload [495 bytes]
  36. For 0.0.2pre15:
  37. o don't pick exit nodes which will certainly reject all things.
  38. o don't pick nodes that the directory says are down
  39. o choose randomly from running dirservers, not just first one
  40. o install the man page
  41. o warn when client-side tries an address/port which no router in the dir accepts.
  42. For 0.0.2pre14:
  43. o More flexible exit policies (18.*, 18.0.0.0/8)
  44. o Work to succeed in the precense of exit policy violation
  45. o Replace desired_path_len with opaque path-selection specifier
  46. o Client-side DNS caching
  47. o Add entries to client DNS cache based on END cells
  48. o Remove port from END_REASON_EXITPOLICY cells
  49. o Start building new circuits when we get an exit-policy
  50. failure. (Defer exiting from the middle of existing
  51. circuits or extending existing circuits for later.)
  52. o Implement function to check whether a routerinfo_t
  53. supports a given exit addr.
  54. o Choose the exit node of an in-progress circuit based on
  55. pending AP connections.
  56. o Choose the exit node _first_, then beginning, then
  57. middle nodes.
  58. Short-term:
  59. - improve how it behaves when i remove a line from the approved-routers files
  60. - Make tls connections tls_close intentionally
  61. o Rename ACI to circID
  62. . integrate rep_ok functions, see what breaks
  63. - update tor faq
  64. o obey SocksBindAddress, ORBindAddress
  65. o warn if we're running as root
  66. o make connection_flush_buf() more obviously obsolete
  67. o let hup reread the config file, eg so we can get new exit
  68. policies without restarting
  69. o Put recommended_versions in a config entry
  70. X use times(2) rather than gettimeofday to measure how long it
  71. takes to process a cell
  72. o Separate trying to rebuild a circuit because you have none from trying
  73. to rebuild a circuit because the current one is stale
  74. X Continue reading from socks port even while waiting for connect.
  75. o Exit policies
  76. o Spec how to write the exit policies
  77. o Path selection algorithms
  78. o Choose path more incrementally
  79. o Let user request first/last node
  80. o And disallow certain nodes
  81. D Choose path by jurisdiction, etc?
  82. o Make relay end cells have failure status and payload attached
  83. X let non-approved routers handshake.
  84. - Dirserver shouldn't put you in running-routers list if you haven't
  85. uploaded a descriptor recently
  86. . migrate to using nickname rather than addr:port for routers
  87. o decide_aci_type
  88. - generate onion skins
  89. - circuit_send_next_onion_skin
  90. - circuit_extend
  91. - onion_generate_cpath
  92. - get_unique_aci_by_addr_port
  93. - circ->n_addr and circ->n_port
  94. - circuit_enumerate_by_naddr_nport
  95. - cpath layers
  96. - connection_or_connect
  97. - connection_exact_get_by_addr_port
  98. - connection_twin_get_by_addr_port
  99. - router_get_by_addr_port
  100. - connection_or_init_conn_from_router
  101. - tag_pack, tag_unpack, connection_cpu_process_inbuf
  102. - directory_initiate_command
  103. . Move from onions to ephemeral DH
  104. o incremental path building
  105. o transition circuit-level sendmes to hop-level sendmes
  106. o implement truncate, truncated
  107. o move from 192byte DH to 128byte DH, so it isn't so damn slow
  108. - exiting from not-last hop
  109. - OP logic to decide to extend/truncate a path
  110. - make sure exiting from the not-last hop works
  111. - logic to find last *open* hop, not last hop, in cpath
  112. o Remember address and port when beginning.
  113. - Extend by nickname/hostname/something, not by IP.
  114. - Need a relay teardown cell, separate from one-way ends.
  115. On-going
  116. . Better comments for functions!
  117. . Go through log messages, reduce confusing error messages.
  118. . make the logs include more info (fd, etc)
  119. . Unit tests
  120. . Update the spec so it matches the code
  121. Mid-term:
  122. - Rotate tls-level connections -- make new ones, expire old ones.
  123. So we get actual key rotation, not just symmetric key rotation
  124. o Are there anonymity issues with sequential streamIDs? Sequential
  125. circIDs? Eg an attacker can learn how many there have been.
  126. The fix is to initialize them randomly rather than at 1.
  127. - Look at having smallcells and largecells
  128. . Redo scheduler
  129. o fix SSL_read bug for buffered records
  130. - make round-robining more fair
  131. - What happens when a circuit's length is 1? What breaks?
  132. . streams / circuits
  133. o Implement streams
  134. o Rotate circuits after N minutes?
  135. X Circuits should expire when circuit->expire triggers
  136. NICK . Handle half-open connections
  137. o openssh is an application that uses half-open connections
  138. o Figure out what causes connections to close, standardize
  139. when we mark a connection vs when we tear it down
  140. o Look at what ssl does to keep from mutating data streams
  141. o Put CPU workers in separate processes
  142. o Handle multiple cpu workers (one for each cpu, plus one)
  143. o Queue for pending tasks if all workers full
  144. o Support the 'process this onion' task
  145. D Merge dnsworkers and cpuworkers to some extent
  146. o Handle cpuworkers dying
  147. . Scrubbing proxies
  148. - Find an smtp proxy?
  149. - Check the old smtp proxy code
  150. o Find an ftp proxy? wget --passive
  151. D Wait until there are packet redirectors for Linux
  152. . Get socks4a support into Mozilla
  153. . Develop rendezvous points
  154. X Handle socks commands other than connect, eg, bind?
  155. o Design
  156. - Spec
  157. - Implement
  158. . Tests
  159. o Testing harness/infrastructure
  160. D System tests (how?)
  161. - Performance tests, so we know when we've improved
  162. . webload infrastructure (Bruce)
  163. . httperf infrastructure (easy to set up)
  164. . oprofile (installed in RH >8.0)
  165. NICK . Daemonize and package
  166. o Teach it to fork and background
  167. - Red Hat spec file
  168. - Debian spec file equivalent
  169. . Portability
  170. . Which .h files are we actually using?
  171. . Port to:
  172. o Linux
  173. o BSD
  174. . Solaris
  175. o Cygwin
  176. . Win32
  177. o OS X
  178. - deal with pollhup / reached_eof on all platforms
  179. o openssl randomness
  180. o inet_ntoa
  181. o stdint.h
  182. - Make a script to set up a local network on your machine
  183. o More flexibility in node addressing
  184. D Support IPv6 rather than just 4
  185. o Handle multihomed servers (config variable to set IP)
  186. In the distant future:
  187. D Load balancing between router twins
  188. D Keep track of load over links/nodes, to
  189. know who's hosed
  190. SPEC!! D Non-clique topologies
  191. D Implement our own memory management, at least for common structs
  192. (Not ever necessary?)
  193. D Advanced directory servers
  194. D Automated reputation management
  195. SPEC!! D Figure out how to do threshold directory servers
  196. D jurisdiction info in dirserver entries? other info?
  197. Older (done) todo stuff:
  198. o Get tor to act like a socks server
  199. o socks4, socks4a
  200. o socks5
  201. o routers have identity key, link key, onion key.
  202. o link key certs are
  203. D signed by identity key
  204. D not in descriptor
  205. o not in config
  206. D not on disk
  207. o identity and onion keys are in descriptor (and disk)
  208. o upon boot, if it doesn't find identity key, generate it and write it.
  209. o also write a file with the identity key fingerprint in it
  210. o router generates descriptor: flesh out router_get_my_descriptor()
  211. o Routers sign descriptors with identity key
  212. o routers put version number in descriptor
  213. o routers should maybe have `uname -a` in descriptor?
  214. o Give nicknames to routers
  215. o in config
  216. o in descriptors
  217. o router posts descriptor
  218. o when it boots
  219. o every DirFetchPostPeriod seconds
  220. D when it changes
  221. o change tls stuff so certs don't get written to disk, or read from disk
  222. o make directory.c 'thread'safe
  223. o dirserver parses descriptor
  224. o dirserver checks signature
  225. D client checks signature?
  226. o dirserver writes directory to file
  227. o reads that file upon boot
  228. o directory includes all routers, up and down
  229. o add "up" line to directory, listing nicknames
  230. o instruments ORs to report stats
  231. o average cell fullness
  232. o average bandwidth used
  233. o configure log files. separate log file, separate severities.
  234. o what assumptions break if we fclose(0) when we daemonize?
  235. o make buffer struct elements opaque outside buffers.c
  236. o add log convention to the HACKING file
  237. o make 'make install' do the right thing
  238. o change binary name to tor
  239. o change config files so you look at commandline, else look in
  240. /etc/torrc. no cascading.
  241. o have an absolute datadir with fixed names for files, and fixed-name
  242. keydir under that with fixed names
  243. o Move (most of) the router/directory code out of main.c
  244. o Simple directory servers
  245. o Include key in source; sign directories
  246. o Signed directory backend
  247. o Document
  248. o Integrate
  249. o Add versions to code
  250. o Have directories list recommended-versions
  251. o Include line in directories
  252. o Check for presence of line.
  253. o Quit if running the wrong version
  254. o Command-line option to override quit
  255. o Add more information to directory server entries
  256. o Exit policies
  257. o Clearer bandwidth management
  258. o Do we want to remove bandwidth from OR handshakes?
  259. o What about OP handshakes?
  260. X Move away from openssl
  261. o Abstract out crypto calls
  262. X Look at nss, others? Just include code?
  263. o Use a stronger cipher
  264. o aes now, by including the code ourselves
  265. X On the fly compression of each stream
  266. o Clean up the event loop (optimize and sanitize)
  267. o Remove that awful concept of 'roles'
  268. o Terminology
  269. o Circuits, topics, cells stay named that
  270. o 'Connection' gets divided, or renamed, or something?
  271. o DNS farm
  272. o Distribute queries onto the farm, get answers
  273. o Preemptively grow a new worker before he's needed
  274. o Prune workers when too many are idle
  275. o DNS cache
  276. o Clear DNS cache over time
  277. D Honor DNS TTL info (how??)
  278. o Have strategy when all workers are busy
  279. o Keep track of which connections are in dns_wait
  280. o Need to cache positives/negatives on the tor side
  281. o Keep track of which queries have been asked
  282. o Better error handling when
  283. o An address doesn't resolve
  284. o We have max workers running
  285. o Consider taking the master out of the loop?
  286. X Implement reply onions
  287. o Total rate limiting
  288. o Look at OR handshake in more detail
  289. o Spec it
  290. o Merge OR and OP handshakes
  291. o rearrange connection_or so it doesn't suck so much to read
  292. D Periodic link key rotation. Spec?
  293. o wrap malloc with something that explodes when it fails
  294. o Clean up the number of places that get to look at prkey