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

2011-07-13 Thread atagar
commit 02be67ad6ae1e12d52b48829fd57a6154a1728e6 Author: Damian Johnson 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 insertions(+), 1 deletions(-) dif

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

2011-07-13 Thread atagar
commit 812590fe98d6f4d959d0729864adb5542719d4e3 Author: Damian Johnson 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 --git a/src/settings.c

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

2011-07-13 Thread atagar
commit b962667988a3db663f0a4f159fb7b146395e8d26 Author: Damian Johnson 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 a/src/settings.cfg b/src/settin

[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 === --- website/tru

[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 === --- website/trunk

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

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

[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] r24894: {website} update the google checkout datafeed for donations to clear u (website/trunk/donate)

2011-07-13 Thread Andrew Lewman
Author: phobos Date: 2011-07-13 18:38:06 + (Wed, 13 Jul 2011) New Revision: 24894 Modified: website/trunk/donate/google-datafeed.xml Log: update the google checkout datafeed for donations to clear up the errors. Modified: website/trunk/donate/google-datafeed.xml ==

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

2011-07-13 Thread nickm
commit 1aab5b6b391ca179d9acded9465ee4941ec4700b Merge: 9a6642f 16c5a62 Author: Nick Mathewson 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 src/or/config.c

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

2011-07-13 Thread nickm
commit 16c5a62a66098274dde726c8e02110238866fe0b Author: Nick Mathewson 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 than we had thought. ---

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

2011-07-13 Thread nickm
commit e8bfe89365e86dc9ed311431d3cc87af88132f34 Author: Nick Mathewson 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 a/src/or/connection_edge.c b/src/or/co

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

2011-07-13 Thread nickm
commit 5d43a1572094868e598541f9ce686546c910f071 Author: Nick Mathewson 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 insertions(+), 138 deleti

[tor-commits] [tor/master] Refactor fetch_from_buf_socks() to be greedy

2011-07-13 Thread nickm
commit 05c424f4b830e98595b33397b58504462dbda8db Author: Nick Mathewson Date: Wed Jun 29 17:44:29 2011 -0400 Refactor fetch_from_buf_socks() to be greedy Previously, fetch_from_buf_socks() might return 0 if there was still data on the buffer and a subsequent call to fetch_from_b

[tor-commits] [tor/master] Fix cut'n'paste bug in comment.

2011-07-13 Thread nickm
commit 4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d Author: Linus Nordberg Date: Mon Jul 11 20:51:26 2011 +0200 Fix cut'n'paste bug in comment. --- src/or/or.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/or.h b/src/or/or.h index 3c76444..e9fab82 100644 ---

[tor-commits] [tor/master] Don't drain extra data when parsing socks auth methods

2011-07-13 Thread nickm
commit ee42fe8fbb85504ceef9335e2854c35e6163a8c3 Author: Nick Mathewson Date: Wed Jun 29 17:29:33 2011 -0400 Don't drain extra data when parsing socks auth methods We added this back in 0649fa14 in 2006, to deal with the case where the client unconditionally sent us authenticati

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

2011-07-13 Thread nickm
commit 204bce7e3ca0f60cfec1d8be700848309f605abd Author: Nick Mathewson 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 b/src/or/buffers.c inde

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

2011-07-13 Thread nickm
commit aec396d9d0c2db18d44c9ad850bedbc01d50e40a Author: Nick Mathewson 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 messages, regardless

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

2011-07-13 Thread nickm
commit 9b3f48c0744bd72cb8b25ac7857476181b29481a Author: Nick Mathewson 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 a/src/or/buffers.c b/sr

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

2011-07-13 Thread nickm
commit 2e6604f42ee614156ceeb29bdcab5c78cc1d84ba Author: Nick Mathewson 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 socks_request_t, instead of

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

2011-07-13 Thread nickm
commit 1ed615ded7db0765e8355687bda8b00fdc643e3e Author: Nick Mathewson 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 a/src/or/buffers.c b/src/or/buf

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

2011-07-13 Thread nickm
commit 02c2d9a4aa2a7ce339e87be9c0c0dc23a6881c14 Author: Robert Hogan 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 credentials and SOCKS comm

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

2011-07-13 Thread nickm
commit 8a2f7ef66ac3bee0d6885ec3ca16937fed0703bb Author: Robert Hogan 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 deletions(-) diff --git a/c

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

2011-07-13 Thread nickm
commit f85f52808cd29e50874b233e55b0a0fe98e425f3 Author: Robert Hogan Date: Sun Oct 17 14:14:51 2010 +0100 bug1666 - Pass-through support for SOCKS5 authentication (2) Address Nick's comments: - Refactor against changes in buffers.c - Ensure we have negotiated a method befor

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

2011-07-13 Thread nickm
commit bf136b94de39de65638ce3daaf2e87731cd0a44a Author: Robert Hogan 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 SOCKS server successfull

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

2011-07-13 Thread nickm
commit adb2bf39305f7e97d4dc58abe91b9ae6939075a1 Author: Linus Nordberg 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 a/socks-extensions.txt b/socks-extensi

[tor-commits] [torspec/master] Update socks-extensions to allow username/password auth

2011-07-13 Thread nickm
commit f8529305e94ac36c17da6d9b756a9c83e6b046fe Author: Nick Mathewson Date: Wed Jun 29 18:08:37 2011 -0400 Update socks-extensions to allow username/password auth --- socks-extensions.txt |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/socks-extensions.txt b

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

2011-07-13 Thread karsten
commit d19126aeab5974db35a7a087ff21984ea6085682 Author: Karsten Loesing 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 directory archive files to

[tor-commits] [torbrowser/master] bump all tbb versions to firefox 3.6.19

2011-07-13 Thread erinn
commit 715c03a582523dfe89b64e1bd13a7f3859285796 Author: Erinn Clark Date: Wed Jul 13 10:58:08 2011 -0300 bump all tbb versions to firefox 3.6.19 --- README |9 ++--- README.Linux |6 +++--- README.OSX |5 - build-scripts/Makefile |

[tor-commits] r24891: {translation} updated translation templates for the website (in translation/trunk/projects/website/po/templates: docs donate download)

2011-07-13 Thread Runa Sandvik
Author: runa Date: 2011-07-13 13:55:34 + (Wed, 13 Jul 2011) New Revision: 24891 Added: translation/trunk/projects/website/po/templates/donate/3-low.thankyou.pot Modified: translation/trunk/projects/website/po/templates/docs/2-medium.faq.pot translation/trunk/projects/website/po/templa

[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] 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 === --- website/

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

2011-07-13 Thread erinn
commit efe17a37d519fd544c22ac534a5bbbccfc9d5a7e Author: Erinn Clark 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 a/build-scripts/config/w

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

2011-07-13 Thread erinn
commit aee3d6e71cdd367b845b39aae851af3a4270f263 Author: Erinn Clark 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 --- build-scripts/windows.mk | 16

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

2011-07-13 Thread erinn
commit 57cd4944d034a04a413c0394b8a11329e9d3d989 Author: Erinn Clark 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 ++-- build-scripts/osx.mk |4

[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 Date: Wed Jul 13 13:12:41 2011 +0200 Let users download votes from a given valid-after time. --- ChangeLog |1 + etc/web.xml| 11 +++ src/o

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

2011-07-13 Thread atagar
commit cc4b1a801a8e5434e429c8f49781917891bf9510 Author: Damian Johnson 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. --- armrc.sample|

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

2011-07-13 Thread atagar
commit 21131c72f8b1e3e8605f5153dab1c779ef8f24f2 Author: Damian Johnson 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 root startup permissions