[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] sync up the rpm spec description so it matches the deb more
- To: or-cvs@freehaven.net
- Subject: [or-cvs] sync up the rpm spec description so it matches the deb more
- From: arma@seul.org (Roger Dingledine)
- Date: Mon, 16 Feb 2004 23:55:59 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 16 Feb 2004 23:56:25 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/contrib
In directory moria.mit.edu:/home2/arma/work/onion/cvs/contrib
Modified Files:
tor.spec
Log Message:
sync up the rpm spec description so it matches the deb more
Index: tor.spec
===================================================================
RCS file: /home/or/cvsroot/contrib/tor.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tor.spec 17 Feb 2004 01:19:06 -0000 1.1
+++ tor.spec 17 Feb 2004 04:55:57 -0000 1.2
@@ -6,7 +6,7 @@
%define initdir /etc/rc.d/init.d
-Summary: tor: The Onion Router; patent-free Onion Routing
+Summary: tor: anonymizing overlay network for TCP
Name: tor
Version: 0.0.2pre20
Vendor: R. Dingledine <arma@seul.org>
@@ -23,15 +23,34 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{relbase}-root
%description
-tor is a system which attempts to conceal the sources of TCP connections
-by relaying those connections through multiple independently administered
-forwarding nodes; it is a "cascaded mix" system. Among older systems,
-tor is most similar to Onion Routing. The basic concept of tor is also
-similar to that of the Zero Knowledge Freedom system or the Java Anonymous
-Proxy. The "onions" used in tor are similar in concept to the reply blocks
-used with type I "cypherpunks" anonymous remailers. Feeding phrases
-from this paragraph into search engines should give you more background
-information than you really want.
+Tor is a connection-based low-latency anonymous communication system which
+addresses many flaws in the original onion routing design.
+
+In brief, Onion Routing is a connection-oriented anonymizing communication
+service. Users choose a source-routed path through a set of nodes, and
+negotiate a "virtual circuit" through the network, in which each node
+knows its predecessor and successor, but no others. Traffic flowing down
+the circuit is unwrapped by a symmetric key at each node, which reveals
+the downstream node.
+
+Basically Tor provides a distributed network of servers ("onion
+routers"). Users bounce their tcp streams (web traffic, ftp, ssh, etc)
+around the routers, and recipients, observers, and even the routers
+themselves have difficulty tracking the source of the stream.
+
+Note that Tor does no protocol cleaning. That means there is a danger that
+application protocols and associated programs can be induced to reveal
+information about the initiator. Tor depends on Privoxy and similar protocol
+cleaners to solve this problem.
+
+Client applications can use the Tor network by connecting to the local
+onion proxy. If the application itself does not come with socks support
+you can use a socks client such as tsocks. Some web browsers like mozilla
+and web proxies like privoxy come with socks support, so you don't need an
+extra socks client if you want to use Tor with them.
+
+Remember that this is alpha code, and the network is very small -- Tor will
+not provide anonymity currently.
This package provides the "tor" program, which serves as both a client
and a relay node. Scripts will automatically create a "tor" user and