[tor-commits] [tor/maint-0.2.2] Add some missing torrc entries to tor.1.txt

nickm at torproject.org nickm at torproject.org
Wed May 4 21:37:25 UTC 2011


commit b04dca448da474ceb3f9a5f1ead2efffa42c6aa6
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue May 3 22:14:40 2011 -0400

    Add some missing torrc entries to tor.1.txt
    
    Fixes bug 2379
---
 changes/bug2379 |    5 +++++
 doc/tor.1.txt   |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/changes/bug2379 b/changes/bug2379
new file mode 100644
index 0000000..0d378b7
--- /dev/null
+++ b/changes/bug2379
@@ -0,0 +1,5 @@
+  o Documentation:
+    - Add missing documentation for the authority-related torrc options
+      RephistTrackTime, BridgePassword, and V3AuthUseLegacyKey.  Resolves
+      issue 2379.
+      
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 04a0537..030f1cf 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1253,6 +1253,11 @@ DIRECTORY AUTHORITY SERVER OPTIONS
     Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies
     to addresses shared with directory authorities. (Default: 5)
 
+**BridgePassword** __Password__::
+    If set, contains an HTTP authenticator that tells a bridge authority to
+    serve all requested bridge information.  Used for debugging.  (Default:
+    not set.)
+
 **V3AuthVotingInterval** __N__ **minutes**|**hours**::
     V3 authoritative directories only. Configures the server's preferred voting
     interval. Note that voting will __actually__ happen at an interval chosen
@@ -1285,6 +1290,17 @@ DIRECTORY AUTHORITY SERVER OPTIONS
     bandiwdth-authority generated file storing information on relays' measured
     bandwidth capacities. (Default: unset.)
 
+**V3AuthUseLegacyKey** **0**|**1**::
+    If set, the directory authority will sign consensuses not only with its
+    own signing key, but also with a "legacy" key and certificate with a
+    different identity.  This feature is used to migrate directory authority
+    keys in the event of a compromise.  (Default: 0.)
+
+**RephistTrackTime** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+    Tells an authority, or other node tracking node reliability and history,
+    that fine-grained information about nodes can be discarded when it hasn't
+    changed for a given amount of time.  (Default: 24 hours)
+
 HIDDEN SERVICE OPTIONS
 ----------------------
 





More information about the tor-commits mailing list