]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
15 years agoAdd parsing+verification for bw weight values.
Mike Perry [Fri, 29 Jan 2010 23:40:40 +0000 (15:40 -0800)] 
Add parsing+verification for bw weight values.

15 years agoPerform calculation of consensus bandwidth weights.
Mike Perry [Sat, 30 Jan 2010 01:10:50 +0000 (17:10 -0800)] 
Perform calculation of consensus bandwidth weights.

Also add bwweightscale consensus param. Use it as our
fixed-point calculation width.

15 years agoAdd %lld compat defines.
Mike Perry [Mon, 15 Feb 2010 00:26:41 +0000 (16:26 -0800)] 
Add %lld compat defines.

15 years agoelevate a changelog entry, and get my mailto out of the man page
Roger Dingledine [Mon, 22 Feb 2010 21:19:35 +0000 (16:19 -0500)] 
elevate a changelog entry, and get my mailto out of the man page

15 years agoMerge remote branch 'sebastian/coverity'
Nick Mathewson [Mon, 22 Feb 2010 17:46:43 +0000 (12:46 -0500)] 
Merge remote branch 'sebastian/coverity'

15 years agoMerge remote branch 'sebastian/bug1254'
Nick Mathewson [Mon, 22 Feb 2010 17:45:01 +0000 (12:45 -0500)] 
Merge remote branch 'sebastian/bug1254'

15 years agoMake expand_filename into a tor_strdup() alias on windows.
Nick Mathewson [Mon, 22 Feb 2010 17:42:31 +0000 (12:42 -0500)] 
Make expand_filename into a tor_strdup() alias on windows.

On Windows, we don't have a notion of ~ meaning "our homedir", so we
were deliberately using an #ifdef to avoid calling expand_filename()
in multiple places.  This is silly: The right place to turn a function
into a no-op on a single platform is in the function itself, not in
every single call-site.

15 years agoRemove some redundant code in options_save_current()
Sebastian Hahn [Mon, 22 Feb 2010 11:21:58 +0000 (12:21 +0100)] 
Remove some redundant code in options_save_current()

get_torrc_fname() does the same thing we did in this code, so let's
replace it.

15 years agoExpand homedirs in paths passed to tor-checkkey
Sebastian Hahn [Mon, 22 Feb 2010 11:08:58 +0000 (12:08 +0100)] 
Expand homedirs in paths passed to tor-checkkey

This is so that coverity stops complaining about using a user-supplied
string with the open() syscall. Let's see if it works.

15 years agoZero a cipher completely before freeing it
Sebastian Hahn [Mon, 22 Feb 2010 10:39:29 +0000 (11:39 +0100)] 
Zero a cipher completely before freeing it

We used to only zero the first ptrsize bytes of the cipher. Since
cipher is large enough, we didn't zero too many bytes. Discovered
and fixed by ekir. Fixes bug 1254.

15 years agoBreak early on unknown extendcircuit purpose
Sebastian Hahn [Mon, 22 Feb 2010 09:57:11 +0000 (10:57 +0100)] 
Break early on unknown extendcircuit purpose

Don't continue handling EXTENDCIRCUIT messages when we get an
unknown purpose.

15 years agoFix a memory leak, found by coverity
Sebastian Hahn [Mon, 22 Feb 2010 09:56:54 +0000 (10:56 +0100)] 
Fix a memory leak, found by coverity

15 years agoRemove some redundand code in control.c
Sebastian Hahn [Mon, 22 Feb 2010 09:41:46 +0000 (10:41 +0100)] 
Remove some redundand code in control.c

Found by coverity

15 years agoMerge commit 'sebastian/osxinstructions'
Roger Dingledine [Mon, 22 Feb 2010 09:01:04 +0000 (04:01 -0500)] 
Merge commit 'sebastian/osxinstructions'

15 years agoUpdate the osx dmg creation instructions
Sebastian Hahn [Sat, 20 Feb 2010 23:19:41 +0000 (00:19 +0100)] 
Update the osx dmg creation instructions

