[tor-commits] [tor/master] Lower log-level in different error conditions in entropy selection.

2018-02-11 Thread nickm
commit 14c47a0b5c8965463957f8c8c9311bcb96885049 Author: Alexander Færøy Date: Thu Feb 1 21:27:38 2018 +0100 Lower log-level in different error conditions in entropy selection. This patch lowers the log-level from warning to info in the cases where we are

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

2018-02-11 Thread nickm
commit 627974b02ed9e5c286055272f34bd8c1ba268267 Merge: 1df701c08 14c47a0b5 Author: Nick Mathewson Date: Sun Feb 11 16:10:58 2018 -0500 Merge branch 'bug25120' src/common/crypto.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-)

[tor-commits] [tor/master] fix compilation.

2018-02-11 Thread nickm
commit 7aa94f744112d224dd7a5523faef7a9b858ad5b1 Author: Nick Mathewson Date: Sun Feb 11 16:16:58 2018 -0500 fix compilation. --- src/common/crypto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/crypto.c b/src/common/crypto.c

[tor-commits] [doctor/master] Notify if flag count substantially differ

2018-02-11 Thread atagar
commit 894501335535e04668fb63f3aadd5f25c7318ebe Author: Damian Johnson Date: Sun Feb 11 12:50:42 2018 -0800 Notify if flag count substantially differ Recently dannenberg stopped issuing the Exit flag. Check Requested by nusenu...

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

2018-02-11 Thread nickm
commit eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 Merge: 86583ad78 5dc785cee Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

[tor-commits] [tor/maint-0.2.9] Don't treat a setrlimit failure as fatal.

2018-02-11 Thread nickm
commit 68ca6d2e1971372617f920e71a4a51e16900095e Author: Nick Mathewson Date: Thu Jan 4 13:20:37 2018 -0500 Don't treat a setrlimit failure as fatal. Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first

[tor-commits] [tor/maint-0.2.9] Add a cast to avoid a signed/unsigned comparison

2018-02-11 Thread nickm
commit 0bfd5a659777688798722a20f894797a4f4b54f0 Author: Nick Mathewson Date: Wed Jan 17 09:06:32 2018 -0500 Add a cast to avoid a signed/unsigned comparison --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.3.1] Don't treat a setrlimit failure as fatal.

2018-02-11 Thread nickm
commit 68ca6d2e1971372617f920e71a4a51e16900095e Author: Nick Mathewson Date: Thu Jan 4 13:20:37 2018 -0500 Don't treat a setrlimit failure as fatal. Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first

[tor-commits] [tor/release-0.2.9] Add a cast to avoid a signed/unsigned comparison

2018-02-11 Thread nickm
commit 0bfd5a659777688798722a20f894797a4f4b54f0 Author: Nick Mathewson Date: Wed Jan 17 09:06:32 2018 -0500 Add a cast to avoid a signed/unsigned comparison --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.3.2] Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

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

2018-02-11 Thread nickm
commit eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 Merge: 86583ad78 5dc785cee Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

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

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

[tor-commits] [tor/maint-0.3.2] Don't treat a setrlimit failure as fatal.

2018-02-11 Thread nickm
commit 68ca6d2e1971372617f920e71a4a51e16900095e Author: Nick Mathewson Date: Thu Jan 4 13:20:37 2018 -0500 Don't treat a setrlimit failure as fatal. Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first

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

2018-02-11 Thread nickm
commit 684d57fe8a21ee74b7b66f0035674ccbe0c1f921 Merge: 4de20d175 eccef6ba6 Author: Nick Mathewson Date: Sun Feb 11 17:00:52 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

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

2018-02-11 Thread nickm
commit eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 Merge: 86583ad78 5dc785cee Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

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

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

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

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

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

2018-02-11 Thread nickm
commit 684d57fe8a21ee74b7b66f0035674ccbe0c1f921 Merge: 4de20d175 eccef6ba6 Author: Nick Mathewson Date: Sun Feb 11 17:00:52 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

