[tor-commits] [webwml/master] Add Sarah to the people page

2018-07-17 Thread atagar
commit 159d733b6c1f78272540abc86db2357ffca20e84 Author: Damian Johnson Date: Tue Jul 17 15:58:00 2018 -0700 Add Sarah to the people page --- about/en/corepeople.wml | 40 images/people/sstevenson.png | Bin 0 -> 39263 bytes 2 files changed,

[tor-commits] [translation/support-tbb] Update translations for support-tbb

2018-07-17 Thread translation
commit 173b5dbc84b8bad3df92b442f24200716d9e2cd0 Author: Translation commit bot Date: Tue Jul 17 20:49:34 2018 + Update translations for support-tbb --- he.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/he.json b/he.json index 18483fbfa..235d289af 100644 ---

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

2018-07-17 Thread nickm
commit e2b744ce38edb8901cff3288634c4ebb5b4568b9 Merge: 12afdcc15 14b507e52 Author: Nick Mathewson Date: Tue Jul 17 16:19:32 2018 -0400 Merge branch 'bug25552_ope_squashed' changes/bug25552 | 5 + src/feature/dircommon/voting_schedule.c | 2 +-

[tor-commits] [tor/master] Set revision counter before uploading, not during building.

2018-07-17 Thread nickm
commit 4cfade2f4682fa2554f79b2edf51f9dde8f924dc Author: George Kadianakis Date: Thu Jul 12 16:51:31 2018 +0300 Set revision counter before uploading, not during building. We only build a descriptor once, and we just re-encode it (and change its intro points if needed) before

[tor-commits] [tor/master] Improve a log message.

2018-07-17 Thread nickm
commit 14b507e5207ce7e581c5fc773921f8cf65d08247 Author: George Kadianakis Date: Mon Jul 16 15:28:11 2018 +0300 Improve a log message. --- src/or/hs_service.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/or/hs_service.c b/src/or/hs_service.c index

[tor-commits] [tor/master] Make the OPE scheme return CRYPTO_OPE_ERROR on error.

2018-07-17 Thread nickm
commit 0140052a356cdcfe0e2da25aee6b8c376815528c Author: George Kadianakis Date: Tue Jul 10 20:10:22 2018 +0300 Make the OPE scheme return CRYPTO_OPE_ERROR on error. Instead of UINT64_MAX. --- src/lib/crypt_ops/crypto_ope.c | 5 +++-- src/lib/crypt_ops/crypto_ope.h | 2 ++

[tor-commits] [tor/master] Remove now useless rev counter state file code.

2018-07-17 Thread nickm
commit 1d2333405eed9ec616eaa3980db5c4b272bb5aa8 Author: George Kadianakis Date: Thu Jun 14 15:51:00 2018 +0300 Remove now useless rev counter state file code. We are not using the state file for rev counters anymore, we just generate them on the fly! --- src/or/hs_service.c

[tor-commits] [tor/master] Fix time source bug in sr_state_get_start_time_of_current_protocol_run().

2018-07-17 Thread nickm
commit 9e6235d290fce3eac4b9aa39da21a4f4479292c6 Author: George Kadianakis Date: Tue Jul 17 11:00:18 2018 -0400 Fix time source bug in sr_state_get_start_time_of_current_protocol_run(). The following bug was causing many issues for this branch in chutney: In

[tor-commits] [tor/master] Add changes file.

2018-07-17 Thread nickm
commit f00b7a7faa443d224dcd46dd7511f42763e64584 Author: George Kadianakis Date: Thu Jun 14 15:53:31 2018 +0300 Add changes file. --- changes/bug25552 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug25552 b/changes/bug25552 new file mode 100644 index

[tor-commits] [tor/master] Fix up some unittests by being more careful with the local time.

2018-07-17 Thread nickm
commit 2e8d4139a77111d5b24726e970744378dcb92baa Author: George Kadianakis Date: Thu Jun 14 15:38:46 2018 +0300 Fix up some unittests by being more careful with the local time. Now that the rev counter depends on the local time, we need to be more careful in the unittests.

