]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
21 years agoput switch_id and start_daemon earlier
Roger Dingledine [Sun, 29 Feb 2004 22:34:38 +0000 (22:34 +0000)] 
put switch_id and start_daemon earlier

svn:r1188

21 years agofix duplicate call to connection_mark_for_close
Roger Dingledine [Sun, 29 Feb 2004 22:07:44 +0000 (22:07 +0000)] 
fix duplicate call to connection_mark_for_close

svn:r1187

21 years agobugfix: we were checking the wrong thing to see if 'reason'
Roger Dingledine [Sun, 29 Feb 2004 22:04:52 +0000 (22:04 +0000)] 
bugfix: we were checking the wrong thing to see if 'reason'
was out of range

svn:r1186

21 years agoNew upstream release. debian-version-0.0.1+0.0.2pre23-1
Peter Palfrader [Sun, 29 Feb 2004 13:34:43 +0000 (13:34 +0000)] 
New upstream release.
Upstream tests got fixed

svn:r1184

21 years agobump cvs to pre24
Roger Dingledine [Sun, 29 Feb 2004 11:25:52 +0000 (11:25 +0000)] 
bump cvs to pre24

svn:r1183

21 years agochangelog for pre23 tor-0.0.2pre23
Roger Dingledine [Sun, 29 Feb 2004 11:13:14 +0000 (11:13 +0000)] 
changelog for pre23

svn:r1181

21 years agowhen a stream is 15s late, print out the circuit at -l warn
Roger Dingledine [Sun, 29 Feb 2004 09:15:29 +0000 (09:15 +0000)] 
when a stream is 15s late, print out the circuit at -l warn

svn:r1180

21 years agoprint a statement when the first circ is finished,
Roger Dingledine [Sun, 29 Feb 2004 03:52:38 +0000 (03:52 +0000)] 
print a statement when the first circ is finished,
so the user knows it's working

svn:r1179

21 years agobugfix: only warn about an unrouter router after we've fetched a directory
Roger Dingledine [Sun, 29 Feb 2004 01:31:33 +0000 (01:31 +0000)] 
bugfix: only warn about an unrouter router after we've fetched a directory

svn:r1178

21 years agodisable buffer tests, until we rewrite them (one of them fails)
Roger Dingledine [Sun, 29 Feb 2004 00:15:20 +0000 (00:15 +0000)] 
disable buffer tests, until we rewrite them (one of them fails)

svn:r1177

21 years agocreate a separate connection_edge_destroy() function
Roger Dingledine [Sun, 29 Feb 2004 00:11:37 +0000 (00:11 +0000)] 
create a separate connection_edge_destroy() function

svn:r1176

21 years agobugfix: when we time out on a stream and detach, send an end first
Roger Dingledine [Sat, 28 Feb 2004 23:56:50 +0000 (23:56 +0000)] 
bugfix: when we time out on a stream and detach, send an end first

svn:r1175

21 years agobugfix: in some cases, connection_mark_for_close wasn't marking the conn
Roger Dingledine [Sat, 28 Feb 2004 23:52:56 +0000 (23:52 +0000)] 
bugfix: in some cases, connection_mark_for_close wasn't marking the conn

svn:r1174

21 years agoclearer warning message
Roger Dingledine [Sat, 28 Feb 2004 23:31:15 +0000 (23:31 +0000)] 
clearer warning message

svn:r1173

21 years agodisallow changing from ORPort==0 to ORPort>0 on hup
Roger Dingledine [Sat, 28 Feb 2004 23:30:41 +0000 (23:30 +0000)] 
disallow changing from ORPort==0 to ORPort>0 on hup

svn:r1172

21 years agocwd to datadir if it's defined, rather than /
Roger Dingledine [Sat, 28 Feb 2004 23:23:06 +0000 (23:23 +0000)] 
cwd to datadir if it's defined, rather than /
this way people can get cores if they want to

svn:r1171

21 years agobugfix: stop trying to write to a stderr that may not be there
Roger Dingledine [Sat, 28 Feb 2004 23:21:29 +0000 (23:21 +0000)] 
bugfix: stop trying to write to a stderr that may not be there
also, tell start_daemon our desired cwd

svn:r1170

21 years agofix the function comment
Roger Dingledine [Sat, 28 Feb 2004 22:34:47 +0000 (22:34 +0000)] 
fix the function comment

