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

2017-06-19 Thread translation
commit 6df2b62f7b0ad74fb9ecd3673a182a80330807bd Author: Translation commit bot Date: Tue Jun 20 05:45:41 2017 + Update translations for tails-greeter --- el/el.po | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/el/el.po

[tor-commits] [sandboxed-tor-browser/master] Fix the build being broken on Debian Jessie due to #22648.

2017-06-19 Thread yawning
commit 75faec7ba100845641422d72e47dffbdafe9c180 Author: Yawning Angel Date: Tue Jun 20 04:14:43 2017 + Fix the build being broken on Debian Jessie due to #22648. I guess I should have included this for completeness sake anyway, but it built fine on

[tor-commits] [chutney/master] Add a minimal network with a hidden service and an exit

2017-06-19 Thread teor
commit 72fa2618de0f40eab0ef15e6eca6d642c073c0db Author: teor Date: Mon Jun 19 17:01:00 2017 +1000 Add a minimal network with a hidden service and an exit Implements #22667. --- networks/hs-exit-min | 13 + 1 file changed, 13 insertions(+) diff

[tor-commits] [tor/master] Ensure that uint8_t is unsigned char

2017-06-19 Thread nickm
commit 027614c263b4a1ae6f74e3470723f97331af8baa Author: Taylor Yu Date: Fri May 26 17:04:52 2017 -0400 Ensure that uint8_t is unsigned char Many places in our code assume that uint8_t is the same type as unsigned char. Test this assumption in the

[tor-commits] [tor/master] Merge remote-tracking branch 'argonblue/bug22410'

2017-06-19 Thread nickm
commit c2e546aa23fd0de4bb75b909a5693fdd3bcbbb8d Merge: e01e4e0 027614c Author: Nick Mathewson Date: Mon Jun 19 15:30:23 2017 -0400 Merge remote-tracking branch 'argonblue/bug22410' changes/bug22410 | 4 configure.ac | 18 ++ 2 files

[tor-commits] [tor-messenger-build/master] Update README.md for Docker installation

2017-06-19 Thread sukhbir
commit 791495c71de77688b22c5ba7f234ea6519dc83bd Author: Sukhbir Singh Date: Mon Jun 19 14:17:45 2017 -0400 Update README.md for Docker installation --- README.md | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index

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

2017-06-19 Thread nickm
commit e01e4e0146a4618678b5ec8003e0f8a798b592e7 Merge: bf95d67 0379439 Author: Nick Mathewson Date: Mon Jun 19 14:16:21 2017 -0400 Merge branch 'ticket20575_031_01_squashed' changes/ticket20575 | 4 doc/tor.1.txt | 5 +++-- src/or/config.c | 7 +++

[tor-commits] [tor/master] refer to the correct version

2017-06-19 Thread nickm
commit 0379439fe89f7951415659b5fe2136e2a7fdc6ee Author: Nick Mathewson Date: Mon Jun 19 14:15:04 2017 -0400 refer to the correct version --- src/or/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/config.c b/src/or/config.c

[tor-commits] [tor/master] config: Deprecate HTTPProxy option

2017-06-19 Thread nickm
commit 3f807ec05866d0438d81c252ac43946cabd23233 Author: David Goulet Date: Tue Apr 25 09:11:49 2017 -0400 config: Deprecate HTTPProxy option Move the HTTPProxy option to the deprecated list so for now it will only warn users but feature is still in the

[tor-commits] [tor/master] Remove an XXXX RD comment that neither Roger or I understand. Closes 22420

2017-06-19 Thread nickm
commit bf95d678e86598c5200417e96d4d4069ace8b851 Author: Nick Mathewson Date: Mon Jun 19 14:06:07 2017 -0400 Remove an RD comment that neither Roger or I understand. Closes 22420 --- src/or/relay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/relay.c

[tor-commits] [tor/master] Merge remote-tracking branch 'arma/ticket22420'

2017-06-19 Thread nickm
commit f6946d7a823875211bd84cfa4565ed1b83b1dfc2 Merge: 32948eb 084b64b Author: Nick Mathewson Date: Mon Jun 19 14:03:57 2017 -0400 Merge remote-tracking branch 'arma/ticket22420' src/or/relay.c | 41 ++--- 1 file changed, 14

[tor-commits] [tor/master] simplify because relay_crypt_one_payload can't fail