[tor-commits] [tor/release-0.3.1] Add a cast to avoid a signed/unsigned comparison

2018-02-11 Thread nickm
commit 0bfd5a659777688798722a20f894797a4f4b54f0 Author: Nick Mathewson Date: Wed Jan 17 09:06:32 2018 -0500 Add a cast to avoid a signed/unsigned comparison --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/release-0.3.2] Don't treat a setrlimit failure as fatal.

2018-02-11 Thread nickm
commit 68ca6d2e1971372617f920e71a4a51e16900095e Author: Nick Mathewson Date: Thu Jan 4 13:20:37 2018 -0500 Don't treat a setrlimit failure as fatal. Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first

[tor-commits] [tor/release-0.2.9] Don't treat a setrlimit failure as fatal.

2018-02-11 Thread nickm
commit 68ca6d2e1971372617f920e71a4a51e16900095e Author: Nick Mathewson Date: Thu Jan 4 13:20:37 2018 -0500 Don't treat a setrlimit failure as fatal. Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first

[tor-commits] [tor/maint-0.3.1] Add a cast to avoid a signed/unsigned comparison

2018-02-11 Thread nickm
commit 0bfd5a659777688798722a20f894797a4f4b54f0 Author: Nick Mathewson Date: Wed Jan 17 09:06:32 2018 -0500 Add a cast to avoid a signed/unsigned comparison --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-02-11 Thread nickm
commit eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 Merge: 86583ad78 5dc785cee Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

[tor-commits] [tor/master] chnages file for 25120

2018-02-11 Thread nickm
commit 3834441a72857fdc637f67d908acd3efd8ab0f12 Author: Nick Mathewson Date: Sun Feb 11 16:14:19 2018 -0500 chnages file for 25120 --- changes/bug25120 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug25120 b/changes/bug25120 new file mode 100644

[tor-commits] [tor/master] Merge remote-tracking branch 'isis/bug25127_redux'

2018-02-11 Thread nickm
commit a75ae628c74d8105d7b021b051ffd6eaaed08904 Merge: 7aa94f744 45c59eff6 Author: Nick Mathewson Date: Sun Feb 11 16:17:41 2018 -0500 Merge remote-tracking branch 'isis/bug25127_redux' src/rust/protover/ffi.rs | 2 +- src/rust/protover/protover.rs | 2 +- 2

[tor-commits] [tor/master] Slightly different wording for error cases around entropy source selection.

2018-02-11 Thread nickm
commit a2990081d516873d94643853d1a98b9cc3da55c4 Author: Alexander Færøy Date: Thu Feb 1 21:25:33 2018 +0100 Slightly different wording for error cases around entropy source selection. This patch makes the wording around error cases for selecting an entropy

[tor-commits] [tor/master] rust: Replace two `unwrap()`s in FFI code with `unwrap_or()`s.

2018-02-11 Thread nickm
commit 45c59eff6c0b261d1f868eb22e0bd36a39dfdbb3 Author: Isis Lovecruft Date: Sat Feb 10 01:21:31 2018 + rust: Replace two `unwrap()`s in FFI code with `unwrap_or()`s. --- src/rust/protover/ffi.rs | 2 +- src/rust/protover/protover.rs | 2 +- 2 files changed,

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

2018-02-11 Thread nickm
commit da194bb490e3f3e7ad9a06a43d7a007059a0e87f Merge: 890162761 5dc785cee Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++---

[tor-commits] [tor/maint-0.3.2] Add a cast to avoid a signed/unsigned comparison

2018-02-11 Thread nickm
commit 0bfd5a659777688798722a20f894797a4f4b54f0 Author: Nick Mathewson Date: Wed Jan 17 09:06:32 2018 -0500 Add a cast to avoid a signed/unsigned comparison --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/release-0.3.1] Don't treat a setrlimit failure as fatal.

2018-02-11 Thread nickm
commit 68ca6d2e1971372617f920e71a4a51e16900095e Author: Nick Mathewson Date: Thu Jan 4 13:20:37 2018 -0500 Don't treat a setrlimit failure as fatal. Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first

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

