From ba47bcb2882229587dc98b7ee4a9c57d3ac48358 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 20 Mar 2004 20:49:33 +0000 Subject: [PATCH] fix one bug, note two more svn:r1321 --- trunk/doc/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/doc/TODO b/trunk/doc/TODO index a6c6e2bc90..0c03b7db7d 100644 --- a/trunk/doc/TODO +++ b/trunk/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