]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
10 years agoMerge remote-tracking branch 'origin/maint-0.2.3' into release-0.2.3 release-0.2.3
Nick Mathewson [Sun, 19 Oct 2014 18:35:29 +0000 (14:35 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.3' into release-0.2.3

10 years agoMerge branch 'no_sslv3_023' into maint-0.2.3
Nick Mathewson [Thu, 16 Oct 2014 13:08:09 +0000 (09:08 -0400)] 
Merge branch 'no_sslv3_023' into maint-0.2.3

10 years agoDisable SSLv3 unconditionally. Closes ticket 13426.
Nick Mathewson [Wed, 15 Oct 2014 15:50:05 +0000 (11:50 -0400)] 
Disable SSLv3 unconditionally. Closes ticket 13426.

The POODLE attack doesn't affect Tor, but there's no reason to tempt
fate: SSLv3 isn't going to get any better.

10 years agogabelmoo's IPv4 address changed
Sebastian Hahn [Fri, 19 Sep 2014 11:40:37 +0000 (13:40 +0200)] 
gabelmoo's IPv4 address changed

11 years agoUpdate geoip to the August 7 2014 database.
Karsten Loesing [Wed, 13 Aug 2014 14:08:33 +0000 (16:08 +0200)] 
Update geoip to the August 7 2014 database.

11 years agoUpdate geoip to the July 10 2014 database.
Karsten Loesing [Fri, 18 Jul 2014 14:28:50 +0000 (16:28 +0200)] 
Update geoip to the July 10 2014 database.

11 years agoUpdate geoip to the June 4 2014 database.
Karsten Loesing [Tue, 10 Jun 2014 19:29:56 +0000 (21:29 +0200)] 
Update geoip to the June 4 2014 database.

11 years agoDowngrade bug 7164 warning to INFO
Nick Mathewson [Thu, 1 May 2014 15:42:02 +0000 (11:42 -0400)] 
Downgrade bug 7164 warning to INFO

The 0.2.5.x warning is the one that might help us track this down; the
warnings in stable are just annoying users over and over and over.

11 years agoMerge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3
Nick Mathewson [Thu, 1 May 2014 00:23:22 +0000 (20:23 -0400)] 
Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3

11 years agoStop leaking memory in error cases of md parsing
Nick Mathewson [Sat, 26 Apr 2014 16:45:34 +0000 (12:45 -0400)] 
Stop leaking memory in error cases of md parsing

When clearing a list of tokens, it's important to do token_clear()
on them first, or else any keys they contain will leak.  This didn't
leak memory on any of the successful microdescriptor parsing paths,
but it does leak on some failing paths when the failure happens
during tokenization.

Fixes bug 11618; bugfix on 0.2.2.6-alpha.

11 years agoForbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS
Nick Mathewson [Fri, 25 Apr 2014 18:24:41 +0000 (14:24 -0400)] 
Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS

Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe)

11 years agoremove note about dannenberg; it has upgraded.
Nick Mathewson [Wed, 16 Apr 2014 18:56:49 +0000 (14:56 -0400)] 
remove note about dannenberg; it has upgraded.

11 years agoUpdate the authority signing key blacklist
Nick Mathewson [Wed, 16 Apr 2014 17:31:40 +0000 (13:31 -0400)] 
Update the authority signing key blacklist

Now it only has dannenberg

11 years agoMerge remote-tracking branch 'public/bug11519_023' into maint-0.2.3
Nick Mathewson [Tue, 15 Apr 2014 18:48:00 +0000 (14:48 -0400)] 
Merge remote-tracking branch 'public/bug11519_023' into maint-0.2.3

11 years agoDon't send uninitialized stack to the controller and say it's a date.
Nick Mathewson [Tue, 15 Apr 2014 01:51:30 +0000 (21:51 -0400)] 
Don't send uninitialized stack to the controller and say it's a date.

Fixes bug 11519, apparently bugfix on 0.2.3.11-alpha.

11 years agoMerge branch 'bug11464_023_squashed' into maint-0.2.3
Nick Mathewson [Mon, 14 Apr 2014 21:59:01 +0000 (17:59 -0400)] 
Merge branch 'bug11464_023_squashed' into maint-0.2.3

11 years agoTweak changes file and comment dates.
Nick Mathewson [Mon, 14 Apr 2014 21:58:49 +0000 (17:58 -0400)] 
Tweak changes file and comment dates.

11 years agoFill in the list of blacklisted signing keys.
Nick Mathewson [Mon, 14 Apr 2014 20:03:53 +0000 (16:03 -0400)] 
Fill in the list of blacklisted signing keys.

I used a list of certificate files from arma, and a little script,
both at 11464.

11 years agoCode to blacklist authority signing keys
Nick Mathewson [Fri, 11 Apr 2014 14:22:14 +0000 (10:22 -0400)] 
Code to blacklist authority signing keys

(I need a list of actual signing keys to blacklist.)

11 years agoFix geoip by falling back to registered countries.
Karsten Loesing [Tue, 25 Feb 2014 12:28:34 +0000 (13:28 +0100)] 
Fix geoip by falling back to registered countries.

See 1d2179bc900f1646a5491b65294e78b175e70056 in master for details.

"""
Fall back to registered country if necessary.

When extracting geoip and geoip6 files from MaxMind's GeoLite2 Country
database, we only look at country->iso_code which is the two-character ISO
3166-1 country code of the country where MaxMind believes the end user is
located.

But if MaxMind thinks a range belongs to anonymous proxies, they don't put
anything there.  Hence, we omit those ranges and resolve them all to '??'.
That's not what we want.

What we should do is first try country->iso_code, and if there's no such
key, try registered_country->iso_code which is the country in which the
ISP has registered the IP address.

In short: let's fill all A1 entries with what ARIN et. al think.
"""

11 years agoMerge remote-tracking branch 'karsten/geoip-feb2014' into maint-0.2.3
Nick Mathewson [Sat, 15 Feb 2014 05:06:01 +0000 (00:06 -0500)] 
Merge remote-tracking branch 'karsten/geoip-feb2014' into maint-0.2.3

11 years agoUpdate to the February 2014 GeoIP database.
Karsten Loesing [Sat, 8 Feb 2014 11:09:37 +0000 (12:09 +0100)] 
Update to the February 2014 GeoIP database.

11 years agoMerge branch 'bug9093_023' into maint-0.2.3
Nick Mathewson [Fri, 15 Nov 2013 20:23:51 +0000 (15:23 -0500)] 
Merge branch 'bug9093_023' into maint-0.2.3

11 years agoImproved circuit queue out-of-memory handler
Nick Mathewson [Thu, 7 Nov 2013 17:15:30 +0000 (12:15 -0500)] 
Improved circuit queue out-of-memory handler

Previously, when we ran low on memory, we'd close whichever circuits
had the most queued cells. Now, we close those that have the
*oldest* queued cells, on the theory that those are most responsible
for us running low on memory, and that those are the least likely to
actually drain on their own if we wait a little longer.

Based on analysis from a forthcoming paper by Jansen, Tschorsch,
Johnson, and Scheuermann. Fixes bug 9093.

11 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Fri, 11 Oct 2013 15:16:45 +0000 (11:16 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

11 years agoUpdate to the October 2013 GeoIP database. maint-0.2.2
Karsten Loesing [Fri, 11 Oct 2013 11:36:30 +0000 (13:36 +0200)] 
Update to the October 2013 GeoIP database.

11 years agoFix unit test for format_helper_exit_status
Nick Mathewson [Thu, 10 Oct 2013 15:15:35 +0000 (11:15 -0400)] 
Fix unit test for format_helper_exit_status

Fix format_helper_exit_status to allow full HEX_ERRNO_SIZE answers,
*and* increase the buffer length again.

11 years agoMerge remote-tracking branch 'public/bug9928' into maint-0.2.3
Nick Mathewson [Thu, 10 Oct 2013 14:53:27 +0000 (10:53 -0400)] 
Merge remote-tracking branch 'public/bug9928' into maint-0.2.3

11 years agoGive credit to bug reporter for 9928
Nick Mathewson [Tue, 8 Oct 2013 16:06:06 +0000 (12:06 -0400)] 
Give credit to bug reporter for 9928

11 years agoRaise buffer size, fix checks for format_exit_helper_status.
Nick Mathewson [Tue, 8 Oct 2013 15:13:21 +0000 (11:13 -0400)] 
Raise buffer size, fix checks for format_exit_helper_status.

This is probably not an exploitable bug, since you would need to have
errno be a large negative value in the unix pluggable-transport launcher
case.  Still, best avoided.

Fixes bug 9928; bugfix on 0.2.3.18-rc.

11 years agoFix an assert when disabling ORPort with accounting disabled.
Nick Mathewson [Wed, 18 Sep 2013 14:26:32 +0000 (10:26 -0400)] 
Fix an assert when disabling ORPort with accounting disabled.

The problem was that the server_identity_key_is_set() function could
return true under conditions where we don't really have an identity
key -- specifically, where we used to have one, but we stopped being a
server.

This is a fix for 6979; bugfix on 0.2.2.18-alpha where we added that
assertion to get_server_identity_key().

11 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 16 Sep 2013 16:46:50 +0000 (12:46 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

11 years agoUpdate to the September 2013 GeoIP database.
Karsten Loesing [Tue, 10 Sep 2013 13:00:06 +0000 (15:00 +0200)] 
Update to the September 2013 GeoIP database.

11 years agoMerge branch 'bug9671_023' into maint-0.2.3
Nick Mathewson [Wed, 4 Sep 2013 20:04:47 +0000 (16:04 -0400)] 
Merge branch 'bug9671_023' into maint-0.2.3

11 years agouse !cbt_disabled in place of LearnCBT to avoid needless circs
Nick Mathewson [Wed, 4 Sep 2013 19:51:13 +0000 (15:51 -0400)] 
use !cbt_disabled in place of LearnCBT to avoid needless circs

This would make us do testing circuits "even when cbt is disabled by
consensus, or when we're a directory authority, or when we've failed
to write cbt history to our state file lately." (Roger's words.)

This is a fix for 9671 and an improvement in our fix for 5049.
The original misbehavior was in 0.2.2.14-alpha; the incomplete
fix was in 0.2.3.17-beta.

11 years agoMerge remote-tracking branch 'public/bug9546_023_v2' into maint-0.2.3
Nick Mathewson [Sun, 25 Aug 2013 04:32:27 +0000 (00:32 -0400)] 
Merge remote-tracking branch 'public/bug9546_023_v2' into maint-0.2.3

11 years agoMerge remote-tracking branch 'public/bug9564' into maint-0.2.3
Nick Mathewson [Fri, 23 Aug 2013 00:46:40 +0000 (20:46 -0400)] 
Merge remote-tracking branch 'public/bug9564' into maint-0.2.3

11 years agoReplace return with continue in update_consensus_networkstatus_downloads
Nick Mathewson [Thu, 22 Aug 2013 14:00:37 +0000 (10:00 -0400)] 
Replace return with continue in update_consensus_networkstatus_downloads

Fix for bug 9564; bugfix on 0.2.3.14-alpha.

11 years agoMake bridges send AUTH_CHALLENGE cells
Nick Mathewson [Wed, 21 Aug 2013 14:10:35 +0000 (10:10 -0400)] 
Make bridges send AUTH_CHALLENGE cells

The spec requires them to do so, and not doing so creates a situation
where they can't send-test because relays won't extend to them because
of the other part of bug 9546.

Fixes bug 9546; bugfix on 0.2.3.6-alpha.

11 years agoSend NETINFO on receiving a NETINFO if we have not yet sent one.
Nick Mathewson [Tue, 20 Aug 2013 18:52:56 +0000 (14:52 -0400)] 
Send NETINFO on receiving a NETINFO if we have not yet sent one.

(Backport to Tor 0.2.3)

Relays previously, when initiating a connection, would only send a
NETINFO after sending an AUTHENTICATE.  But bridges, when receiving a
connection, would never send AUTH_CHALLENGE.  So relays wouldn't
AUTHENTICATE, and wouldn't NETINFO, and then bridges would be
surprised to be receiving CREATE cells on a non-open circuit.

Fixes bug 9546.

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 12 Aug 2013 13:44:36 +0000 (09:44 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the August 2013 GeoIP database.
Karsten Loesing [Mon, 12 Aug 2013 13:26:22 +0000 (15:26 +0200)] 
Update to the August 2013 GeoIP database.

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 8 Jul 2013 13:22:00 +0000 (09:22 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the July 2013 GeoIP database.
Karsten Loesing [Mon, 8 Jul 2013 08:21:28 +0000 (10:21 +0200)] 
Update to the July 2013 GeoIP database.

12 years agoFix some problems with the bug9002 fix.
Nick Mathewson [Tue, 18 Jun 2013 15:54:57 +0000 (11:54 -0400)] 
Fix some problems with the bug9002 fix.

Fixes bug 9090; bug not in any released Tor.

12 years agoMerge branch 'bug9063_redux_023_squashed' into maint-0.2.3
Nick Mathewson [Tue, 18 Jun 2013 14:16:47 +0000 (10:16 -0400)] 
Merge branch 'bug9063_redux_023_squashed' into maint-0.2.3

12 years agoImplement a real OOM-killer for too-long circuit queues.
Nick Mathewson [Sun, 16 Jun 2013 13:55:44 +0000 (09:55 -0400)] 
Implement a real OOM-killer for too-long circuit queues.

This implements "algorithm 1" from my discussion of bug #9072: on OOM,
find the circuits with the longest queues, and kill them.  It's also a
fix for #9063 -- without the side-effects of bug #9072.

The memory bounds aren't perfect here, and you need to be sure to
allow some slack for the rest of Tor's usage.

This isn't a perfect fix; the rest of the solutions I describe on
codeable.

12 years agoLimit hidden service descriptors to at most 10 guard nodes.
Nick Mathewson [Mon, 17 Jun 2013 00:23:33 +0000 (20:23 -0400)] 
Limit hidden service descriptors to at most 10 guard nodes.

Fixes bug 9002; bugfix on 0.1.1.11-alpha (which introduced guard
nodes), or on 0.0.6pre1 (which introduced hidden services).

12 years agoDisable middle relay queue overfill detection code due to possible guard discovery...
Andrea Shepard [Sat, 15 Jun 2013 09:16:00 +0000 (02:16 -0700)] 
Disable middle relay queue overfill detection code due to possible guard discovery attack

12 years agoMerge branch 'circuit_queue_cap-0.2.3-squashed' into maint-0.2.3
Nick Mathewson [Fri, 14 Jun 2013 05:44:46 +0000 (01:44 -0400)] 
Merge branch 'circuit_queue_cap-0.2.3-squashed' into maint-0.2.3

12 years agoIncrease the limit so leaky pipe might work
Nick Mathewson [Fri, 14 Jun 2013 05:35:21 +0000 (01:35 -0400)] 
Increase the limit so leaky pipe might work

12 years agoDon't queue more cells as a middle relay than the spec allows to be in flight
Andrea Shepard [Fri, 14 Jun 2013 03:41:00 +0000 (20:41 -0700)] 
Don't queue more cells as a middle relay than the spec allows to be in flight

12 years agoMerge branch 'bug9017' into maint-0.2.3
Nick Mathewson [Mon, 10 Jun 2013 16:25:14 +0000 (12:25 -0400)] 
Merge branch 'bug9017' into maint-0.2.3

12 years agoFix (Open?)BSD fast-connect bug with optimistic data.
Nick Mathewson [Mon, 10 Jun 2013 16:14:49 +0000 (12:14 -0400)] 
Fix (Open?)BSD fast-connect bug with optimistic data.

There's an assertion failure that can occur if a connection has
optimistic data waiting, and then the connect() call returns 0 on the
first attempt (rather than -1 and EINPROGRESS).  That latter behavior
from connect() appears to be an (Open?)BSDism when dealing with remote
addresses in some cases. (At least, I've only seen it reported with
the BSDs under libevent, even when the address was 127.0.0.1.  And
we've only seen this problem in Tor with OpenBSD.)

Fixes bug 9017; bugfix on 0.2.3.1-alpha, which first introduced
optimistic data. (Although you could also argue that the commented-out
connection_start_writing in 155c9b80 back in 2002 is the real source
of the issue.)

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Wed, 5 Jun 2013 15:22:02 +0000 (11:22 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the June 2013 GeoIP database.
Karsten Loesing [Wed, 5 Jun 2013 06:43:03 +0000 (08:43 +0200)] 
Update to the June 2013 GeoIP database.

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 20 May 2013 16:34:59 +0000 (12:34 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the May 2013 GeoIP database.
Karsten Loesing [Mon, 13 May 2013 13:37:43 +0000 (15:37 +0200)] 
Update to the May 2013 GeoIP database.

12 years agoMerge branch 'bug8844_v2' into maint-0.2.3
Nick Mathewson [Thu, 9 May 2013 17:14:22 +0000 (13:14 -0400)] 
Merge branch 'bug8844_v2' into maint-0.2.3

12 years agoDon't run off the end of the array-of-freelists
Nick Mathewson [Wed, 8 May 2013 16:04:18 +0000 (12:04 -0400)] 
Don't run off the end of the array-of-freelists

This is a fix for bug 8844, where eugenis correctly notes that there's
a sentinel value at the end of the list-of-freelists that's never
actually checked.  It's a bug since the first version of the chunked
buffer code back in 0.2.0.16-alpha.

This would probably be a crash bug if it ever happens, but nobody's
ever reported something like this, so I'm unsure whether it can occur.
It would require write_to_buf, write_to_buf_zlib, read_to_buf, or
read_to_buf_tls to get an input size of more than 32K.  Still, it's a
good idea to fix this kind of thing!

12 years agofold in 0.2.3.26 changes entries so far. surprisingly few!
Roger Dingledine [Fri, 19 Apr 2013 15:15:05 +0000 (11:15 -0400)] 
fold in 0.2.3.26 changes entries so far. surprisingly few!

12 years agoMerge branch 'maint-0.2.3' into release-0.2.3
Roger Dingledine [Fri, 19 Apr 2013 15:11:24 +0000 (11:11 -0400)] 
Merge branch 'maint-0.2.3' into release-0.2.3

12 years agoAvoid busy-looping on WANTREAD within connection_handle_write
Nick Mathewson [Wed, 10 Apr 2013 23:30:41 +0000 (19:30 -0400)] 
Avoid busy-looping on WANTREAD within connection_handle_write

Fix for bug 5650.  Also, if we get a WANTREAD while reading while
writing, make sure we're reading.

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 '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 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 11 Mar 2013 17:32:01 +0000 (13:32 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the March 2013 GeoIP database.
Karsten Loesing [Thu, 7 Mar 2013 19:58:31 +0000 (20:58 +0100)] 
Update to the March 2013 GeoIP database.

12 years agoAdd unit test for tor_addr_is_loopback
Nick Mathewson [Fri, 1 Mar 2013 17:40:41 +0000 (12:40 -0500)] 
Add unit test for tor_addr_is_loopback

12 years agoMake sure that [::1] is recognized as a private address
Nick Mathewson [Fri, 1 Mar 2013 17:22:57 +0000 (12:22 -0500)] 
Make sure that [::1] is recognized as a private address

Fixes bug 8377; bugfix on 0.2.1.3-alpha.

12 years agooops; add a missing semicolon
Nick Mathewson [Mon, 11 Feb 2013 21:17:33 +0000 (16:17 -0500)] 
oops; add a missing semicolon

(Cherry-picked from fc35ee4910326dc1ae718482b30e57666a71df85)

12 years agoCheck whether ei is non-NULL before altering it.
Nick Mathewson [Mon, 11 Feb 2013 21:05:03 +0000 (16:05 -0500)] 
Check whether ei is non-NULL before altering it.

This fixes a crash bug if we fail to generate an extrainfo
descriptor.

Fixes bug 8208; bugfix on 0.2.3.16-alpha.

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Fri, 8 Feb 2013 15:36:34 +0000 (10:36 -0500)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoUpdate to the February 2013 GeoIP database.
Karsten Loesing [Fri, 8 Feb 2013 13:37:58 +0000 (14:37 +0100)] 
Update to the February 2013 GeoIP database.

12 years agoMerge branch 'maint-0.2.3' into release-0.2.3
Roger Dingledine [Tue, 15 Jan 2013 21:32:14 +0000 (16:32 -0500)] 
Merge branch 'maint-0.2.3' into release-0.2.3

12 years agoMerge branch 'bug7889_023' into maint-0.2.3
Nick Mathewson [Tue, 15 Jan 2013 21:30:07 +0000 (16:30 -0500)] 
Merge branch 'bug7889_023' into maint-0.2.3

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Mon, 14 Jan 2013 19:24:19 +0000 (14:24 -0500)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoReject create/begin/etc cells with {circ,stream}ID 0.
Nick Mathewson [Mon, 14 Jan 2013 19:02:13 +0000 (14:02 -0500)] 
Reject create/begin/etc cells with {circ,stream}ID 0.

Otherwise, it's possible to create streams or circuits with these
bogus IDs, leading to orphaned circuits or streams, or to ones that
can cause bandwidth DOS problems.

Fixes bug 7889; bugfix on all released Tors.

12 years agoUpdate to the January 2013 GeoIP database.
Karsten Loesing [Sat, 5 Jan 2013 07:18:26 +0000 (08:18 +0100)] 
Update to the January 2013 GeoIP database.

12 years agoMerge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson [Thu, 13 Dec 2012 17:51:28 +0000 (12:51 -0500)] 
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3

12 years agoAdd link explaining how the geoip file was created.
Karsten Loesing [Thu, 13 Dec 2012 07:45:25 +0000 (08:45 +0100)] 
Add link explaining how the geoip file was created.

12 years agoUpdate to the December 2012 GeoIP database.
Karsten Loesing [Thu, 6 Dec 2012 10:29:47 +0000 (11:29 +0100)] 
Update to the December 2012 GeoIP database.

12 years agoUpdate to the November 2012 GeoIP database.
Karsten Loesing [Wed, 28 Nov 2012 02:26:52 +0000 (21:26 -0500)] 
Update to the November 2012 GeoIP database.

12 years agobump to 0.2.3.25 tor-0.2.3.25
Roger Dingledine [Mon, 19 Nov 2012 22:02:46 +0000 (17:02 -0500)] 
bump to 0.2.3.25

12 years agofold in changes entries. finish the 0.2.3 blurb.
Roger Dingledine [Mon, 19 Nov 2012 21:58:58 +0000 (16:58 -0500)] 
fold in changes entries. finish the 0.2.3 blurb.

12 years agoMerge branch 'maint-0.2.3' into release-0.2.3
Roger Dingledine [Mon, 19 Nov 2012 21:24:54 +0000 (16:24 -0500)] 
Merge branch 'maint-0.2.3' into release-0.2.3

12 years agouse a more logical operator
Roger Dingledine [Tue, 13 Nov 2012 04:47:21 +0000 (23:47 -0500)] 
use a more logical operator

Fix a harmless bug when opting against publishing a relay descriptor
because DisableNetwork is set.

Fixes bug 7464; bugfix on 0.2.3.9-alpha.

12 years agoTurn a memwipe in tor_process_handle_destroy() back to memset
Nick Mathewson [Fri, 9 Nov 2012 00:59:54 +0000 (19:59 -0500)] 
Turn a memwipe in tor_process_handle_destroy() back to memset

It broke linking on tor-resolve.c, and it's not actually sanitizing
anything sensitive.  Fix for bug 7420; bug not on ony released Tor.

12 years agoMerge branch 'bug7352_023_rebased' into maint-0.2.3
Nick Mathewson [Thu, 8 Nov 2012 21:45:46 +0000 (16:45 -0500)] 
Merge branch 'bug7352_023_rebased' into maint-0.2.3

12 years agoAdd and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson [Wed, 7 Nov 2012 21:09:58 +0000 (16:09 -0500)] 
Add and use and unlikely-to-be-eliminated memwipe()

Apparently some compilers like to eliminate memset() operations on
data that's about to go out-of-scope.  I've gone with the safest
possible replacement, which might be a bit slow.  I don't think this
is critical path in any way that will affect performance, but if it
is, we can work on that in 0.2.4.

Fixes bug 7352.

12 years agolast clarification for the changelog tor-0.2.3.24-rc
Roger Dingledine [Thu, 25 Oct 2012 20:00:59 +0000 (16:00 -0400)] 
last clarification for the changelog

12 years agoupdate the release notes too
Roger Dingledine [Thu, 25 Oct 2012 20:00:23 +0000 (16:00 -0400)] 
update the release notes too

12 years agoRemove folded-in changes file
Nick Mathewson [Thu, 25 Oct 2012 14:31:44 +0000 (10:31 -0400)] 
Remove folded-in changes file

12 years agoBump version to 0.2.3.24-rc.
Nick Mathewson [Thu, 25 Oct 2012 14:29:14 +0000 (10:29 -0400)] 
Bump version to 0.2.3.24-rc.

12 years agoDraft blurb for 0.2.3.24-rc; guess a release date
Nick Mathewson [Thu, 25 Oct 2012 14:28:08 +0000 (10:28 -0400)] 
Draft blurb for 0.2.3.24-rc; guess a release date

12 years agoMerge branch 'link_negotiation_assert_023' into release-0.2.3
Nick Mathewson [Thu, 25 Oct 2012 14:15:03 +0000 (10:15 -0400)] 
Merge branch 'link_negotiation_assert_023' into release-0.2.3

12 years agoFix a remotely triggerable assertion failure (CVE-2012-2250)
Nick Mathewson [Wed, 24 Oct 2012 02:58:38 +0000 (22:58 -0400)] 
Fix a remotely triggerable assertion failure (CVE-2012-2250)

If we completed the handshake for the v2 link protocol but wound up
negotiating the wong protocol version, we'd become so confused about
what part of the handshake we were in that we'd promptly die with an
assertion.

This is a fix for CVE-2012-2250; it's a bugfix on 0.2.3.6-alpha.
All servers running that version or later should really upgrade.

Bug and fix from "some guy from France."  I tweaked his code slightly
to make it log the IP of the offending node.

12 years agoprep for next rc
Roger Dingledine [Wed, 24 Oct 2012 02:12:08 +0000 (22:12 -0400)] 
prep for next rc

12 years agoMerge branch 'maint-0.2.3' into release-0.2.3
Roger Dingledine [Wed, 24 Oct 2012 02:06:09 +0000 (22:06 -0400)] 
Merge branch 'maint-0.2.3' into release-0.2.3

12 years agoMake unit test for bug7191 work with new smartlist_new() name
Nick Mathewson [Wed, 24 Oct 2012 01:49:46 +0000 (21:49 -0400)] 
Make unit test for bug7191 work with new smartlist_new() name