[tor-commits] [arm/master] Remaining work for using tor with privileged ports

2011-07-13 Thread atagar
commit 21131c72f8b1e3e8605f5153dab1c779ef8f24f2 Author: Damian Johnson ata...@torproject.org Date: Wed Jul 13 00:35:07 2011 -0700 Remaining work for using tor with privileged ports Filling in the starter shell script and a variety of other fixes to make tor instances needing

[tor-commits] [arm/master] fix: instructions for root tor setup truncated

2011-07-13 Thread atagar
commit cc4b1a801a8e5434e429c8f49781917891bf9510 Author: Damian Johnson ata...@torproject.org Date: Wed Jul 13 00:47:09 2011 -0700 fix: instructions for root tor setup truncated The default configuration had a limit that cropped part of the root tor setup instructions. ---

[tor-commits] [metrics-web/master] Let users download votes from a given valid-after time.

2011-07-13 Thread karsten
commit b7f0ba813e9468c1635457a513a77496d62aed23 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Jul 13 13:12:41 2011 +0200 Let users download votes from a given valid-after time. --- ChangeLog |1 + etc/web.xml

[tor-commits] [torbrowser/maint-2.2] bump all firefox versions to 5.0.1

2011-07-13 Thread erinn
commit 57cd4944d034a04a413c0394b8a11329e9d3d989 Author: Erinn Clark er...@torproject.org Date: Wed Jul 13 09:59:37 2011 -0300 bump all firefox versions to 5.0.1 --- README.LINUX-2.2 |2 +- README.OSX-2.2|2 +- README.WIN-2.2|4 ++--

[tor-commits] [torbrowser/maint-2.2] eradicate polipo from the windows bundle

2011-07-13 Thread erinn
commit aee3d6e71cdd367b845b39aae851af3a4270f263 Author: Erinn Clark er...@torproject.org Date: Wed Jul 13 10:02:58 2011 -0300 eradicate polipo from the windows bundle --- build-scripts/config/torrc |1 + build-scripts/config/vidalia.conf.ff |3 ---

[tor-commits] [torbrowser/maint-2.2] enable addon update checking for windows tbb

2011-07-13 Thread erinn
commit efe17a37d519fd544c22ac534a5bbbccfc9d5a7e Author: Erinn Clark er...@torproject.org Date: Wed Jul 13 10:05:07 2011 -0300 enable addon update checking for windows tbb --- build-scripts/config/windows-4.0.js |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] r24889: {website} update the script to include translated video and credit (website/trunk)

2011-07-13 Thread Runa Sandvik
Author: runa Date: 2011-07-13 13:41:32 + (Wed, 13 Jul 2011) New Revision: 24889 Modified: website/trunk/po2wml.sh Log: update the script to include translated video and credit Modified: website/trunk/po2wml.sh === ---

[tor-commits] r24890: {website} updated wml, now with translated video and credit (website/trunk/docs/de)

2011-07-13 Thread Runa Sandvik
Author: runa Date: 2011-07-13 13:42:07 + (Wed, 13 Jul 2011) New Revision: 24890 Modified: website/trunk/docs/de/tor-doc-windows.wml Log: updated wml, now with translated video and credit Modified: website/trunk/docs/de/tor-doc-windows.wml

[tor-commits] [metrics-web/master] Allow importing descriptors from a local Tor directory.

2011-07-13 Thread karsten
commit d19126aeab5974db35a7a087ff21984ea6085682 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Jul 13 17:38:56 2011 +0200 Allow importing descriptors from a local Tor directory. The `KeepDirectoryArchiveImportHistory` option allows us to keep a history of imported

[tor-commits] [torspec/master] Use correct terms from RFC's in spec.

2011-07-13 Thread nickm
commit adb2bf39305f7e97d4dc58abe91b9ae6939075a1 Author: Linus Nordberg li...@nordberg.se Date: Tue Jul 12 09:34:00 2011 -0400 Use correct terms from RFC's in spec. --- socks-extensions.txt | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [tor/master] bug1666 - Pass-through support for SOCKS5 authentication

