[tor-commits] [translation/bridgedb] Update translations for bridgedb

2014-07-15 Thread translation
commit c078a563b7b256fa50eba03938027ec3fa9aedbe Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 06:45:03 2014 + Update translations for bridgedb --- tr/LC_MESSAGES/bridgedb.po | 135 ++-- 1 file changed, 80

[tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed

2014-07-15 Thread translation
commit 1530ea80bfb3a55d3a8f2558c15586f17ce805ae Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 06:45:06 2014 + Update translations for bridgedb_completed --- tr/LC_MESSAGES/bridgedb.po | 376 +--- 1 file changed, 318

[tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress

2014-07-15 Thread translation
commit 3395e61774ba109adef198ad9b8799efa2e54eab Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 07:15:35 2014 + Update translations for tor-launcher-progress --- sr/progress.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed

2014-07-15 Thread translation
commit 73cc662ee38a6c25780e2d5772982cd6b2e5ed8b Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 07:15:37 2014 + Update translations for tor-launcher-progress_completed --- sr/progress.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2014-07-15 Thread translation
commit 589e4e20c6dfdccbbb886f78c8bbfc17f31b7135 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 07:15:18 2014 + Update translations for https_everywhere_completed --- sr/https-everywhere.properties |6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [obfsproxy/master] Close connection if authentication fails.

2014-07-15 Thread asn
commit d16d4ade7504e83eef6e7f34c7da827a8a76c80a Author: Philipp Winter p...@torproject.org Date: Sat Mar 1 23:29:04 2014 +0100 Close connection if authentication fails. Adapt the server's behaviour to the spec change of commit 892846eb. When a server bootstraps for the first

[tor-commits] [obfsproxy/master] Fix problems in UniformDH spec.

2014-07-15 Thread asn
commit 18db73dd4d3f5a3a35019474dc5e53b1ef2f14c3 Author: Philipp Winter p...@torproject.org Date: Sun Mar 2 00:01:03 2014 +0100 Fix problems in UniformDH spec. 1. Fix a typo by changing X to Y. 2. Add M_C and M_S to the respective MAC function as they are also

[tor-commits] [obfsproxy/master] Add ChangeLog entry for #11092.

2014-07-15 Thread asn
commit 1367b4979c75001fbb91f972ef673d819e2f588a Author: George Kadianakis desnac...@riseup.net Date: Mon Apr 14 14:47:20 2014 +0300 Add ChangeLog entry for #11092. Conflicts: ChangeLog --- ChangeLog |7 +++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog

[tor-commits] [obfsproxy/master] Elaborate on server's behaviour.

2014-07-15 Thread asn
commit 081e943987fad482786b1fa6fe3653672b7d Author: Philipp Winter p...@torproject.org Date: Sat Mar 1 22:14:18 2014 +0100 Elaborate on server's behaviour. In particular, discuss strategies which servers should implement if clients cannot authenticate. Otherwise, malicious

[tor-commits] [obfsproxy/master] Add scramblesuit unittests for the state module.

2014-07-15 Thread asn
commit 5333b1b650667409a7dc52cb646b2a822e3a2c80 Author: George Kadianakis desnac...@riseup.net Date: Mon Apr 14 15:01:01 2014 +0300 Add scramblesuit unittests for the state module. --- obfsproxy/test/transports/test_scramblesuit.py | 47 1 file changed, 47

[tor-commits] [obfsproxy/master] Improve packet morphing algorithm.

2014-07-15 Thread asn
commit 0806a87f0183b3b74d20fe99184bdfb361d5f443 Author: Philipp Winter p...@torproject.org Date: Mon Mar 10 18:47:15 2014 +0100 Improve packet morphing algorithm. We only want to run the packet morphing algorithm when we really need it -- which is immediately before we send

[tor-commits] [obfsproxy/master] Make the server simply echo the client's epoch.

2014-07-15 Thread asn
commit 37fb7903588171ce7b73b7eb973590aff2a76736 Author: Philipp Winter p...@torproject.org Date: Tue Mar 4 20:34:16 2014 +0100 Make the server simply echo the client's epoch. That's only relevant for UniformDH. --- obfsproxy/transports/scramblesuit/uniformdh.py | 16

[tor-commits] [obfsproxy/master] Elaborate on protocol polymorphism.

2014-07-15 Thread asn
commit 685c0f689d75d83ce4defbc8c361d3ac2612f532 Author: Philipp Winter p...@torproject.org Date: Sun Mar 9 00:14:59 2014 +0100 Elaborate on protocol polymorphism. While the general idea is explained, there are no exact details. Implementations may use different (CS)PRNGs to

[tor-commits] [obfsproxy/master] Fix ticket handshake spec.

2014-07-15 Thread asn
commit 39aa6ffabe29ae305fbb1c36e78a9abb154e0894 Author: Philipp Winter p...@torproject.org Date: Sat Mar 8 17:40:35 2014 +0100 Fix ticket handshake spec. The first message makes use of the HMAC key which is derived from the master key. It does not use the master key itself.

[tor-commits] [obfsproxy/master] Add missing markers to HMACs.

2014-07-15 Thread asn
commit d68eb5caa5a85bdef2652cdebb6d3a832c184393 Author: Philipp Winter p...@torproject.org Date: Sun Mar 9 01:41:28 2014 +0100 Add missing markers to HMACs. Thanks to Yawning Angel for catching this. --- doc/scramblesuit/scramblesuit-spec.txt | 26 +- 1

[tor-commits] [obfsproxy/master] Add TicketTest unittest.

2014-07-15 Thread asn
commit b3fd09f6fc0326dd73ee2927fd70b6afa592738a Author: George Kadianakis desnac...@riseup.net Date: Mon Apr 14 15:08:52 2014 +0300 Add TicketTest unittest. --- obfsproxy/test/transports/test_scramblesuit.py | 57 1 file changed, 57 insertions(+) diff --git

[tor-commits] [obfsproxy/master] When authenticating, also test epoch boundaries.

2014-07-15 Thread asn
commit fd4a91192ccab2cfda2c4b7887730a84152d5fa7 Author: Philipp Winter p...@torproject.org Date: Sat Mar 8 16:42:31 2014 +0100 When authenticating, also test epoch boundaries. On occasion, a client's or a server's epoch might already have increased whereas the epoch of the

[tor-commits] [obfsproxy/master] Add ChangeLog entry about scramblesuit spec improvements.

2014-07-15 Thread asn
commit 94089c08ddb9f3b050c2b3c3eeb80c451c5bb79d Author: George Kadianakis desnac...@riseup.net Date: Mon Apr 14 15:10:35 2014 +0300 Add ChangeLog entry about scramblesuit spec improvements. Conflicts: ChangeLog --- ChangeLog |5 + 1 file changed, 5 insertions(+)

[tor-commits] [obfsproxy/master] Stop processing data after authentication failed.

2014-07-15 Thread asn
commit 1c02df654c45d25471200f9252bc133481e3ecdf Author: Philipp Winter p...@torproject.org Date: Mon Mar 3 23:59:27 2014 +0100 Stop processing data after authentication failed. If the client did not authenticate after MAX_HANDSHAKE_LENGTH bytes, authentication has failed. For

[tor-commits] [obfsproxy/master] Fix typo.

2014-07-15 Thread asn
commit 01eca9d516b2d4a8b47931d585f2b74417f058dd Author: Philipp Winter p...@torproject.org Date: Sat Mar 1 23:52:16 2014 +0100 Fix typo. The problem was pointed out by Yawning Angel in: https://bugs.torproject.org/10893#comment:3 --- doc/scramblesuit/scramblesuit-spec.txt |

[tor-commits] [obfsproxy/master] Add ChangeLog entry about scramblesuit's packetmorpher improvements.

2014-07-15 Thread asn
commit 29781d77f63279fcff84aba9240d6ff0b1ca1eb9 Author: George Kadianakis desnac...@riseup.net Date: Mon Apr 14 15:15:22 2014 +0300 Add ChangeLog entry about scramblesuit's packetmorpher improvements. --- ChangeLog |2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog

[tor-commits] [obfsproxy/master] Increase closing threshold.

2014-07-15 Thread asn
commit ea2e71ffe07fbb1e8a307d4b33e9718d6b9b2576 Author: Philipp Winter p...@torproject.org Date: Tue Mar 4 00:04:36 2014 +0100 Increase closing threshold. Since we no longer process data after authentication has failed, we might as well increase the closing threshold. The

[tor-commits] [obfsproxy/master] Only search for mark in expected space.

2014-07-15 Thread asn
commit 7a374dd4446543339eee75421fbc1af73aa2c011 Author: Philipp Winter p...@torproject.org Date: Mon Mar 3 23:10:51 2014 +0100 Only search for mark in expected space. We know in which array slice the mark is expected. As a result, we don't have to look any further than that.

[tor-commits] [obfsproxy/master] Let the server echo the epoch.

2014-07-15 Thread asn
commit 33e7c8995d2b7b1ea317bd07d7833a8af6f1f6fe Author: Philipp Winter p...@torproject.org Date: Tue Mar 4 20:04:45 2014 +0100 Let the server echo the epoch. There's no need for the server to determine its own epoch. --- doc/scramblesuit/scramblesuit-spec.txt |6 -- 1 file

[tor-commits] [obfsproxy/master] Add and use const.MAX_HANDSHAKE_LENGTH.

2014-07-15 Thread asn
commit cdb79019280e79b0f508043d14da48f746d4 Author: Philipp Winter p...@torproject.org Date: Mon Mar 3 23:53:14 2014 +0100 Add and use const.MAX_HANDSHAKE_LENGTH. --- obfsproxy/transports/scramblesuit/const.py |6 ++ obfsproxy/transports/scramblesuit/state.py |7 ++- 2

[tor-commits] [obfsproxy/master] Add missing reference.

2014-07-15 Thread asn
commit d50a2cc615bdfef1122ccac12398397948b5312e Author: Philipp Winter p...@torproject.org Date: Sat Mar 8 17:38:12 2014 +0100 Add missing reference. --- doc/scramblesuit/scramblesuit-spec.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [obfsproxy/master] Use more readable error messages.

2014-07-15 Thread asn
commit b498fe6feffda4a4d73112a099ecc9cdc134ffb6 Author: Philipp Winter p...@torproject.org Date: Sun Mar 9 00:45:27 2014 +0100 Use more readable error messages. To a user, it's not immediately clear that a given password was not well formed. The refactored error messages

[tor-commits] [obfsproxy/master] Add PacketMorpher unittests.

2014-07-15 Thread asn
commit 55fa261c83174b3e241241cf7b66ed3f629c7f88 Author: George Kadianakis desnac...@riseup.net Date: Mon Apr 14 15:14:14 2014 +0300 Add PacketMorpher unittests. --- obfsproxy/test/transports/test_scramblesuit.py | 36 1 file changed, 36 insertions(+) diff --git

[tor-commits] [obfsproxy/master] Add a ChangeLog entry for --password-file.

2014-07-15 Thread asn
commit 1a5c4e37fa5f0ae7ea57a6fa3574b07b9799661e Author: George Kadianakis desnac...@riseup.net Date: Tue Jul 15 15:31:39 2014 +0300 Add a ChangeLog entry for --password-file. --- ChangeLog |2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6615967..93c47fd

[tor-commits] [obfsproxy/master] Add --password-file for scramblesuit UniformDH password

2014-07-15 Thread asn
commit 0752d211de7001f4f1ee26979536ca469bca70ce Author: irregulator irregula...@riseup.net Date: Mon May 26 15:03:15 2014 +0300 Add --password-file for scramblesuit UniformDH password This argument permits to run obfsproxy in unmanaged mode and pass a file containing the

[tor-commits] r26873: {website} add a new mirror (website/trunk/include)

2014-07-15 Thread Andrew Lewman
Author: phobos Date: 2014-07-15 12:35:21 + (Tue, 15 Jul 2014) New Revision: 26873 Modified: website/trunk/include/tor-mirrors.csv Log: add a new mirror Modified: website/trunk/include/tor-mirrors.csv === ---

[tor-commits] [tor-launcher/master] Bug 12451: add option to hide TBB's logo

2014-07-15 Thread brade
commit 6cf204d64cb8829ca4a7a8d3bc8d601ff4cf534d Author: Kathy Brade br...@pearlcrescent.com Date: Tue Jul 15 10:22:51 2014 -0400 Bug 12451: add option to hide TBB's logo Use 'make TL_LOGO=- ...' to build without a logo or 'make TL_LOGO=path.png ...' to substitute a custom

[tor-commits] [torsocks/master] Fix: add compilation requirements to README.md

2014-07-15 Thread dgoulet
commit 3446495d5103439fd08949a329b021e8f5befc01 Author: David Goulet dgou...@ev0ke.net Date: Mon Jul 14 18:12:51 2014 -0400 Fix: add compilation requirements to README.md Reported-by: Jacob Appelbaum ja...@appelbaum.net Signed-off-by: David Goulet dgou...@ev0ke.net ---

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-07-15 Thread translation
commit 95e63e2fd618055cd52f11460ac81f5031aee1ca Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 19:15:18 2014 + Update translations for liveusb-creator --- pt/pt.po | 37 +++-- 1 file changed, 19 insertions(+), 18

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2014-07-15 Thread translation
commit b552d653d278a97aad82d942a57a3169cf3fedca Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 19:15:22 2014 + Update translations for liveusb-creator_completed --- pt/pt.po | 37 +++-- 1 file changed, 19 insertions(+), 18

[tor-commits] [tor-browser-bundle/master] Use https for www.python.org URLs.

2014-07-15 Thread gk
commit 3fd5de596b16b00177966c5936c346b65bda Author: David Fifield da...@bamsoftware.com Date: Mon Jul 14 17:04:12 2014 + Use https for www.python.org URLs. This avoids a 301 redirect to https during fetch-inputs.sh. --- gitian/versions |4 ++--

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-07-15 Thread translation
commit 969b696a2ba715dbf4bc62fbc772da049c5d Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 19:45:19 2014 + Update translations for liveusb-creator --- pt/pt.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pt/pt.po

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2014-07-15 Thread translation
commit 5703fcf72466cd02f2e88c2a38b46516ce989980 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 20:15:24 2014 + Update translations for liveusb-creator_completed --- pt/pt.po | 50 +- 1 file changed, 25

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2014-07-15 Thread translation
commit d3932c55e8d4f7984fbe91ed6b425cdea1757564 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 20:45:23 2014 + Update translations for liveusb-creator_completed --- pt/pt.po | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-07-15 Thread translation
commit 60f0e5870bbab88eb939d8dc7c66eea3b7ee6085 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 20:45:20 2014 + Update translations for liveusb-creator --- pt/pt.po | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-07-15 Thread translation
commit c8f8fdad0590bebc58afdcaa9360d12b32b0e666 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 21:15:18 2014 + Update translations for liveusb-creator --- pt/pt.po | 46 +++--- 1 file changed, 23 insertions(+), 23

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2014-07-15 Thread translation
commit 90930db0f4091b421e8b7e31eb72f32d04339a9a Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 21:15:21 2014 + Update translations for liveusb-creator_completed --- pt/pt.po | 46 +++--- 1 file changed, 23

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2014-07-15 Thread translation
commit 431de0c8b068758298f4ae51953568e32ead5655 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 21:15:46 2014 + Update translations for abouttor-homepage --- pt/aboutTor.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2014-07-15 Thread translation
commit 736d72f5a45f0c5e723dda03b74a8fd4750f0bd5 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 21:15:49 2014 + Update translations for abouttor-homepage_completed --- pt/aboutTor.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2014-07-15 Thread translation
commit 59b73ee713ffe8e9edaab1192df753e00084e4f2 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 21:45:21 2014 + Update translations for liveusb-creator_completed --- pt/pt.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/pt.po

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-07-15 Thread translation
commit 4583a67e2b63e9d86115aed692a6f14964a5bdc0 Author: Translation commit bot translat...@torproject.org Date: Tue Jul 15 21:45:19 2014 + Update translations for liveusb-creator --- pt/pt.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/pt.po b/pt/pt.po

[tor-commits] [gitian-builder/tor-browser-builder-3] Switch from rsync to tar for copy-to-target.

2014-07-15 Thread mikeperry
commit ae72871ea2e1c731ee34bba27a47fcce1b79786e Author: Mike Perry mikeperry-...@torproject.org Date: Tue Jul 15 15:08:29 2014 -0700 Switch from rsync to tar for copy-to-target. In Ubuntu 14.04, rsync now fails on dangling symlinks. --- libexec/copy-to-target |2 +- 1 file

[tor-commits] [tor-browser-bundle/master] Update gitian tag (to use tar instead of rsync).

2014-07-15 Thread mikeperry
commit 3caa9489db34c573460ed79e2b613b54ebfd0933 Author: Mike Perry mikeperry-...@torproject.org Date: Tue Jul 15 16:24:34 2014 -0700 Update gitian tag (to use tar instead of rsync). --- gitian/versions |2 +- gitian/versions.alpha |2 +- gitian/versions.beta|2 +-

[tor-commits] [tor-browser-bundle/maint-3.6] Update gitian tag (to use tar instead of rsync).

2014-07-15 Thread mikeperry
commit 7bdb7f0df642f0613dc0096d3f37f3efd61d212a Author: Mike Perry mikeperry-...@torproject.org Date: Tue Jul 15 16:26:08 2014 -0700 Update gitian tag (to use tar instead of rsync). --- gitian/versions |2 +- gitian/versions.alpha |2 +- gitian/versions.beta|2 +-

[tor-commits] r26874: {website} Fix homebrew link (#10141) (website/trunk/docs/en)

2014-07-15 Thread Matt Pagan
Author: mttp Date: 2014-07-16 01:32:05 + (Wed, 16 Jul 2014) New Revision: 26874 Modified: website/trunk/docs/en/tor-doc-osx.wml Log: Fix homebrew link (#10141) Modified: website/trunk/docs/en/tor-doc-osx.wml === ---