aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.complete.in
AgeCommit message (Collapse)Author
2010-11-10Remove the torrc.complete file.Sebastian Hahn
We haven't been keeping it up to date, and the manpage exists as a replacement for users who want an overview of all available options.
2010-09-21Correct default for RendPostPeriod in docsJohn Brooks
2009-10-27Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum
This commit implements a new config option: 'DisableAllSwap' This option probably only works properly when Tor is started as root. We added two new functions: tor_mlockall() and tor_set_max_memlock(). tor_mlockall() attempts to mlock() all current and all future memory pages. For tor_mlockall() to work properly we set the process rlimits for memory to RLIM_INFINITY (and beyond) inside of tor_set_max_memlock(). We behave differently from mlockall() by only allowing tor_mlockall() to be called one single time. All other calls will result in a return code of 1. It is not possible to change DisableAllSwap while running. A sample configuration item was added to the torrc.complete.in config file. A new item in the man page for DisableAllSwap was added. Thanks to Moxie Marlinspike and Chris Palmer for their feedback on this patch. Please note that we make no guarantees about the quality of your OS and its mlock/mlockall implementation. It is possible that this will do nothing at all. It is also possible that you can ulimit the mlock properties of a given user such that root is not required. This has not been extensively tested and is unsupported. I have included some comments for possible ways we can handle this on win32.
2009-05-05Remove all svn metadata minus what I missed.Sebastian Hahn
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
2007-11-02 r14623@tombo: nickm | 2007-11-01 22:25:18 -0400Nick Mathewson
More tweaks from karsten, with some cleanup and commentary. svn:r12319
2007-06-12change the BandwidthRate/BandwidthBurst in the torrcRoger Dingledine
to RelayBandwidthRate/RelayBandwidthBurst, since that's what most users will actually want. also flesh out the torrc.complete entries and fix a few typos. based on patch from "Armedblowfish". svn:r10570
2005-11-05Tor26's IP has changed to 86.59.21.38Peter Palfrader
svn:r5350
2005-10-04link nicknames to trusted directory servers; log these nicknames when ↵Nick Mathewson
mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind. svn:r5184
2005-09-23Provide dire warnings to any users who set DirServer; move it out of ↵Nick Mathewson
torrc.sample and into torrc.complete. svn:r5132
2005-08-16Initial complete config file. Organized into easily searchableAndrew Lewman
sections. svn:r4789