svn:r1169

21 years agoSplit dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a
Nick Mathewson [Sat, 28 Feb 2004 22:23:44 +0000 (22:23 +0000)] 
Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a
resolve in response to a DNS worker dying) and connection_dns_remove (remove
a pending connection from the resolve structure.)

svn:r1168

21 years agoadd a log_warn to notify us of yet another potential dns.c bug
Roger Dingledine [Sat, 28 Feb 2004 22:13:58 +0000 (22:13 +0000)] 
add a log_warn to notify us of yet another potential dns.c bug

svn:r1167

21 years agoMake dns_cancel_pending_resolve less agressive.
Nick Mathewson [Sat, 28 Feb 2004 22:06:59 +0000 (22:06 +0000)] 
Make dns_cancel_pending_resolve less agressive.

svn:r1166

21 years agoFix bug on dns_found_answer from mark_to_close stuff.
Nick Mathewson [Sat, 28 Feb 2004 21:52:58 +0000 (21:52 +0000)] 
Fix bug on dns_found_answer from mark_to_close stuff.

svn:r1165

21 years agoremove assert from dns.c that's no longer true:
Roger Dingledine [Sat, 28 Feb 2004 21:49:10 +0000 (21:49 +0000)] 
remove assert from dns.c that's no longer true:
typically the resolve will be pending, but it could be failed if it
just failed and we're working through the 'pending' list, or it could
be valid if some other dnsworker raced us to fill in the entry.

svn:r1164

21 years agoStop trying to flush on broken sockets marked for close.
Nick Mathewson [Sat, 28 Feb 2004 19:14:11 +0000 (19:14 +0000)] 
Stop trying to flush on broken sockets marked for close.

svn:r1163

21 years agosome comments to point nick at the latest bugs
Roger Dingledine [Sat, 28 Feb 2004 11:48:22 +0000 (11:48 +0000)] 
some comments to point nick at the latest bugs

svn:r1162

21 years agobetter explain exit policies in the torrc
Roger Dingledine [Sat, 28 Feb 2004 11:44:07 +0000 (11:44 +0000)] 
better explain exit policies in the torrc

svn:r1161

21 years agoenable assert_connection_ok()
Roger Dingledine [Sat, 28 Feb 2004 07:51:30 +0000 (07:51 +0000)] 
enable assert_connection_ok()
we weren't actually asserting much. oops.

svn:r1160

21 years agonote bug in assert_connection_ok
Roger Dingledine [Sat, 28 Feb 2004 07:48:28 +0000 (07:48 +0000)] 
note bug in assert_connection_ok

svn:r1159

21 years agoclean up some log messages and severities
Roger Dingledine [Sat, 28 Feb 2004 07:01:22 +0000 (07:01 +0000)] 
clean up some log messages and severities
still plenty more left to clean

svn:r1158

21 years agomake flush_buf have a sane return convention
Roger Dingledine [Sat, 28 Feb 2004 05:22:07 +0000 (05:22 +0000)] 
make flush_buf have a sane return convention

svn:r1157

21 years agodocument 'excludenodes' in man page
Roger Dingledine [Sat, 28 Feb 2004 05:11:10 +0000 (05:11 +0000)] 
document 'excludenodes' in man page

svn:r1156

21 years agorename ExcludedNodes config option to ExcludeNodes
Roger Dingledine [Sat, 28 Feb 2004 05:09:37 +0000 (05:09 +0000)] 
rename ExcludedNodes config option to ExcludeNodes

svn:r1155

21 years agoa few more comments for the spec
Roger Dingledine [Sat, 28 Feb 2004 04:53:34 +0000 (04:53 +0000)] 
a few more comments for the spec

svn:r1154

21 years agoif a relay cell is unrecognized at the end of the circuit,
Roger Dingledine [Sat, 28 Feb 2004 04:48:46 +0000 (04:48 +0000)] 
if a relay cell is unrecognized at the end of the circuit,
send back a destroy

svn:r1153

21 years agosome more small fixes
Roger Dingledine [Sat, 28 Feb 2004 04:44:48 +0000 (04:44 +0000)] 
some more small fixes

svn:r1152

