[tor-commits] [sandboxed-tor-browser/master] More seccomp improvements.

2016-12-05 Thread yawning
commit 45e252e604150054a483bde5fc43303b8dc14339 Author: Yawning Angel Date: Mon Dec 5 23:32:48 2016 + More seccomp improvements. * Fail with an error on ENOSYS. * Remove socketcall from the 286 whitelists, libseccomp should handle that for

[tor-commits] [webwml/master] Add note explaining a redirect

2016-12-05 Thread sebastian
commit 4febd93ed15ea04d7a1effad8c3173809fa1dff2 Author: Sebastian Hahn Date: Mon Dec 5 21:39:12 2016 +0100 Add note explaining a redirect --- .htaccess | 4 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index e45402c..638c2ee 100644 ---

[tor-commits] [webwml/master] Add another desired quality to job posting

2016-12-05 Thread sebastian
commit 1a14eca4a8b5b44638a310fa68976b00d866a8d7 Author: Sebastian Hahn Date: Mon Dec 5 21:39:50 2016 +0100 Add another desired quality to job posting --- about/en/jobs-coredev.wml | 1 + 1 file changed, 1 insertion(+) diff --git a/about/en/jobs-coredev.wml

[tor-commits] [tor/master] Merge remote-tracking branch 'chelseakomlo/20717_hashing_api_bug'

2016-12-05 Thread nickm
commit f92630941ab8f6d79d23acc921eb780202b65e3b Merge: 3f295bb 1ca7774 Author: Nick Mathewson Date: Mon Dec 5 10:27:16 2016 -0500 Merge remote-tracking branch 'chelseakomlo/20717_hashing_api_bug' changes/ticket20717| 4 src/common/crypto.c| 40

[tor-commits] [tor/master] adds changes file

2016-12-05 Thread nickm
commit 1ca777474b858acfa97137c155488a78006d494b Author: Chelsea H. Komlo Date: Sun Nov 20 20:00:24 2016 -0500 adds changes file --- changes/ticket20717 | 4 1 file changed, 4 insertions(+) diff --git a/changes/ticket20717 b/changes/ticket20717 new file mode

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

2016-12-05 Thread nickm
commit daeb633825920ca99830c75a79d9a7d4ed211a13 Author: Nick Mathewson Date: Mon Dec 5 10:31:10 2016 -0500 whitespace fix --- src/common/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/crypto.c b/src/common/crypto.c index

[tor-commits] [tor/master] Fix a couple more crypto_digest() calls to be explicit < 0

2016-12-05 Thread nickm
commit 41adfd6fa38bf94bc7d71174dbaf7f32a41a64ec Author: Nick Mathewson Date: Mon Dec 5 10:31:31 2016 -0500 Fix a couple more crypto_digest() calls to be explicit < 0 --- src/or/routerparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] crypto_digest256 returns expected error value of -1

2016-12-05 Thread nickm
commit 9d9110f65db8af5ea4ddf93b01a099eb53e9b59f Author: Chelsea H. Komlo Date: Thu Nov 17 22:58:36 2016 -0500 crypto_digest256 returns expected error value of -1 --- src/common/crypto.c| 14 ++ src/or/routerparse.c | 2 +- src/or/shared_random.c

[tor-commits] [tor/master] crypto_digest returns expected error value of -1

2016-12-05 Thread nickm
commit 276d07a88a3b595aff9e28c7f1862563d2751b55 Author: Chelsea H. Komlo Date: Thu Nov 17 22:45:24 2016 -0500 crypto_digest returns expected error value of -1 --- src/common/crypto.c | 10 ++ src/or/rendservice.c | 2 +- src/or/routerparse.c | 2 +- 3

[tor-commits] [tor/master] crypto_digest512 returns expected error value of -1

2016-12-05 Thread nickm
commit e01b09d5cecac33fa8633a18982560e34a67ee88 Author: Chelsea H. Komlo Date: Thu Nov 17 23:02:39 2016 -0500 crypto_digest512 returns expected error value of -1 --- src/common/crypto.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff

[tor-commits] [tor/release-0.2.9] 20865: Don't use getentropy() on OSX Sierra.

2016-12-05 Thread nickm
commit 714aeedc5278fe50fb2b9ccafeefa4270eaf3391 Author: Nick Mathewson Date: Mon Dec 5 09:37:03 2016 -0500 20865: Don't use getentropy() on OSX Sierra. Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to

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

