summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-20 20:49:33 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-20 20:49:33 +0000
commit49a221500dbb29c0810ae304ed0867ea7511a178 (patch)
tree69b269572147b65cfb95a8fa528e0323c818dfdb
parent30520b926c9fcc282cb9affec544cab978d10414 (diff)
downloadtor-49a221500dbb29c0810ae304ed0867ea7511a178.tar.gz
tor-49a221500dbb29c0810ae304ed0867ea7511a178.zip
fix one bug, note two more
svn:r1321
-rw-r--r--doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a6c6e2bc90..0c03b7db7d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -12,8 +12,10 @@ ARMA - arma claims
X Abandoned
Bugs:
- - on solaris, need to build with
- LDFLAGS="-lsocket -lnsl" ./configure --with-ssl-dir=/usr/local/ssl
+ - send socks rejects when things go bad ?
+ o on solaris, need to build with
+ LDFLAGS="-lsocket -lnsl" ./configure
+ - on solaris, we HAVE_UNAME but the uname() call fails?
- should maybe make clients exit(1) when bad things happen?
e.g. clock skew.
o client-side dns cache doesn't appear to be getting populated