2018-02-11 Thread nickm
commit 9e81221c96793adfe3c46979ae4f749ff26e3644 Merge: cb3c1f2e5 684d57fe8 Author: Nick Mathewson Date: Sun Feb 11 17:01:00 2018 -0500 Merge branch 'maint-0.3.2' into release-0.3.2 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++---

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

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

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

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

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

2018-02-11 Thread nickm
commit cf55f0516c9eecc3e2779931fdba9eeb5335f569 Merge: ed13a7f62 eccef6ba6 Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++---

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

2018-02-11 Thread nickm
commit bdc29eaa7efa4227cd718325d966c4e139a2fd47 Merge: a75ae628c 684d57fe8 Author: Nick Mathewson Date: Sun Feb 11 17:01:00 2018 -0500 Merge branch 'maint-0.3.2' ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2018-02-11 Thread nickm
commit 5dc785ceef465125f180f020991ec2c363bb8abc Merge: 320dac460 0bfd5a659 Author: Nick Mathewson Date: Sun Feb 11 16:51:53 2018 -0500 Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 changes/bug21074_downgrade | 4 src/common/compat.c

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

2018-02-11 Thread nickm
commit eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 Merge: 86583ad78 5dc785cee Author: Nick Mathewson Date: Sun Feb 11 16:51:56 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

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

2018-02-11 Thread nickm
commit 684d57fe8a21ee74b7b66f0035674ccbe0c1f921 Merge: 4de20d175 eccef6ba6 Author: Nick Mathewson Date: Sun Feb 11 17:00:52 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug21074_downgrade | 4 src/common/compat.c| 14 +++--- 2

[tor-commits] [tor/release-0.3.2] Add a cast to avoid a signed/unsigned comparison

2018-02-11 Thread nickm
commit 0bfd5a659777688798722a20f894797a4f4b54f0 Author: Nick Mathewson Date: Wed Jan 17 09:06:32 2018 -0500 Add a cast to avoid a signed/unsigned comparison --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-02-11 Thread nickm
commit b2c4d4e7fae3dda864282953c05ab3b9b0f1b22d Merge: 8939eaf47 84c13336c Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

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

2018-02-11 Thread nickm
commit 019bb55181c8649cf45b7fcfff9a3e1bd06c4ab9 Merge: a7f5ece2b 98fc8cd93 Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.3.2' ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

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

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

[tor-commits] [tor/maint-0.3.1] Permit kill(pid, 0) in the seccomp2 sandbox.

2018-02-11 Thread nickm
commit 7461cd30676da62324271ddd7b7d347eeff40266 Author: Nick Mathewson Date: Thu Nov 16 12:44:47 2017 -0500 Permit kill(pid, 0) in the seccomp2 sandbox. We don't want to allow general signals to be sent, but there's no problem sending a kill(0) to probe

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

2018-02-11 Thread nickm
commit c93f69af582141f846a0f7c5dfd30c293c901c58 Merge: cf55f0516 8939eaf47 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.3.1' into release-0.3.1 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

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

2018-02-11 Thread nickm
commit 2a24ce9656cc36283b615b0da9e64c16adf36374 Merge: 9e81221c9 67043d957 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.3.2' into release-0.3.2 ___ tor-commits mailing list

[tor-commits] [tor/release-0.3.1] Add a changes file.

2018-02-11 Thread nickm
commit 80bf270404a52c634a14f6aad594dec4e9ce1e12 Author: Nick Mathewson Date: Thu Nov 16 14:07:58 2017 -0500 Add a changes file. --- changes/ticket24315 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket24315 b/changes/ticket24315 new file mode

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

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

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

2018-02-11 Thread nickm
commit 97c988c4315f9ff4b4e892194bda3d640a368f7e Merge: c93f69af5 b2c4d4e7f Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

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

2018-02-11 Thread nickm
commit 98fc8cd937a61becb96c848d7719012a9ce959ef Merge: 67043d957 b2c4d4e7f Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list