Make sure we follow basic whitespace sanity principles, update a
few links

15 years agonetwork-status-version must come first in a vote/consensus
Sebastian Hahn [Mon, 22 Feb 2010 06:58:10 +0000 (07:58 +0100)] 
network-status-version must come first in a vote/consensus

Spec conformance issue: The code didn't force the network-status-version
token to be the first token in a v3 vote or consensus.

Problem discovered by Parakeep.

15 years agowe have two faqs for now
Roger Dingledine [Mon, 22 Feb 2010 05:41:48 +0000 (00:41 -0500)] 
we have two faqs for now

15 years agowe deleted AUTHORS, so don't put it in the tarball
Roger Dingledine [Mon, 22 Feb 2010 05:38:02 +0000 (00:38 -0500)] 
we deleted AUTHORS, so don't put it in the tarball

15 years agoMerge branch 'maint-0.2.1' into new
Roger Dingledine [Mon, 22 Feb 2010 05:24:33 +0000 (00:24 -0500)] 
Merge branch 'maint-0.2.1' into new

Conflicts:

ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

15 years agoprepare for 0.2.2.9-alpha
Roger Dingledine [Mon, 22 Feb 2010 05:20:55 +0000 (00:20 -0500)] 
prepare for 0.2.2.9-alpha

15 years agoput 0.2.1.24 in release notes too tor-0.2.1.24
Roger Dingledine [Sun, 21 Feb 2010 22:52:52 +0000 (17:52 -0500)] 
put 0.2.1.24 in release notes too

15 years agobump to 0.2.1.24
Roger Dingledine [Sun, 21 Feb 2010 22:27:12 +0000 (17:27 -0500)] 
bump to 0.2.1.24

15 years agominor fixes in proposal 169
Roger Dingledine [Sun, 21 Feb 2010 22:20:37 +0000 (17:20 -0500)] 
minor fixes in proposal 169

still need to finish reading it, but so far so good

15 years agofix typo and garbage grammar
Roger Dingledine [Sun, 21 Feb 2010 22:18:42 +0000 (17:18 -0500)] 
fix typo and garbage grammar

15 years agoMerge remote branch 'public/cbt-status'
Nick Mathewson [Sat, 20 Feb 2010 23:35:19 +0000 (18:35 -0500)] 
Merge remote branch 'public/cbt-status'

Conflicts:
ChangeLog

15 years agoMerge remote branch 'sebastian/bug1143'
Nick Mathewson [Fri, 19 Feb 2010 21:58:24 +0000 (16:58 -0500)] 
Merge remote branch 'sebastian/bug1143'

15 years agoMake the DNSPort option work with libevent 2.x
Sebastian Hahn [Fri, 19 Feb 2010 16:19:33 +0000 (17:19 +0100)] 
Make the DNSPort option work with libevent 2.x

We need to use evdns_add_server_port_with_base() when configuring
our DNS listener, because libevent segfaults otherwise. Add a macro
in compat_libevent.h to pick the correct implementation depending
on the libevent version.

Fixes bug 1143, found by SwissTorExit

15 years agoFuture-proof the control protocol by ignoring unrecognized keyword args
Nick Mathewson [Thu, 18 Feb 2010 17:47:42 +0000 (12:47 -0500)] 
Future-proof the control protocol by ignoring unrecognized keyword args

15 years agoMake more arguments in control.c properly case-insensitive.
Nick Mathewson [Thu, 18 Feb 2010 17:32:11 +0000 (12:32 -0500)] 
Make more arguments in control.c properly case-insensitive.

15 years agoAdd changelog entry for CBT testing work.
Mike Perry [Thu, 18 Feb 2010 17:40:15 +0000 (09:40 -0800)] 
Add changelog entry for CBT testing work.

15 years agoDescribe the recent timeouts reallocation behavior.
Mike Perry [Wed, 10 Feb 2010 20:25:06 +0000 (12:25 -0800)] 
Describe the recent timeouts reallocation behavior.

