[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] apply contrib/checkSpace.pl to our spec files too.
Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc
Modified Files:
control-spec-v0.txt control-spec.txt dir-spec.txt
socks-extensions.txt tor-spec.txt version-spec.txt
Log Message:
apply contrib/checkSpace.pl to our spec files too.
Index: control-spec-v0.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec-v0.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- control-spec-v0.txt 17 Jun 2005 18:49:04 -0000 1.1
+++ control-spec-v0.txt 9 Feb 2006 03:44:49 -0000 1.2
@@ -235,7 +235,6 @@ the message.
Message [NUL-terminated]
-
3.8. AUTHENTICATE (Type 0x0007)
Sent from the client to the server. Contains a 'magic cookie' to prove
Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -d -r1.68 -r1.69
--- control-spec.txt 4 Feb 2006 00:26:12 -0000 1.68
+++ control-spec.txt 9 Feb 2006 03:44:49 -0000 1.69
@@ -88,7 +88,6 @@ $Id$
Address = ip4-address / ip6-address / hostname (XXXX Define these)
-
; A "Data" section is a sequence of octets concluded by the terminating
; sequence CRLF "." CRLF. The terminating sequence may not appear in the
; body of the data. Leading periods on lines in the data are escaped with
@@ -250,9 +249,10 @@ $Id$
250-OldAddress1=NewAddress1
250 OldAddress2=NewAddress2
- containing the source and destination addresses. If request is malformed,
- the server replies with "512 syntax error in command argument". If the server
- can't fulfill the request, it replies with "451 resource exhausted."
+ containing the source and destination addresses. If request is
+ malformed, the server replies with "512 syntax error in command
+ argument". If the server can't fulfill the request, it replies with
+ "451 resource exhausted."
The client may decline to provide a body for the original address, and
instead send a special null address ("0.0.0.0" for IPv4, "::0" for IPv6, or
@@ -326,15 +326,17 @@ $Id$
"addr-mappings/all"
"addr-mappings/config"
"addr-mappings/cache"
- "addr-mappings/control" -- a space-separated list of address mappings, each
- in the form of "from-address=to-address". The 'config' key
- returns those address mappings set in the configuration; the 'cache'
- key returns the mappings in the client-side DNS cache; the 'control'
- key returns the mappings set via the control interface; the 'all'
- target returns the mappings set through any mechanism.
+ "addr-mappings/control" -- a space-separated list of address
+ mappings, each in the form of "from-address=to-address".
+ The 'config' key returns those address mappings set in the
+ configuration; the 'cache' key returns the mappings in the
+ client-side DNS cache; the 'control' key returns the mappings set
+ via the control interface; the 'all' target returns the mappings
+ set through any mechanism.
"circuit-status"
- A series of lines as for a circuit status event. Each line is of the form:
+ A series of lines as for a circuit status event. Each line is of
+ the form:
CircuitID SP CircStatus SP Path CRLF
"stream-status"
@@ -694,7 +696,8 @@ $Id$
4.1.8. Descriptors uploaded to us in our role as authoritative dirserver
Syntax:
- "650" "+" "AUTHDIR_NEWDESCS" CRLF Action CRLF Message CRLF Descriptor CRLF "." CRLF
+ "650" "+" "AUTHDIR_NEWDESCS" CRLF Action CRLF Message CRLF
+ Descriptor CRLF "." CRLF
Action = "ACCEPTED" / "DROPPED" / "REJECTED"
Message = Text
@@ -739,3 +742,4 @@ $Id$
should send the sequence [00 00 0D 0A]. This is a valid and unrecognized
command in both protocol versions, and implementations can detect which
error they have received.
+
Index: dir-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/dir-spec.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -d -r1.36 -r1.37
--- dir-spec.txt 9 Feb 2006 03:40:53 -0000 1.36
+++ dir-spec.txt 9 Feb 2006 03:44:49 -0000 1.37
@@ -511,3 +511,4 @@ TODO:
vice versa). But what about when the client connects to A and B but in
a different order? How bad can it be partitioned based on its
knowledge?
+
Index: socks-extensions.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/socks-extensions.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- socks-extensions.txt 21 Dec 2004 05:43:17 -0000 1.3
+++ socks-extensions.txt 9 Feb 2006 03:44:49 -0000 1.4
@@ -58,3 +58,4 @@ References:
[1] http://archive.socks.permeo.com/protocol/socks4.protocol
[2] http://archive.socks.permeo.com/protocol/socks4a.protocol
[3] SOCKS5: RFC1928
+
Index: tor-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-spec.txt,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -d -r1.114 -r1.115
--- tor-spec.txt 6 Feb 2006 04:58:05 -0000 1.114
+++ tor-spec.txt 9 Feb 2006 03:44:49 -0000 1.115
@@ -318,7 +318,6 @@ when do we rotate which keys (tls, link,
derivative key data as
K = H(K0 | [00]) | H(K0 | [01]) | H(K0 | [02]) | ...
-
The first HASH_LEN bytes of K form KH; the next HASH_LEN form the forward
digest Df; the next HASH_LEN 41-60 form the backward digest Db; the next
KEY_LEN 61-76 form Kf, and the final KEY_LEN form Kb. Excess bytes from K
@@ -1024,7 +1023,6 @@ A.1. Differences between spec and implem
B. Things that should change in a later version of the Tor protocol
-
B.1. ... but which will require backward-incompatible change
- Circuit IDs should be longer.
Index: version-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/version-spec.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- version-spec.txt 19 Mar 2005 05:07:19 -0000 1.1
+++ version-spec.txt 9 Feb 2006 03:44:49 -0000 1.2
@@ -21,7 +21,6 @@ say, "0.0.8". Our first pre-release wou
0.0.8. The stable CVS branch would then be versioned "0.0.8.1-cvs",
and any eventual bugfix release would be "0.0.8.1".
-
The New Way
-----------
@@ -44,3 +43,4 @@ Eventually, we release 0.1.1.6. The nex
Between these releases, CVS is versioned with a -cvs tag: after
0.1.1.1-alpha comes 0.1.1.1-alpha-cvs, and so on.
+