2016-12-05 Thread nickm
commit 3f295bbef1d0d2cc495a963b858d211a85498ba3 Merge: 5923418 30f0516 Author: Nick Mathewson Date: Mon Dec 5 10:07:09 2016 -0500 Merge branch 'maint-0.2.9' ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2016-12-05 Thread nickm
commit cc34ba1cecc7733bf69a6fee9e6ecf2ac8661b7e Merge: 2a36541 714aeed Author: Nick Mathewson Date: Mon Dec 5 10:06:16 2016 -0500 Merge branch 'getentropy_028' into maint-0.2.8 changes/bug20865| 7 +++ src/common/crypto.c | 9 + 2 files changed, 16

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

2016-12-05 Thread nickm
commit cc34ba1cecc7733bf69a6fee9e6ecf2ac8661b7e Merge: 2a36541 714aeed Author: Nick Mathewson Date: Mon Dec 5 10:06:16 2016 -0500 Merge branch 'getentropy_028' into maint-0.2.8 changes/bug20865| 7 +++ src/common/crypto.c | 9 + 2 files changed, 16

[tor-commits] [tor/maint-0.2.8] Merge branch 'getentropy_028' into maint-0.2.8

2016-12-05 Thread nickm
commit cc34ba1cecc7733bf69a6fee9e6ecf2ac8661b7e Merge: 2a36541 714aeed Author: Nick Mathewson Date: Mon Dec 5 10:06:16 2016 -0500 Merge branch 'getentropy_028' into maint-0.2.8 changes/bug20865| 7 +++ src/common/crypto.c | 9 + 2 files changed, 16

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

2016-12-05 Thread nickm
commit cc34ba1cecc7733bf69a6fee9e6ecf2ac8661b7e Merge: 2a36541 714aeed Author: Nick Mathewson Date: Mon Dec 5 10:06:16 2016 -0500 Merge branch 'getentropy_028' into maint-0.2.8 changes/bug20865| 7 +++ src/common/crypto.c | 9 + 2 files changed, 16

[tor-commits] [tor/maint-0.2.9] 20865: Don't use getentropy() on OSX Sierra.

2016-12-05 Thread nickm
commit 714aeedc5278fe50fb2b9ccafeefa4270eaf3391 Author: Nick Mathewson Date: Mon Dec 5 09:37:03 2016 -0500 20865: Don't use getentropy() on OSX Sierra. Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to

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

2016-12-05 Thread nickm
commit 99683ee561e065c4350e713eec3d2d8cd67325dd Merge: 5032489 30f0516 Author: Nick Mathewson Date: Mon Dec 5 10:07:04 2016 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 ___ tor-commits mailing list

[tor-commits] [tor/master] 20865: Don't use getentropy() on OSX Sierra.

2016-12-05 Thread nickm
commit 714aeedc5278fe50fb2b9ccafeefa4270eaf3391 Author: Nick Mathewson Date: Mon Dec 5 09:37:03 2016 -0500 20865: Don't use getentropy() on OSX Sierra. Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to

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

2016-12-05 Thread nickm
commit 30f05167f1b1dd26427a80db6494842f40049cb7 Merge: cf2f36b cc34ba1 Author: Nick Mathewson Date: Mon Dec 5 10:06:45 2016 -0500 Merge branch 'maint-0.2.8' into maint-0.2.9 ___ tor-commits mailing list

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

2016-12-05 Thread nickm
commit 30f05167f1b1dd26427a80db6494842f40049cb7 Merge: cf2f36b cc34ba1 Author: Nick Mathewson Date: Mon Dec 5 10:06:45 2016 -0500 Merge branch 'maint-0.2.8' into maint-0.2.9 ___ tor-commits mailing list

[tor-commits] [tor/master] Merge branch 'getentropy_028' into maint-0.2.8

2016-12-05 Thread nickm
commit cc34ba1cecc7733bf69a6fee9e6ecf2ac8661b7e Merge: 2a36541 714aeed Author: Nick Mathewson Date: Mon Dec 5 10:06:16 2016 -0500 Merge branch 'getentropy_028' into maint-0.2.8 changes/bug20865| 7 +++ src/common/crypto.c | 9 + 2 files changed, 16

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

