]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
12 years agoMerge remote-tracking branch 'public/bug7302' into maint-0.2.4
Nick Mathewson [Thu, 11 Apr 2013 05:42:54 +0000 (01:42 -0400)] 
Merge remote-tracking branch 'public/bug7302' into maint-0.2.4

Conflicts:
src/or/status.c

12 years agoMerge remote-tracking branch 'public/bug8117_023' into maint-0.2.4
Nick Mathewson [Thu, 11 Apr 2013 05:39:26 +0000 (01:39 -0400)] 
Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4

Conflicts:
doc/tor.1.txt
src/or/config.c
src/or/connection.c

12 years agoMerge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson [Mon, 8 Apr 2013 15:09:50 +0000 (11:09 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 8 Apr 2013 15:09:26 +0000 (11:09 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the April 2013 GeoIP database.
Karsten Loesing [Mon, 8 Apr 2013 10:18:00 +0000 (12:18 +0200)] 
Update to the April 2013 GeoIP database.

12 years agoMerge remote-tracking branch 'desoxy/bug-8596' into maint-0.2.4
Nick Mathewson [Fri, 5 Apr 2013 20:57:53 +0000 (16:57 -0400)] 
Merge remote-tracking branch 'desoxy/bug-8596' into maint-0.2.4

12 years agotest.c: Try to create a more random temporary directory for our workspace (re: Bug...
Peter Palfrader [Thu, 4 Apr 2013 16:05:14 +0000 (18:05 +0200)] 
test.c: Try to create a more random temporary directory for our workspace (re: Bug#8638)

12 years agoController: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)
Desoxy [Wed, 3 Apr 2013 16:50:51 +0000 (18:50 +0200)] 
Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)

Add keyword CACHED="YES"/"NO" to ADDRMAP control events to indicate whether the
DNS response will be cached or not.

12 years agoController: Always send ADDRMAP event after RESOLVE command (#8596 part 1/2)
Desoxy [Wed, 3 Apr 2013 16:50:27 +0000 (18:50 +0200)] 
Controller: Always send ADDRMAP event after RESOLVE command (#8596 part 1/2)

Since 7536c40 only DNS results for real SOCKS requests are added to the cache,
but not DNS results for DNSPort queries or control connection RESOLVE queries.
Only cache additions would trigger ADDRMAP events on successful resolve.

Change it so that DNS results received after a RESOLVE command also generate
ADDRMAP events.

12 years agoFix a wide line
Nick Mathewson [Wed, 3 Apr 2013 13:36:37 +0000 (09:36 -0400)] 
Fix a wide line

12 years agoMerge remote-tracking branch 'public/bug8235-diagnostic-rebased' into maint-0.2.4
Nick Mathewson [Wed, 3 Apr 2013 13:35:57 +0000 (09:35 -0400)] 
Merge remote-tracking branch 'public/bug8235-diagnostic-rebased' into maint-0.2.4

12 years agoChanges file.
Mike Perry [Mon, 25 Mar 2013 23:06:26 +0000 (16:06 -0700)] 
Changes file.

12 years agoAdd additional checks for Path Bias scaling.
Mike Perry [Mon, 25 Mar 2013 23:05:42 +0000 (16:05 -0700)] 
Add additional checks for Path Bias scaling.

Just in case more issues remain with scaling, it would be nice to pin-point
them as such.

12 years agoClip invalid path bias counts at startup.
Mike Perry [Mon, 25 Mar 2013 23:04:30 +0000 (16:04 -0700)] 
Clip invalid path bias counts at startup.

There was a bug in Tor prior to 0.2.4.10-alpha that allowed counts to
become invalid. Clipping the counts at startup allows us to rule out
log messages due to corruption from these prior Tor versions.

12 years agoMerge remote-tracking branch 'public/bug7707_diagnostic' into maint-0.2.4
Nick Mathewson [Tue, 2 Apr 2013 14:41:14 +0000 (10:41 -0400)] 
Merge remote-tracking branch 'public/bug7707_diagnostic' into maint-0.2.4

12 years agoMerge remote-tracking branch 'public/bug8427' into maint-0.2.4
Nick Mathewson [Tue, 2 Apr 2013 14:36:15 +0000 (10:36 -0400)] 
Merge remote-tracking branch 'public/bug8427' into maint-0.2.4

12 years agoMerge branch '0.2.4-lognoise-fixes-rebased' into maint-0.2.4
Nick Mathewson [Fri, 29 Mar 2013 16:24:45 +0000 (12:24 -0400)] 
Merge branch '0.2.4-lognoise-fixes-rebased' into maint-0.2.4

12 years agoBug #8196: Demote a path bias notice that can be caused by controllers.
Mike Perry [Tue, 26 Mar 2013 22:57:38 +0000 (15:57 -0700)] 
Bug #8196: Demote a path bias notice that can be caused by controllers.

We didn't see this in normal usage anyway.

12 years agoChanges file for 8230, 8477 and 8419.
Mike Perry [Tue, 26 Mar 2013 21:22:23 +0000 (14:22 -0700)] 
Changes file for 8230, 8477 and 8419.

12 years agoBug 8419: Apply the badexit fix from #2203 to validatio too
Mike Perry [Tue, 26 Mar 2013 21:15:58 +0000 (14:15 -0700)] 
Bug 8419: Apply the badexit fix from #2203 to validatio too

This was causing dirauths to emit flag weight validation warns if there
was a sufficiently large amount of badexit bandwidth to make a difference in
flag weight results.

12 years agoBug 8477: Don't warn if fromerly GENERAL circuits still have streams.
Mike Perry [Tue, 26 Mar 2013 18:43:40 +0000 (11:43 -0700)] 
Bug 8477: Don't warn if fromerly GENERAL circuits still have streams.

This can happen in various cases of network failure.

12 years agoBug 8230: Mark circuits as opened before reachability testing.
Mike Perry [Tue, 26 Mar 2013 18:39:13 +0000 (11:39 -0700)] 
Bug 8230: Mark circuits as opened before reachability testing.

Should silence two path bias Bug messages seen on relays at startup.

12 years agoMerge branch 'bug7799_rebased' into maint-0.2.4
Nick Mathewson [Fri, 29 Mar 2013 16:17:35 +0000 (12:17 -0400)] 
Merge branch 'bug7799_rebased' into maint-0.2.4

12 years agoDon't relax the timeout for already opened 1-hop circuits.
Mike Perry [Thu, 28 Mar 2013 00:43:27 +0000 (17:43 -0700)] 
Don't relax the timeout for already opened 1-hop circuits.

12 years agoUpdate the changes file for bug7799.
Mike Perry [Thu, 28 Mar 2013 00:43:05 +0000 (17:43 -0700)] 
Update the changes file for bug7799.

Still not sure it's actually fixed yet...

12 years agoAdd detail to log messages related to bug 7799.
Mike Perry [Wed, 27 Mar 2013 22:34:54 +0000 (15:34 -0700)] 
Add detail to log messages related to bug 7799.

Note this does not solve bug 7799, it is only to help us diagnose it.

12 years agoAdd changes file for bug 7799's log message changes.
Mike Perry [Wed, 27 Mar 2013 22:33:58 +0000 (15:33 -0700)] 
Add changes file for bug 7799's log message changes.

Note this does not close bug 7799.

12 years agoAdd a changes file for #8599
Nick Mathewson [Thu, 28 Mar 2013 13:33:24 +0000 (09:33 -0400)] 
Add a changes file for #8599

12 years agoMake PathsNeededToBuildCircuits option work.
Karsten Loesing [Thu, 28 Mar 2013 08:42:49 +0000 (09:42 +0100)] 
Make PathsNeededToBuildCircuits option work.

12 years agoTighten prose in 8590 manpage fix
Nick Mathewson [Thu, 28 Mar 2013 01:58:07 +0000 (21:58 -0400)] 
Tighten prose in 8590 manpage fix

12 years agoFirst try on ticket 8590
Patrick R McDonald [Mon, 25 Mar 2013 22:31:16 +0000 (17:31 -0500)] 
First try on ticket 8590

12 years agoAdd some missing case values to please clang
Nick Mathewson [Thu, 28 Mar 2013 01:04:08 +0000 (21:04 -0400)] 
Add some missing case values to please clang

It seems that some versions of clang that would prefer the
-Wswitch-enum compiler flag to warn about switch statements with
missing enum values, even if those switch statements have a
default.

Fixes bug 8598; bugfix on 0.2.4.10-alpha.

12 years agoClarify liveness log message and lower it to notice.
Mike Perry [Wed, 27 Mar 2013 23:22:43 +0000 (16:22 -0700)] 
Clarify liveness log message and lower it to notice.

It could just be due to small clock jumps, after all.

12 years agoChanges file for bug6572.
Mike Perry [Wed, 27 Mar 2013 03:29:41 +0000 (20:29 -0700)] 
Changes file for bug6572.

12 years agoBug 6572: Use timestamp_created for liveness sanity checks.
Mike Perry [Wed, 27 Mar 2013 03:28:19 +0000 (20:28 -0700)] 
Bug 6572: Use timestamp_created for liveness sanity checks.

This should eliminate potential regressions caused by #7341.

12 years agoMerge branch 'bug7065_v2' into maint-0.2.4
Nick Mathewson [Wed, 27 Mar 2013 02:20:08 +0000 (22:20 -0400)] 
Merge branch 'bug7065_v2' into maint-0.2.4

12 years agoChanges file for #7065
Mike Perry [Wed, 27 Mar 2013 01:55:12 +0000 (18:55 -0700)] 
Changes file for #7065

(revised by nickm)

12 years agoBug 7065: Use $ for idhex instead of =
Mike Perry [Wed, 27 Mar 2013 01:49:41 +0000 (18:49 -0700)] 
Bug 7065: Use $ for idhex instead of =

12 years agoAvoid clang warnings from implicit off_t->size_t cast
Nick Mathewson [Sat, 23 Mar 2013 22:50:21 +0000 (18:50 -0400)] 
Avoid clang warnings from implicit off_t->size_t cast

12 years agoFix an uninitialized-var warning in unit tests
Nick Mathewson [Fri, 22 Mar 2013 16:38:55 +0000 (12:38 -0400)] 
Fix an uninitialized-var warning in unit tests

Found by formorer; fix on 42fb61d172b172, not in any released Tor.

12 years agoFix a small memory leak in the unit tests
Nick Mathewson [Thu, 21 Mar 2013 11:52:36 +0000 (07:52 -0400)] 
Fix a small memory leak in the unit tests

Found by coverity; this is CID 992692.

12 years agoThe *default* guard lifetime is two months; the *min* is one
Nick Mathewson [Thu, 21 Mar 2013 11:22:59 +0000 (07:22 -0400)] 
The *default* guard lifetime is two months; the *min* is one

This caused an assertion failure when pruning guards.

Fixes bug #8553; bug not in any released Tor.

12 years agoPer-SOCKSPort configuration for bug 8117 fix.
Nick Mathewson [Wed, 20 Mar 2013 20:17:06 +0000 (16:17 -0400)] 
Per-SOCKSPort configuration for bug 8117 fix.

This might be necessary if the bug8117 fix confuses any applications.

Also add a changes file.

12 years agoPrefer SOCKS_USER_PASS over SOCKS_NO_AUTH
Nick Mathewson [Wed, 20 Mar 2013 19:37:47 +0000 (15:37 -0400)] 
Prefer SOCKS_USER_PASS over SOCKS_NO_AUTH

12 years agoMerge remote-tracking branch 'public/bug8475_023' into maint-0.2.4
Nick Mathewson [Wed, 20 Mar 2013 18:47:13 +0000 (14:47 -0400)] 
Merge remote-tracking branch 'public/bug8475_023' into maint-0.2.4

12 years agoSet default minimum bandwidth for exit flag to zero for TestingTorNetwork
Andrea Shepard [Wed, 20 Mar 2013 18:16:41 +0000 (11:16 -0700)] 
Set default minimum bandwidth for exit flag to zero for TestingTorNetwork

12 years agoFix an EOL@EOF in circuituse.c
Andrea Shepard [Wed, 20 Mar 2013 18:03:18 +0000 (11:03 -0700)] 
Fix an EOL@EOF in circuituse.c

12 years agoLet testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAG
Nick Mathewson [Wed, 20 Mar 2013 17:34:57 +0000 (13:34 -0400)] 
Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAG

This adds a new option to fix bug 8508 which broke chutney
networks. The bug was introduced by 317d16de.

12 years agoMerge commit '2f98bf5c9fac4dfd1bb07564ce08b13d1e330252' into maint-0.2.4
Nick Mathewson [Wed, 20 Mar 2013 14:52:26 +0000 (10:52 -0400)] 
Merge commit '2f98bf5c9fac4dfd1bb07564ce08b13d1e330252' into maint-0.2.4

(This is the part of the Bug 8042 patch that warns about unsigned time_t)

12 years agoMerge remote-tracking branch 'public/bug6304_v3' into maint-0.2.4
Nick Mathewson [Wed, 20 Mar 2013 14:31:28 +0000 (10:31 -0400)] 
Merge remote-tracking branch 'public/bug6304_v3' into maint-0.2.4

Conflicts:
src/or/circuitbuild.c
src/or/config.c

12 years agoMerge branch 'bug7350_redux' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 20:43:00 +0000 (16:43 -0400)] 
Merge branch 'bug7350_redux' into maint-0.2.4

12 years agoDon't assert when writing a cell to a CLOSING connection.
Nick Mathewson [Tue, 19 Mar 2013 20:35:40 +0000 (16:35 -0400)] 
Don't assert when writing a cell to a CLOSING connection.

Instead, drop the cell.

Fixes another case of bug 7350; bugfix on 0.2.4.4-alpha

12 years agoMerge remote-tracking branch 'public/bug7164_diagnostic' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 20:16:48 +0000 (16:16 -0400)] 
Merge remote-tracking branch 'public/bug7164_diagnostic' into maint-0.2.4

12 years agoMerge branch 'bug8240_v2_squashed' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 20:15:27 +0000 (16:15 -0400)] 
Merge branch 'bug8240_v2_squashed' into maint-0.2.4

Conflicts:
doc/tor.1.txt
src/or/circuitbuild.c
src/or/config.c
src/or/or.h

12 years agoDrop the minimum guard lifetime back down to one month
Nick Mathewson [Tue, 12 Mar 2013 02:16:25 +0000 (22:16 -0400)] 
Drop the minimum guard lifetime back down to one month

Mike believes that raising the default to 2 months with no way to lower
it may create horrible load-balancing issues.

12 years agoAdd support for days of the week to intervals
Nick Mathewson [Tue, 12 Mar 2013 01:35:50 +0000 (21:35 -0400)] 
Add support for days of the week to intervals

12 years agoDocument the GuardLifetime option
Nick Mathewson [Tue, 12 Mar 2013 01:25:37 +0000 (21:25 -0400)] 
Document the GuardLifetime option

12 years agoMake the guard lifetime configurable and adjustable via the consensus
Nick Mathewson [Fri, 15 Feb 2013 22:24:13 +0000 (17:24 -0500)] 
Make the guard lifetime configurable and adjustable via the consensus

Fixes 8240.

(Don't actually increase the default guard lifetime. It seems likely to
break too many things if done precipitiously.)

12 years agoMerge remote-tracking branch 'public/bug7950' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 19:32:17 +0000 (15:32 -0400)] 
Merge remote-tracking branch 'public/bug7950' into maint-0.2.4

12 years agoMerge remote-tracking branch 'public/bug7768' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 19:11:47 +0000 (15:11 -0400)] 
Merge remote-tracking branch 'public/bug7768' into maint-0.2.4

