- Apr 28, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Found with 'make check-docs'. Part of 11634.
-
Nick Mathewson authored
-
Nick Mathewson authored
We broke it when we added anchors to the manpage. This patch fixes it, and makes it sorta detect missing anchors.
-
Nick Mathewson authored
This basically amounts to grepping for every file that mentioned contrib and adjusting its references to refer to the right place.
-
- Apr 26, 2014
-
-
Nick Mathewson authored
-
- Apr 24, 2014
-
-
Nick Mathewson authored
If we can't detect the physical memory, the new default is 8 GB on 64-bit architectures, and 1 GB on 32-bit architectures. If we *can* detect the physical memory, the new default is CLAMP(256 MB, phys_mem * 0.75, MAX_DFLT) where MAX_DFLT is 8 GB on 64-bit architectures and 2 GB on 32-bit architectures. You can still override the default by hand. The logic here is simply trying to choose a lower default value on systems with less than 12 GB of physical RAM.
-
- Apr 17, 2014
-
-
This means that tor can run without needing to communicate with ioctls to the firewall, and therefore doesn't need to run with privileges to open the /dev/pf device node. A new TransProxyType is added for this purpose, "pf-divert"; if the user specifies this TransProxyType in their torrc, then the pf device node is never opened and the connection destination is determined with getsockname (as per pf(4)). The default behaviour (ie., when TransProxyType is "default" when using the pf firewall) is still to assume that pf is configured with rdr-to rules.
-
Nick Mathewson authored
This isn't on by default; to get it, you need to set "TransProxyType ipfw". (The original patch had automatic detection for whether /dev/pf is present and openable, but that seems marginally fragile.)
-
- Apr 02, 2014
-
-
Nick Mathewson authored
We are searching @CONFDIR@ before $HOME, but the documentation implied otherwise. I screwed this up in f5e86bcd, when I first documented the $HOME/.torrc possibility. Fix for bug 9213; bugfix on 0.2.3.18-rc.
-
- Mar 26, 2014
-
-
Nick Mathewson authored
The build was broken by changes in f8c45339, but we didn't notice, since that commit also made torify.1 only get built when tor-fw-helper was turned on. Fixes bug 11321; bugfix on Tor 0.2.5.1-alpha.
-
- Mar 25, 2014
-
-
Nick Mathewson authored
In the end this required a slightly nasty hack using a dummy anchor as an option heading in order to make the "Other recognized __flags__" line indent properly. Fixes bug 11061; Bugfix on 61d740ed.
-
- Mar 23, 2014
-
-
Roger Dingledine authored
-
- Mar 20, 2014
-
-
Nick Mathewson authored
-
- Mar 18, 2014
-
-
Karsten Loesing authored
-
- Mar 13, 2014
-
-
Nick Mathewson authored
The option is unneeded, not meaningless, so explain what it does. Patch from Matt Pagan; fixes 9059.
-
- Mar 06, 2014
-
-
Nick Mathewson authored
Improvement on 11108 fix; suggested by cypherpunks.
-
Nick Mathewson authored
-
- Mar 05, 2014
-
-
Nick Mathewson authored
All circuits are predictive; it's the ports that are expiring here.
-
Nick Mathewson authored
-
-
-
- Mar 04, 2014
-
-
Nick Mathewson authored
-
- Mar 03, 2014
-
-
Nick Mathewson authored
We have ignored any ports listed here since 80365b98 (0.0.7rc1), but we didn't warn the user that we were ignoring them. This patch adds a warning if you put explicit ports in any of the options {Socks,Dir}Policy or AuthDir{Reject,Invalid,BadDir,BadExit}. It also adjusts the manpage to say that ports are ignored. Fixes ticket 11108.
-
REND_CLIENTNAME_MAX_LEN is set to 16, not 19.
-
- Feb 28, 2014
-
-
Implements #10884.
-
- Feb 12, 2014
-
-
Roger Dingledine authored
-
- Feb 11, 2014
-
-
Nick Mathewson authored
Per a comment from karsten, there is no longer v2 authority support, so stop pretending there is. Also, fix a grammar error.x
-
Nick Mathewson authored
These options were added back in 0.1.2.5-alpha, but no longer make any sense now that all directories support tunneled connections and BEGIN_DIR cells. These options were on by default; now they are always-on. This is a fix for 10849, where TunnelDirConns 0 would break hidden services -- and that bug arrived, I think, in 0.2.0.10-alpha.
-
Nick Mathewson authored
(There is no longer meaningfully any such thing as a HS authority, since we stopped uploading or downloading v0 hs descriptors in 0.2.2.1-alpha.) Implements #10881, and part of #10841.
-
- Feb 03, 2014
-
-
Nick Mathewson authored
I'm making this change now since ipfw will want its own option too, and proliferating options here isn't sensible. (See #10582 and #10267)
-
- Jan 31, 2014
-
-
Nick Mathewson authored
Based on patch from "thomo" at #10582.
-
- Jan 21, 2014
-
-
Nick Mathewson authored
-
- Dec 24, 2013
-
-
Nick Mathewson authored
Fix for #10470 as suggested by arma
-
- Nov 20, 2013
-
-
Nick Mathewson authored
-
- Nov 10, 2013
-
-
Nick Mathewson authored
We renamed the option, but we didn't actually fix it in the log messages or the docs. This patch does that. For #10124. Patch by sqrt2.
-
- Nov 07, 2013
-
-
Nick Mathewson authored
-
-