[tor-commits] [tor/master] Compute OPE cipher structure only when needed.

2018-07-17 Thread nickm
commit d8b71609cb9c2ce15b6a26d11b2bcdedf15b915e Author: George Kadianakis Date: Tue Jul 17 12:03:18 2018 -0400 Compute OPE cipher structure only when needed. The OPE cipher is tied to the current blinded key which is tied to the current time period. Hence create the OPE

[tor-commits] [tor/master] Increase OPE_INPUT_MAX.

2018-07-17 Thread nickm
commit 34a5eb5904896cfbfb8c2729fe3b029fab6deb39 Author: George Kadianakis Date: Thu Jun 14 15:23:09 2018 +0300 Increase OPE_INPUT_MAX. --- src/lib/crypt_ops/crypto_ope.h | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/lib/crypt_ops/crypto_ope.h

[tor-commits] [tor/master] Introduce useful SRV funcs (start time of prev protocol run)

2018-07-17 Thread nickm
commit deec6913c5a30a568fd761c707867e2001646237 Author: George Kadianakis Date: Thu Jun 14 15:25:43 2018 +0300 Introduce useful SRV funcs (start time of prev protocol run) --- src/or/shared_random_client.c | 13 + src/or/shared_random_client.h | 1 + 2 files changed, 14

[tor-commits] [tor/master] Compute the description revision counter using the OPE scheme.

2018-07-17 Thread nickm
commit 05c362274b8d643a43f367d047699a88d30d667a Author: George Kadianakis Date: Thu Jun 14 15:35:59 2018 +0300 Compute the description revision counter using the OPE scheme. To do so for a given descriptor, we use the "seconds since the SR protocol run" started, for the SRV

[tor-commits] [tor/master] Implementation for a simple order-preserving encryption scheme.

2018-07-17 Thread nickm
commit 3a45f6ffe95d4c51e4ad4e14f468feb3f4bd6b1e Author: Nick Mathewson Date: Thu May 10 08:46:36 2018 -0400 Implementation for a simple order-preserving encryption scheme. This is meant for use when encrypting the current time within the period in order to get a monotonically

[tor-commits] [tor/master] Use approx_time() instead of time(NULL) in some HS functions.

2018-07-17 Thread nickm
commit 5fb6f656dfad3ddb178b76448742bfc3e2e834da Author: George Kadianakis Date: Thu Jun 14 15:38:14 2018 +0300 Use approx_time() instead of time(NULL) in some HS functions. These were breaking our unittests. --- src/or/hs_service.c | 2 +- src/or/voting_schedule.c | 2 +- 2

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

2018-07-17 Thread nickm
commit 304ee896d16dcc058a92998133ee77be24bfa735 Merge: 864564725 28d1057d5 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 499612420495da4a41b169d5478c19a8e80280d2 Merge: ea2103812 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/release-0.3.4] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-07-17 Thread nickm
commit 28d1057d5658a47dfcaa52c163e5861b4db5670a Merge: 710188f84 61a2762e3 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 1440c4598ce1ba26d80d6f078ba5a76bca7677fa Merge: 9e6f21c74 28d1057d5 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/release-0.3.4] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

[tor-commits] [tor/release-0.3.2] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

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

2018-07-17 Thread nickm
commit 8a49a44111e239aa1d2d0aa142ab1ae994715a56 Merge: 8747627d8 61a2762e3 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit a5b9200a14e94565f5e10e46a3a6e06dbbb44a0d Merge: b1212cd7b 304ee896d Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 28d1057d5658a47dfcaa52c163e5861b4db5670a Merge: 710188f84 61a2762e3 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/release-0.3.3] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/master] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-07-17 Thread nickm
commit 28d1057d5658a47dfcaa52c163e5861b4db5670a Merge: 710188f84 61a2762e3 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/maint-0.3.3] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/maint-0.3.4] Merge branch 'maint-0.3.3' into maint-0.3.4

