[or-cvs] mark some items done, move some around, add a wishlist item

Roger Dingledine arma at seul.org
Sun Oct 17 20:47:01 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	TODO 
Log Message:
mark some items done, move some around, add a wishlist item


Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- TODO	17 Oct 2004 04:07:23 -0000	1.180
+++ TODO	17 Oct 2004 20:46:59 -0000	1.181
@@ -34,7 +34,7 @@
         X We should set things in options to NULL, not rely on memset(...0)
           being equivalent.
           o We should check for memset(0) setting things to NULL with autoconf,
-	    and then rely on it in the code.
+            and then rely on it in the code.
         - Once we have a trusted directory on port 80, stop falling back to
           forbidden ports when fascistfirewall blocks all good dirservers.
 
@@ -55,6 +55,12 @@
 R       - learn from ben about his openssl-reinitialization-trick to
           rotate tls keys without making new connections.
           - (Roger grabs Ben next time he sees him on IRC) 
+        - christian grothoff's attack of infinite-length circuit.
+          the solution is to have a separate 'extend-data' cell type
+          which is used for the first N data cells, and only
+          extend-data cells can be extend requests.
+        - have a pool of circuits available, cannibalize them
+          for your purposes (e.g. rendezvous, etc).
 
         D nt services on win32.
 
@@ -65,10 +71,6 @@
                 o Specify
                 o Implement parsing
                 - Generate new formats (Not till 007 is dead)
-        - christian grothoff's attack of infinite-length circuit.
-          the solution is to have a separate 'extend-data' cell type
-          which is used for the first N data cells, and only
-          extend-data cells can be extend requests.
         - make loglevel info less noisy
         - Make command-line strict about checking options; make only certain
           option prefixes work.
@@ -86,8 +88,6 @@
 * Don't worry about this for now
         - Handle full buffers without totally borking
 * do this eventually, no rush.
-        - have a pool of circuits available, cannibalize them
-          for your purposes (e.g. rendezvous, etc).
         - do resolve before trying to attach the stream
 * don't do this for now.
         - if destination IP is running a tor node, extend a circuit there
@@ -96,23 +96,23 @@
         - Support egd or other non-OS-integrated strong entropy sources
 
       more features, complex:
-        - Switch dirservers entries to config lines:
-          - read in and parse each TrustedDir config line.
-          - stop reading dirservers file.
-          - add some default TrustedDir lines if none defined, or if
+        - password protection for on-disk identity key
+        . Switch dirservers entries to config lines:
+          o read in and parse each TrustedDir config line.
+          o stop reading dirservers file.
+          o add some default TrustedDir lines if none defined, or if
             no torrc.
           - remove notion of ->is_trusted_dir from the routerlist. that's
             no longer where you look.
             - clean up router parsing flow, since it's simpler now?
-          - when checking signature on a directory, look it up in
+          o when checking signature on a directory, look it up in
             options.TrustedDirs, and make sure there's a descriptor
             with that nickname, whose key hashes to the fingerprint,
             and who correctly signed the directory.
-* nick will do the above
-          - when fetching a directory, if you want a trusted one,
+          o when fetching a directory, if you want a trusted one,
             choose from the trusteddir list.
-            - which means keeping track of which ones are "up"
-          - if you don't need a trusted one, choose from the routerinfo
+            o which means keeping track of which ones are "up"
+          ? if you don't need a trusted one, choose from the routerinfo
             list if you have one, else from the trusteddir list.
 * roger will do the above
         - add a listener for a ui



More information about the tor-commits mailing list