|
@@ -17,21 +17,23 @@ ARMA - arma claims
|
|
- aes when we everybody has openssl 0.9.7
|
|
- aes when we everybody has openssl 0.9.7
|
|
. Topics / circuits
|
|
. Topics / circuits
|
|
o Implement topics
|
|
o Implement topics
|
|
- - Rotate circuits after N minutes?
|
|
+ o Rotate circuits after N minutes?
|
|
- - Circuits should expire when circuit->expire triggers
|
|
+ X Circuits should expire when circuit->expire triggers
|
|
NICK . Handle half-open connections
|
|
NICK . Handle half-open connections
|
|
- - Figure out what causes connections to close, standardize
|
|
+ - Figure out what causes connections to close, standardize
|
|
- when we mark a connection vs when we tear it down
|
|
+ when we mark a connection vs when we tear it down
|
|
NICK - Look at what ssl does to keep from mutating data streams
|
|
NICK - Look at what ssl does to keep from mutating data streams
|
|
NICK . On the fly compression of each stream
|
|
NICK . On the fly compression of each stream
|
|
o Clean up the event loop (optimize and sanitize)
|
|
o Clean up the event loop (optimize and sanitize)
|
|
ARMA o Remove that awful concept of 'roles'
|
|
ARMA o Remove that awful concept of 'roles'
|
|
-ARMA - Exit policies
|
|
+ARMA . Exit policies
|
|
- - Spec how to write the exit policies
|
|
+ o Spec how to write the exit policies
|
|
- Path selection algorithms
|
|
- Path selection algorithms
|
|
- Let user request certain nodes
|
|
- Let user request certain nodes
|
|
- And disallow certain nodes
|
|
- And disallow certain nodes
|
|
- - Choose path by jurisdiction, etc?
|
|
+ D Choose path by jurisdiction, etc?
|
|
|
|
+ - Rewrite how the AP works
|
|
|
|
+SPEC!! D Non-clique topologies
|
|
D Implement our own memory management, at least for common structs
|
|
D Implement our own memory management, at least for common structs
|
|
. Appropriate logging
|
|
. Appropriate logging
|
|
- Come up with convention for what log level means what
|
|
- Come up with convention for what log level means what
|
|
@@ -51,19 +53,21 @@ ARMA - Exit policies
|
|
- We have max workers running
|
|
- We have max workers running
|
|
- Consider taking the master out of the loop?
|
|
- Consider taking the master out of the loop?
|
|
. Directory servers
|
|
. Directory servers
|
|
- - Automated reputation management
|
|
+ D Automated reputation management
|
|
-ARMA - Include key in source; sign directories
|
|
+NICK - Include key in source; sign directories
|
|
|
|
+ - Add versions to code
|
|
ARMA - Have directories list recommended-versions
|
|
ARMA - Have directories list recommended-versions
|
|
- Quit if running the wrong version
|
|
- Quit if running the wrong version
|
|
- Command-line option to override quit
|
|
- Command-line option to override quit
|
|
. Add more information to directory server entries
|
|
. Add more information to directory server entries
|
|
- - Exit policies
|
|
+ o Exit policies
|
|
- - jurisdiction? others?
|
|
+ D jurisdiction? others?
|
|
-SPEC!! - Figure out how to do threshold directory servers
|
|
+SPEC!! D Figure out how to do threshold directory servers
|
|
. Scrubbing proxies
|
|
. Scrubbing proxies
|
|
- Find an smtp proxy?
|
|
- Find an smtp proxy?
|
|
- - Find an ftp proxy? Figure out how that would work?
|
|
+ - Check the old smtp proxy code
|
|
- - Wait until there are packet redirectors for Linux
|
|
+ o Find an ftp proxy? wget --passive
|
|
|
|
+ D Wait until there are packet redirectors for Linux
|
|
. Get socks4a support into Mozilla
|
|
. Get socks4a support into Mozilla
|
|
. Get tor to act like a socks server
|
|
. Get tor to act like a socks server
|
|
o socks4, socks4a
|
|
o socks4, socks4a
|
|
@@ -79,9 +83,9 @@ SPEC!! - Handle socks commands other than connect, eg, bind?
|
|
o Cells
|
|
o Cells
|
|
. Better comments for functions!
|
|
. Better comments for functions!
|
|
- Tests
|
|
- Tests
|
|
-NICK - Testing harness/infrastructure
|
|
+NICK o Testing harness/infrastructure
|
|
- - Unit tests
|
|
+ . Unit tests
|
|
- - System tests (how?)
|
|
+ D System tests (how?)
|
|
- Performance tests, so we know when we've improved
|
|
- Performance tests, so we know when we've improved
|
|
. webload infrastructure (Bruce)
|
|
. webload infrastructure (Bruce)
|
|
. httperf infrastructure (easy to set up)
|
|
. httperf infrastructure (easy to set up)
|
|
@@ -89,14 +93,13 @@ NICK - Testing harness/infrastructure
|
|
D Deploy a widespread network
|
|
D Deploy a widespread network
|
|
. Router twins
|
|
. Router twins
|
|
o Choose twin if primary is down, when laying circuit
|
|
o Choose twin if primary is down, when laying circuit
|
|
- - Load balancing between twins
|
|
+ D Load balancing between twins
|
|
- Keep track of load over links/nodes, to
|
|
- Keep track of load over links/nodes, to
|
|
know who's hosed
|
|
know who's hosed
|
|
NICK - Daemonize and package
|
|
NICK - Daemonize and package
|
|
o Teach it to fork and background
|
|
o Teach it to fork and background
|
|
- Red Hat spec file
|
|
- Red Hat spec file
|
|
- Debian spec file equivalent
|
|
- Debian spec file equivalent
|
|
-
|
|
|
|
. Autoconf
|
|
. Autoconf
|
|
. Which .h files are we actually using? Port to:
|
|
. Which .h files are we actually using? Port to:
|
|
o Linux
|
|
o Linux
|
|
@@ -104,20 +107,24 @@ NICK - Daemonize and package
|
|
. Solaris
|
|
. Solaris
|
|
. Windows
|
|
. Windows
|
|
NICK . OS X
|
|
NICK . OS X
|
|
- . Move away from openssl
|
|
+ - openssl randomness
|
|
|
|
+ - inet_ntoa, stdint.h
|
|
|
|
+ - Make a script to set up a local network on your machine
|
|
|
|
+ D Move away from openssl
|
|
o Abstract out crypto calls
|
|
o Abstract out crypto calls
|
|
- D Look at ndss, others? Just include code?
|
|
+ D Look at nss, others? Just include code?
|
|
|
|
|
|
. transition addr to sin_addr (huh?)
|
|
. transition addr to sin_addr (huh?)
|
|
|
|
|
|
. Clean up the number of places that get to look at prkey
|
|
. Clean up the number of places that get to look at prkey
|
|
-SPEC!! - Non-clique topologies, clearer bandwidth management
|
|
+ . Clearer bandwidth management
|
|
|
|
+ - Total rate limiting
|
|
. Look at OR handshake in more detail
|
|
. Look at OR handshake in more detail
|
|
o Spec it
|
|
o Spec it
|
|
- Merge OR and OP handshakes
|
|
- Merge OR and OP handshakes
|
|
- But figure out how to indicate if we're OR?
|
|
- But figure out how to indicate if we're OR?
|
|
- - Periodic link key rotation. Spec?
|
|
+ D Periodic link key rotation. Spec?
|
|
- More flexibility in node addressing
|
|
- More flexibility in node addressing
|
|
- - Support IPv6 rather than just 4
|
|
+ D Support IPv6 rather than just 4
|
|
- - Handle multihomed servers
|
|
+ - Handle multihomed servers (config variable to set IP)
|
|
|
|
|