4 SPEC - Spec not finalized
16 N - Mark up spec; note unclear points about servers
17 N - Mention controller libs someplace.
18 D FAQ entry: why gnutls is bad/not good for tor
19 P - flesh out the rest of the section 6 of the faq
20 P - gather pointers to livecd distros that include tor
21 R . more pictures from ren. he wants to describe the tor handshake, i want to
22 talk about hidden services.
23 NR- write a spec appendix for 'being nice with tor'
24 - tor-in-the-media page
25 - Remove need for HACKING file.
28 - and remove home and make the "Tor" picture be the link to home.
29 - put the logo on the website, in source form, so people can put it on
30 stickers directly, etc.
33 N - building on freebsd 6.0: (with multiple openssl installations)
34 . <nickm> "Let's try to find a way to make it run and make the version
35 match, but if not, let's just make it run."
36 - <arma> should we detect if we have a --with-ssl-dir and try the -R
37 by default, if it works?
39 - support dir 503s better
40 o clients don't log as loudly when they receive them
41 - they don't count toward the 3-strikes rule
42 - should there be some threshold of 503's after which we give up?
43 - think about how to split "router is down" from "dirport shouldn't
44 be tried for a while"?
45 - authorities should *never* 503 a cache, but *should* 503 clients
46 when they feel like it.
47 - update dir-spec with what we decided for each of these
48 o when logging unknown http headers, this could include bad escape codes?
49 more generally, attacker-controller log entries with newlines in them
50 are dangerous for our users.
51 o So... add functions to escape potentially malicious values before
52 logging them, and test values more closely as they arrive...
53 - But what to do about contact_info and platform?
54 - (Didn't finish converting rend*.c)
55 - Make "setconf" and "hup" behavior cleaner for LINELIST config
56 options (e.g. Log). Bug 238.
57 R - Jan 26 10:25:04.832 [warn] add_an_entry_guard(): Tried finding a
58 new entry, but failed. Bad news. XXX.
59 R - streamline how we define a guard node as 'up'. document it
61 R - reduce log severity for guard nodes.
62 R - make guard node timeout higher.
63 o Clean and future-proof exit policy formats a bit.
64 o Likewise accept, but don't generate /bits formats (unless they're
65 accepted in 0.0.9 and later).
66 o Warn when we see a netmask that isn't a prefix.
67 o Make clients understand "private:*" in exit policies, even though
68 we don't generate it yet.
72 - Make it no longer default for v2 dirservers to support v1.
73 - non-versioning dirservers don't need to set recommended*versions.
74 - non-naming dirservers don't need to have an approved-routers file.
75 - What are criteria to be a dirserver? Write a policy.
76 - Document AuthDirInvalid, AuthDirReject, AuthDirRejectUnlisted
77 - are there other options that we haven't documented so far?
78 - look at the proposed os x uninstaller:
79 http://archives.seul.org/or/talk/Jan-2006/msg00038.html
81 Deferred from 0.1.1.x:
83 N - commit edmanm's win32 makefile to tor cvs contrib
85 R - look into "uncounting" bytes spent on local connections. so
86 we can bandwidthrate but still have fast downloads.
88 R - Christian Grothoff's attack of infinite-length circuit.
89 the solution is to have a separate 'extend-data' cell type
90 which is used for the first N data cells, and only
91 extend-data cells can be extend requests.
92 - Specify, including thought about
95 R - When we connect to a Tor server, it sends back a signed cell listing
96 the IP it believes it is using. Use this to block dvorak's attack.
97 Also, this is a fine time to say what time you think it is.
98 - Verify that a new cell type is okay with deployed codebase
102 R - failed rend desc fetches sometimes don't get retried.
103 - Add config options to not publish and not fetch rend descs.
104 - Add controller interfaces to hear rend desc events and learn
105 about rend descs. In base16 I guess for now.
107 N - Display the reasons in 'destroy' and 'truncated' cells under some
110 - If the server is spewing complaints about raising your ulimit -n,
111 we should add a note about this to the server descriptor so other
112 people can notice too.
114 - We need a getrlimit equivalent on Windows so we can reserve some
115 file descriptors for saving files, etc. Otherwise we'll trigger
116 asserts when we're out of file descriptors and crash.
118 X <weasel> it would be nice to support a unix socket for the control thing.
119 The main motivation behind this was that we could let unix permissions
120 take care of the authentication step: everybody who can connect to the
121 socket is authenticated. However, the linux unix(7) manual page suggests
122 that requiring read/write permissions on the socket in order to use it
123 is Linux specific, and that many BSD-derived systems ignore the permissions
124 on the socket file. Portable programs should not rely on this feature for
125 security, therefore the motivation for this feature is gone.
127 - the tor client can do the "automatic proxy config url" thing?
129 R - clients prefer to avoid exit nodes for non-exit path positions.
131 - Automatically determine what ports are reachable and start using
132 those, if circuits aren't working and it's a pattern we recognize
133 ("port 443 worked once and port 9001 keeps not working").
135 N - Should router info have a pointer to routerstatus?
136 - We should at least do something about the duplicated fields.
138 N . Additional controller features
139 - change circuit status events to give more details, like purpose,
140 whether they're internal, when they become dirty, when they become
141 too dirty for further circuits, etc.
142 R - What do we want here, exactly?
143 N - Specify and implement it.
144 - Change stream status events analogously.
145 R - What do we want here, exactly?
146 N - Specify and implement it.
147 - Make other events "better".
148 - Change stream status events analogously.
149 R - What do we want here, exactly?
150 N - Specify and implement it.
151 - Make other events "better" analogously
152 R - What do we want here, exactly?
153 N - Specify and implement it.
154 . Expose more information via getinfo:
155 - import and export rendezvous descriptors
156 - Review all static fields for additional candidates
157 - Allow EXTENDCIRCUIT to unknown server.
158 - We need some way to adjust server status, and to tell tor not to
159 download directories/network-status, and a way to force a download.
160 - It would be nice to request address lookups from the controller
162 - Make everything work with hidden services
164 X switch accountingmax to count total in+out, not either in or
165 out. it's easy to move in this direction (not risky), but hard to
166 back out if we decide we prefer it the way it already is. hm.
169 - see if we should make use of truncate to retry
170 R - kill dns workers more slowly
173 . Some back-out mechanism for auto-approval
174 - a way of rolling back approvals to before a timestamp
175 - Consider minion-like fingerprint file/log combination.
177 - config option to publish what ports you listen on, beyond
178 ORPort/DirPort. It should support ranges and bit prefixes (?) too.
180 - Relay this in networkstatus.
182 - Non-directories don't need to keep descriptors in memory.
183 o Make descriptor-fetching happen via an indirection function.
184 - Remember file and offset.
185 - Keep a journal FD for appending router descriptors.
187 - packaging and ui stuff:
188 . multiple sample torrc files
191 . figure out how to make nt service stuff work?
193 . Add version number to directory.
194 N - Vet all pending installer patches
195 - Win32 installer plus privoxy, sockscap/freecap, etc.
196 - Vet win32 systray helper code
199 - torcp needs more attention in the tor-doc-win32.
201 - unrecommend IE because of ftp:// bug.
202 - torrc.complete.in needs attention?
204 - Bind to random port when making outgoing connections to Tor servers,
205 to reduce remote sniping attacks.
206 - Have new people be in limbo and need to demonstrate usefulness
207 before we approve them.
208 - Clients should estimate their skew as median of skew from servers
211 - Alices avoid duplicate class C nodes.
212 - Analyze how bad the partitioning is or isn't.
214 . Update the hidden service stuff for the new dir approach.
215 - switch to an ascii format, maybe sexpr?
216 - authdirservers publish blobs of them.
217 - other authdirservers fetch these blobs.
218 - hidserv people have the option of not uploading their blobs.
219 - you can insert a blob via the controller.
220 - and there's some amount of backwards compatibility.
221 - teach clients, intro points, and hidservs about auth mechanisms.
222 - come up with a few more auth mechanisms.
224 . Come up with a coherent strategy for bandwidth buckets and TLS. (The
225 logic for reading from TLS sockets is likely to overrun the bandwidth
226 buckets under heavy load. (Really, the logic was never right in the
227 first place.) Also, we should audit all users of get_pending_bytes().)
228 - Make it harder to circumvent bandwidth caps: look at number of bytes
229 sent across sockets, not number sent inside TLS stream.
231 - Make router_is_general_exit() a bit smarter once we're sure what it's for.
233 - rewrite how libevent does select() on win32 so it's not so very slow.
234 - Write limiting; separate token bucket for write
235 - Audit everything to make sure rend and intro points are just as likely to
237 - Do something to prevent spurious EXTEND cells from making middleman
238 nodes connect all over. Rate-limit failed connections, perhaps?
241 Major items for 0.1.2.x:
245 N - Better hidden service performance
248 - Better estimates in the directory of whether servers have good uptime
249 (high expected time to failure) or good guard qualities (high
251 - memory usage on dir servers.
253 N - oprofile including kernel time.
255 Topics to think about during 0.1.2.x development:
256 - Figure out non-clique.
257 - Figure out partial network knowledge.
258 - Figure out incentives.
262 - Limit to 2 dir, 2 OR, N SOCKS connections per IP.
263 - Handle full buffers without totally borking
264 - Rate-limit OR and directory connections overall and per-IP and
266 - Hold-open-until-flushed now works by accident; it should work by
268 - DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
270 - tor-resolve script should use socks5 to get better error messages.
271 - make min uptime a function of the available choices (say, choose 60th
272 percentile, not 1 day.)
273 - Track uptime as %-of-time-up, as well as time-since-last-down.
274 - hidserv offerers shouldn't need to define a SocksPort
275 * figure out what breaks for this, and do it.
276 - auth mechanisms to let hidden service midpoint and responder filter
278 - Relax clique assumptions.
279 X start handling server descriptors without a socksport?
280 - tor should be able to have a pool of outgoing IP addresses
281 that it is able to rotate through. (maybe)
284 - Patch privoxy and socks protocol to pass strings to the browser.
285 - Standby/hotswap/redundant hidden services.
286 - Robust decentralized storage for hidden service descriptors.
287 - The "China problem"
288 - Allow small cells and large cells on the same network?
289 - Cell buffering and resending. This will allow us to handle broken
290 circuits as long as the endpoints don't break, plus will allow
291 connection (tls session key) rotation.
292 - Implement Morphmix, so we can compare its behavior, complexity, etc.
293 - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
294 link crypto, unless we can bully openssl into it.
295 - Need a relay teardown cell, separate from one-way ends.
296 (Pending a user who needs this)
297 - Handle half-open connections: right now we don't support all TCP
298 streams, at least according to the protocol. But we handle all that
299 we've seen in the wild.
300 (Pending a user who needs this)