[tor-commits] [tor/release-0.3.1] Permit kill(pid, 0) in the seccomp2 sandbox.

2018-02-11 Thread nickm
commit 7461cd30676da62324271ddd7b7d347eeff40266 Author: Nick Mathewson Date: Thu Nov 16 12:44:47 2017 -0500 Permit kill(pid, 0) in the seccomp2 sandbox. We don't want to allow general signals to be sent, but there's no problem sending a kill(0) to probe

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

2018-02-11 Thread nickm
commit b2c4d4e7fae3dda864282953c05ab3b9b0f1b22d Merge: 8939eaf47 84c13336c Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

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

2018-02-11 Thread nickm
commit cb42f93a923ddf7455d7553e63abcf320bd2a00b Merge: 27c30bc22 84c13336c Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

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

2018-02-11 Thread nickm
commit 8939eaf479bc123e774421c9de6dfc3c864e0326 Merge: eccef6ba6 848ba26c1 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c | 71

[tor-commits] [tor/release-0.3.1] Check the libc version to decide whether to allow openat.

2018-02-11 Thread nickm
commit 2d3904aba67e79e57db1814033b1df3f77336065 Author: Nick Mathewson Date: Thu Nov 16 14:06:38 2017 -0500 Check the libc version to decide whether to allow openat. --- configure.ac | 2 ++ src/common/sandbox.c | 38 +- 2

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

2018-02-11 Thread nickm
commit b2c4d4e7fae3dda864282953c05ab3b9b0f1b22d Merge: 8939eaf47 84c13336c Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

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

2018-02-11 Thread nickm
commit 98fc8cd937a61becb96c848d7719012a9ce959ef Merge: 67043d957 b2c4d4e7f Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list

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

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

[tor-commits] [tor/maint-0.2.9] Make our seccomp2 sandbox handle Glibc 2.26

2018-02-11 Thread nickm
commit d2d6a1b082fa0eac8b6478889a0c28bf05e48073 Author: Nick Mathewson Date: Thu Nov 16 13:53:48 2017 -0500 Make our seccomp2 sandbox handle Glibc 2.26 There are three changes here: * We need to allow epoll_pwait. * We need to allow PF_NETLINK

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

2018-02-11 Thread nickm
commit 67043d957f2f3cc107c5e0cb3f5c2caa35639506 Merge: 684d57fe8 8939eaf47 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list

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

2018-02-11 Thread nickm
commit 8939eaf479bc123e774421c9de6dfc3c864e0326 Merge: eccef6ba6 848ba26c1 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c | 71

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

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

[tor-commits] [tor/release-0.2.9] Permit kill(pid, 0) in the seccomp2 sandbox.

2018-02-11 Thread nickm
commit 7461cd30676da62324271ddd7b7d347eeff40266 Author: Nick Mathewson Date: Thu Nov 16 12:44:47 2017 -0500 Permit kill(pid, 0) in the seccomp2 sandbox. We don't want to allow general signals to be sent, but there's no problem sending a kill(0) to probe

[tor-commits] [tor/maint-0.2.9] Permit kill(pid, 0) in the seccomp2 sandbox.

2018-02-11 Thread nickm
commit 7461cd30676da62324271ddd7b7d347eeff40266 Author: Nick Mathewson Date: Thu Nov 16 12:44:47 2017 -0500 Permit kill(pid, 0) in the seccomp2 sandbox. We don't want to allow general signals to be sent, but there's no problem sending a kill(0) to probe

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

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

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

2018-02-11 Thread nickm
commit 98fc8cd937a61becb96c848d7719012a9ce959ef Merge: 67043d957 b2c4d4e7f Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list

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

2018-02-11 Thread nickm
commit 1a877693da774acea626acb4349a80010b058563 Merge: 2a24ce965 98fc8cd93 Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.3.2' into release-0.3.2 ___ tor-commits mailing list

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

2018-02-11 Thread nickm
commit b2c4d4e7fae3dda864282953c05ab3b9b0f1b22d Merge: 8939eaf47 84c13336c Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

[tor-commits] [tor/maint-0.3.2] Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9