15 years agoMove CBT params into consensus.
Mike Perry [Fri, 22 Jan 2010 00:10:02 +0000 (16:10 -0800)] 
Move CBT params into consensus.

15 years agoAdd an event for a case where we drop guards.
Mike Perry [Mon, 11 Jan 2010 18:16:50 +0000 (10:16 -0800)] 
Add an event for a case where we drop guards.

Also add a comment about an odd CBT timeout edgecase.

15 years agoAllow "EXTENDCIRCUIT 0" to omit a path.
Mike Perry [Tue, 29 Dec 2009 03:17:12 +0000 (04:17 +0100)] 
Allow "EXTENDCIRCUIT 0" to omit a path.

15 years agoAdd BUILDTIMEOUT_SET event for CBT stress testing.
Mike Perry [Fri, 25 Dec 2009 11:42:35 +0000 (05:42 -0600)] 
Add BUILDTIMEOUT_SET event for CBT stress testing.

15 years agoMerge remote branch 'origin/maint-0.2.1'
Nick Mathewson [Thu, 18 Feb 2010 17:01:56 +0000 (12:01 -0500)] 
Merge remote branch 'origin/maint-0.2.1'

Conflicts:
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

15 years agoBump version to 0.2.1.23-dev
Nick Mathewson [Thu, 18 Feb 2010 16:57:47 +0000 (11:57 -0500)] 
Bump version to 0.2.1.23-dev

15 years agoAdd changelog for latest openssl fix
Nick Mathewson [Thu, 18 Feb 2010 16:54:26 +0000 (11:54 -0500)] 
Add changelog for latest openssl fix

15 years agoFix compile
Sebastian Hahn [Thu, 18 Feb 2010 12:08:57 +0000 (13:08 +0100)] 
Fix compile

15 years agoEven more conservative option-setting for SSL renegotiation.
Nick Mathewson [Thu, 18 Feb 2010 04:55:03 +0000 (23:55 -0500)] 
Even more conservative option-setting for SSL renegotiation.

This time, set the SSL3_FLAGS_ALLOW_UNSAFE_RENEGOTIATION flag on every
version before OpenSSL 0.9.8l.  I can confirm that the option value (0x0010)
wasn't reused until OpenSSL 1.0.0beta3.

15 years agoadd in the apple incantations to get tls renegotiation to work.
Andrew Lewman [Wed, 17 Feb 2010 18:43:33 +0000 (13:43 -0500)] 
add in the apple incantations to get tls renegotiation to work.

15 years agofix the win32 build instructions for openssl.
Andrew Lewman [Wed, 17 Feb 2010 18:37:51 +0000 (13:37 -0500)] 
fix the win32 build instructions for openssl.

15 years agoMerge commit 'sebastian/oldstuff'
Roger Dingledine [Tue, 16 Feb 2010 07:34:52 +0000 (02:34 -0500)] 
Merge commit 'sebastian/oldstuff'

Conflicts:

ChangeLog

15 years agoRemove legacy files from main source distribution
Sebastian Hahn [Sun, 7 Feb 2010 06:39:00 +0000 (07:39 +0100)] 
Remove legacy files from main source distribution

The AUTHORS file was pretty outdated. Its contents moved onto the
people page. Design paper and roadmaps moved to the projects
directory in svn.

15 years agoBuild correctly with Libevent 2.0.4-alpha and later
Nick Mathewson [Mon, 15 Feb 2010 21:47:47 +0000 (16:47 -0500)] 
Build correctly with Libevent 2.0.4-alpha and later

15 years agogive it a blurb, update the date tor-0.2.1.23
Roger Dingledine [Sat, 13 Feb 2010 19:10:57 +0000 (14:10 -0500)] 
give it a blurb, update the date

15 years agoRemove the --enable-iphone option as needless.
Nick Mathewson [Sat, 13 Feb 2010 04:06:05 +0000 (23:06 -0500)] 
Remove the --enable-iphone option as needless.