21 years agomake code more readable; arrbitrarily change a -1 to a 0.
Nick Mathewson [Sat, 28 Feb 2004 04:34:27 +0000 (04:34 +0000)] 
make code more readable; arrbitrarily change a -1 to a 0.

svn:r1151

21 years agoStop answering "end" with "end"
Nick Mathewson [Sat, 28 Feb 2004 04:25:54 +0000 (04:25 +0000)] 
Stop answering "end" with "end"

svn:r1150

21 years agoPush responsibility for connection marking down as far as possible; have only a close...
Nick Mathewson [Sat, 28 Feb 2004 04:11:53 +0000 (04:11 +0000)] 
Push responsibility for connection marking down as far as possible; have only a close path; add some missing end cells; change return conventions a little.

svn:r1149

21 years agoMake has_sent_end irrelevant: only try to send end if reason is nonzero
Nick Mathewson [Sat, 28 Feb 2004 03:06:31 +0000 (03:06 +0000)] 
Make has_sent_end irrelevant: only try to send end if reason is nonzero

svn:r1148

21 years agoand another one
Roger Dingledine [Fri, 27 Feb 2004 23:30:27 +0000 (23:30 +0000)] 
and another one

svn:r1147

21 years agopatches/answers to nick's commit
Roger Dingledine [Fri, 27 Feb 2004 23:23:33 +0000 (23:23 +0000)] 
patches/answers to nick's commit

svn:r1146

21 years agoRefactor mark_for_close, connection_edge_end and friends. Now, everybody
Nick Mathewson [Fri, 27 Feb 2004 22:00:26 +0000 (22:00 +0000)] 
Refactor mark_for_close, connection_edge_end and friends.  Now, everybody
who wants to shut down a connection calls connection_mark_for_close instead
of setting marked_for_close to 1.  This automatically removes the connection
from the DNS cache if needed, sends a RELAY END cell if appropriate, and can
be changed to do whatever else is needed.

Still to do:
  - The same for circuits, maybe.
  - Add some kind of hold_connection_open_until_flushed flag, maybe.
  - Change stuff that closes connections with return -1 to use mark_for_close,
    maybe.

svn:r1145

21 years agobump cvs to pre23
Roger Dingledine [Fri, 27 Feb 2004 04:59:32 +0000 (04:59 +0000)] 
bump cvs to pre23

svn:r1144

21 years agomake 'connected' cells include the resolved IP
Roger Dingledine [Fri, 27 Feb 2004 04:52:02 +0000 (04:52 +0000)] 
make 'connected' cells include the resolved IP

svn:r1143

21 years agoFix a bug where you might flush some data on a tls connection, and then
Roger Dingledine [Fri, 27 Feb 2004 04:42:14 +0000 (04:42 +0000)] 
Fix a bug where you might flush some data on a tls connection, and then
add some more data to be flushed but never turn POLLOUT on. not sure
how commonly this bug was hit, but it would be a doozy.

Also add some asserts to see if it happens elsewhere.

svn:r1142

21 years agowe forgot to include the resolved IP in 'connected' cells
Roger Dingledine [Fri, 27 Feb 2004 04:08:44 +0000 (04:08 +0000)] 
we forgot to include the resolved IP in 'connected' cells
so the client-side dns cache is currently going unused
we should do that sometime

svn:r1141

21 years agoclean up an ia64 warning
Roger Dingledine [Fri, 27 Feb 2004 01:59:36 +0000 (01:59 +0000)] 
clean up an ia64 warning

svn:r1140

21 years agoGive the nice message about not being an HTTP proxy an <h1> headline
Peter Palfrader [Fri, 27 Feb 2004 01:33:02 +0000 (01:33 +0000)] 
Give the nice message about not being an HTTP proxy an <h1> headline

svn:r1139

21 years agoNew upstream version. Tor stays in sbin in Debian debian-version-0.0.1+0.0.2pre22-1
Peter Palfrader [Fri, 27 Feb 2004 01:07:38 +0000 (01:07 +0000)] 
New upstream version.  Tor stays in sbin in Debian

svn:r1137

21 years agochangelog entries for pre22 tor-0.0.2pre22
Roger Dingledine [Fri, 27 Feb 2004 00:55:31 +0000 (00:55 +0000)] 
changelog entries for pre22

svn:r1135