2017-06-19 Thread nickm
commit 084b64ba2e0e4daeca794fcd32aaa3baa221563a Author: Roger Dingledine Date: Sun May 28 01:51:22 2017 -0400 simplify because relay_crypt_one_payload can't fail --- src/or/relay.c | 41 ++--- 1 file changed, 14 insertions(+), 27

[tor-commits] [tor/release-0.3.1] Merge branch 'maint-0.3.0' into maint-0.3.1

2017-06-19 Thread nickm
commit eff5e29404980a87b4618e8623c35a363af6cc04 Merge: 5641e27 71c7019 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.3.0' into maint-0.3.1 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/release-0.3.1] Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9

2017-06-19 Thread nickm
commit 1c64133cb3b9656fc37c1d8c91e1b4225f889428 Merge: cd7d006 59f2997 Author: Nick Mathewson Date: Mon Jun 19 13:50:49 2017 -0400 Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2

[tor-commits] [tor/release-0.3.0] Merge branch 'maint-0.3.0' into release-0.3.0

2017-06-19 Thread nickm
commit 1bf534c8b37d0f1608395e9362384afb1f4f7187 Merge: b4ae31e 71c7019 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.3.0' into release-0.3.0 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/release-0.3.1] Merge branch 'maint-0.2.9' into maint-0.3.0

2017-06-19 Thread nickm
commit 71c701927a27723f0bc9009a044a4bdece55f361 Merge: 493d9cd 1c64133 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.2.9' into maint-0.3.0 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/master] Merge branch 'maint-0.2.9' into maint-0.3.0

2017-06-19 Thread nickm
commit 71c701927a27723f0bc9009a044a4bdece55f361 Merge: 493d9cd 1c64133 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.2.9' into maint-0.3.0 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/release-0.3.0] Merge branch 'maint-0.2.9' into maint-0.3.0

2017-06-19 Thread nickm
commit 71c701927a27723f0bc9009a044a4bdece55f361 Merge: 493d9cd 1c64133 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.2.9' into maint-0.3.0 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/release-0.3.1] Permit the fchmod system call.

2017-06-19 Thread nickm
commit 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Author: Nick Mathewson Date: Fri Jun 16 14:03:02 2017 -0400 Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files

[tor-commits] [tor/release-0.2.9] Merge branch 'maint-0.2.9' into release-0.2.9

2017-06-19 Thread nickm
commit 78988f151d7706632a4b1e453667e35cc85c4b39 Merge: 486ac94 1c64133 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/maint-0.3.0] Merge branch 'maint-0.2.9' into maint-0.3.0

2017-06-19 Thread nickm
commit 71c701927a27723f0bc9009a044a4bdece55f361 Merge: 493d9cd 1c64133 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.2.9' into maint-0.3.0 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/release-0.3.0] Permit the fchmod system call.

2017-06-19 Thread nickm
commit 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Author: Nick Mathewson Date: Fri Jun 16 14:03:02 2017 -0400 Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files

[tor-commits] [tor/maint-0.3.1] Permit the fchmod system call.

2017-06-19 Thread nickm
commit 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Author: Nick Mathewson Date: Fri Jun 16 14:03:02 2017 -0400 Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files

[tor-commits] [tor/release-0.2.9] Permit the fchmod system call.

2017-06-19 Thread nickm
commit 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Author: Nick Mathewson Date: Fri Jun 16 14:03:02 2017 -0400 Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files

[tor-commits] [tor/master] Permit the fchmod system call.

2017-06-19 Thread nickm
commit 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Author: Nick Mathewson Date: Fri Jun 16 14:03:02 2017 -0400 Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files

[tor-commits] [tor/maint-0.3.1] Merge branch 'maint-0.3.0' into maint-0.3.1

2017-06-19 Thread nickm
commit eff5e29404980a87b4618e8623c35a363af6cc04 Merge: 5641e27 71c7019 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.3.0' into maint-0.3.1 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/master] Merge branch 'maint-0.3.0' into maint-0.3.1

2017-06-19 Thread nickm
commit eff5e29404980a87b4618e8623c35a363af6cc04 Merge: 5641e27 71c7019 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.3.0' into maint-0.3.1 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/master] Merge branch 'maint-0.3.1'

2017-06-19 Thread nickm
commit 32948ebc5484d766cbf6f561ed41665e5f2fc192 Merge: a3139c9 eff5e29 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.3.1' changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8 insertions(+)

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9