2011-07-13 Thread nickm
commit bf136b94de39de65638ce3daaf2e87731cd0a44a Author: Robert Hogan rob...@roberthogan.net Date: Tue Aug 3 22:28:55 2010 +0100 bug1666 - Pass-through support for SOCKS5 authentication If a SOCKS5 client insists on authentication, allow it to negotiate a connection with Tor's

[tor-commits] [tor/master] bug1666 - Pass-through support for SOCKS5 authentication(3)

2011-07-13 Thread nickm
commit 8a2f7ef66ac3bee0d6885ec3ca16937fed0703bb Author: Robert Hogan rob...@roberthogan.net Date: Sun Oct 17 14:22:24 2010 +0100 bug1666 - Pass-through support for SOCKS5 authentication(3) Add changes file. --- changes/bug1666 |4 1 files changed, 4 insertions(+), 0

[tor-commits] [tor/master] bug1666 - Pass-through support for SOCKS5 authentication(4)

2011-07-13 Thread nickm
commit 02c2d9a4aa2a7ce339e87be9c0c0dc23a6881c14 Author: Robert Hogan rob...@roberthogan.net Date: Tue Dec 14 19:59:42 2010 + bug1666 - Pass-through support for SOCKS5 authentication(4) Implement nickm's suggestion that we tolerate SOCKS5 clients that send authentication

[tor-commits] [tor/master] Correct byte-counting in socks auth parsing code

2011-07-13 Thread nickm
commit 1ed615ded7db0765e8355687bda8b00fdc643e3e Author: Nick Mathewson ni...@torproject.org Date: Wed Jun 29 11:45:15 2011 -0400 Correct byte-counting in socks auth parsing code --- src/or/buffers.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/master] Record username/password data in socks_request_t

2011-07-13 Thread nickm
commit 2e6604f42ee614156ceeb29bdcab5c78cc1d84ba Author: Nick Mathewson ni...@torproject.org Date: Wed Jun 29 12:31:17 2011 -0400 Record username/password data in socks_request_t This change also requires us to add and use a pair of allocator/deallocator functions for

[tor-commits] [tor/master] Fix 'make check-spaces'

2011-07-13 Thread nickm
commit 9b3f48c0744bd72cb8b25ac7857476181b29481a Author: Nick Mathewson ni...@torproject.org Date: Wed Jun 29 11:47:35 2011 -0400 Fix 'make check-spaces' --- src/or/buffers.c |2 +- src/test/test.c | 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git

[tor-commits] [tor/master] Be more strict about when to accept socks auth message

2011-07-13 Thread nickm
commit aec396d9d0c2db18d44c9ad850bedbc01d50e40a Author: Nick Mathewson ni...@torproject.org Date: Wed Jun 29 12:00:00 2011 -0400 Be more strict about when to accept socks auth message In the code as it stood, we would accept any number of socks5 username/password authentication

[tor-commits] [tor/master] If we negotiate authentication, require it.

2011-07-13 Thread nickm
commit 204bce7e3ca0f60cfec1d8be700848309f605abd Author: Nick Mathewson ni...@torproject.org Date: Wed Jun 29 12:16:09 2011 -0400 If we negotiate authentication, require it. --- src/or/buffers.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/or/buffers.c

[tor-commits] [tor/master] Refactor socks unit tests into a suite of their own

2011-07-13 Thread nickm
commit 5d43a1572094868e598541f9ce686546c910f071 Author: Nick Mathewson ni...@torproject.org Date: Wed Jun 29 17:30:55 2011 -0400 Refactor socks unit tests into a suite of their own --- src/test/test.c | 352 +-- 1 files changed, 214

[tor-commits] [tor/master] Resolve a warning from the bug1666 branch