2018-07-17 Thread nickm
commit 304ee896d16dcc058a92998133ee77be24bfa735 Merge: 864564725 28d1057d5 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/master] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

[tor-commits] [tor/maint-0.3.3] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-07-17 Thread nickm
commit 28d1057d5658a47dfcaa52c163e5861b4db5670a Merge: 710188f84 61a2762e3 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 12afdcc15a8429bcc50d9287321849b6fa924c2f Merge: 6fd301fa8 304ee896d Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.4' changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/master] Merge branch 'maint-0.3.3' into maint-0.3.4

2018-07-17 Thread nickm
commit 304ee896d16dcc058a92998133ee77be24bfa735 Merge: 864564725 28d1057d5 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/release-0.2.9] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

[tor-commits] [tor/maint-0.2.9] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

[tor-commits] [tor/maint-0.3.4] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

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

2018-07-17 Thread nickm
commit 61a2762e353f29b8b4402bf068e6268809174702 Merge: 98ee23ca1 6dafddd05 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.2 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/maint-0.3.2] SKIP test_keygen.sh on Windows until the underlying issue is resolved

2018-07-17 Thread nickm
commit 6dafddd05dcbf65626d7cff2250955d8799e975d Author: teor Date: Tue Jul 17 11:24:02 2018 +1000 SKIP test_keygen.sh on Windows until the underlying issue is resolved Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved.

[tor-commits] [tor/maint-0.3.4] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-07-17 Thread nickm
commit 28d1057d5658a47dfcaa52c163e5861b4db5670a Merge: 710188f84 61a2762e3 Author: Nick Mathewson Date: Tue Jul 17 14:56:52 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26830| 3 +++ src/test/test_keygen.sh | 8 2 files changed, 11 insertions(+)

[tor-commits] [tor/release-0.3.4] Fix build to work with --disable-unittests again

2018-07-17 Thread nickm
commit 86456472508276b3db4e7760aa1173f93316216f Author: rl1987 Date: Mon Jul 16 10:49:40 2018 + Fix build to work with --disable-unittests again --- changes/bug26789 | 4 ++ scripts/codegen/fuzzing_include_am.py | 8 src/test/fuzz/include.am |

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

2018-07-17 Thread nickm
commit b1212cd7ba949f2328b9c09ed7498535381bdf19 Merge: 0d3d2f2e1 864564725 Author: Nick Mathewson Date: Tue Jul 17 14:49:23 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 changes/bug26789 | 4 ++ scripts/codegen/fuzzing_include_am.py | 8

[tor-commits] [tor/master] Merge remote-tracking branch 'rl1987/bug26789'

2018-07-17 Thread nickm
commit 6fd301fa8a1219ac5f00342a1886cf8692912c0b Merge: 4833717d6 d663ef985 Author: Nick Mathewson Date: Tue Jul 17 14:47:56 2018 -0400 Merge remote-tracking branch 'rl1987/bug26789' Makefile.am | 6 ++ 1 file changed, 6 insertions(+) ___

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

2018-07-17 Thread nickm
commit 4833717d69fee558d55f6e853a22a5e8199357a2 Merge: c7dcf252f 864564725 Author: Nick Mathewson Date: Tue Jul 17 14:46:16 2018 -0400 Merge branch 'maint-0.3.4' changes/bug26789 | 4 ++ scripts/codegen/fuzzing_include_am.py | 8 src/test/fuzz/include.am

[tor-commits] [tor/master] Fix build to work with --disable-unittests again

2018-07-17 Thread nickm
commit d663ef9858060c6dde4dfb84fcde07ebe1f347d0 Author: rl1987 Date: Mon Jul 16 10:49:40 2018 + Fix build to work with --disable-unittests again --- Makefile.am | 6 +++ changes/bug26789 | 4 ++ scripts/codegen/fuzzing_include_am.py |

[tor-commits] [tor/master] Fix build to work with --disable-unittests again