2018-02-11 Thread nickm
commit 84c13336c410ac218c70d6ce2ce6216f9b24e796 Merge: 848ba26c1 7461cd306 Author: Nick Mathewson Date: Sun Feb 11 18:10:59 2018 -0500 Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 changes/bug24198 | 4 src/common/sandbox.c | 16

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

2018-02-11 Thread nickm
commit b2c4d4e7fae3dda864282953c05ab3b9b0f1b22d Merge: 8939eaf47 84c13336c Author: Nick Mathewson Date: Sun Feb 11 18:11:04 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug24198 | 4 src/common/sandbox.c | 16 +++- 2 files

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

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

2018-02-11 Thread nickm
commit 8939eaf479bc123e774421c9de6dfc3c864e0326 Merge: eccef6ba6 848ba26c1 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c | 71

[tor-commits] [tor/release-0.2.9] Add a changes file.

2018-02-11 Thread nickm
commit 80bf270404a52c634a14f6aad594dec4e9ce1e12 Author: Nick Mathewson Date: Thu Nov 16 14:07:58 2017 -0500 Add a changes file. --- changes/ticket24315 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket24315 b/changes/ticket24315 new file mode

[tor-commits] [tor/maint-0.3.1] Make our seccomp2 sandbox handle Glibc 2.26

2018-02-11 Thread nickm
commit d2d6a1b082fa0eac8b6478889a0c28bf05e48073 Author: Nick Mathewson Date: Thu Nov 16 13:53:48 2017 -0500 Make our seccomp2 sandbox handle Glibc 2.26 There are three changes here: * We need to allow epoll_pwait. * We need to allow PF_NETLINK

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

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

2018-02-11 Thread nickm
commit a7f5ece2b9e64447c25e1c52bba48a1187c03fd0 Merge: bdc29eaa7 67043d957 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.3.2' ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2018-02-11 Thread nickm
commit 67043d957f2f3cc107c5e0cb3f5c2caa35639506 Merge: 684d57fe8 8939eaf47 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

[tor-commits] [tor/release-0.3.1] Make our seccomp2 sandbox handle Glibc 2.26

2018-02-11 Thread nickm
commit d2d6a1b082fa0eac8b6478889a0c28bf05e48073 Author: Nick Mathewson Date: Thu Nov 16 13:53:48 2017 -0500 Make our seccomp2 sandbox handle Glibc 2.26 There are three changes here: * We need to allow epoll_pwait. * We need to allow PF_NETLINK

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

2018-02-11 Thread nickm
commit 8939eaf479bc123e774421c9de6dfc3c864e0326 Merge: eccef6ba6 848ba26c1 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c | 71

[tor-commits] [tor/release-0.2.9] Make our seccomp2 sandbox handle Glibc 2.26

2018-02-11 Thread nickm
commit d2d6a1b082fa0eac8b6478889a0c28bf05e48073 Author: Nick Mathewson Date: Thu Nov 16 13:53:48 2017 -0500 Make our seccomp2 sandbox handle Glibc 2.26 There are three changes here: * We need to allow epoll_pwait. * We need to allow PF_NETLINK

[tor-commits] [tor/maint-0.3.1] Check the libc version to decide whether to allow openat.

2018-02-11 Thread nickm
commit 2d3904aba67e79e57db1814033b1df3f77336065 Author: Nick Mathewson Date: Thu Nov 16 14:06:38 2017 -0500 Check the libc version to decide whether to allow openat. --- configure.ac | 2 ++ src/common/sandbox.c | 38 +- 2

[tor-commits] [tor/maint-0.3.1] Add a changes file.

2018-02-11 Thread nickm
commit 80bf270404a52c634a14f6aad594dec4e9ce1e12 Author: Nick Mathewson Date: Thu Nov 16 14:07:58 2017 -0500 Add a changes file. --- changes/ticket24315 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket24315 b/changes/ticket24315 new file mode

[tor-commits] [tor/maint-0.2.9] Add a changes file.