2011-07-13 Thread nickm
commit e8bfe89365e86dc9ed311431d3cc87af88132f34 Author: Nick Mathewson ni...@torproject.org Date: Wed Jul 13 12:13:12 2011 -0400 Resolve a warning from the bug1666 branch --- src/or/connection_edge.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[tor-commits] [tor/master] Add more error checks to socks parsing code

2011-07-13 Thread nickm
commit 16c5a62a66098274dde726c8e02110238866fe0b Author: Nick Mathewson ni...@torproject.org Date: Tue Jul 12 10:51:31 2011 -0400 Add more error checks to socks parsing code Suggested by Linus to avoid uninitialized reads or infinite loops if it turns out our code is buggier

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug1666'

2011-07-13 Thread nickm
commit 1aab5b6b391ca179d9acded9465ee4941ec4700b Merge: 9a6642f 16c5a62 Author: Nick Mathewson ni...@torproject.org Date: Wed Jul 13 12:12:16 2011 -0400 Merge remote-tracking branch 'public/bug1666' Conflicts: doc/spec/socks-extensions.txt src/or/buffers.c

[tor-commits] r24896: {website} .wmi files translated to pt_BR by brunogola (in website/trunk: about/pt_BR pt_BR)

2011-07-13 Thread Runa Sandvik
Author: runa Date: 2011-07-13 19:03:57 + (Wed, 13 Jul 2011) New Revision: 24896 Added: website/trunk/pt_BR/navigation.wmi Modified: website/trunk/about/pt_BR/sidenav.wmi Log: .wmi files translated to pt_BR by brunogola Modified: website/trunk/about/pt_BR/sidenav.wmi

[tor-commits] [metrics-tasks/master] Avoid downloading vote tarballs in #2394.

2011-07-13 Thread karsten
commit dc4ab95ec8ec60e285fb715b7e94233ab5ac8e59 Author: Karsten Loesing karsten.loes...@gmx.net Date: Wed Jul 13 21:28:32 2011 +0200 Avoid downloading vote tarballs in #2394. --- task-2394/ParseDescriptors.java | 70 + task-2394/README

[tor-commits] r24897: {website} update Makefile.common to include pt_BR (website/trunk)

2011-07-13 Thread Runa Sandvik
Author: runa Date: 2011-07-13 19:31:06 + (Wed, 13 Jul 2011) New Revision: 24897 Modified: website/trunk/Makefile.common Log: update Makefile.common to include pt_BR Modified: website/trunk/Makefile.common === ---

[tor-commits] r24898: {website} revert the changes, need some more fixing (website/trunk)

2011-07-13 Thread Runa Sandvik
Author: runa Date: 2011-07-13 19:33:51 + (Wed, 13 Jul 2011) New Revision: 24898 Modified: website/trunk/Makefile.common Log: revert the changes, need some more fixing Modified: website/trunk/Makefile.common === ---

[tor-commits] [arm/master] fix: typo in relay description

2011-07-13 Thread atagar
commit b962667988a3db663f0a4f159fb7b146395e8d26 Author: Damian Johnson ata...@torproject.org Date: Wed Jul 13 20:23:51 2011 -0700 fix: typo in relay description caught by karsten --- src/settings.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [arm/master] Changing Use Low Ports to Use Popular Ports

2011-07-13 Thread atagar
commit 812590fe98d6f4d959d0729864adb5542719d4e3 Author: Damian Johnson ata...@torproject.org Date: Wed Jul 13 21:13:13 2011 -0700 Changing Use Low Ports to Use Popular Ports idea by armadev --- src/settings.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[tor-commits] [arm/master] fix: minor clarification that any option will work

2011-07-13 Thread atagar
commit 02be67ad6ae1e12d52b48829fd57a6154a1728e6 Author: Damian Johnson ata...@torproject.org Date: Wed Jul 13 21:36:16 2011 -0700 fix: minor clarification that any option will work suggestion by armadev --- src/resources/torrcTemplate.txt |2 +- 1 files changed, 1