12 years agoUse --test-commandline name in tor-fw-helper manpage
Nick Mathewson [Tue, 19 Mar 2013 19:11:34 +0000 (15:11 -0400)] 
Use --test-commandline name in tor-fw-helper manpage

12 years agoUse option name --test-commandline in tor-fw-helper.
David Fifield [Wed, 13 Mar 2013 07:43:21 +0000 (00:43 -0700)] 
Use option name --test-commandline in tor-fw-helper.

It was previously --Test in the help output and --test-commandline in
the getopt call. The man page already had --test.

  (Originally by David, who resolved the tie in favor of "--test"; I
   chose --test-commandline" instead so that nothing that depended
   on it could break. -Nick)

12 years agoMerge remote-tracking branch 'public/bug8002' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 18:26:45 +0000 (14:26 -0400)] 
Merge remote-tracking branch 'public/bug8002' into maint-0.2.4

12 years agoMerge remote-tracking branch 'public/bug8031' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 18:18:07 +0000 (14:18 -0400)] 
Merge remote-tracking branch 'public/bug8031' into maint-0.2.4

12 years agoMerge branch 'bug7582_v2' into maint-0.2.4
Nick Mathewson [Tue, 19 Mar 2013 16:29:29 +0000 (12:29 -0400)] 
Merge branch 'bug7582_v2' into maint-0.2.4