21 years agoDont use -eq for =; make TORGROUP and TORUSER independent
Nick Mathewson [Fri, 27 Feb 2004 00:24:08 +0000 (00:24 +0000)] 
Dont use -eq for =; make TORGROUP and TORUSER independent

svn:r1134

21 years agoMake init script work with chkconfig; make it put pids in /var/run/tor (not /var...
Nick Mathewson [Fri, 27 Feb 2004 00:07:33 +0000 (00:07 +0000)] 
Make init script work with chkconfig; make it put pids in /var/run/tor (not /var/run) and allow it to su as needed (based on tor.spec)

svn:r1133

21 years agoand another desired todo item
Roger Dingledine [Thu, 26 Feb 2004 23:36:31 +0000 (23:36 +0000)] 
and another desired todo item

svn:r1132

21 years agobring the todo file up to date
Roger Dingledine [Thu, 26 Feb 2004 23:05:11 +0000 (23:05 +0000)] 
bring the todo file up to date

svn:r1131

21 years agoWhen it can't resolve any dirservers, it was useless from then on.
Roger Dingledine [Thu, 26 Feb 2004 22:56:36 +0000 (22:56 +0000)] 
When it can't resolve any dirservers, it was useless from then on.
Now it reloads the RouterFile (or default dirservers) if it has no
dirservers.

svn:r1130

21 years agobreak out the operations done on sighup into their own function
Roger Dingledine [Thu, 26 Feb 2004 22:30:44 +0000 (22:30 +0000)] 
break out the operations done on sighup into their own function

svn:r1129

21 years agodump a new router.desc on hup
Roger Dingledine [Thu, 26 Feb 2004 22:20:00 +0000 (22:20 +0000)] 
dump a new router.desc on hup

svn:r1128

21 years agowriting html in C strings sucks
Roger Dingledine [Thu, 26 Feb 2004 22:10:55 +0000 (22:10 +0000)] 
writing html in C strings sucks

svn:r1127

21 years agowhen they use tor as an http proxy, give them an http 501 failure
Roger Dingledine [Thu, 26 Feb 2004 22:02:22 +0000 (22:02 +0000)] 
when they use tor as an http proxy, give them an http 501 failure

svn:r1126

21 years agobump our version to pre22
Roger Dingledine [Thu, 26 Feb 2004 21:27:12 +0000 (21:27 +0000)] 
bump our version to pre22

svn:r1125

21 years agoif the default torrc isn't there, just use some default defaults
Roger Dingledine [Thu, 26 Feb 2004 21:25:51 +0000 (21:25 +0000)] 
if the default torrc isn't there, just use some default defaults
plus provide an internal dirservers file if they don't have one

having no config files will make it easier to run on windows

svn:r1124

21 years agoBasic RAM poisoning and magic-checking to notice connection and circuit
Nick Mathewson [Wed, 25 Feb 2004 07:31:46 +0000 (07:31 +0000)] 
Basic RAM poisoning and magic-checking to notice connection and circuit
corruption faster; also, check for corruption in dns.c so we can fail fast
for the bug that's nailing Lucky and moria3.

svn:r1123

21 years agobugfix: if the exit stream is pending on the resolve, and a destroy
Roger Dingledine [Wed, 25 Feb 2004 06:57:57 +0000 (06:57 +0000)] 
bugfix: if the exit stream is pending on the resolve, and a destroy
arrives, then the stream wasn't getting removed from the pending list.

this may have been the lucky-bug.
this commit may also not actually fix the bug. it's darn hard to
reproduce.

svn:r1122

21 years agoremove dead code
Roger Dingledine [Wed, 25 Feb 2004 06:56:11 +0000 (06:56 +0000)] 
remove dead code

svn:r1121

21 years agomove the daemon back to /usr/bin/tor
Roger Dingledine [Wed, 25 Feb 2004 06:42:20 +0000 (06:42 +0000)] 
move the daemon back to /usr/bin/tor

(it seems many people don't know they have a /usr/local/sbin/
damn the file system hierarchy standards)

svn:r1120

21 years agomove the tor program back to usr/bin/
Roger Dingledine [Wed, 25 Feb 2004 06:41:21 +0000 (06:41 +0000)] 
move the tor program back to usr/bin/

svn:r1119

21 years agofix some bugs in assert_connection_ok
Roger Dingledine [Tue, 24 Feb 2004 22:33:30 +0000 (22:33 +0000)] 
fix some bugs in assert_connection_ok

svn:r1118

21 years agonote a bug that gabe found
Roger Dingledine [Tue, 24 Feb 2004 22:22:04 +0000 (22:22 +0000)] 
note a bug that gabe found

svn:r1117

21 years agostart hunting the lucky-bug
Roger Dingledine [Sun, 22 Feb 2004 20:50:20 +0000 (20:50 +0000)] 
start hunting the lucky-bug

svn:r1116

21 years agopre-talk slides
Roger Dingledine [Sat, 21 Feb 2004 20:41:15 +0000 (20:41 +0000)] 
pre-talk slides

svn:r1115

21 years agoOn OSX, decline to use the built-in select-baed poll wrapper, since it seems to somet...
Nick Mathewson [Fri, 20 Feb 2004 23:41:45 +0000 (23:41 +0000)] 
On OSX, decline to use the built-in select-baed poll wrapper, since it seems to sometimes not work.

svn:r1114

21 years agocommit some partial slides in case i get hit by a bus
Roger Dingledine [Thu, 19 Feb 2004 06:19:58 +0000 (06:19 +0000)] 
commit some partial slides in case i get hit by a bus

svn:r1113

21 years agoclean up todo, mark a bug as fixed
Roger Dingledine [Wed, 18 Feb 2004 22:30:16 +0000 (22:30 +0000)] 
clean up todo, mark a bug as fixed

svn:r1112

21 years agopatch from vicman to publish less platform information
Roger Dingledine [Wed, 18 Feb 2004 21:23:50 +0000 (21:23 +0000)] 
patch from vicman to publish less platform information

svn:r1111

21 years agoactual wording of pre21 changelog
Roger Dingledine [Wed, 18 Feb 2004 09:40:18 +0000 (09:40 +0000)] 
actual wording of pre21 changelog

svn:r1110

21 years agoNew upstream release debian-version-0.0.1+0.0.2pre21-1
Peter Palfrader [Wed, 18 Feb 2004 09:13:33 +0000 (09:13 +0000)] 
New upstream release

svn:r1108

21 years agobump us to pre21, add ChangeLog entries
Roger Dingledine [Wed, 18 Feb 2004 08:54:35 +0000 (08:54 +0000)] 
bump us to pre21, add ChangeLog entries

svn:r1107

21 years agoslides for tor rump session talk at FC04
Roger Dingledine [Wed, 18 Feb 2004 08:36:42 +0000 (08:36 +0000)] 
slides for tor rump session talk at FC04

svn:r1106

21 years agogo back to a single exitpolicy parameter
Roger Dingledine [Wed, 18 Feb 2004 07:23:38 +0000 (07:23 +0000)] 
go back to a single exitpolicy parameter
if your exitpolicy includes " *:*" then it is final,
else we append the default exit policy.
(thanks weasel)

svn:r1105

21 years agoallow imaps and pop3s in default exit policy
Roger Dingledine [Wed, 18 Feb 2004 04:02:05 +0000 (04:02 +0000)] 
allow imaps and pop3s in default exit policy

svn:r1104

21 years agoGet rid of the notion of a separate default default exit policy.
Roger Dingledine [Wed, 18 Feb 2004 03:56:12 +0000 (03:56 +0000)] 
Get rid of the notion of a separate default default exit policy.

Create ExitPolicyPrepend config parameter, to customize the default
exit policy.

svn:r1103

21 years agowe define some big constant arrays but don't use them
Roger Dingledine [Wed, 18 Feb 2004 03:17:35 +0000 (03:17 +0000)] 
we define some big constant arrays but don't use them

svn:r1102

21 years agoadding the reattach-after-timeout feature wasn't so easy after all.
Roger Dingledine [Wed, 18 Feb 2004 01:21:20 +0000 (01:21 +0000)] 
adding the reattach-after-timeout feature wasn't so easy after all.
maybe it works now.

svn:r1101

21 years agoretry streams where the connected cell hasn't arrived in 15 seconds
Roger Dingledine [Tue, 17 Feb 2004 21:07:15 +0000 (21:07 +0000)] 
retry streams where the connected cell hasn't arrived in 15 seconds

svn:r1100

21 years agoAnother case of the same.
Nick Mathewson [Tue, 17 Feb 2004 08:52:57 +0000 (08:52 +0000)] 
Another case of the same.

svn:r1099

21 years agoFix the Big Bug in router_compare_addr_to_exit_policy: we used port 0
Nick Mathewson [Tue, 17 Feb 2004 08:52:03 +0000 (08:52 +0000)] 
Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0
to mean "unknown port".  But no exit policy supports (nonexistant)
port 0, except accept *:*, and we had no special handling for 'unknown port'.

Now we do.

svn:r1098

21 years agobest_support_idx is obsolete
Roger Dingledine [Tue, 17 Feb 2004 08:42:25 +0000 (08:42 +0000)] 
best_support_idx is obsolete
(also doesn't fix the bug)

svn:r1097

21 years agoPropagate yes/no/maybe a little farther forward.
Nick Mathewson [Tue, 17 Feb 2004 08:29:22 +0000 (08:29 +0000)] 
Propagate yes/no/maybe a little farther forward.

svn:r1096

21 years agomake braces cleaner, bug still persists
Roger Dingledine [Tue, 17 Feb 2004 08:10:07 +0000 (08:10 +0000)] 
make braces cleaner, bug still persists

svn:r1095

21 years agoinstall the torify.1 man page too
Roger Dingledine [Tue, 17 Feb 2004 08:05:39 +0000 (08:05 +0000)] 
install the torify.1 man page too

svn:r1094

21 years agoFix router_compare_addr_to_exit_policy, and name its return codes. The bug was:...
Nick Mathewson [Tue, 17 Feb 2004 07:56:33 +0000 (07:56 +0000)] 
Fix router_compare_addr_to_exit_policy, and name its return codes.  The bug was: "maybe reject,accept" should be "maybe", not "accept".

svn:r1093

21 years agoLet paranoid exit nodes (which default to reject) be exit nodes
Roger Dingledine [Tue, 17 Feb 2004 07:45:44 +0000 (07:45 +0000)] 
Let paranoid exit nodes (which default to reject) be exit nodes

Before we resolve the hostname, we don't know whether its IP will                        be accepted or rejected by the exit policy of each host. So we                           were only going with nodes that would certainly accept -- which
was just itys and poblano.

(This bug was hidden until now by the earlier port bug.)

(Actual bugfix pending on Nick's next commit, hopefully.)

svn:r1092

21 years agomake 'make dist' work
Roger Dingledine [Tue, 17 Feb 2004 07:20:01 +0000 (07:20 +0000)] 
make 'make dist' work

svn:r1091

21 years agomade these scripts know about config/Makefile.am
Steven Hazel [Tue, 17 Feb 2004 06:41:18 +0000 (06:41 +0000)] 
made these scripts know about config/Makefile.am

svn:r1090

21 years agothis will cause the things in this directory to get installed properly, maybe
Steven Hazel [Tue, 17 Feb 2004 06:40:42 +0000 (06:40 +0000)] 
this will cause the things in this directory to get installed properly, maybe

svn:r1089

21 years agoprevent picking middleman nodes as the last node in the circuit
Roger Dingledine [Tue, 17 Feb 2004 06:39:20 +0000 (06:39 +0000)] 
prevent picking middleman nodes as the last node in the circuit

svn:r1088

21 years agoadd jbash and weasel to the AUTHORS list
Roger Dingledine [Tue, 17 Feb 2004 05:05:34 +0000 (05:05 +0000)] 
add jbash and weasel to the AUTHORS list

svn:r1087

21 years agoUpdate changelog: tor moved to sbin, updating init script
Peter Palfrader [Tue, 17 Feb 2004 04:58:24 +0000 (04:58 +0000)] 
Update changelog: tor moved to sbin, updating init script

svn:r1086

21 years agoMention that the package starts the OP by default and that OR can be enabled in the...
Peter Palfrader [Tue, 17 Feb 2004 04:57:37 +0000 (04:57 +0000)] 
Mention that the package starts the OP by default and that OR can be enabled in the config

svn:r1085

21 years agosync up the rpm spec description so it matches the deb more
Roger Dingledine [Tue, 17 Feb 2004 04:55:57 +0000 (04:55 +0000)] 
sync up the rpm spec description so it matches the deb more

svn:r1084