2017-06-19 Thread nickm
commit 1c64133cb3b9656fc37c1d8c91e1b4225f889428 Merge: cd7d006 59f2997 Author: Nick Mathewson Date: Mon Jun 19 13:50:49 2017 -0400 Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2

[tor-commits] [tor/maint-0.3.1] Merge branch 'maint-0.2.9' into maint-0.3.0

2017-06-19 Thread nickm
commit 71c701927a27723f0bc9009a044a4bdece55f361 Merge: 493d9cd 1c64133 Author: Nick Mathewson Date: Mon Jun 19 13:52:19 2017 -0400 Merge branch 'maint-0.2.9' into maint-0.3.0 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files changed, 8

[tor-commits] [tor/maint-0.3.0] Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9

2017-06-19 Thread nickm
commit 1c64133cb3b9656fc37c1d8c91e1b4225f889428 Merge: cd7d006 59f2997 Author: Nick Mathewson Date: Mon Jun 19 13:50:49 2017 -0400 Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2

[tor-commits] [tor/release-0.2.9] Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9

2017-06-19 Thread nickm
commit 1c64133cb3b9656fc37c1d8c91e1b4225f889428 Merge: cd7d006 59f2997 Author: Nick Mathewson Date: Mon Jun 19 13:50:49 2017 -0400 Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2

[tor-commits] [tor/release-0.3.0] Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9

2017-06-19 Thread nickm
commit 1c64133cb3b9656fc37c1d8c91e1b4225f889428 Merge: cd7d006 59f2997 Author: Nick Mathewson Date: Mon Jun 19 13:50:49 2017 -0400 Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2

[tor-commits] [tor/maint-0.3.1] Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9

2017-06-19 Thread nickm
commit 1c64133cb3b9656fc37c1d8c91e1b4225f889428 Merge: cd7d006 59f2997 Author: Nick Mathewson Date: Mon Jun 19 13:50:49 2017 -0400 Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9 changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2

[tor-commits] [tor/maint-0.2.9] Permit the fchmod system call.

2017-06-19 Thread nickm
commit 59f29970fa78bec8c01bd5f16edca8c24b8724f5 Author: Nick Mathewson Date: Fri Jun 16 14:03:02 2017 -0400 Permit the fchmod system call. Fixes bug 22516; bugfix on 0.2.5.4-alpha. --- changes/bug22516 | 5 + src/common/sandbox.c | 3 +++ 2 files

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

2017-06-19 Thread translation
commit d4beaaffeb53f342cf37381e5930e433600b87e6 Author: Translation commit bot Date: Mon Jun 19 17:45:33 2017 + Update translations for liveusb-creator_completed --- is/is.po | 840 ++- 1 file

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

2017-06-19 Thread translation
commit 8e73cad2ac51ddd0d5e0a4eeaedb49537c5fc5e4 Author: Translation commit bot Date: Mon Jun 19 17:45:29 2017 + Update translations for liveusb-creator --- is/is.po | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff

[tor-commits] [tor/master] Bump master to 0.3.2.0-alpha-dev. For 0.3.1, use maint-0.3.1

2017-06-19 Thread nickm
commit a3139c97506a2941e620b35423dffc3e513426c3 Author: Nick Mathewson Date: Mon Jun 19 11:57:44 2017 -0400 Bump master to 0.3.2.0-alpha-dev. For 0.3.1, use maint-0.3.1 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/master] Document more files in the datadirectory.

2017-06-19 Thread nickm
commit 5641e27ffbd1016ed88e05f10319a2b041b5e167 Author: Nick Mathewson Date: Mon Jun 19 09:57:57 2017 -0400 Document more files in the datadirectory. This improved list comes from the ls -R results that weasel and ln5 sent me. Thanks! ---

[tor-commits] [sandboxed-tor-browser/master] Bump the version to 0.0.9-dev.

2017-06-19 Thread yawning
commit e30227cd3d34674f693e8a710d8cec8fc378bf68 Author: Yawning Angel Date: Mon Jun 19 12:29:31 2017 + Bump the version to 0.0.9-dev. Though god knows if I'll do development again. --- ChangeLog| 2 ++ data/version | 2 +- 2 files changed, 3

[tor-commits] [sandboxed-tor-browser/master] Do the release ritual for sandboxed-tor-browser-0.0.8.