12 years agoFree prepend_policy values in origin circuits
Nick Mathewson [Tue, 19 Mar 2013 16:29:08 +0000 (12:29 -0400)] 
Free prepend_policy values in origin circuits

12 years agoMerge remote-tracking branch 'public/bug6174' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 20:36:25 +0000 (16:36 -0400)] 
Merge remote-tracking branch 'public/bug6174' into maint-0.2.4

12 years agoMerge remote-tracking branch 'public/bug8062' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 20:33:47 +0000 (16:33 -0400)] 
Merge remote-tracking branch 'public/bug8062' into maint-0.2.4

12 years agoMerge branch 'bug7947' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 19:56:55 +0000 (15:56 -0400)] 
Merge branch 'bug7947' into maint-0.2.4

12 years agoHandle TRUNCATE correctly if our next channel isn't done yet.
Nick Mathewson [Mon, 18 Mar 2013 19:55:55 +0000 (15:55 -0400)] 
Handle TRUNCATE correctly if our next channel isn't done yet.

Patch from 'cypherpunks'. Fixes bug #7947. Bugfix on 0.0.7.1.

12 years agoMerge remote-tracking branch 'public/bug6164' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 19:45:49 +0000 (15:45 -0400)] 
Merge remote-tracking branch 'public/bug6164' into maint-0.2.4