2016-12-05 Thread nickm
commit 212d984dc50668adbbd770d4af9185ca8bcaefbf Merge: 5b336f2 cc34ba1 Author: Nick Mathewson Date: Mon Dec 5 10:06:25 2016 -0500 Merge branch 'maint-0.2.8' into release-0.2.8 changes/bug20865| 7 +++ src/common/crypto.c | 9 + 2 files changed, 16

[tor-commits] [tor/release-0.2.8] 20865: Don't use getentropy() on OSX Sierra.

2016-12-05 Thread nickm
commit 714aeedc5278fe50fb2b9ccafeefa4270eaf3391 Author: Nick Mathewson Date: Mon Dec 5 09:37:03 2016 -0500 20865: Don't use getentropy() on OSX Sierra. Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to

[tor-commits] [tor/maint-0.2.8] 20865: Don't use getentropy() on OSX Sierra.

2016-12-05 Thread nickm
commit 714aeedc5278fe50fb2b9ccafeefa4270eaf3391 Author: Nick Mathewson Date: Mon Dec 5 09:37:03 2016 -0500 20865: Don't use getentropy() on OSX Sierra. Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to

[tor-commits] [tor/master] Merge remote-tracking branch 'jryans/service_is_ephemeral'

2016-12-05 Thread nickm
commit 5923418effc9a34176c07761d4540f338c2f1e03 Merge: f96f4c0 63d3ba9 Author: Nick Mathewson Date: Mon Dec 5 08:57:00 2016 -0500 Merge remote-tracking branch 'jryans/service_is_ephemeral' changes/20853| 4 src/or/rendservice.c | 44

[tor-commits] [tor/master] Use `rend_service_is_ephemeral` for all service checks in `rendservice.c`

2016-12-05 Thread nickm
commit 63d3ba96f973735ded16e78bd0b8406b6fcdec35 Author: J. Ryan Stinnett Date: Fri Dec 2 23:10:28 2016 -0600 Use `rend_service_is_ephemeral` for all service checks in `rendservice.c` Fixes #20853. --- changes/20853| 4 src/or/rendservice.c | 44

[tor-commits] [tor/master] extract magic numbers in circuituse.c

2016-12-05 Thread nickm
commit cfb8363da9210ba3df92a0b6a572b8c3c5adcf9b Author: Chelsea H. Komlo Date: Sun Oct 23 10:51:09 2016 -0500 extract magic numbers in circuituse.c --- changes/ticket18873 | 1 + src/or/circuituse.c | 23 +++ 2 files changed, 20 insertions(+),

[tor-commits] [tor/master] fix up spacing/style in needs_circuits_for_build

2016-12-05 Thread nickm
commit 2331e70d2d47b4d883aaee6e503ca93ada9ea16c Author: Chelsea H. Komlo Date: Tue Nov 22 16:00:59 2016 -0500 fix up spacing/style in needs_circuits_for_build --- src/or/circuituse.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/master] Refactor circuit_predict_and_launch_new

2016-12-05 Thread nickm
commit afb6ae7b0fb87550c12e09e5eb7c2a09e675909d Author: Chelsea H. Komlo Date: Fri Oct 14 07:00:35 2016 -0500 Refactor circuit_predict_and_launch_new --- changes/ticket18873| 2 + src/or/circuitbuild.c | 6 +- src/or/circuitbuild.h | 5 +-

[tor-commits] [tor/master] adding documentation to extracted unit test helper

2016-12-05 Thread nickm
commit c86bbdd3aea050537dfe659013c1db2aa481bf06 Author: Chelsea H. Komlo Date: Mon Nov 21 13:30:25 2016 -0500 adding documentation to extracted unit test helper --- src/test/test_helpers.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[tor-commits] [tor/master] moving useful test helper to test_helpers.h

2016-12-05 Thread nickm
commit b95998ef0c31c78a9952621eb1f7365ceb1d2c84 Author: Chelsea H. Komlo Date: Sun Oct 16 06:40:37 2016 -0500 moving useful test helper to test_helpers.h --- changes/ticket18873 | 3 +++ src/test/test_helpers.c | 21 +

[tor-commits] [tor/master] adding better comments for defines

2016-12-05 Thread nickm
commit f83ed31089a19c6c74f8bde32b65ab7b46940327 Author: Chelsea H. Komlo Date: Tue Nov 22 14:57:19 2016 -0500 adding better comments for defines --- src/or/circuituse.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/master] re-add check for if circuit is an origin circuit

