[tor-commits] [tor-messenger-build/master] Use ctypes-otr@0.0.4

2016-12-14 Thread arlo
commit bf0abb84af18bb468d1495ab35ce93b748fb54e7 Author: Arlo Breault Date: Wed Dec 14 19:29:33 2016 -0800 Use ctypes-otr@0.0.4 --- ChangeLog | 2 +- projects/ctypes-otr/config | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/Ch

[tor-commits] [sandboxed-tor-browser/master] Bug 20970: Firefox crashes if the security slider is left at the default on certian pages.

2016-12-14 Thread yawning
commit db42366aabfd4ed975e34197a09a4a6fff4aa322 Author: Yawning Angel Date: Wed Dec 14 23:29:13 2016 + Bug 20970: Firefox crashes if the security slider is left at the default on certian pages. Bump up the stack rlimit() from 512 KiB to 8 MiB. This is probably higher than

[tor-commits] [tor/release-0.2.9] Remove release notes for things that are also in 0.2.8.11

2016-12-14 Thread nickm
commit 254b633604b28577842a03d0d1c725093a1c116c Author: Nick Mathewson Date: Wed Dec 14 17:24:21 2016 -0500 Remove release notes for things that are also in 0.2.8.11 --- ReleaseNotes.029 | 88 ++-- 1 file changed, 2 insertions(+), 86 dele

[tor-commits] [tor/master] Fix double-typedef of or_circuit_t.

2016-12-14 Thread nickm
commit 4098bfa26073551fe3f525ada7fc9079a49fd4bb Author: Nick Mathewson Date: Wed Dec 14 16:46:54 2016 -0500 Fix double-typedef of or_circuit_t. --- src/or/hs_circuitmap.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/or/hs_circuitmap.h b/src/or/

[tor-commits] [tor/master] prop224 prepwork: Finish decoupling old ESTABLISH_INTRO creation logic.

2016-12-14 Thread nickm
commit e17cc3f0a6283bf9aa04e845f23ccfb8b2db24c3 Author: George Kadianakis Date: Mon Sep 5 17:36:12 2016 +0200 prop224 prepwork: Finish decoupling old ESTABLISH_INTRO creation logic. --- src/or/rendservice.c | 67 src/or/rendservice.h |

[tor-commits] [tor/master] prop224 prepwork: Introduce HS circuitmap subsystem.

2016-12-14 Thread nickm
commit 2b9abbef2e5d0e58e5a15b7cf8cd03965aa70117 Author: George Kadianakis Date: Mon Sep 5 18:48:15 2016 +0300 prop224 prepwork: Introduce HS circuitmap subsystem. The HS circuitmap is a hash table that maps introduction and rendezvous tokens to specific circuits such that given

[tor-commits] [tor/master] crypto: Change crypto_mac_sha3_256 to use the key length in the construction

2016-12-14 Thread nickm
commit 118691cd47e53521319cdcbf994f29ecca3db4d1 Author: David Goulet Date: Mon Dec 12 16:45:28 2016 -0500 crypto: Change crypto_mac_sha3_256 to use the key length in the construction Signed-off-by: David Goulet --- src/common/crypto.c | 25 - src

[tor-commits] [tor/master] whitespace fixes

2016-12-14 Thread nickm
commit 81360c4a5fde6d66a81c506af657df77d2e63cff Author: Nick Mathewson Date: Wed Dec 14 15:41:08 2016 -0500 whitespace fixes --- src/or/hs_circuitmap.h | 1 + src/or/hs_common.h | 1 + src/or/hs_intropoint.c | 2 +- src/or/hs_intropoint.h | 6 -- src/or/hs_service.c

[tor-commits] [tor/master] prop224: Use new HS functions in old HS code.

2016-12-14 Thread nickm
commit 12dfe56b1cf9ec9852f27b8d10f2dcfad354f416 Author: George Kadianakis Date: Wed Nov 2 11:38:45 2016 -0400 prop224: Use new HS functions in old HS code. This is needed to make old code unittestable. --- src/or/rendmid.c | 11 --- 1 file changed, 4 insertions(+), 7 delet

[tor-commits] [tor/master] Merge branch 'dgoulet_ticket19043_030_03_squashed'

2016-12-14 Thread nickm
commit c838d34921f3e86841ff75ca8ad78c95bd1e2996 Merge: 963e706 a4eb17e Author: Nick Mathewson Date: Wed Dec 14 15:28:28 2016 -0500 Merge branch 'dgoulet_ticket19043_030_03_squashed' changes/bug19043 | 5 + src/common/crypto.c | 29 src/common/crypto.h