2017-06-19 Thread yawning
commit 2ea0b9f35a94405328b875d5b43ba87ebb2c Author: Yawning Angel Date: Mon Jun 19 12:26:46 2017 + Do the release ritual for sandboxed-tor-browser-0.0.8. --- ChangeLog| 2 +- data/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [sandboxed-tor-browser/master] Unbreak systems that don't have a ~/.Xauthority.

2017-06-19 Thread yawning
commit 07e4f45f9cf02085e9e2faccb7428927cb27b905 Author: Yawning Angel Date: Mon Jun 19 12:18:05 2017 + Unbreak systems that don't have a ~/.Xauthority. Fallout from #22648, broke on my Fedora VM that uses XWayland, works now. ---

[tor-commits] [sandboxed-tor-browser/master] Bug 22607: Make it clear that basically 0 active development is happening.

2017-06-19 Thread yawning
commit 4fa55007da81894e60f3ea9890c72ba9d7a37c30 Author: Yawning Angel Date: Mon Jun 19 12:11:44 2017 + Bug 22607: Make it clear that basically 0 active development is happening. No functional changes. --- ChangeLog | 1 + README.md | 2 ++ 2 files

[tor-commits] [sandboxed-tor-browser/master] Bug 22470: Resync the bridges.

2017-06-19 Thread yawning
commit 47da716196432ff5233ce5473946b842255b1a6b Author: Yawning Angel Date: Mon Jun 19 11:51:41 2017 + Bug 22470: Resync the bridges. Exactly what it says on the tin. --- ChangeLog | 1 + data/bridges.json | 8 +++- 2 files changed, 8

[tor-commits] [sandboxed-tor-browser/master] Bug 20776: Remove the X11 `MIT-SHM` workaround from the stub.

2017-06-19 Thread yawning
commit 6903227f8f0a1c06fe19aa26268195e47cc3b3b1 Author: Yawning Angel Date: Mon Jun 19 11:30:52 2017 + Bug 20776: Remove the X11 `MIT-SHM` workaround from the stub. ESR52 has the workarounds for the libcairo brain damage, and thanks to level. ---

[tor-commits] [sandboxed-tor-browser/master] Bug 22650: Make it clear that Pulse Audio is potentially dangerous to enable.

2017-06-19 Thread yawning
commit 9f016c247ab26362c3ba05ee8bb70fd306bfdd42 Author: Yawning Angel Date: Mon Jun 19 11:10:42 2017 + Bug 22650: Make it clear that Pulse Audio is potentially dangerous to enable. Per "Jann Horn of Google Project Zero", PulseAudio is a potential

[tor-commits] [sandboxed-tor-browser/master] Bug 22648: Prevent the "easy" to fix X11 related sandbox escapes.

2017-06-19 Thread yawning
commit 1bfbd7cc1cd60c9468f2e33a3d4816973f1fb2f5 Author: Yawning Angel Date: Wed Jun 14 10:19:28 2017 + Bug 22648: Prevent the "easy" to fix X11 related sandbox escapes. Per Jann Horn of Google Project Zero, there's a few trivial ways to do horrific

[tor-commits] [metrics-lib/master] Rename two parse* methods to verify*.

2017-06-19 Thread karsten
commit 0236dc77715c272e7201e6111b98fbe4af747a4b Author: Karsten Loesing Date: Mon Jun 19 11:42:18 2017 +0200 Rename two parse* methods to verify*. --- .../torproject/descriptor/impl/ExtraInfoDescriptorImpl.java | 2 +-

[tor-commits] [metrics-lib/master] Change encoding of microdescriptor digests in network status entries.

2017-06-19 Thread karsten
commit de9600a5dc937c4c453ed261266f38f21978f61e Author: Karsten Loesing Date: Sat Jun 17 21:20:01 2017 +0200 Change encoding of microdescriptor digests in network status entries. Fixes #22640. --- CHANGELOG.md

[tor-commits] [metrics-lib/master] Add a test for the encoding of microdescriptor digests in votes

2017-06-19 Thread karsten
commit 47a69b342faae83fcd70909c3f03129f7b133364 Author: Karsten Loesing Date: Sat Jun 17 21:18:11 2017 +0200 Add a test for the encoding of microdescriptor digests in votes --- .../descriptor/impl/RelayNetworkStatusVoteImplTest.java | 8 ++-- 1 file