12 years agoFix another case of bug 8206; patch from flupzor
Nick Mathewson [Mon, 18 Mar 2013 19:44:23 +0000 (15:44 -0400)] 
Fix another case of bug 8206; patch from flupzor

12 years agoMerge remote-tracking branch 'public/bug6673' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 19:40:50 +0000 (15:40 -0400)] 
Merge remote-tracking branch 'public/bug6673' into maint-0.2.4

12 years agoFix some wide lines
Nick Mathewson [Mon, 18 Mar 2013 19:39:11 +0000 (15:39 -0400)] 
Fix some wide lines

12 years agoMerge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 19:28:39 +0000 (15:28 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

Conflicts:
src/test/test_addr.c

12 years agoMerge remote-tracking branch 'public/bug8377' into maint-0.2.3
Nick Mathewson [Mon, 18 Mar 2013 19:27:50 +0000 (15:27 -0400)] 
Merge remote-tracking branch 'public/bug8377' into maint-0.2.3

12 years agoMerge remote-tracking branch 'andrea/bug8435' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 19:17:11 +0000 (15:17 -0400)] 
Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4

12 years agoMake stream events for RESOLVE lookups more consistent
Nick Mathewson [Mon, 18 Mar 2013 19:13:59 +0000 (15:13 -0400)] 
Make stream events for RESOLVE lookups more consistent