2016-12-05 Thread nickm
commit b252773fe912aa398741c1ec3d2a8eeabf7a52dc Author: Chelsea H. Komlo Date: Mon Nov 21 15:12:21 2016 -0500 re-add check for if circuit is an origin circuit --- src/or/circuituse.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Refactor to remove unnecessary check in circuit_is_available_for_use

2016-12-05 Thread nickm
commit 118bba7622ab15ea5c58ff32be178820150423ba Author: Chelsea H. Komlo Date: Wed Nov 2 09:45:02 2016 -0500 Refactor to remove unnecessary check in circuit_is_available_for_use --- changes/ticket18873| 1 + src/or/circuituse.c| 6 ++

[tor-commits] [tor/master] Merge remote-tracking branch 'chelseakomlo/circuituse'

2016-12-05 Thread nickm
commit f96f4c0e4218ccba48e5b575020caca4f5e6576e Merge: 0ded723 2331e70 Author: Nick Mathewson Date: Mon Dec 5 08:25:22 2016 -0500 Merge remote-tracking branch 'chelseakomlo/circuituse' changes/ticket18873| 7 ++ src/or/circuitbuild.c | 6 +-

[tor-commits] [tor/maint-0.2.9] Test for .git as readable instead of a dir to support worktrees

2016-12-05 Thread nickm
commit cf2f36b8b422aa4cf11282bc14421b6dbfa54beb Author: J. Ryan Stinnett Date: Sun Dec 4 21:16:59 2016 -0600 Test for .git as readable instead of a dir to support worktrees Fixes #20492. --- changes/20492 | 4 src/or/include.am | 2 +- 2 files changed,

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

2016-12-05 Thread nickm
commit 0ded72322c87ec836a40b6704ee0919add741a53 Merge: 8230cf7 cf2f36b Author: Nick Mathewson Date: Mon Dec 5 08:21:46 2016 -0500 Merge branch 'maint-0.2.9' changes/20492 | 4 src/or/include.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Test for .git as readable instead of a dir to support worktrees

2016-12-05 Thread nickm
commit cf2f36b8b422aa4cf11282bc14421b6dbfa54beb Author: J. Ryan Stinnett Date: Sun Dec 4 21:16:59 2016 -0600 Test for .git as readable instead of a dir to support worktrees Fixes #20492. --- changes/20492 | 4 src/or/include.am | 2 +- 2 files changed,

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

2016-12-05 Thread nickm
commit 5032489e80af7236dd571da34cb659ab5fc7ccd6 Merge: b4c648c cf2f36b Author: Nick Mathewson Date: Mon Dec 5 08:21:40 2016 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 changes/20492 | 4 src/or/include.am | 2 +- 2 files changed, 5 insertions(+), 1

[tor-commits] [tor/release-0.2.9] Test for .git as readable instead of a dir to support worktrees

2016-12-05 Thread nickm
commit cf2f36b8b422aa4cf11282bc14421b6dbfa54beb Author: J. Ryan Stinnett Date: Sun Dec 4 21:16:59 2016 -0600 Test for .git as readable instead of a dir to support worktrees Fixes #20492. --- changes/20492 | 4 src/or/include.am | 2 +- 2 files changed,

[tor-commits] [tor/maint-0.2.9] Merge remote-tracking branch 'teor/bug20864-029' into maint-0.2.9

2016-12-05 Thread nickm
commit a23c581d13c164752effa9ccfa840192187f1388 Merge: 0d0c7a1 ebf243b Author: Nick Mathewson Date: Mon Dec 5 08:10:48 2016 -0500 Merge remote-tracking branch 'teor/bug20864-029' into maint-0.2.9 changes/bug20864 | 4 src/test/test_hs.c | 13 - 2

[tor-commits] [tor/release-0.2.9] Move a comment in test_single_onion_poisoning

2016-12-05 Thread nickm
commit e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8 Author: teor Date: Sat Dec 3 06:30:58 2016 +1100 Move a comment in test_single_onion_poisoning --- src/test/test_hs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_hs.c

[tor-commits] [tor/maint-0.2.9] Refactor poison_dir allocation and free in test_single_onion_poisoning

2016-12-05 Thread nickm
commit c100c5c69b4fd3b464b2395263e77cc6e1051ef3 Author: teor Date: Sat Dec 3 06:25:46 2016 +1100 Refactor poison_dir allocation and free in test_single_onion_poisoning This pattern is much less error-prone when future changes are made. --- src/test/test_hs.c |