2018-07-17 Thread nickm
commit 86456472508276b3db4e7760aa1173f93316216f Author: rl1987 Date: Mon Jul 16 10:49:40 2018 + Fix build to work with --disable-unittests again --- changes/bug26789 | 4 ++ scripts/codegen/fuzzing_include_am.py | 8 src/test/fuzz/include.am |

[tor-commits] [tor/maint-0.3.4] Fix build to work with --disable-unittests again

2018-07-17 Thread nickm
commit 86456472508276b3db4e7760aa1173f93316216f Author: rl1987 Date: Mon Jul 16 10:49:40 2018 + Fix build to work with --disable-unittests again --- changes/bug26789 | 4 ++ scripts/codegen/fuzzing_include_am.py | 8 src/test/fuzz/include.am |

[tor-commits] [tor/master] Merge remote-tracking branch 'ahf-github/bugs/26437'

2018-07-17 Thread nickm
commit c7dcf252fd509714d7607d89b7416ffb313d8365 Merge: 5aaea38d8 46501cdd1 Author: Nick Mathewson Date: Tue Jul 17 14:33:31 2018 -0400 Merge remote-tracking branch 'ahf-github/bugs/26437' changes/bug26437 | 3 +++ src/ext/tinytest.c | 2 +- 2 files changed, 4 insertions(+), 1

[tor-commits] [tor/master] Fix forking tests on Windows when there is a space in the path.

2018-07-17 Thread nickm
commit 46501cdd1821812c8ec5a0008af3dca6365f5b96 Author: Alexander Færøy Date: Thu Jun 21 04:32:42 2018 +0200 Fix forking tests on Windows when there is a space in the path. See: https://bugs.torproject.org/26437 --- changes/bug26437 | 3 +++ src/ext/tinytest.c | 2 +- 2 files