Fixes 8203; patch by Desoxy

12 years agoMerge remote-tracking branch 'public/bug8290' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 19:07:02 +0000 (15:07 -0400)] 
Merge remote-tracking branch 'public/bug8290' into maint-0.2.4

12 years agoImprove comment for routers_with_measured_bw static var in dirserv.c
Andrea Shepard [Mon, 18 Mar 2013 19:04:41 +0000 (12:04 -0700)] 
Improve comment for routers_with_measured_bw static var in dirserv.c

12 years agoImprove comment on router_counts_toward_thresholds()
Andrea Shepard [Mon, 18 Mar 2013 18:58:30 +0000 (11:58 -0700)] 
Improve comment on router_counts_toward_thresholds()

12 years agoAdd dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw_cache()
Andrea Shepard [Mon, 18 Mar 2013 18:56:42 +0000 (11:56 -0700)] 
Add dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw_cache()

12 years agoMerge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 18:50:01 +0000 (14:50 -0400)] 
Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4

12 years agoMerge remote-tracking branch 'public/bug8059' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 18:31:50 +0000 (14:31 -0400)] 
Merge remote-tracking branch 'public/bug8059' into maint-0.2.4

12 years agoRemove an unused local variable.
Nick Mathewson [Mon, 18 Mar 2013 18:30:11 +0000 (14:30 -0400)] 
Remove an unused local variable.