[tor-commits] [tor/maint-0.2.9] Add a missing return value check in test_single_onion_poisoning

2016-12-05 Thread nickm
commit 8d42aab3f68d7d01c87bbfe60c30c438d70437c3 Author: teor Date: Sat Dec 3 06:30:06 2016 +1100 Add a missing return value check in test_single_onion_poisoning --- src/test/test_hs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_hs.c

[tor-commits] [tor/master] Merge remote-tracking branch 'jryans/local-hostname'

2016-12-05 Thread nickm
commit 8230cf7ea601266a70e1cf1b7610d592c177496b Merge: f7e8bd6 7ffa95a Author: Nick Mathewson Date: Mon Dec 5 08:17:01 2016 -0500 Merge remote-tracking branch 'jryans/local-hostname' changes/17070| 4 doc/tor.1.txt| 3 ++- src/common/address.c |

[tor-commits] [tor/master] Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts

2016-12-05 Thread nickm
commit 7ffa95abd935fd6ac10abd96e8a8d14aa9035caf Author: J. Ryan Stinnett Date: Sat Dec 3 21:06:30 2016 -0600 Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts Fixes #17070. --- changes/17070| 4 doc/tor.1.txt| 3 ++-

[tor-commits] [tor/release-0.2.9] Fix changes file for 20864: 20638 _did_ get into 0.2.9

2016-12-05 Thread nickm
commit 42ec60ecfbff39c454945bc52def0df196ec38b8 Author: Nick Mathewson Date: Mon Dec 5 08:12:10 2016 -0500 Fix changes file for 20864: 20638 _did_ get into 0.2.9 --- changes/bug20864 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Move a comment in test_single_onion_poisoning

2016-12-05 Thread nickm
commit e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8 Author: teor Date: Sat Dec 3 06:30:58 2016 +1100 Move a comment in test_single_onion_poisoning --- src/test/test_hs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_hs.c

[tor-commits] [tor/release-0.2.9] Merge remote-tracking branch 'teor/bug20864-029' into maint-0.2.9

2016-12-05 Thread nickm
commit a23c581d13c164752effa9ccfa840192187f1388 Merge: 0d0c7a1 ebf243b Author: Nick Mathewson Date: Mon Dec 5 08:10:48 2016 -0500 Merge remote-tracking branch 'teor/bug20864-029' into maint-0.2.9 changes/bug20864 | 4 src/test/test_hs.c | 13 - 2

[tor-commits] [tor/master] Remove a double-free in test_single_onion_poisoning

2016-12-05 Thread nickm
commit fdd368d6564e955422337af53e0723b571b8da57 Author: teor Date: Sat Dec 3 06:27:32 2016 +1100 Remove a double-free in test_single_onion_poisoning We were freeing both dir{1,2} directly, and service_{1,2}->directory via rend_service_free, even though they

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

2016-12-05 Thread nickm
commit b4c648c6c0755e915fefb33431c2865382f11cf8 Merge: 4178708 42ec60e Author: Nick Mathewson Date: Mon Dec 5 08:13:09 2016 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug20864 | 4 src/test/test_hs.c | 13 - 2 files changed, 12

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

2016-12-05 Thread nickm
commit f7e8bd640a3c5e2227f991ea9ffe0fef3510d86d Merge: 6eb1b4b 42ec60e Author: Nick Mathewson Date: Mon Dec 5 08:13:14 2016 -0500 Merge branch 'maint-0.2.9' changes/bug20864 | 4 src/test/test_hs.c | 13 - 2 files changed, 12 insertions(+), 5

[tor-commits] [tor/master] Refactor poison_dir allocation and free in test_single_onion_poisoning

2016-12-05 Thread nickm
commit c100c5c69b4fd3b464b2395263e77cc6e1051ef3 Author: teor Date: Sat Dec 3 06:25:46 2016 +1100 Refactor poison_dir allocation and free in test_single_onion_poisoning This pattern is much less error-prone when future changes are made. --- src/test/test_hs.c |

[tor-commits] [tor/release-0.2.9] Refactor poison_dir allocation and free in test_single_onion_poisoning

2016-12-05 Thread nickm
commit c100c5c69b4fd3b464b2395263e77cc6e1051ef3 Author: teor Date: Sat Dec 3 06:25:46 2016 +1100 Refactor poison_dir allocation and free in test_single_onion_poisoning This pattern is much less error-prone when future changes are made. --- src/test/test_hs.c |