On or-talk, Marco Bonetti reports that recent iPhone SDKs build
Tor fine without it.

15 years agoRemove the --enable-debug option for configure, it didn't do anything.
Sebastian Hahn [Sat, 13 Feb 2010 00:19:26 +0000 (01:19 +0100)] 
Remove the --enable-debug option for configure, it didn't do anything.

15 years agonew dannenberg address; make moria2's demise official.
Roger Dingledine [Fri, 12 Feb 2010 19:31:08 +0000 (14:31 -0500)] 
new dannenberg address; make moria2's demise official.

15 years agoprepare for 0.2.1.23
Roger Dingledine [Fri, 12 Feb 2010 17:35:40 +0000 (12:35 -0500)] 
prepare for 0.2.1.23

15 years agoClean up whitespace
Nick Mathewson [Thu, 11 Feb 2010 05:24:23 +0000 (00:24 -0500)] 
Clean up whitespace

15 years agoupdated win32 build instructions with new mingw and msys versions.
Andrew Lewman [Thu, 11 Feb 2010 03:50:23 +0000 (22:50 -0500)] 
updated win32 build instructions with new mingw and msys versions.

15 years agoclean up the documentation, break out sections for osx compiles.
Andrew Lewman [Thu, 11 Feb 2010 02:44:19 +0000 (21:44 -0500)] 
clean up the documentation, break out sections for osx compiles.

15 years agoAdd Windows version detection for Vista and 7
Sebastian Hahn [Sun, 7 Feb 2010 04:18:50 +0000 (05:18 +0100)] 
Add Windows version detection for Vista and 7

Vista is Windows 6.0, and 7 is Windows 6.1. Fixes bug 1097.

Also fix a coding style violation.

15 years agoAdd changelog for memcpy bug, with credit for "memcpyfail"
Nick Mathewson [Tue, 9 Feb 2010 18:08:49 +0000 (13:08 -0500)] 
Add changelog for memcpy bug, with credit for "memcpyfail"

15 years agoMerge remote branch 'origin/maint-0.2.1'
Nick Mathewson [Tue, 9 Feb 2010 17:58:25 +0000 (12:58 -0500)] 
Merge remote branch 'origin/maint-0.2.1'

15 years agoMerge remote branch 'sebastian/bug925'
Nick Mathewson [Tue, 9 Feb 2010 17:50:54 +0000 (12:50 -0500)] 
Merge remote branch 'sebastian/bug925'

15 years agoMerge remote branch 'sebastian/bug1238'
Nick Mathewson [Tue, 9 Feb 2010 17:50:45 +0000 (12:50 -0500)] 
Merge remote branch 'sebastian/bug1238'

15 years agoMerge remote branch 'sebastian/exit-notice'
Nick Mathewson [Tue, 9 Feb 2010 17:47:38 +0000 (12:47 -0500)] 
Merge remote branch 'sebastian/exit-notice'

15 years agoMake tor_addr_copy() conform to memcpy requirements
Nick Mathewson [Tue, 9 Feb 2010 17:32:10 +0000 (12:32 -0500)] 
Make tor_addr_copy() conform to memcpy requirements

The src and dest of a memcpy() call aren't supposed to overlap,
but we were sometimes calling tor_addr_copy() as a no-op.

Also, tor_addr_assign was a redundant copy of tor_addr_copy(); this patch
removes it.

15 years agoFix a whitespace violation
Sebastian Hahn [Fri, 5 Feb 2010 16:04:33 +0000 (17:04 +0100)] 
Fix a whitespace violation

15 years agoSpeed up the execution of exit_policy_is_general_exit_helper()
Sebastian Hahn [Fri, 5 Feb 2010 15:58:24 +0000 (16:58 +0100)] 
Speed up the execution of exit_policy_is_general_exit_helper()

It isn't necessary to walk through all possible subnets when the policy
we're looking at doesn't touch that subnet.

15 years agoAnother unit test for exit_policy_is_general_exit()
Sebastian Hahn [Fri, 5 Feb 2010 10:59:15 +0000 (11:59 +0100)] 
Another unit test for exit_policy_is_general_exit()