2018-02-11 Thread nickm
commit 80bf270404a52c634a14f6aad594dec4e9ce1e12 Author: Nick Mathewson Date: Thu Nov 16 14:07:58 2017 -0500 Add a changes file. --- changes/ticket24315 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket24315 b/changes/ticket24315 new file mode

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

2018-02-11 Thread nickm
commit 8939eaf479bc123e774421c9de6dfc3c864e0326 Merge: eccef6ba6 848ba26c1 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c | 71

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

2018-02-11 Thread nickm
commit 67043d957f2f3cc107c5e0cb3f5c2caa35639506 Merge: 684d57fe8 8939eaf47 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list

[tor-commits] [tor/maint-0.2.9] Check the libc version to decide whether to allow openat.

2018-02-11 Thread nickm
commit 2d3904aba67e79e57db1814033b1df3f77336065 Author: Nick Mathewson Date: Thu Nov 16 14:06:38 2017 -0500 Check the libc version to decide whether to allow openat. --- configure.ac | 2 ++ src/common/sandbox.c | 38 +- 2

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

2018-02-11 Thread nickm
commit 848ba26c188c43cb97a22d5911fceb3714a97272 Merge: 5dc785cee 80bf27040 Author: Nick Mathewson Date: Sun Feb 11 18:07:37 2018 -0500 Merge branch 'ticket24315_029' into maint-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

[tor-commits] [tor/release-0.2.9] Check the libc version to decide whether to allow openat.

2018-02-11 Thread nickm
commit 2d3904aba67e79e57db1814033b1df3f77336065 Author: Nick Mathewson Date: Thu Nov 16 14:06:38 2017 -0500 Check the libc version to decide whether to allow openat. --- configure.ac | 2 ++ src/common/sandbox.c | 38 +- 2

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

2018-02-11 Thread nickm
commit 27c30bc227b06bb43e170c454f8987f3a45b67cb Merge: da194bb49 848ba26c1 Author: Nick Mathewson Date: Sun Feb 11 18:09:35 2018 -0500 Merge branch 'maint-0.2.9' into release-0.2.9 changes/ticket24315 | 3 +++ configure.ac | 2 ++ src/common/sandbox.c |

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

2018-02-11 Thread translation
commit e4afc4d140c18a19b5c82361b219134c16d77889 Author: Translation commit bot Date: Mon Feb 12 02:19:45 2018 + Update translations for tails-openpgp-applet_completed --- de/openpgp-applet.pot | 2 +- es/openpgp-applet.pot | 2 +- 2 files changed, 2

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

2018-02-11 Thread translation
commit a9e604acf36bcae475b6cf0c6c9de37a2c1a19f3 Author: Translation commit bot Date: Mon Feb 12 02:19:38 2018 + Update translations for tails-openpgp-applet --- de/openpgp-applet.pot | 2 +- es/openpgp-applet.pot | 2 +- 2 files changed, 2 insertions(+), 2

[tor-commits] [doctor/master] Move curling to a helper

2018-02-11 Thread atagar
commit 22080b3f4b08f05c2c6e2fa841c259620ed66d72 Author: Damian Johnson Date: Sun Feb 11 18:23:35 2018 -0800 Move curling to a helper No reason to bundle retries and such in the main function. --- package_versions.py | 36 +---

[tor-commits] [doctor/master] Track txtorcon's archlinux version

2018-02-11 Thread atagar
commit 33df762f055c718d3604061bc30986b2731ae76c Author: Damian Johnson Date: Sun Feb 11 19:22:32 2018 -0800 Track txtorcon's archlinux version --- package_versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/package_versions.py b/package_versions.py index

[tor-commits] [doctor/master] Dynamically get package versions from the wiki

2018-02-11 Thread atagar
commit d7c1caadb5af4431ad8bafb54bbb1fb716b88a68 Author: Damian Johnson Date: Sun Feb 11 19:15:45 2018 -0800 Dynamically get package versions from the wiki The biggest time sync for me to keep this wiki up to date is bumping versions in this DocTor