[tor-commits] [tor/release-0.2.9] Remove a double-free in test_single_onion_poisoning

2016-12-05 Thread nickm
commit fdd368d6564e955422337af53e0723b571b8da57 Author: teor Date: Sat Dec 3 06:27:32 2016 +1100 Remove a double-free in test_single_onion_poisoning We were freeing both dir{1,2} directly, and service_{1,2}->directory via rend_service_free, even though they

[tor-commits] [tor/maint-0.2.9] Fix changes file for 20864: 20638 _did_ get into 0.2.9

2016-12-05 Thread nickm
commit 42ec60ecfbff39c454945bc52def0df196ec38b8 Author: Nick Mathewson Date: Mon Dec 5 08:12:10 2016 -0500 Fix changes file for 20864: 20638 _did_ get into 0.2.9 --- changes/bug20864 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/bug20864-029' into maint-0.2.9

2016-12-05 Thread nickm
commit a23c581d13c164752effa9ccfa840192187f1388 Merge: 0d0c7a1 ebf243b Author: Nick Mathewson Date: Mon Dec 5 08:10:48 2016 -0500 Merge remote-tracking branch 'teor/bug20864-029' into maint-0.2.9 changes/bug20864 | 4 src/test/test_hs.c | 13 - 2

[tor-commits] [tor/master] Fix changes file for 20864: 20638 _did_ get into 0.2.9

2016-12-05 Thread nickm
commit 42ec60ecfbff39c454945bc52def0df196ec38b8 Author: Nick Mathewson Date: Mon Dec 5 08:12:10 2016 -0500 Fix changes file for 20864: 20638 _did_ get into 0.2.9 --- changes/bug20864 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Changes file for 20864

2016-12-05 Thread nickm
commit ebf243bc5b3ad083eaee2d412520e5d617473792 Author: teor Date: Sat Dec 3 06:35:45 2016 +1100 Changes file for 20864 --- changes/bug20864 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug20864 b/changes/bug20864 new file mode 100644 index

[tor-commits] [tor/maint-0.2.9] Changes file for 20864

2016-12-05 Thread nickm
commit ebf243bc5b3ad083eaee2d412520e5d617473792 Author: teor Date: Sat Dec 3 06:35:45 2016 +1100 Changes file for 20864 --- changes/bug20864 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug20864 b/changes/bug20864 new file mode 100644 index

[tor-commits] [tor/release-0.2.9] Add a missing return value check in test_single_onion_poisoning

2016-12-05 Thread nickm
commit 8d42aab3f68d7d01c87bbfe60c30c438d70437c3 Author: teor Date: Sat Dec 3 06:30:06 2016 +1100 Add a missing return value check in test_single_onion_poisoning --- src/test/test_hs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_hs.c

[tor-commits] [tor/maint-0.2.9] Move a comment in test_single_onion_poisoning

2016-12-05 Thread nickm
commit e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8 Author: teor Date: Sat Dec 3 06:30:58 2016 +1100 Move a comment in test_single_onion_poisoning --- src/test/test_hs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_hs.c

[tor-commits] [tor/maint-0.2.9] Remove a double-free in test_single_onion_poisoning

2016-12-05 Thread nickm
commit fdd368d6564e955422337af53e0723b571b8da57 Author: teor Date: Sat Dec 3 06:27:32 2016 +1100 Remove a double-free in test_single_onion_poisoning We were freeing both dir{1,2} directly, and service_{1,2}->directory via rend_service_free, even though they

[tor-commits] [tor/master] Add a missing return value check in test_single_onion_poisoning

2016-12-05 Thread nickm
commit 8d42aab3f68d7d01c87bbfe60c30c438d70437c3 Author: teor Date: Sat Dec 3 06:30:06 2016 +1100 Add a missing return value check in test_single_onion_poisoning --- src/test/test_hs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_hs.c

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

2016-12-05 Thread nickm
commit 6eb1b4bd9cbf16339b30c2531dd1997291cc0d4c Merge: 8a0ea3e 0d0c7a1 Author: Nick Mathewson Date: Mon Dec 5 08:06:36 2016 -0500 Merge branch 'maint-0.2.9' ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2016-12-05 Thread nickm
commit 0d0c7a11649db161070ab96310ff301be6dd704c Merge: 907cd8a 2a36541 Author: Nick Mathewson Date: Mon Dec 5 08:05:37 2016 -0500 Merge branch 'maint-0.2.8' into maint-0.2.9 ___ tor-commits mailing list