[tor-commits] [tor/master] Fix a "make check" regression in --list-fingerprint.

2016-12-14 Thread nickm
commit a675ef8eeabcd6c2ab05cfadc59a95de578be380 Author: Nick Mathewson Date: Wed Dec 14 15:39:31 2016 -0500 Fix a "make check" regression in --list-fingerprint. --- src/or/hs_circuitmap.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/or/hs_circuitmap.c b/s

[tor-commits] [tor/master] prop224: Add a changes file for v3 ESTABLISH_INTRO.

2016-12-14 Thread nickm
commit 7a204ae8f9c54c15e9bc05b9c2bd62c7e46d6ebb Author: George Kadianakis Date: Mon Sep 5 19:54:06 2016 +0300 prop224: Add a changes file for v3 ESTABLISH_INTRO. --- changes/bug19043 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug19043 b/changes/bug19043 new file mode

[tor-commits] [tor/master] prop224: Add unittests handling v3 ESTABLISH_INTRO cells.

2016-12-14 Thread nickm
commit 297213825b288c954e13c3bccb3b3210063d244a Author: George Kadianakis Date: Mon Sep 5 19:03:30 2016 +0300 prop224: Add unittests handling v3 ESTABLISH_INTRO cells. Test for both v2 and v3 ESTABLISH_INTRO handling. --- src/common/crypto_ed25519.c | 10 +- src/common/crypto_e

[tor-commits] [tor/master] Fix a few clang warnings.

2016-12-14 Thread nickm
commit a8ac2a62cb29bc9831bafc477927b31a3204af98 Author: Nick Mathewson Date: Wed Dec 14 16:01:27 2016 -0500 Fix a few clang warnings. --- src/or/hs_circuitmap.c | 4 ++-- src/test/test_hs_service.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/or/hs_circuit

[tor-commits] [tor/master] prop224: Use LOG_PROTOCOL_WARN instead of log_warn(LD_PROTOCOL, ...) in hs_intropoint.c

2016-12-14 Thread nickm
commit a4eb17ed89d4761146280490e838cf850bc81296 Author: David Goulet Date: Wed Dec 14 10:39:33 2016 -0500 prop224: Use LOG_PROTOCOL_WARN instead of log_warn(LD_PROTOCOL, ...) in hs_intropoint.c Signed-off-by: David Goulet --- src/or/hs_intropoint.c | 29 +++--

[tor-commits] [tor/master] prop224: Add code that generates ESTABLISH_INTRO cells.

2016-12-14 Thread nickm
commit c4c90d56b543887ee9bee6553725151b09891d8e Author: George Kadianakis Date: Mon Sep 5 18:58:19 2016 +0300 prop224: Add code that generates ESTABLISH_INTRO cells. Currently unused. It will only be used for creating ESTABLISH_INTRO cells in unittests :) --- src/or/hs_common.

[tor-commits] [tor/master] prop224 prepwork: Use of HS circuitmap in existing HS code.

2016-12-14 Thread nickm
commit 9192e5928c0b974ba7c1b908b6f2538cd6f56c79 Author: George Kadianakis Date: Mon Sep 5 18:54:59 2016 +0300 prop224 prepwork: Use of HS circuitmap in existing HS code. The new HS circuitmap API replaces old public functions as follows: circuit_clear_rend_token -> hs_circui

[tor-commits] [tor/master] prop224 prepwork: Introduce HMAC-SHA3 function.

2016-12-14 Thread nickm
commit b9010c8bf5f1231c51cd3c7b134ec8576a8f9de5 Author: George Kadianakis Date: Mon Sep 5 17:21:44 2016 +0200 prop224 prepwork: Introduce HMAC-SHA3 function. --- src/common/crypto.c| 22 ++ src/common/crypto.h| 3 +++ src/test/test_crypto.c | 43 +++

[tor-commits] [tor/master] prop224: Introduce the new introduction point code.

2016-12-14 Thread nickm
commit d7be1fd5197ad984d45c1d9a0a033a2b95a9fd9e Author: George Kadianakis Date: Wed Nov 2 11:37:50 2016 -0400 prop224: Introduce the new introduction point code. (pun not intended) Now our code supports both legacy and prop224 ESTABLISH_INTRO cells :) hs_intro_rec

[tor-commits] [tor/master] prpo224 prepwork: Decouple legacy ESTABLISH_INTRO creation logic.