15 years agoFix the path to the exit-notice file in torrc.sample
Sebastian Hahn [Mon, 8 Feb 2010 22:33:22 +0000 (23:33 +0100)] 
Fix the path to the exit-notice file in torrc.sample

Also reword it slightly to reflect the fact that no packagers
ship the file.

15 years ago0/8 doesn't count as a /8 subnet towards an Exit flag
Sebastian Hahn [Fri, 5 Feb 2010 12:40:31 +0000 (13:40 +0100)] 
0/8 doesn't count as a /8 subnet towards an Exit flag

15 years agoDon't spam controllers with TOO_MANY_CONNECTIONS events
Sebastian Hahn [Sun, 31 Jan 2010 20:54:04 +0000 (21:54 +0100)] 
Don't spam controllers with TOO_MANY_CONNECTIONS events

We implemented ratelimiting for warnings going into the logfile, but didn't
rate-limit controller events. Now both log warnings and controller events
are rate-limited.

15 years agoDon't use gethostbyname() in resolve_my_address()
Sebastian Hahn [Mon, 8 Feb 2010 14:35:34 +0000 (15:35 +0100)] 
Don't use gethostbyname() in resolve_my_address()

Tor has tor_lookup_hostname(), which prefers ipv4 addresses automatically.
Bug 1244 occured because gethostbyname() returned an ipv6 address, which
Tor cannot handle currently. Fixes bug 1244; bugfix on 0.0.2pre25.
Reported by Mike Mestnik.

15 years agoMerge commit 'origin/maint-0.2.1'
Nick Mathewson [Mon, 8 Feb 2010 03:34:08 +0000 (22:34 -0500)] 
Merge commit 'origin/maint-0.2.1'

15 years agolookup_last_hid_serv_request() could overflow and leak memory
Sebastian Hahn [Sun, 7 Feb 2010 05:30:55 +0000 (06:30 +0100)] 
lookup_last_hid_serv_request() could overflow and leak memory

The problem was that we didn't allocate enough memory on 32-bit
platforms with 64-bit time_t. The memory leak occured every time
we fetched a hidden service descriptor we've fetched before.

15 years agoFix building of RPMs. Patch by Erinn Clark.
Sebastian Hahn [Sat, 6 Feb 2010 02:10:51 +0000 (03:10 +0100)] 
Fix building of RPMs. Patch by Erinn Clark.

15 years agoAnother unit test for exit_policy_is_general_exit()
Sebastian Hahn [Wed, 3 Feb 2010 23:06:00 +0000 (00:06 +0100)] 
Another unit test for exit_policy_is_general_exit()

15 years agoCall exit_policy_is_general_exit less
Sebastian Hahn [Wed, 3 Feb 2010 22:54:18 +0000 (23:54 +0100)] 
Call exit_policy_is_general_exit less

When calculating the is_exit flag for a routerinfo_t, we don't need
to call exit_policy_is_general_exit() if router_exit_policy_rejects_all()
tells us it definitely is an exit. This check is much cheaper than
running exit_policy_is_general_exit().

15 years agoNew unit test, testing for b0red's exit policy
Sebastian Hahn [Wed, 3 Feb 2010 11:45:27 +0000 (12:45 +0100)] 
New unit test, testing for b0red's exit policy

15 years agoWhen we've disabled .exit hostnames, actually reject them.
Nick Mathewson [Wed, 3 Feb 2010 20:59:15 +0000 (15:59 -0500)] 
When we've disabled .exit hostnames, actually reject them.

Previously we were treating them as decent hostnames and sending them
to the exit, which is completely wrong.

15 years agoTrivial doc fix for exit_policy_is_general_exit_helper
Nick Mathewson [Wed, 3 Feb 2010 05:12:31 +0000 (00:12 -0500)] 
Trivial doc fix for exit_policy_is_general_exit_helper