12 years agoMerge branch 'bug8206_squashed' into maint-0.2.4
Nick Mathewson [Mon, 18 Mar 2013 18:29:12 +0000 (14:29 -0400)] 
Merge branch 'bug8206_squashed' into maint-0.2.4

12 years agoCheck return values from fcntl and setsockopt
Nick Mathewson [Tue, 12 Mar 2013 00:58:28 +0000 (20:58 -0400)] 
Check return values from fcntl and setsockopt

(Based on a patch from flupzor; bug #8206)

12 years agoCheck for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 support
Nick Mathewson [Wed, 13 Mar 2013 16:47:48 +0000 (12:47 -0400)] 
Check for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 support

Fixes bug 8464; bugfix on b2863739 in 0.2.4.8-alpha

12 years agoIgnore advertised bandwidths if we have enough measured bandwidths available
Andrea Shepard [Mon, 18 Mar 2013 18:15:21 +0000 (11:15 -0700)] 
Ignore advertised bandwidths if we have enough measured bandwidths available

12 years agoMerge remote-tracking branch 'public/bug8180_023_v2' into maint-0.2.4
Nick Mathewson [Fri, 15 Mar 2013 16:38:11 +0000 (12:38 -0400)] 
Merge remote-tracking branch 'public/bug8180_023_v2' into maint-0.2.4

12 years agoUpgrade the warn for EntryNodes without UseEntryGuards to an error
Nick Mathewson [Fri, 15 Mar 2013 14:42:17 +0000 (10:42 -0400)] 
Upgrade the warn for EntryNodes without UseEntryGuards to an error

fixes bug 8180

12 years agoMerge remote-tracking branch 'public/unused_stuff' into maint-0.2.4
Nick Mathewson [Fri, 15 Mar 2013 16:17:23 +0000 (12:17 -0400)] 
Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4

12 years agoFix some basic socket issues with tor-fw-helper-natpmp on windows
Nick Mathewson [Fri, 15 Mar 2013 16:11:38 +0000 (12:11 -0400)] 
Fix some basic socket issues with tor-fw-helper-natpmp on windows

This isn't going to be the last of these issues, but we might as
well take the fixes as we find them.

Patch from Gisle Vanem, fixes bug 7280.

12 years agoRemove incentives.txt from tor git; putting it into torspec.
Nick Mathewson [Fri, 15 Mar 2013 15:25:45 +0000 (11:25 -0400)] 
Remove incentives.txt from tor git; putting it into torspec.

12 years agoFix brackets in tor-fw-helper help output.
David Fifield [Thu, 20 Dec 2012 20:40:50 +0000 (12:40 -0800)] 
Fix brackets in tor-fw-helper help output.

Change nesting from [(]) to [()]. Formerly it made it look to me at
first glance that "internal port" was optional.

      [Trivial change; fixes #7767  --nickm]

12 years agoImprove asciidoc-helper's suggestion of what to install
Nick Mathewson [Fri, 15 Mar 2013 15:17:08 +0000 (11:17 -0400)] 
Improve asciidoc-helper's suggestion of what to install

Fixes bug #7766.

Patch by David Fifield, revised by Peter Palfrader.

12 years agoBe explicit that we want not only nacl but nacl-with-a-fast-curve25519
Nick Mathewson [Fri, 15 Mar 2013 14:48:33 +0000 (10:48 -0400)] 
Be explicit that we want not only nacl but nacl-with-a-fast-curve25519

Resolves the user experience part of #8014.

12 years agoMake circuit_purpose_to_string handle CIRCUIT_PURPOSE_PATH_BIAS_TESTING
Nick Mathewson [Thu, 14 Mar 2013 16:06:03 +0000 (12:06 -0400)] 
Make circuit_purpose_to_string handle CIRCUIT_PURPOSE_PATH_BIAS_TESTING

12 years agoApply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cells
Nick Mathewson [Thu, 14 Mar 2013 15:19:08 +0000 (11:19 -0400)] 
Apply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cells

Fixes bug 8475; bugfix on 0.2.0.7-alpha.

12 years agoLog fname:lineno in log messages for #7164
Nick Mathewson [Wed, 13 Mar 2013 14:42:58 +0000 (10:42 -0400)] 
Log fname:lineno in log messages for #7164

This should help us track down #7164 at last.