[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2018-07-17 Thread translation
commit 5cca964985976fe0bddda2ff677a68d92d26e33a Author: Translation commit bot Date: Tue Jul 17 17:18:06 2018 + Update translations for tails-openpgp-applet --- pt_BR/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt_BR/openpgp-applet.pot

[tor-commits] [translation/tails-openpgp-applet_completed] Update translations for tails-openpgp-applet_completed

2018-07-17 Thread translation
commit ef58cd5bff466a6f6a24d3c3ac21b091676e6740 Author: Translation commit bot Date: Tue Jul 17 17:18:11 2018 + Update translations for tails-openpgp-applet_completed --- pt_BR/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2018-07-17 Thread translation
commit 186132e791010d59dc34acb0e863cce9bfdaf283 Author: Translation commit bot Date: Tue Jul 17 16:45:13 2018 + Update translations for bridgedb_completed --- pt_BR/LC_MESSAGES/bridgedb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2018-07-17 Thread translation
commit 4350a942ee8833f1f60e869e162d911140b34661 Author: Translation commit bot Date: Tue Jul 17 16:45:05 2018 + Update translations for bridgedb --- pt_BR/LC_MESSAGES/bridgedb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt_BR/LC_MESSAGES/bridgedb.po

[tor-commits] [torspec/master] dir-spec: specify failure modes for the bandwdith file headers vote line

2018-07-17 Thread nickm
commit 2cce07d59a5391f8b6d9e1c8805ce1889b15f127 Author: teor Date: Mon Jul 16 13:24:35 2018 +1000 dir-spec: specify failure modes for the bandwdith file headers vote line Closes 26799. --- dir-spec.txt | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Merge remote-tracking branch 'teor/bug26799'

2018-07-17 Thread nickm
commit 1fb4cb58e98af3d4ac153efe6d0ddc43665d9a74 Merge: c0b2dc9 2cce07d Author: Nick Mathewson Date: Tue Jul 17 08:49:30 2018 -0400 Merge remote-tracking branch 'teor/bug26799' dir-spec.txt | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

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

2018-07-17 Thread translation
commit c498161c4f6654cd009a7773d8c82450171c7fb5 Author: Translation commit bot Date: Tue Jul 17 12:48:43 2018 + Update translations for exoneratorproperties_completed --- nl/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-07-17 Thread translation
commit a5ea30754cb08fda5a742180b23bd661caa68556 Author: Translation commit bot Date: Tue Jul 17 12:48:37 2018 + Update translations for exoneratorproperties --- nl/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/exonerator.properties

[tor-commits] [torspec/master] Edit bandwidth file URL proposal

2018-07-17 Thread nickm
commit 96145da5e224e85161a83bc26c0b57685da2d9eb Author: juga0 Date: Tue Jul 10 12:11:42 2018 + Edit bandwidth file URL proposal * Correct URL with the one in the dir-spec * Replace bwauth vote/raw file by bandwidth list file * Update compatibility, the format has a

[tor-commits] [torspec/master] Call it prop296

2018-07-17 Thread nickm
commit c0b2dc9f17e0da69f065ccd06ba27645396cd3a1 Author: Nick Mathewson Date: Tue Jul 17 08:46:18 2018 -0400 Call it prop296 --- proposals/000-index.txt | 2 ++ ...{xxx-expose-bandwidth-files.txt => 296-expose-bandwidth-files.txt} | 4 ++-- 2

[tor-commits] [torspec/master] Have Directory Authorities expose bandwidth files

2018-07-17 Thread nickm
commit 58d3cb9cc2e7d3e2600365eed34f7b2ad7c8813f Author: juga0 Date: Tue Jul 10 12:05:50 2018 + Have Directory Authorities expose bandwidth files Proposal sent to tor-dev maling list by Tom Ritter. (https://lists.torproject.org/pipermail/tor-dev/2017-December/012677.html)

[tor-commits] [torspec/master] Merge remote-tracking branch 'teor/ticket21377-squashed'

2018-07-17 Thread nickm
commit b3abfdffeef063a3672679fb092a4d9ff08a605b Merge: d31c33c d29d9ad Author: Nick Mathewson Date: Tue Jul 17 08:45:48 2018 -0400 Merge remote-tracking branch 'teor/ticket21377-squashed' dir-spec.txt | 35 ++---

[tor-commits] [torspec/master] bandwidth: edit bandwidth URL dir-spec and proposal

2018-07-17 Thread nickm
commit d29d9ada0bf86167edc647285534b8d75890a593 Author: teor Date: Mon Jul 16 10:16:18 2018 +1000 bandwidth: edit bandwidth URL dir-spec and proposal * dir-spec: don't post bandwidth files to other authorities * dir-spec: add URL for current bandwidth file * dir-spec:

[tor-commits] [torspec/master] Authorities expose bandwidth file used in votes

2018-07-17 Thread nickm
commit 365d371ab5942051257f86214b215601583c22f0 Author: juga0 Date: Mon Jul 9 10:53:57 2018 + Authorities expose bandwidth file used in votes In a similar ways as authorities expose the votes for the next consensus. This way it can be archived by CollectTor ---

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

2018-07-17 Thread translation
commit a05148809febebba31428b152a4a4e99f204d298 Author: Translation commit bot Date: Tue Jul 17 12:16:44 2018 + Update translations for tails-misc_completed --- bn_BD.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bn_BD.po b/bn_BD.po index

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

2018-07-17 Thread translation
commit e99a0e06b4163f2bdb94f392695f2888b50e1c4c Author: Translation commit bot Date: Tue Jul 17 12:16:39 2018 + Update translations for tails-misc --- bn_BD.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bn_BD.po b/bn_BD.po index 5bd49b09f..a295ba5ce

[tor-commits] [translation/support-tormobile_completed] Update translations for support-tormobile_completed

2018-07-17 Thread translation
commit 710c31959b0a20519644533bded40e8487a29e47 Author: Translation commit bot Date: Tue Jul 17 11:49:53 2018 + Update translations for support-tormobile_completed --- nl.json | 32 1 file changed, 32 insertions(+) diff --git a/nl.json b/nl.json new

[tor-commits] [translation/support-tormobile] Update translations for support-tormobile

2018-07-17 Thread translation
commit 2a2bba515a64737f7dc038912f14072a378871f4 Author: Translation commit bot Date: Tue Jul 17 11:49:49 2018 + Update translations for support-tormobile --- nl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nl.json b/nl.json index 68ff6cb9b..894719bed

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

2018-07-17 Thread translation
commit 9bbd28fcdd3c120140b645b45e2386cd9680105b Author: Translation commit bot Date: Tue Jul 17 11:46:38 2018 + Update translations for tails-misc --- bn_BD.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bn_BD.po b/bn_BD.po index d2c760eff..5bd49b09f 100644

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

2018-07-17 Thread translation
commit bb75fcb0183d945fa37730c24da35a6de70bf311 Author: Translation commit bot Date: Tue Jul 17 11:46:44 2018 + Update translations for tails-misc_completed --- bn_BD.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bn_BD.po b/bn_BD.po index

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

2018-07-17 Thread translation
commit e15b8d349d2de2ef8374fb69b52d2029e3c607ab Author: Translation commit bot Date: Tue Jul 17 11:17:12 2018 + Update translations for torbutton-torbuttonproperties --- nl/torbutton.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2018-07-17 Thread translation
commit 2920a48fa79792fe8445cd1da95dd56bdd937fde Author: Translation commit bot Date: Tue Jul 17 11:15:39 2018 + Update translations for https_everywhere_completed --- nl/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/ssl-observatory.dtd

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

2018-07-17 Thread translation
commit ccba4ac7e602928b0b2f1d65c74425eb050b812c Author: Translation commit bot Date: Tue Jul 17 11:15:30 2018 + Update translations for https_everywhere --- nl/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/ssl-observatory.dtd

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

2018-07-17 Thread translation
commit 5c1225df581b6b093be36a2831dfd49d8e2d413f Author: Translation commit bot Date: Tue Jul 17 10:45:31 2018 + Update translations for https_everywhere --- nl/https-everywhere.dtd | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

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

2018-07-17 Thread translation
commit a473a70322245ea058f343c23be4c3f1d63d173f Author: Translation commit bot Date: Tue Jul 17 10:45:40 2018 + Update translations for https_everywhere_completed --- nl/https-everywhere.dtd | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git

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

2018-07-17 Thread translation
commit b3a98493d714ca4acaccbf86cafd38546fb229b7 Author: Translation commit bot Date: Tue Jul 17 09:47:24 2018 + Update translations for torbutton-torbuttondtd_completed --- id/torbutton.dtd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/id/torbutton.dtd

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

2018-07-17 Thread translation
commit 6d8f64566481e6a7bf7640b07fd0c3ee9e87b092 Author: Translation commit bot Date: Tue Jul 17 09:47:19 2018 + Update translations for torbutton-torbuttondtd --- id/torbutton.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id/torbutton.dtd

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

2018-07-17 Thread translation
commit 2e1fa2a4c06b19183f638c4bdb636215145c4dde Author: Translation commit bot Date: Tue Jul 17 09:47:14 2018 + Update translations for torbutton-torbuttonproperties_completed --- id/torbutton.properties | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

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

2018-07-17 Thread translation
commit 2370a404d3efad40af1db624354f14b4bbab86a8 Author: Translation commit bot Date: Tue Jul 17 09:47:09 2018 + Update translations for torbutton-torbuttonproperties --- id/torbutton.properties | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2018-07-17 Thread translation
commit 6099605f657ccbc9dab6474fb0cb3f5c41aec311 Author: Translation commit bot Date: Tue Jul 17 09:45:39 2018 + Update translations for https_everywhere_completed --- id/https-everywhere.dtd | 6 +++--- id/ssl-observatory.dtd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)

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

2018-07-17 Thread translation
commit 323c4e7bc00409604aadc99b44509d9ae5d5fd34 Author: Translation commit bot Date: Tue Jul 17 09:45:30 2018 + Update translations for https_everywhere --- id/https-everywhere.dtd | 6 +++--- id/ssl-observatory.dtd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [torbutton/master] Bug 26590: Use new svg.disabled pref in security slider

2018-07-17 Thread gk
commit 54c64d2ea862873a42e6049e2e1aa2bc4a5b2b27 Author: Arthur Edelstein Date: Mon Jul 16 10:28:09 2018 -0700 Bug 26590: Use new svg.disabled pref in security slider Updates from Tor Browser's old "svg.in-content.enabled" pref to Firefox's new built-in "svg.disabled". ---

[tor-commits] [translation/support-tbb] Update translations for support-tbb

2018-07-17 Thread translation
commit 3831dbdfd4b7d8f9a5c75104282c6faf1ee7b182 Author: Translation commit bot Date: Tue Jul 17 09:19:33 2018 + Update translations for support-tbb --- de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de.json b/de.json index 04c0a9aac..98fecae4d 100644 ---

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

2018-07-17 Thread translation
commit 6165079fd91bace4faaf15f31a8f28f616754761 Author: Translation commit bot Date: Tue Jul 17 09:18:35 2018 + Update translations for exoneratorproperties --- bn_BD/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2018-07-17 Thread translation
commit 6f201f34aa3e0a602733d920458e26713c402772 Author: Translation commit bot Date: Tue Jul 17 09:18:40 2018 + Update translations for exoneratorproperties_completed --- bn_BD/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2018-07-17 Thread translation
commit 82934e2d96d415a14f4d22a8b66760552f254b91 Author: Translation commit bot Date: Tue Jul 17 09:15:38 2018 + Update translations for https_everywhere_completed --- id/https-everywhere.dtd | 1 + 1 file changed, 1 insertion(+) diff --git a/id/https-everywhere.dtd

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

2018-07-17 Thread translation
commit 7ecbf9b810995c4f2ab9428443dbdacb22bf4490 Author: Translation commit bot Date: Tue Jul 17 09:15:30 2018 + Update translations for https_everywhere --- id/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id/https-everywhere.dtd

[tor-commits] [translation/support-tbb] Update translations for support-tbb

2018-07-17 Thread translation
commit 7959f43b511bee62a5a0e3b55e536a1f406490be Author: Translation commit bot Date: Tue Jul 17 08:49:35 2018 + Update translations for support-tbb --- bn_BD.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bn_BD.json b/bn_BD.json index c4b54e0e2..e1e340497

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

2018-07-17 Thread translation
commit 3062e4dcfde5a51d176591a025d7a6dcbc0dc677 Author: Translation commit bot Date: Tue Jul 17 08:46:08 2018 + Update translations for torbirdy_completed --- bn_BD/torbirdy.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bn_BD/torbirdy.properties

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

2018-07-17 Thread translation
commit 3509280fd870682000619c6fff66c5d4019b9a7b Author: Translation commit bot Date: Tue Jul 17 08:46:02 2018 + Update translations for torbirdy --- bn_BD/torbirdy.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bn_BD/torbirdy.properties

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

2018-07-17 Thread translation
commit 49708a4a5d6494db0bdb2749db97a6798ce355a9 Author: Translation commit bot Date: Tue Jul 17 08:45:26 2018 + Update translations for whisperback_completed --- bn_BD/bn_BD.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bn_BD/bn_BD.po

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

2018-07-17 Thread translation
commit ccf42ac97639d3cb61a1401d56e743818e4de6a2 Author: Translation commit bot Date: Tue Jul 17 08:45:21 2018 + Update translations for whisperback --- bn_BD/bn_BD.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bn_BD/bn_BD.po b/bn_BD/bn_BD.po

[tor-commits] [translation/support-miscellaneous] Update translations for support-miscellaneous

2018-07-17 Thread translation
commit 59e1711869be50cf39e6ab8a942eb32ff5e8d4ba Author: Translation commit bot Date: Tue Jul 17 08:19:20 2018 + Update translations for support-miscellaneous --- bn_BD.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bn_BD.json b/bn_BD.json index