[tor-commits] [tor/master] Always Use EVP_aes_*_ctr() with openssl 1.1

2016-12-05 Thread nickm
commit 2a365413ebc7ab0055bd4c2fc11697666fc90f7b Author: Nick Mathewson Date: Sun Nov 6 21:01:25 2016 -0500 Always Use EVP_aes_*_ctr() with openssl 1.1 (OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more

[tor-commits] [tor/release-0.2.9] Always Use EVP_aes_*_ctr() with openssl 1.1

2016-12-05 Thread nickm
commit 2a365413ebc7ab0055bd4c2fc11697666fc90f7b Author: Nick Mathewson Date: Sun Nov 6 21:01:25 2016 -0500 Always Use EVP_aes_*_ctr() with openssl 1.1 (OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more

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

2016-12-05 Thread nickm
commit 0d0c7a11649db161070ab96310ff301be6dd704c Merge: 907cd8a 2a36541 Author: Nick Mathewson Date: Mon Dec 5 08:05:37 2016 -0500 Merge branch 'maint-0.2.8' into maint-0.2.9 ___ tor-commits mailing list

[tor-commits] [tor/release-0.2.8] Always Use EVP_aes_*_ctr() with openssl 1.1

2016-12-05 Thread nickm
commit 2a365413ebc7ab0055bd4c2fc11697666fc90f7b Author: Nick Mathewson Date: Sun Nov 6 21:01:25 2016 -0500 Always Use EVP_aes_*_ctr() with openssl 1.1 (OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more

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

2016-12-05 Thread nickm
commit 4178708f3c4a8e2bd077e31c01f3b6ab50f6d445 Merge: 567852f 0d0c7a1 Author: Nick Mathewson Date: Mon Dec 5 08:05:45 2016 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 ___ tor-commits mailing list

[tor-commits] [tor/maint-0.2.9] Always Use EVP_aes_*_ctr() with openssl 1.1

2016-12-05 Thread nickm
commit 2a365413ebc7ab0055bd4c2fc11697666fc90f7b Author: Nick Mathewson Date: Sun Nov 6 21:01:25 2016 -0500 Always Use EVP_aes_*_ctr() with openssl 1.1 (OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more

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

2016-12-05 Thread nickm
commit 5b336f2e0b792b2927b1d3bdc521d81221c5e157 Merge: eede3a1 2a36541 Author: Nick Mathewson Date: Mon Dec 5 08:04:04 2016 -0500 Merge branch 'maint-0.2.8' into release-0.2.8 changes/bug20588 | 3 +++ src/common/aes.c | 9 - 2 files changed, 11

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

2016-12-05 Thread nickm
commit 0d0c7a11649db161070ab96310ff301be6dd704c Merge: 907cd8a 2a36541 Author: Nick Mathewson Date: Mon Dec 5 08:05:37 2016 -0500 Merge branch 'maint-0.2.8' into maint-0.2.9 ___ tor-commits mailing list

[tor-commits] [tor/maint-0.2.8] Always Use EVP_aes_*_ctr() with openssl 1.1

2016-12-05 Thread nickm
commit 2a365413ebc7ab0055bd4c2fc11697666fc90f7b Author: Nick Mathewson Date: Sun Nov 6 21:01:25 2016 -0500 Always Use EVP_aes_*_ctr() with openssl 1.1 (OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more

[tor-commits] [sandboxed-tor-browser/master] This is the first pass at trying to constrain resource use by sandboxed

2016-12-05 Thread yawning
commit 82fcc3247c878cff63bbf34fe0c397638a232bde Author: Yawning Angel Date: Mon Dec 5 10:30:37 2016 + This is the first pass at trying to constrain resource use by sandboxed processes. I still need to decide what to do about `RLIMIT_AS`,

[tor-commits] [sandboxed-tor-browser/master] More seccomp whitelist improvements.

2016-12-05 Thread yawning
commit 783a170d62f30b3415f1746db6f264af85bd81f0 Author: Yawning Angel Date: Mon Dec 5 08:18:14 2016 + More seccomp whitelist improvements. * (General) Explicitly SIGKILL processes that try to use an unexpected ABI (eg: X32, x86_64 on x86 and