The original comment said what it did if there was at least one /8 that
allowed access to the port, but not what it did otherwise.

15 years agoAnother new test for exit_policy_is_general_exit()
Sebastian Hahn [Wed, 3 Feb 2010 04:43:09 +0000 (05:43 +0100)] 
Another new test for exit_policy_is_general_exit()

15 years agoNew testcase for exit_policy_is_general_exit
Sebastian Hahn [Tue, 2 Feb 2010 13:51:12 +0000 (14:51 +0100)] 
New testcase for exit_policy_is_general_exit

15 years agoDon't assign Exit flag incorrectly
Sebastian Hahn [Tue, 2 Feb 2010 13:51:51 +0000 (14:51 +0100)] 
Don't assign Exit flag incorrectly

exit_policy_is_general_exit() assumed that there are no redundancies
in the passed policy, in the sense that we actively combine entries
in the policy to really get rid of any redundancy. Since we cannot
do that without massively rewriting the policy lines the relay
operators set, fix exit_policy_is_general_exit().

Fixes bug 1238, discovered by Martin Kowalczyk.

15 years agoAdd a changelog entry for fixing bug 1237.
Nick Mathewson [Tue, 2 Feb 2010 21:22:12 +0000 (16:22 -0500)] 
Add a changelog entry for fixing bug 1237.

We don't have such an entry for 0.2.1.x, since bug 1237 never made it
into a released version of 0.2.1.x.

15 years agoMerge remote branch 'origin/maint-0.2.1'
Nick Mathewson [Tue, 2 Feb 2010 21:21:17 +0000 (16:21 -0500)] 
Merge remote branch 'origin/maint-0.2.1'

15 years agoLink libssl and libcrypto in the right order.
Nick Mathewson [Tue, 2 Feb 2010 21:12:45 +0000 (16:12 -0500)] 
Link libssl and libcrypto in the right order.

For most linking setups, this doesn't matter.  But for some setups, when
statically linking openssl, it does matter, since you need to link things
with dependencies before you link things they depend on.

Fix for bug 1237.

15 years agoadd a2x intermediate files to gitignore
Nick Mathewson [Mon, 1 Feb 2010 03:53:40 +0000 (22:53 -0500)] 
add a2x intermediate files to gitignore

15 years agoMerge remote branch 'origin/maint-0.2.1'
Nick Mathewson [Mon, 1 Feb 2010 03:53:19 +0000 (22:53 -0500)] 
Merge remote branch 'origin/maint-0.2.1'

15 years agoRevise OpenSSL fix to work with OpenSSL 1.0.0beta*
Nick Mathewson [Mon, 1 Feb 2010 03:48:29 +0000 (22:48 -0500)] 
Revise OpenSSL fix to work with OpenSSL 1.0.0beta*

In brief: you mustn't use the SSL3_FLAG solution with anything but 0.9.8l,
and you mustn't use the SSL_OP solution with anything before 0.9.8m, and
you get in _real_ trouble if you try to set the flag in 1.0.0beta, since
they use it for something different.

For the ugly version, see my long comment in tortls.c

15 years agoMerge commit 'origin/maint-0.2.1'
Nick Mathewson [Fri, 29 Jan 2010 22:20:59 +0000 (17:20 -0500)] 
Merge commit 'origin/maint-0.2.1'

Conflicts:
src/common/tortls.c

15 years agoDecide whether to use SSL flags based on runtime OpenSSL version.
Nick Mathewson [Fri, 29 Jan 2010 22:02:17 +0000 (17:02 -0500)] 
Decide whether to use SSL flags based on runtime OpenSSL version.

We need to do this because Apple doesn't update its dev-tools headers
when it updates its libraries in a security patch.  On the bright
side, this might get us out of shipping a statically linked OpenSSL on
OSX.

May fix bug 1225.

[backported]

15 years agoDetect the correct versions of openssl for tls negotiation fix
Nick Mathewson [Fri, 29 Jan 2010 22:11:20 +0000 (17:11 -0500)] 
Detect the correct versions of openssl for tls negotiation fix