2016-12-14 Thread nickm
commit b5b34e62f7fd86c242591dbbf852617a92bfc330 Author: George Kadianakis Date: Fri Sep 2 10:42:34 2016 +0200 prpo224 prepwork: Decouple legacy ESTABLISH_INTRO creation logic. This commit only moves code. --- src/or/rendservice.c | 64 --

[tor-commits] [sandboxed-tor-browser/master] Bug 20973: Silence Gdk warnings on systems with integrated png loader.

2016-12-14 Thread yawning
commit 0debf69a155c0c00aba63ddff0624506dcf115bf Author: Yawning Angel Date: Wed Dec 14 20:34:31 2016 + Bug 20973: Silence Gdk warnings on systems with integrated png loader. Simple enough. Do minor cleanups in the routine as well. --- ChangeLog

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2016-12-14 Thread translation
commit f8fe72512a37aa2de3deb45b5bacd109b4149bba Author: Translation commit bot Date: Wed Dec 14 19:18:27 2016 + Update translations for tor-browser-manual --- tr/tr.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tr/tr.po b/tr/tr.po index 753f91f..9b7

[tor-commits] [translation/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2016-12-14 Thread translation
commit 4e2c18a678770d2ca865333dc4e6a2a96ef9d102 Author: Translation commit bot Date: Wed Dec 14 19:18:18 2016 + Update translations for tails-greeter-2_completed --- de/de.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/de/de.po b/de/de.po index b8289a

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2016-12-14 Thread translation
commit 8a3354eab9346f6b10a34499478d4187a5d204c7 Author: Translation commit bot Date: Wed Dec 14 19:18:15 2016 + Update translations for tails-greeter-2 --- de/de.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/de/de.po b/de/de.po index b8289a4..500bc73

[tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties

2016-12-14 Thread translation
commit 3768a0e86f8be0253548adbc11cb4a4053be581f Author: Translation commit bot Date: Wed Dec 14 19:17:08 2016 + Update translations for torbutton-abouttorproperties --- de/abouttor.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/abouttor.properties b/d

[tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed

2016-12-14 Thread translation
commit 695ff419c37c791bd376d7fd5b377a464b8d294d Author: Translation commit bot Date: Wed Dec 14 19:17:13 2016 + Update translations for torbutton-abouttorproperties_completed --- de/abouttor.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/abouttor.prop

[tor-commits] [tor-ramdisk/master] Bumps for amd64 and x86

2016-12-14 Thread blueness
commit 81276b28eb5872ba318c628348d4dc1b416efc56 Author: Anthony G. Basile Date: Wed Dec 14 12:57:46 2016 -0500 Bumps for amd64 and x86 tor-0.2.8.11 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 52f593e..2aa48e0 100755 -

[tor-commits] [trac-email/master] Add quick fix to else case

2016-12-14 Thread hiro
commit ebce28f2f7bdaf3933550aed8d3852487034bef1 Author: hiromipaw Date: Wed Dec 14 15:37:46 2016 +0100 Add quick fix to else case --- notify.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notify.py b/notify.py index cf0bae0..0ae60b7 100755 --- a/notify.py +++ b/n

[tor-commits] [trac-email/master] Polish script

2016-12-14 Thread hiro
commit d3ce4bca377b5f6a06173e1bbc8176752112f832 Author: hiromipaw Date: Wed Dec 14 15:34:46 2016 +0100 Polish script --- notify.py | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/notify.py b/notify.py index 5d8f886..cf0bae0 100755 --- a/notify.py +++ b/no

[tor-commits] [trac-email/master] Remove not necessary file

2016-12-14 Thread hiro
commit 7b0416e2a9c83868a5fcf3e43dbb38787bfba933 Author: hiromipaw Date: Wed Dec 14 15:31:40 2016 +0100 Remove not necessary file --- map | 76 - 1 file changed, 76 deletions(-) diff --git a/map b/map deleted file mode 100

[tor-commits] [trac-email/master] Merge branch 'master' of ssh://git-rw.torproject.org/admin/trac/trac-email

2016-12-14 Thread hiro
commit 0981c44b54f35ee673af698b02963b277493c096 Merge: 853db90 0e500de Author: hiromipaw Date: Wed Dec 14 15:30:49 2016 +0100 Merge branch 'master' of ssh://git-rw.torproject.org/admin/trac/trac-email map | 76 + 1 file c

[tor-commits] [trac-email/master] Cleaning up script and improving gnupg management

2016-12-14 Thread hiro
commit 853db909039a1c4851ebdaf78f89bf3e4ce2efa2 Author: hiromipaw Date: Tue Dec 13 18:22:48 2016 +0100 Cleaning up script and improving gnupg management --- notify.py | 79 +++ 1 file changed, 49 insertions(+), 30 deletions(-) di

[tor-commits] [trac-email/master] Check key status

2016-12-14 Thread hiro
commit 0e500debccc81147df0770ea8ec81cc47879b496 Author: hiromipaw Date: Wed Dec 14 15:13:53 2016 +0100 Check key status --- map | 76 + 1 file changed, 76 insertions(+) diff --git a/map b/map new file mode 100755 index 00

[tor-commits] [trac-email/master] Remove GPG signature from message body

2016-12-14 Thread hiro
commit c7934342e84017e49cc2f98771b15b260fcb1b20 Author: hiromipaw Date: Wed Dec 14 14:14:38 2016 +0100 Remove GPG signature from message body --- notify.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notify.py b/notify.py index 9224231..5d8f886 100755 --- a/not

[tor-commits] [webwml/master] Adding Tor Browser sandbox to website

2016-12-14 Thread gk
commit 10c10f28a013a8b89f6a9ba2a4d969b4749e6e2c Author: Georg Koppen Date: Wed Dec 14 12:29:44 2016 + Adding Tor Browser sandbox to website --- include/versions.wmi | 1 + projects/en/torbrowser.wml | 27 +++ 2 files changed, 28 insertions(+) diff --git

[tor-commits] [webwml/master] Adding new Tor Browser alpha (6.5a6)

2016-12-14 Thread gk
commit 187d6039badfaa5b11e041b87aaefdc8d7e2d901 Author: Georg Koppen Date: Wed Dec 14 12:38:14 2016 + Adding new Tor Browser alpha (6.5a6) --- include/versions.wmi | 18 +- projects/torbrowser/RecommendedTBBVersions | 8 +++- 2 files changed,

[tor-commits] [webwml/master] Bug 20901: Switch pt-PT to pt-BR for Tor Browser alphas

2016-12-14 Thread gk
commit 51fbb79d7785d2b397a1b87b364c242f23bf06b5 Author: Georg Koppen Date: Wed Dec 14 12:08:56 2016 + Bug 20901: Switch pt-PT to pt-BR for Tor Browser alphas --- projects/en/torbrowser.wml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/projects/e

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2016-12-14 Thread translation
commit 7f98a82abb6502a85b1ed9494cc076e0e5631ea1 Author: Translation commit bot Date: Wed Dec 14 11:48:21 2016 + Update translations for tor-browser-manual --- es/es.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es/es.po b/es/es.po index 1e7f374..af5eec4 1

[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2016-12-14 Thread translation
commit fcd195dcbc281ec9536bfbe73584b0b38de0d619 Author: Translation commit bot Date: Wed Dec 14 11:48:25 2016 + Update translations for tor-browser-manual_completed --- es/es.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es/es.po b/es/es.po index 1e7f374.

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

2016-12-14 Thread translation
commit f681ec056f19f3cb53c7209cabe29482a2f85035 Author: Translation commit bot Date: Wed Dec 14 11:45:19 2016 + Update translations for whisperback_completed --- es/es.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/es.po b/es/es.po index d5abf29..935e7f7 1006

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

2016-12-14 Thread translation
commit 3d027d11dcde1f60ca9ccf07cff258cbe5fc307a Author: Translation commit bot Date: Wed Dec 14 11:45:16 2016 + Update translations for whisperback --- es/es.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/es.po b/es/es.po index d5abf29..935e7f7 100644 --- a/e

[tor-commits] [trac-email/master] Clean up scripts and set log messages

2016-12-14 Thread hiro
commit 5e70f3018f6515ab3a1165e2096dc6eb13d5dc6e Author: hiromipaw Date: Wed Dec 14 12:37:56 2016 +0100 Clean up scripts and set log messages --- notify.py | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/notify.py b/notify.py index 25992d4..9224231

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2016-12-14 Thread translation
commit e8e497070168189d21c6208978e33a8d2dcd78dc Author: Translation commit bot Date: Wed Dec 14 11:18:18 2016 + Update translations for tor-browser-manual --- bg/bg.po | 87 +--- 1 file changed, 78 insertions(+), 9 deletions(-

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2016-12-14 Thread translation
commit a7b316b58223cb065267ec668b90a9e651141cf2 Author: Translation commit bot Date: Wed Dec 14 08:19:55 2016 + Update translations for tor-browser-manual --- cy/cy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cy/cy.po b/cy/cy.po index fd73468..d20bb64 100644