- 17 Dec, 2008 3 commits
-
-
Nick Mathewson authored
svn:r17662
-
Nick Mathewson authored
(Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661
-
Roger Dingledine authored
seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.0.1-rc. Patch by Sebastian. Clip the CircuitBuildTimeout to a minimum of 30 seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.1.17-rc. Patch by Sebastian. svn:r17657
-
- 10 Dec, 2008 2 commits
-
-
Nick Mathewson authored
Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856. svn:r17567
-
Nick Mathewson authored
svn:r17566
-
- 08 Dec, 2008 1 commit
-
-
Nick Mathewson authored
svn:r17520
-
- 07 Dec, 2008 4 commits
-
-
Jacob Appelbaum authored
svn:r17503
-
Jacob Appelbaum authored
svn:r17502
-
Roger Dingledine authored
svn:r17501
-
Jacob Appelbaum authored
New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. svn:r17500
-
- 02 Dec, 2008 1 commit
-
-
Nick Mathewson authored
Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. svn:r17456
-
- 07 Nov, 2008 3 commits
-
-
Roger Dingledine authored
it's obsolete. which causes us to inform the user every time, even though the user can't do anything about it other than get confused. now it's an info-level log by default. svn:r17206
-
Roger Dingledine authored
idempotent. so now we remember if we've succeeded, and if so we don't even try. svn:r17204
-
Steven Murdoch authored
Patch from Jacob Appelbaum and me to make User option more robust, properly set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200
-
- 29 Oct, 2008 1 commit
-
-
Nick Mathewson authored
Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong. svn:r17171
-
- 27 Oct, 2008 1 commit
-
-
Karsten Loesing authored
svn:r17160
-
- 01 Oct, 2008 1 commit
-
-
Roger Dingledine authored
identity fingerprints, so it's easier to paste them in. Suggested by Lucky Green. svn:r17021
-
- 29 Sep, 2008 2 commits
-
-
Roger Dingledine authored
list. It has been gone for many months. svn:r17005
-
Roger Dingledine authored
and fail to start. But dangerous permissions on $datadir/cached-status/ would cause us to open a log and complain there. Now complain to stdout and fail to start in both cases. Fixes bug 820, reported by seeess. svn:r16998
-
- 26 Sep, 2008 1 commit
-
-
Nick Mathewson authored
svn:r16983
-
- 25 Sep, 2008 2 commits
-
-
Nick Mathewson authored
Widen the conditions under which we whine about not having a geoip file to include "a country code was configured in a node list." svn:r16968
-
Nick Mathewson authored
Add country-code support to configured node lists to implement the ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}). Also allow country codes and IP ranges in ExitNodes. (EntryNodes needs more work.) Based on code by Robert Hogan. Needs more testing. svn:r16966
-
- 11 Sep, 2008 1 commit
-
-
Karsten Loesing authored
svn:r16858
-
- 05 Sep, 2008 2 commits
-
-
Nick Mathewson authored
svn:r16783
-
Nick Mathewson authored
svn:r16779
-
- 01 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. svn:r16722
-
- 12 Aug, 2008 1 commit
-
-
Nick Mathewson authored
svn:r16510
-
- 08 Aug, 2008 1 commit
-
-
Nick Mathewson authored
The first of Karsten's proposal 121 patches: configure and maintain client authorization data. Tweaked a bit: see comments on or-dev. svn:r16475
-
- 06 Aug, 2008 1 commit
-
-
Nick Mathewson authored
Patch from Christopher Davis: open /dev/pf before dropping privileges. Fixes bug 782. Backport candidate. svn:r16450
-
- 05 Aug, 2008 2 commits
-
-
Nick Mathewson authored
Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435
-
Roger Dingledine authored
a bug that was fixed in Tor 0.1.1.21. svn:r16409
-
- 25 Jul, 2008 1 commit
-
-
Nick Mathewson authored
Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much. svn:r16208
-
- 23 Jul, 2008 1 commit
-
-
Nick Mathewson authored
Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754. svn:r16144
-
- 18 Jul, 2008 1 commit
-
-
Nick Mathewson authored
Add new ExcludeExitNodes option. Also add a new routerset type to handle Exclude[Exit]Nodes. It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers). svn:r16061
-
- 06 Jul, 2008 1 commit
-
-
Karsten Loesing authored
svn:r15690
-
- 20 Jun, 2008 1 commit
-
-
Karsten Loesing authored
svn:r15375
-
- 18 Jun, 2008 1 commit
-
-
Nick Mathewson authored
svn:r15345
-
- 16 Jun, 2008 1 commit
-
-
Nick Mathewson authored
Clean up a macro/cpp interaction related to bug 707. Also, add a new "filename" config value type which is currently just a synonym for string, but which might be subject to expansion later. svn:r15305
-
- 14 Jun, 2008 2 commits
-
-
Nick Mathewson authored
svn:r15254
-
Nick Mathewson authored
svn:r15253
-