Since it doesn't seem to hurt, we should use _both_ fixes whenever
we see OpenSSL 0.9.7L .. 0.9.8, or OpenSSL 0.9.8L..

15 years agoDecide whether to use SSL flags based on runtime OpenSSL version.
Nick Mathewson [Fri, 29 Jan 2010 22:02:17 +0000 (17:02 -0500)] 
Decide whether to use SSL flags based on runtime OpenSSL version.

We need to do this because Apple doesn't update its dev-tools headers
when it updates its libraries in a security patch.  On the bright
side, this might get us out of shipping a statically linked OpenSSL on
OSX.

May fix bug 1225.

15 years agoClarify a paragraph in prop 169.
Nick Mathewson [Fri, 29 Jan 2010 21:39:27 +0000 (16:39 -0500)] 
Clarify a paragraph in prop 169.

15 years agoMake sure docdir is defined when making doc/
Sebastian Hahn [Thu, 28 Jan 2010 07:59:20 +0000 (08:59 +0100)] 
Make sure docdir is defined when making doc/

Apparently some autoconf versions need this, while others don't.
This means documentation will be installed into share/doc/tor/.

15 years agoFix building the tarball
Sebastian Hahn [Wed, 27 Jan 2010 20:05:01 +0000 (21:05 +0100)] 
Fix building the tarball

This removes the Makefile.am from doc/design-paper and replaces it with
a static Makefile. We don't need to call it during the normal Tor build
process, as we don't need its targets normally. Keeping it around in
case we want to rebuild the pdf or ps files later.

15 years agoThe name for the proposal status of 151 is "finished", not "Implemented"
Nick Mathewson [Thu, 28 Jan 2010 05:04:45 +0000 (00:04 -0500)] 
The name for the proposal status of 151 is "finished", not "Implemented"

15 years agoProposal 169: Eliminate TLS renegotiation
Nick Mathewson [Wed, 27 Jan 2010 22:08:04 +0000 (17:08 -0500)] 
Proposal 169: Eliminate TLS renegotiation

I propose a backward-compatible change to the Tor connection
establishment protocol to avoid the use of TLS
renegotiation.

Rather than doing a TLS renegotiation to exchange
certificates and authenticate the original handshake, this
proposal takes an approach similar to Steven Murdoch's
proposal 124, and uses Tor cells to authenticate the
parties' identities once the initial TLS handshake is
finished.

15 years agoFix comments for getinfo_helper_t
Sebastian Hahn [Wed, 27 Jan 2010 21:11:42 +0000 (22:11 +0100)] 
Fix comments for getinfo_helper_t

rieo pointed out something isn't right here

15 years agoClean the man and html files with make (dist)clean
Sebastian Hahn [Wed, 27 Jan 2010 19:23:13 +0000 (20:23 +0100)] 
Clean the man and html files with make (dist)clean

15 years agoStop shipping the design paper in the tarballs
Sebastian Hahn [Wed, 27 Jan 2010 19:09:19 +0000 (20:09 +0100)] 
Stop shipping the design paper in the tarballs

15 years agoFix ChangeLog entry for asciidoc branch.
Nick Mathewson [Wed, 27 Jan 2010 18:27:53 +0000 (13:27 -0500)] 
Fix ChangeLog entry for asciidoc branch.

15 years agoMerge remote branch 'sebastian/manpage'
Nick Mathewson [Wed, 27 Jan 2010 18:24:05 +0000 (13:24 -0500)] 
Merge remote branch 'sebastian/manpage'

15 years agoBump version to 0.2.2.8-alpha-dev
Nick Mathewson [Wed, 27 Jan 2010 18:22:20 +0000 (13:22 -0500)] 
Bump version to 0.2.2.8-alpha-dev

15 years agoAdd a comment explaining the doc build system
Nick Mathewson [Thu, 21 Jan 2010 04:28:32 +0000 (23:28 -0500)] 
Add a comment explaining the doc build system

Updated a little by Sebastian