Re: [tor-bugs] #1749 [Core Tor/Tor]: Split relay and link crypto across multiple CPU cores

2018-05-10 Thread Tor Bug Tracker & Wiki
#1749: Split relay and link crypto across multiple CPU cores
-+-
 Reporter:  nickm|  Owner:
 |  chelseakomlo
 Type:  project  | Status:
 |  assigned
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay, term-project-ideas,   |  Actual Points:
  threads, performance   |
Parent ID:   | Points:  10
 Reviewer:   |Sponsor:
-+-
Changes (by chelseakomlo):

 * status:  accepted => assigned
 * owner:  nickm => chelseakomlo


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #1749 [Core Tor/Tor]: Split relay and link crypto across multiple CPU cores

2018-05-10 Thread Tor Bug Tracker & Wiki
#1749: Split relay and link crypto across multiple CPU cores
-+-
 Reporter:  nickm|  Owner:  nickm
 Type:  project  | Status:
 |  accepted
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay, term-project-ideas,   |  Actual Points:
  threads, performance   |
Parent ID:   | Points:  10
 Reviewer:   |Sponsor:
-+-

Comment (by chelseakomlo):

 Replying to [comment:16 nickm]:
 > Replying to [comment:14 chelseakomlo]:
 > > How likely is it that this functionality (or parts of it) can be
 implemented in Rust? Would it require a lot of refactoring or is it
 already fairly modularized?
 >
 > It's not so well modularized right now.  The big problem here is that
 the code is written with the assjumption that relay crypto finishes
 immediately, but with this change, we'd sometimes have to wait on another
 thread before we had cells to send on a given circuit.

 Ok, understood- it seems like `relay_crypt_one_payload` is the place where
 this would happen, and instead of blocking, it would emit an event once
 the relay crypto finishes.

 I'll dig more into
 
https://trac.torproject.org/projects/tor/wiki/org/projects/Tor/MultithreadedCrypto,
 and will come up with a mini implementation plan for review.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26076 [Core Tor/Tor]: AppVeyor CI: Tor didn't declare that there would be no encryption FAIL src/test/test_keygen.sh (exit status: 5)

2018-05-10 Thread Tor Bug Tracker & Wiki
#26076: AppVeyor CI: Tor didn't declare that there would be no encryption FAIL
src/test/test_keygen.sh (exit status: 5)
-+-
 Reporter:  saper|  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Very |  Milestone:  Tor: 0.3.4.x-final
  Low|
Component:  Core |Version:
  Tor/Tor|   Keywords:  tor-ci, tor-testing, 034-roadmap-
 Severity:  Normal   |  subtask, 034-triage-20180328,
 |  034-included-20180328
Actual Points:   |  Parent ID:  #25549
   Points:   |   Reviewer:
  Sponsor:   |
-+-
 {{{
 FAIL: src/test/test_keygen.sh
 =
 May 11 01:50:30.175 [warn] Path for GeoIPFile () is relative and
 will resolve to C:\projects\appveyor\i686-w64-mingw32\. Is this
 what you wanted?
 May 11 01:50:30.175 [warn] Path for GeoIPv6File () is relative
 and will resolve to C:\projects\appveyor\i686-w64-mingw32\. Is
 this what you wanted?
 Tor didn't declare that there would be no encryption
 FAIL src/test/test_keygen.sh (exit status: 5)
 SKIP: src/test/fuzz_static_testcases.sh
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * status:  needs_revision => needs_review


Comment:

 https://github.com/torproject/tor/pull/103 updated with a fix

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25944 [Core Tor/Tor]: Investigate and fix tortls/context_new test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25944: Investigate and fix tortls/context_new test failure on win32 CI builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:  accepted
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by saper):

 This should be fixed by https://github.com/torproject/tor/pull/103

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25944 [Core Tor/Tor]: Investigate and fix tortls/context_new test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25944: Investigate and fix tortls/context_new test failure on win32 CI builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * status:  accepted => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25944 [Core Tor/Tor]: Investigate and fix tortls/context_new test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25944: Investigate and fix tortls/context_new test failure on win32 CI builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:  accepted
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * status:  new => accepted
 * owner:  (none) => saper


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:
|  needs_revision
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by saper):

 Looks like this is it. OpenSSL we are using for Windows seems to have
 stack checking enabled.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25985 [Obfuscation/Snowflake]: Add AMP cache as another domain fronting option with Google

2018-05-10 Thread Tor Bug Tracker & Wiki
#25985: Add AMP cache as another domain fronting option with Google
---+
 Reporter:  twim   |  Owner:  (none)
 Type:  project| Status:  needs_revision
 Priority:  Medium |  Milestone:
Component:  Obfuscation/Snowflake  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by dcf):

 * status:  new => needs_revision


Comment:

 Thanks for this.

 I've only taken a quick look. Here is some preliminary feedback.
  * Changing POST to use only status code 200 breaks backward
 compatibility. I'm opposed to this change. At any rate, it would require
 matching changes in /proxy and /proxy-go. But it's better to remain
 compatible.
  * Try to minimize the extent of changes. This ticket shouldn't require
 any changes to `clientOffers`, so I'm skeptical if I see any changes
 there. Don't worry about code duplication. Go ahead and write duplicative
 code. If needed, we can deduplicate in a refactoring. I expect that the
 new feature in the broker will require 1 or 2 new functions and one new
 line in `main`. It's fine if AMP uses JSON and POST does not. If there are
 code architecture changes they need to be in a separate commit from the
 functional changes.
  * I'd prefer not to depend on an external amper, if we can reasonably
 include the necessary code here.
  * `-codec=post` and `-codec=amp` is a nice idea. The `-help` hint should
 list all the possible values.
  *
 
[https://github.com/nogoegst/snowflake/commit/ce1e2e24d9bd39ad51c82006213dc7a1f1e4776f
 #diff-f9646f10eb8f3471d08ae2de44a3eaf9R100 BrokerChannel.RoundTrip]: it
 seems like this `switch` would be better done in `main` by setting a
 function pointer on `bc`. (Should fail immediately in `main` if the
 command line is bad.)
  *
 
[https://github.com/nogoegst/snowflake/commit/ce1e2e24d9bd39ad51c82006213dc7a1f1e4776f
 #diff-79897051d7aac1f314600a930afebe9aR275 In the "/client/amp/" path],
 I'm not sure if a trailing slash is significant, but all the entries
 should either have a trailing slash or not have one.
  * Is it possible to avoid the vendoring changes, or at least get them in
 separate commits so they're separable from the functional changes?

 The biggest thing for me is to avoid making unnecessary code changes and
 to keep backward compatibility. If you absolutely need a refactoring
 change, you can do it as a separate commit preliminary to making your
 functional changes. It should be of a nature that we would want the
 refactoring even if we weren't going to add the AMP feature. But I feel
 it's less risky (= more likely to get the patch accepted) to add the new
 feature first, in a minimal patch with clearly defined boundaries, and
 then refactor later.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:
|  needs_revision
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * status:  needs_review => needs_revision


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * status:  accepted => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  saper
 Type:  defect  | Status:  accepted
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * owner:  (none) => saper
 * status:  needs_review => accepted


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by saper):

 * status:  new => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by nickm):

 If there were no cert member, I think the code wouldn't compile.  The cert
 member is declared here, as the first member of the structure (from
 tortls.h, line 84):
 {{{
 /** Structure that we use for a single certificate. */
 struct tor_x509_cert_t {
   struct x509_st *cert;
   uint8_t *encoded;
   size_t encoded_len;
   unsigned pkey_digests_set : 1;
   common_digests_t cert_digests;
   common_digests_t pkey_digests;
 };

 }}}

 That said, it seems we likely have the right diagnosis.  What if you
 replace the `tor_malloc_zero(sizeof(X509));` with `X509_new()`?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25944 [Core Tor/Tor]: Investigate and fix tortls/context_new test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25944: Investigate and fix tortls/context_new test failure on win32 CI builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by saper):

 With additional debug

 {{{
 diff --git a/src/ext/tinytest.c b/src/ext/tinytest.c
 index 3fb1b39c7..b76124462 100644
 --- a/src/ext/tinytest.c
 +++ b/src/ext/tinytest.c
 @@ -142,12 +142,12 @@ testcase_run_forked_(const struct testgroup_t
 *group,
" called from within tinytest_main.\n");
 abort();
 }
 -   if (opt_verbosity>0)
 -   printf("[forking] ");
 -
 snprintf(buffer, sizeof(buffer), "%s --RUNNING-FORKED %s %s%s",
  commandname, verbosity_flag, group->prefix,
 testcase->name);

 +   if (opt_verbosity>0)
 +   printf("[forking: %s] ", buffer);
 +
 memset(, 0, sizeof(si));
 memset(, 0, sizeof(info));
 si.cb = sizeof(si);
 @@ -166,8 +166,10 @@ testcase_run_forked_(const struct testgroup_t *group,
 return OK;
 else if (exitcode == MAGIC_EXITCODE)
 return SKIP;
 -   else
 +   else {
 +   printf("Exit code: 0x%08lx\n", exitcode);
 return FAIL;
 +}
  #else
 int outcome_pipe[2];
 pid_t pid;

 }}}


 tortls/context_new: [forking:
 C:\projects\appveyor\i686-w64-mingw32\src\test\test.exe --RUNNING-FORKED
 tortls/context_new] Exit code: 0xc005

 `0xc005` in Windows means `ACCESS_VIOLATION` which also means "the
 process has crashed"

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26075 [Metrics/Onionoo]: When I run ooniprobe on my Mac I get this error every time

2018-05-10 Thread Tor Bug Tracker & Wiki
#26075: When I run ooniprobe on my Mac I get this error every time
-+--
 Reporter:  Dbryrtfbcbhgf|  Owner:  metrics-team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Metrics/Onionoo  |Version:
 Severity:  Normal   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+--
 I ran ooniprobe using this command
 {{{ooniprobe -i /usr/local/share/ooniprobe/current.deck}}}


 Report ID:
 20180510T231502Z_AS22773_nI1z1SG5zmHtgeWtEqStFytpCUM1qTwodV31sfZbefNuSlqrB0
 [!] Lookup http://2lzg3f4r3eapfi6j.onion/ failed. Retrying.
 [!] Lookup http://2lzg3f4r3eapfi6j.onion/ failed. Retrying.
 [!] Lookup http://2lzg3f4r3eapfi6j.onion/ failed. Retrying.
 [!] Lookup http://2lzg3f4r3eapfi6j.onion/ failed. Retrying.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by saper):

 There is no "cert" member in this structure.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by saper):

 https://github.com/torproject/tor/pull/103 submitted to remove this (which
 btw. fixes the issue)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25944 [Core Tor/Tor]: Investigate and fix tortls/context_new test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25944: Investigate and fix tortls/context_new test failure on win32 CI builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by nickm):

 This code doing some of the same stuff as in #25943 -- creating X509
 objects via tor_malloc_zero.  If that's causing trouble there, it could
 also be the cause here.

 Honestly, both this test and the test at issue in #25943 seem very
 overfitted to me -- they're testing internal paths of the functions they
 test without much rhyme or reason, using objects that violate our
 invariants.  If we can't fix them, we should just replace them.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by nickm):

 It looks like it's trying to make some object to fill in the "cert"
 pointer, but it's doing it in a bogus way: It should be creating its X509
 object using X509_new, since they will later be freed with X509_free().

 That could easily be the cause of this problem.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26073 [Applications/Tor Browser]: patch tor-browser-build.git for Firefox 60 ESR

2018-05-10 Thread Tor Bug Tracker & Wiki
#26073: patch tor-browser-build.git for Firefox 60 ESR
+--
 Reporter:  arthuredelstein |  Owner:  tbb-team
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  TorBrowserTeam201805, ff60-esr  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by arthuredelstein):

 My builds are at:
 https://people.torproject.org/~arthuredelstein/downloads/26073/

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25985 [Obfuscation/Snowflake]: Add AMP cache as another domain fronting option with Google

2018-05-10 Thread Tor Bug Tracker & Wiki
#25985: Add AMP cache as another domain fronting option with Google
---+
 Reporter:  twim   |  Owner:  (none)
 Type:  project| Status:  new
 Priority:  Medium |  Milestone:
Component:  Obfuscation/Snowflake  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by twim):

 I've (finally) plugged AMP support into both snowflake client and broker.
 You can find it at https://github.com/nogoegst/snowflake , "amp" branch.
 It's worth to mention that the AMP cache turned out to impose some kind of
 "word length limit". Before I started inserting spaces to break down large
 base64 data I got magical things. AMP cache just trimmed randomly these
 lines, most of the time leaving around 4 chars. *shrug*

 Sidenote: I made some code reorg and open for a discussion on that.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25981 [Core Tor/Tor]: Conflicting ports cause tor to crash

2018-05-10 Thread Tor Bug Tracker & Wiki
#25981: Conflicting ports cause tor to crash
-+
 Reporter:  atagar   |  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  High |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Major| Resolution:  fixed
 Keywords:  034-must regression  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by nickm):

 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 merged; thanks for the review!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--

Comment (by saper):

 Kind of unrelated, but what is the following needed for?

cert->cert = tor_malloc_zero(sizeof(X509));

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26074 [Applications/Tor Browser]: I tried to go to a v2 onion and Tor Browser Bundle crashed

2018-05-10 Thread Tor Bug Tracker & Wiki
#26074: I tried to go to a v2 onion and Tor Browser Bundle crashed
--+--
 Reporter:  Dbryrtfbcbhgf |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by Dbryrtfbcbhgf):

 Can the attachment
 
https://trac.torproject.org/projects/tor/attachment/ticket/26074/firefox_2018-05-10
 -152238_Jackis-MacBook-Pro.crash.zip be removed, it has my Macbook's name?
 the other file is the correct one.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26074 [Applications/Tor Browser]: I tried to go to a v2 onion and Tor Browser Bundle crashed

2018-05-10 Thread Tor Bug Tracker & Wiki
#26074: I tried to go to a v2 onion and Tor Browser Bundle crashed
--+--
 Reporter:  Dbryrtfbcbhgf |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by Dbryrtfbcbhgf):

 * Attachment "firefox_2018-05-10-152238_MacBook-Pro.crash.zip" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25903 [Core Tor/Tor]: Add OVERHEAD and DELIVERED fields to CIRC_BW events

2018-05-10 Thread Tor Bug Tracker & Wiki
#25903: Add OVERHEAD and DELIVERED fields to CIRC_BW events
--+
 Reporter:  mikeperry |  Owner:  mikeperry
 Type:  defect| Status:  needs_revision
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  034-roadmap-proposed  |  Actual Points:
Parent ID:  #25546| Points:
 Reviewer:  isis  |Sponsor:
--+
Changes (by isis):

 * status:  needs_review => needs_revision


Comment:

 Replying to [comment:12 mikeperry]:
 > Ok I think I found a bug in tor. I am not sure, but I think there should
 be a return in connection_edge_process_relay_cell_not_open() when the
 connected cell can't be parsed. The side effect of the parse failure is
 the addr will be AF_UNSPEC later, so I moved the accounting call inside
 that block.
 >
 > New pull request, this time with unit tests:
 https://github.com/torproject/tor/pull/101

 Okay, left a review for you on PR#101. There's just one small thing I'm
 worried about with an assert() not necessarily being true all the time in
 the future.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26073 [Applications/Tor Browser]: patch tor-browser-build.git for Firefox 60 ESR

2018-05-10 Thread Tor Bug Tracker & Wiki
#26073: patch tor-browser-build.git for Firefox 60 ESR
+--
 Reporter:  arthuredelstein |  Owner:  tbb-team
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  TorBrowserTeam201805, ff60-esr  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by arthuredelstein):

 Here's my current branch for Linux. It fully builds for multiple locales,
 and runs and connects to https://check.torproject.org.

 https://github.com/arthuredelstein/tor-browser-build/commits/26073
 (237be3175b514fc6a5df18ecd37816388bfe62f4)

 I'm posting it in case anyone wants to work on specific problems in
 parallel while I continue to refine these patches. The branch uses:

 * the latest torbutton branch #25013
 * the latest tor-launcher branch from #25750
 * the latest tor-browser.git branch from #25543
 * the latest stable noscript
 * the current https-everywhere
 * rust for building Stylo
 * language packs from a Firefox 60 build.

 Some obvious things are broken, including:

 * self-rando (I temporarily disabled it.)
 * torbutton (circuit display doesn't work, security slider can't work
 because noscript has changed)
 * noscript button does not appear on the toolbar

 I will shortly post links here to builds for manual testing.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25549 [Core Tor/Tor]: Add tor CI config for AppVeyor

2018-05-10 Thread Tor Bug Tracker & Wiki
#25549: Add tor CI config for AppVeyor
-+-
 Reporter:  isis |  Owner:  saper
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-ci, tor-testing, 034-roadmap-|  Actual Points:
  subtask, 034-triage-20180328,  |
  034-included-20180328  |
Parent ID:  #25550   | Points:  2
 Reviewer:  isis, catalyst   |Sponsor:
 |  Sponsor3
-+-
Changes (by catalyst):

 * status:  needs_review => needs_revision


Comment:

 Thanks!  I've marked #25942 as merge_ready; I'm setting this to
 needs_revision while we work on the other test failures.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25942 [Core Tor/Tor]: Fix win32 test failure for crypto/openssl_version

2018-05-10 Thread Tor Bug Tracker & Wiki
#25942: Fix win32 test failure for crypto/openssl_version
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  merge_ready
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by catalyst):

 * status:  new => merge_ready


Comment:

 Thanks! This looks like it resolves the openssl_version test but the other
 test failures that are children of #25549 are still failing.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26074 [Applications/Tor Browser]: I tried to go to a v2 onion and Tor Browser Bundle crashed

2018-05-10 Thread Tor Bug Tracker & Wiki
#26074: I tried to go to a v2 onion and Tor Browser Bundle crashed
--+--
 Reporter:  Dbryrtfbcbhgf |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by Dbryrtfbcbhgf):

 * Attachment "firefox_2018-05-10-152238_Jackis-MacBook-Pro.crash.zip"
 added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26074 [Applications/Tor Browser]: I tried to go to a v2 onion and Tor Browser Bundle crashed

2018-05-10 Thread Tor Bug Tracker & Wiki
#26074: I tried to go to a v2 onion and Tor Browser Bundle crashed
--+--
 Reporter:  Dbryrtfbcbhgf |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+--
 I tried to go to a v2 onion and TBB crashed. I attached the crash log.
 macOS 10.13.4 (17E202)
 TBB 7.5.4

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25552 [Core Tor/Tor]: prop224: Onion service rev counters are useless and actually harmful for scalability

2018-05-10 Thread Tor Bug Tracker & Wiki
#25552: prop224: Onion service rev counters are useless and actually harmful for
scalability
---+---
 Reporter:  asn|  Owner:  dgoulet
 Type:  defect | Status:
   |  needs_review
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.4.x-final
Component:  Core Tor/Tor   |Version:  Tor:
   |  0.3.1.9
 Severity:  Normal | Resolution:
 Keywords:  tor-hs prop224 034-roadmap-master  |  Actual Points:
Parent ID: | Points:  4
 Reviewer:  asn|Sponsor:
---+---

Comment (by nickm):

 There's an alternative approach we've been talking about.  For
 preliminaries, see my torspec branch `ope_spec`, with some corresponding
 backend implementation code in `ope_hax`

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #12389 [Core Tor/Tor]: Should we warn when exit nodes are using opendns or google dns?

2018-05-10 Thread Tor Bug Tracker & Wiki
#12389: Should we warn when exit nodes are using opendns or google dns?
-+-
 Reporter:  nickm|  Owner:  nickm
 Type:  defect   | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay dns configuration  |  Actual Points:
  libevent-help  |
Parent ID:   | Points:  small
 Reviewer:   |Sponsor:
-+-

Comment (by nusenu):

 ref:
 https://medium.com/@nusenu/who-controls-tors-dns-traffic-a74a7632e8ca

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26073 [Applications/Tor Browser]: patch tor-browser-build.git for Firefox 60 ESR

2018-05-10 Thread Tor Bug Tracker & Wiki
#26073: patch tor-browser-build.git for Firefox 60 ESR
-+-
 Reporter:  arthuredelstein  |  Owner:  tbb-team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor |Version:
  Browser|   Keywords:  TorBrowserTeam201805,
 Severity:  Normal   |  ff60-esr
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+-
 This ticket is to track progress on getting our builds working based on
 Firefox 60 ESR.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25013 [Applications/Tor Browser]: Move TorButton code to the tor browser repository

2018-05-10 Thread Tor Bug Tracker & Wiki
#25013: Move TorButton code to the tor browser repository
+--
 Reporter:  igt0|  Owner:  tbb-team
 Type:  defect  | Status:
|  needs_revision
 Priority:  High|  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  TorBrowserTeam201805, ff60-esr  |  Actual Points:
Parent ID:  #10760  | Points:
 Reviewer:  gk, sysrqb, mcs,|Sponsor:
+--
Changes (by arthuredelstein):

 * keywords:  TorBrowserTeam201805 => TorBrowserTeam201805, ff60-esr


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25944 [Core Tor/Tor]: Investigate and fix tortls/context_new test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25944: Investigate and fix tortls/context_new test failure on win32 CI builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by catalyst):

 * parent:   => #25549


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

2018-05-10 Thread Tor Bug Tracker & Wiki
#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI 
builds
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by catalyst):

 * parent:   => #25549


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25942 [Core Tor/Tor]: Fix win32 test failure for crypto/openssl_version

2018-05-10 Thread Tor Bug Tracker & Wiki
#25942: Fix win32 test failure for crypto/openssl_version
+--
 Reporter:  isis|  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Tor|Version:  Tor:
|  0.3.3.5-rc
 Severity:  Normal  | Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549  | Points:  1
 Reviewer:  |Sponsor:
+--
Changes (by catalyst):

 * parent:   => #25549


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #13292 [Core Tor/Stem]: Script for sending relay email notifications

2018-05-10 Thread Tor Bug Tracker & Wiki
#13292: Script for sending relay email notifications
---+-
 Reporter:  DerTorSteher   |  Owner:  atagar
 Type:  enhancement| Status:  closed
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Minor  | Resolution:  wontfix
 Keywords:  website|  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by atagar):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 Recently I wrote a relay health check daemon that emails me if my relay
 goes down. Nyx won't do email any time soon but if you'd like a
 notification daemon I'd suggest giving this a try...

 https://gitweb.torproject.org/doctor.git/tree/relay_check.py

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #16214 [Internal Services/Tor Sysadmin Team]: Upgrade Sphinx for Stem's site

2018-05-10 Thread Tor Bug Tracker & Wiki
#16214: Upgrade Sphinx for Stem's site
-+-
 Reporter:  atagar   |  Owner:  tpa
 Type:  enhancement  | Status:  new
 Priority:  Low  |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Minor| Resolution:
 Keywords:  website  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by atagar):

 * owner:  atagar => tpa
 * priority:  Medium => Low
 * component:  Core Tor/Stem => Internal Services/Tor Sysadmin Team
 * severity:  Normal => Minor


Comment:

 Seems Sphinx 1.4 is now available on the Jessy backports...

 https://packages.debian.org/jessie-backports/python-sphinx

 Sending this back over to our sysadmin folks. If this should be pending
 anything else just let me know.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #15260 [Core Tor/Stem]: Banner for tutorials

2018-05-10 Thread Tor Bug Tracker & Wiki
#15260: Banner for tutorials
---+
 Reporter:  atagar |  Owner:  atagar
 Type:  enhancement| Status:  new
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords:  website easy   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * keywords:  website, easy => website easy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25075 [Core Tor/Stem]: Constants are included in sphinx output

2018-05-10 Thread Tor Bug Tracker & Wiki
#25075: Constants are included in sphinx output
---+
 Reporter:  atagar |  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Minor  | Resolution:
 Keywords:  website easy   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * keywords:  website, easy => website easy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #19679 [Core Tor/Stem]: Collapsible FAQ items

2018-05-10 Thread Tor Bug Tracker & Wiki
#19679: Collapsible FAQ items
---+--
 Reporter:  atagar |  Owner:  atagar
 Type:  enhancement| Status:  needs_review
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Minor  | Resolution:
 Keywords:  website easy   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by atagar):

 * keywords:  website, easy => website easy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #23859 [Core Tor/Stem]: stem parse_file doesn't handle stdin

2018-05-10 Thread Tor Bug Tracker & Wiki
#23859: stem parse_file doesn't handle stdin
-+
 Reporter:  teor |  Owner:  atagar
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Core Tor/Stem|Version:
 Severity:  Normal   | Resolution:
 Keywords:  descriptor easy  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by atagar):

 * keywords:   => descriptor easy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25632 [Core Tor/Stem]: Improve stem torrc logging options for integration testing

2018-05-10 Thread Tor Bug Tracker & Wiki
#25632: Improve stem torrc logging options for integration testing
---+
 Reporter:  dmr|  Owner:  atagar
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords:  testing easy   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * keywords:   => testing easy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25611 [Core Tor/Stem]: Integ test for MAPADDRESS

2018-05-10 Thread Tor Bug Tracker & Wiki
#25611: Integ test for MAPADDRESS
---+
 Reporter:  atagar |  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Minor  | Resolution:
 Keywords:  testing|  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * keywords:   => testing


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25821 [Core Tor/Stem]: Stem getconf cache doesn't clear for CONF_CHANGED events; probably should set value

2018-05-10 Thread Tor Bug Tracker & Wiki
#25821: Stem getconf cache doesn't clear for CONF_CHANGED events; probably 
should
set value
---+
 Reporter:  dmr|  Owner:  atagar
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Hi dmr. Apologies, this is pretty long but if this concerns the #25423
 caching bug then I expect this is handled by...

 
https://gitweb.torproject.org/stem.git/commit/?id=331406cb5ffe8e4e216e6d1396664f34d6c3cb28

 If this is still an issue then feel free to reopen.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25853 [Core Tor/Stem]: Behavior for Controller.get_exit_policy() for tor client

2018-05-10 Thread Tor Bug Tracker & Wiki
#25853: Behavior for Controller.get_exit_policy() for tor client
-+
 Reporter:  dmr  |  Owner:  atagar
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Core Tor/Stem|Version:
 Severity:  Normal   | Resolution:
 Keywords:  controller easy  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by atagar):

 * keywords:   => controller easy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25999 [Core Tor/Stem]: Build an abstraction layer over different consensus flavours

2018-05-10 Thread Tor Bug Tracker & Wiki
#25999: Build an abstraction layer over different consensus flavours
---+---
 Reporter:  teor   |  Owner:  atagar
 Type:  enhancement| Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords:  descriptor |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by atagar):

 * status:  new => needs_information
 * keywords:   => descriptor


Comment:

 Hi teor. I'm a little unclear, are you asking for the consensus class to
 call controller methods to fetch microdescritpors?

 The proper solution I suspect is for tor to provide two controller methods
 so it's unambiguous what kind of consensus the caller gets.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26056 [Core Tor/Stem]: Stem should optionally timeout when building circuits

2018-05-10 Thread Tor Bug Tracker & Wiki
#26056: Stem should optionally timeout when building circuits
---+
 Reporter:  pastly |  Owner:  atagar
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords:  controller |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * keywords:   => controller


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26060 [Core Tor/Stem]: Invalid [Length] field when receiving RELAY cells via stem.client.Circuit

2018-05-10 Thread Tor Bug Tracker & Wiki
#26060: Invalid [Length] field when receiving RELAY cells via 
stem.client.Circuit
---+
 Reporter:  plcp   |  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords:  client |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * keywords:   => client


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #17306 [Core Tor/Stem]: Split up controller.py's integ tests

2018-05-10 Thread Tor Bug Tracker & Wiki
#17306: Split up controller.py's integ tests
---+
 Reporter:  atagar |  Owner:  atagar
 Type:  enhancement| Status:  closed
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:  worksforme
 Keywords:  testing, easy  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Think I'm gonna close this. Patches to improve our tests welcome but I'm
 unsure there's overly much need for this compared with some other testing
 maintainability improvements I can think of.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #8896 [Core Tor/Stem]: Thread leak in integ tests

2018-05-10 Thread Tor Bug Tracker & Wiki
#8896: Thread leak in integ tests
---+
 Reporter:  atagar |  Owner:  atagar
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:  worksforme
 Keywords:  testing|  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * status:  reopened => closed
 * resolution:   => worksforme


Comment:

 I haven't seen this in a long time so probably about time we resolved
 this. :)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #8249 [Core Tor/Stem]: Run integration targets in parallel

2018-05-10 Thread Tor Bug Tracker & Wiki
#8249: Run integration targets in parallel
---+-
 Reporter:  atagar |  Owner:  atagar
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:  implemented
 Keywords:  testing|  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by atagar):

 * status:  new => closed
 * resolution:   => implemented


Comment:

 Oh oops, long overdue that I resolved this. Stem started running integ
 tests in parallel a while ago...

 https://gitweb.torproject.org/stem.git/tree/stem/util/test_tools.py#n117

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26053 [Core Tor/Stem]: controller.signal(stem.Signal.NEWNYM) gives error

2018-05-10 Thread Tor Bug Tracker & Wiki
#26053: controller.signal(stem.Signal.NEWNYM) gives  error
---+---
 Reporter:  cypherpunks|  Owner:  atagar
 Type:  project| Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:  Tor: 0.3.3.5-rc
 Severity:  Normal | Resolution:
 Keywords:  controller |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by atagar):

 * keywords:  stem,enum,signal => controller


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #23059 [Core Tor/Stem]: Try Rust Descriptor Parsing

2018-05-10 Thread Tor Bug Tracker & Wiki
#23059: Try Rust Descriptor Parsing
+
 Reporter:  atagar  |  Owner:  atagar
 Type:  enhancement | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Stem   |Version:
 Severity:  Normal  | Resolution:
 Keywords:  descriptor project  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+
Changes (by atagar):

 * keywords:  descriptor => descriptor project


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #17979 [Core Tor/Stem]: CollecTor downloader module

2018-05-10 Thread Tor Bug Tracker & Wiki
#17979: CollecTor downloader module
+
 Reporter:  atagar  |  Owner:  atagar
 Type:  defect  | Status:  new
 Priority:  High|  Milestone:
Component:  Core Tor/Stem   |Version:
 Severity:  Major   | Resolution:
 Keywords:  descriptor project  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+
Changes (by atagar):

 * keywords:  descriptor => descriptor project


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #22627 [Core Tor/Stem]: asyncio controller

2018-05-10 Thread Tor Bug Tracker & Wiki
#22627: asyncio controller
+
 Reporter:  atagar  |  Owner:  atagar
 Type:  enhancement | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Stem   |Version:
 Severity:  Normal  | Resolution:
 Keywords:  controller project  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+
Changes (by atagar):

 * keywords:  controller => controller project


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #8248 [Core Tor/Stem]: Incremental descriptor queries

2018-05-10 Thread Tor Bug Tracker & Wiki
#8248: Incremental descriptor queries
+
 Reporter:  atagar  |  Owner:  atagar
 Type:  enhancement | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Stem   |Version:
 Severity:  Normal  | Resolution:
 Keywords:  controller project  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+
Changes (by atagar):

 * keywords:  controller => controller project


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #8252 [Core Tor/Stem]: Metrics-lib functionality

2018-05-10 Thread Tor Bug Tracker & Wiki
#8252: Metrics-lib functionality
+
 Reporter:  atagar  |  Owner:  atagar
 Type:  enhancement | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Core Tor/Stem   |Version:
 Severity:  Normal  | Resolution:
 Keywords:  descriptor project  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+
Changes (by atagar):

 * keywords:  project => descriptor project


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #22948 [Core Tor/Tor]: Padding, Keepalive and Drop cells should have random payloads

2018-05-10 Thread Tor Bug Tracker & Wiki
#22948: Padding, Keepalive and Drop cells should have random payloads
-+-
 Reporter:  teor |  Owner:  isis
 Type:  defect   | Status:
 |  accepted
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-spec, 034-triage-20180328,   |  Actual Points:
  034-removed-20180328   |
Parent ID:   | Points:  0.5
 Reviewer:   |Sponsor:
-+-
Changes (by atagar):

 * parent:  #18856 =>


Comment:

 Dropping parent so I can resolve stem's ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #18856 [Core Tor/Stem]: Talk with tor's ORPort

2018-05-10 Thread Tor Bug Tracker & Wiki
#18856: Talk with tor's ORPort
---+-
 Reporter:  atagar |  Owner:  atagar
 Type:  enhancement| Status:  closed
 Priority:  Low|  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Minor  | Resolution:  implemented
 Keywords:  descriptor |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by atagar):

 * status:  new => closed
 * resolution:   => implemented


Comment:

 Oh, forgot we had a ticket tracking this. Stem now has a stem.client
 module. We'll be expanding it over the summer but no need any longer for a
 tracking ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #22994 [Core Tor/Tor]: Use consistently named constants for relay command specifications

2018-05-10 Thread Tor Bug Tracker & Wiki
#22994: Use consistently named constants for relay command specifications
-+--
 Reporter:  teor |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-spec, 032-unreached  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by atagar):

 * parent:  #18856 =>


Comment:

 Dropping parent so I can resolve stem's ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.3B.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.3A.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.2B.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.1.3.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.2A.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.1.2.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25145 [Applications/Tor Browser]: Torbutton doesn't update the circuit display when the back button is pressed

2018-05-10 Thread Tor Bug Tracker & Wiki
#25145: Torbutton doesn't update the circuit display when the back button is
pressed
--+--
 Reporter:  cypherpunks   |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-circuit-display   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by arthuredelstein):

 * cc: arthuredelstein (added)


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25694 [Applications/Tor Browser]: Activity 3.1: Improve the user experience of updating Tor Browser

2018-05-10 Thread Tor Bug Tracker & Wiki
#25694: Activity 3.1: Improve the user experience of updating Tor Browser
--+---
 Reporter:  isabela   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor17
--+---
Changes (by antonela):

 * Attachment "1.0.2.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26055 [Core Tor/DocTor]: Expire entries from 2016-01 to 2018-01 from the dirauth reject list

2018-05-10 Thread Tor Bug Tracker & Wiki
#26055: Expire entries from 2016-01 to 2018-01 from the dirauth reject list
-+-
 Reporter:  dgoulet  |  Owner:  atagar
 Type:  task | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Core Tor/DocTor  |Version:
 Severity:  Normal   | Resolution:  implemented
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by atagar):

 * status:  needs_review => closed
 * resolution:   => implemented


Comment:

 Thanks David, addition applied.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26056 [Core Tor/Stem]: Stem should optionally timeout when building circuits

2018-05-10 Thread Tor Bug Tracker & Wiki
#26056: Stem should optionally timeout when building circuits
---+
 Reporter:  pastly |  Owner:  atagar
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by atagar):

 Thanks pastly! How does this look?

 https://gitweb.torproject.org/stem.git/commit/?id=8a065f4

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #24382 [Core Tor/Nyx]: I resized my terminal window and nyx crashed.

2018-05-10 Thread Tor Bug Tracker & Wiki
#24382: I resized my terminal window and nyx crashed.
---+
 Reporter:  Dbryrtfbcbhgf  |  Owner:  atagar
 Type:  defect | Status:  closed
 Priority:  High   |  Milestone:
Component:  Core Tor/Nyx   |Version:
 Severity:  Major  | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by saper):

 I have almost filed a dupe of this, maybe we could have 2.0.5 with that
 fix out?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #16221 [Applications/Tor Browser]: Investigate WebRTC with TCP-ICE and hidden services

2018-05-10 Thread Tor Bug Tracker & Wiki
#16221: Investigate WebRTC with TCP-ICE and hidden services
--+--
 Reporter:  mikeperry |  Owner:  tbb-team
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by dmr):

 * cc: dmr (added)


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #22614 [Applications/Tor Browser]: Make e10s/non-e10s Tor Browsers indistinguishable

2018-05-10 Thread Tor Bug Tracker & Wiki
#22614: Make e10s/non-e10s Tor Browsers indistinguishable
-+-
 Reporter:  cypherpunks  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff52-esr, tbb-fingerprinting,|  Actual Points:
  TorBrowserTeam201802R, tbb-no-uplift, ff60 |
  -esr-will-have, tbb-backported |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by dmr):

 * cc: dmr (added)


Comment:

 For anyone else who might land here wondering what //"e10s"// is:
 It's short for //"Electrolysis"//, which is
 [[https://wiki.mozilla.org/Electrolysis|Firefox's multi-process
 architecture work]].

 Not to be confused with
 [[https://en.wikipedia.org/wiki/Electrolysis|Electrolysis, the process by
 which electricity is applied to e.g. separate elements]].

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26072 [Core Tor/Tor]: Malformed connected cell closes connection but code continues

2018-05-10 Thread Tor Bug Tracker & Wiki
#26072: Malformed connected cell closes connection but code continues
--+
 Reporter:  mikeperry |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+
 In connection_edge_process_relay_cell_not_open(), there is a clause that
 closes the connection if the connected cell is malformed. However, it does
 not return from the function. Every other clause where the connection is
 closed does return.

 This looks like a bug. I couldn't immediately find any issues with this,
 though. Perhaps an assert if the connection gets marked twice..

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25554 [Applications/Tor Browser]: Bump mingw-w64 version for ESR 60

2018-05-10 Thread Tor Bug Tracker & Wiki
#25554: Bump mingw-w64 version for ESR 60
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff60-esr,   |  Actual Points:
  TorBrowserTeam201805   |
Parent ID:  #24631   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

 * status:  needs_review => needs_revision
 * keywords:  tbb-rbm, ff60-esr, TorBrowserTeam201805R => tbb-rbm, ff60-esr,
 TorBrowserTeam201805


Comment:

 We want to have at least d7bee3f20e7978270aef15c8cee0256af48d108f.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25750 [Applications/Tor Launcher]: update Tor Launcher for ESR 60

2018-05-10 Thread Tor Bug Tracker & Wiki
#25750: update Tor Launcher for ESR 60
+--
 Reporter:  mcs |  Owner:  brade
 Type:  defect  | Status:
|  needs_revision
 Priority:  Very High   |  Milestone:
Component:  Applications/Tor Launcher   |Version:
 Severity:  Normal  | Resolution:
 Keywords:  ff60-esr, TorBrowserTeam201805  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by igt0):

 I took a quick look in the code and I have a question about
 d104e7ecd35b2dbd38cdc9988fbd5924857d857d, does it load all the default
 properties every time the browser is restarted?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25903 [Core Tor/Tor]: Add OVERHEAD and DELIVERED fields to CIRC_BW events

2018-05-10 Thread Tor Bug Tracker & Wiki
#25903: Add OVERHEAD and DELIVERED fields to CIRC_BW events
--+
 Reporter:  mikeperry |  Owner:  mikeperry
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  034-roadmap-proposed  |  Actual Points:
Parent ID:  #25546| Points:
 Reviewer:  isis  |Sponsor:
--+

Comment (by mikeperry):

 Ok I think I found a bug in tor. I am not sure, but I think there should
 be a return in connection_edge_process_relay_cell_not_open() when the
 connected cell can't be parsed. The side effect of the parse failure is
 the addr will be AF_UNSPEC later, so I moved the accounting call inside
 that block.

 New pull request, this time with unit tests:
 https://github.com/torproject/tor/pull/101

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26071 [Internal Services/Tor Sysadmin Team]: Please give Tommy LDAP access

2018-05-10 Thread Tor Bug Tracker & Wiki
#26071: Please give Tommy LDAP access
-+-
 Reporter:  phoul|  Owner:  tpa
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+-
 {{{
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512

 Please create LDAP access for Tommy.

 Name: Tommy Collison
 Initial forwarding email address: X (He already has a @tpo email)
 PGP key fingerprint: BB4B 1E3A B96C 3FCD 0482  89E0 1A91 F49B A783 00BD
 Username: t0mmy
 -BEGIN PGP SIGNATURE-

 iQIzBAEBCgAdFiEE1wvVjyUkasP2SLJzSuAjZ3OOefwFAlr0iQ8ACgkQSuAjZ3OO
 efzZ+hAAoQahDjfPYLjL8rHUB/v2s/Dli/DYh9qo+dC63yyxpWAG2O+vOD4pJawG
 tOU/814PXuOncjD8hyvGKqzB8af39qgeDay5pYsqUzvFe8fFvO0ZVLDIiIZ9WrwJ
 cKKkFBSRe+0Q/UAbzYCrzfQdbnDPXjTKerrKWDFNpIvHUX/dXF+L7aJJ+BqeLsb1
 Xcbji7l3Ptny8P0X84GT31xhAg69OmKBoM6H3rSkuhjHHR8W62g26YWcrM9D6Fy1
 eKttBEUOtMv/y9XOfxXqArIGjolJ4DyPsk5LFApKN1paf1XrO4B12QlwMpPF+0oE
 hGMlCIh8tr1dik0JYQqM19JmZaX6ZD0Slkph0BnoNg41W5O/sgpR01QfRV97dplq
 fXqaHwjFJbRdee0gNVMOKFytG3/nX07sT+Xg6o+duOS0RLFhabfsxOLLccK4EoJL
 xzPJ72H54D760hjwJnqtmyQGRNEcEIao8yHWRSEBQ8HzsRZ+afk0LzGGVsSdPFBJ
 FUYiUcXHpdBSEIHMH6SVMDOMj4ThLTD2SPqmhYnM9dIPVvxWs4QN1TCIxdZpDaoI
 0VclhjIOd9hCjRTzxJed63hexpd7/S01Kh5mXAh8BtGRtcftAq053Wkj6VRC6Vfu
 J8qmD8ay0CikR1IfsR8Ojq8kT4W3hSJAqK1ChMaK6OoNNYti9ek=
 =13eO
 -END PGP SIGNATURE-
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26040 [Core Tor/Tor]: Improve getrandom handling

2018-05-10 Thread Tor Bug Tracker & Wiki
#26040: Improve getrandom handling
--+
 Reporter:  Hello71   |  Owner:  Hello71
 Type:  enhancement   | Status:  needs_revision
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:  catalyst  |Sponsor:
--+
Changes (by catalyst):

 * status:  needs_review => needs_revision


Comment:

 Thanks for the patch!  The `getrandom(2)` manpage on one of my Ubuntu VMs
 says
 {{{
The behavior when a call to getrandom() that is blocked  while
 reading
from  /dev/urandom  is  interrupted  by a signal handler depends on
 the
initialization state of the entropy buffer and  on  the  request
 size,
buflen.  If the entropy is not yet initialized, then the call will
 fail
with the EINTR error.
 }}}
 so in the case of tor starting up soon after boot, I think it might be
 possible to get `EINTR` if tor receives a signal while blocked on
 insufficient entropy.  Arguably we want to retry in this case.  (Also I
 would be interested in hearing if there are good reasons to treat this as
 a bug when it occurs anyway.)

 Please make a GitHub pull request for your revised patches so CI can run
 on them.  Thanks!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25544 [Core Tor/Tor]: Complete vanguard specification

2018-05-10 Thread Tor Bug Tracker & Wiki
#25544: Complete vanguard specification
-+-
 Reporter:  asn  |  Owner:  (none)
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-guard, torspec, guard-   |  Actual Points:
  discovery, 034-roadmap-master, |
  034-triage-20180328, 034-included-20180328 |
Parent ID:   | Points:
 Reviewer:  asn  |Sponsor:
 |  SponsorV
-+-

Comment (by asn):

 Replying to [comment:6 mikeperry]:
 > After sitting down to work on this, I decided we should supersede
 proposal 247 with a new proposal for mesh-based vanguards, so we can keep
 the old proposal text around.
 >
 > https://gitweb.torproject.org/user/mikeperry/torspec.git/tree/proposals
 /xxx-mesh-vanguards.txt?h=mesh-
 vanguards=d588585d1cb37d5f8f0002692ba6dcb0bd0f552e
 >
 > I based that branch off of some notes I took from mailinglist discussion
 on prop247 that never got merged. Figure why not keep that for the
 archives, too.

 Good stuff. I agree with the new proposal idea.

 I was not sure where to comment, so I started a new PR and commented
 within: https://github.com/torproject/torspec/pull/9/files

 Things look pretty good and as expected.

 I was mainly surprised about the introduction of the max(X,X) distribution
 which was not discussed in the past months. I wonder what it offers. To
 better investigate it, I added a new commit to the vanguard simulator that
 implements max(X,X).

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25899 [Core Tor/Tor]: Only run retry_dns() and check_dns_honesty() on exits

2018-05-10 Thread Tor Bug Tracker & Wiki
#25899: Only run retry_dns() and check_dns_honesty() on exits
-+
 Reporter:  nickm|  Owner:  dgoulet
 Type:  enhancement  | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask  |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by dgoulet):

 * reviewer:  dgoulet =>
 * milestone:  Tor: 0.3.4.x-final => Tor: 0.3.5.x-final


Comment:

 Ok turns out that DNS and Exit Policy settings are kind of linked
 together...

 For instance, when building our routerinfo object, we append "reject *" if
 our DNS init failed but this patch is about trying to initializing the DNS
 by looking if we are configured as an Exit... so the approach gets a bit
 more complicated.

 Furthermore, `check_dns_honesty_event()` can be launched through the
 `dns_init()` code path which means it somehow needs to be enabled which
 only gets called in the initialized event callback which is _after_ the
 first dns_init() call in `do_main_loop()`

 Bottom line, there seems to be some complexity with this one so deferring
 to 035. Not too big of a deal if a non-Exit relay launches those events.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25981 [Core Tor/Tor]: Conflicting ports cause tor to crash

2018-05-10 Thread Tor Bug Tracker & Wiki
#25981: Conflicting ports cause tor to crash
-+
 Reporter:  atagar   |  Owner:  nickm
 Type:  defect   | Status:  merge_ready
 Priority:  High |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Major| Resolution:
 Keywords:  034-must regression  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by dgoulet):

 * status:  needs_review => merge_ready


Comment:

 lgtm! Good catch!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26040 [Core Tor/Tor]: Improve getrandom handling

2018-05-10 Thread Tor Bug Tracker & Wiki
#26040: Improve getrandom handling
--+
 Reporter:  Hello71   |  Owner:  Hello71
 Type:  enhancement   | Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:  catalyst  |Sponsor:
--+
Changes (by dgoulet):

 * reviewer:   => catalyst


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25947 [Core Tor/Tor]: Create unit test for dirserv_read_measured_bandwidths

2018-05-10 Thread Tor Bug Tracker & Wiki
#25947: Create unit test for dirserv_read_measured_bandwidths
--+
 Reporter:  juga  |  Owner:  juga
 Type:  enhancement   | Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  bwauth, test  |  Actual Points:
Parent ID:  #25925| Points:
 Reviewer:  asn   |Sponsor:
--+
Changes (by dgoulet):

 * reviewer:   => asn


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25981 [Core Tor/Tor]: Conflicting ports cause tor to crash

2018-05-10 Thread Tor Bug Tracker & Wiki
#25981: Conflicting ports cause tor to crash
-+
 Reporter:  atagar   |  Owner:  nickm
 Type:  defect   | Status:  needs_review
 Priority:  High |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Major| Resolution:
 Keywords:  034-must regression  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by dgoulet):

 * reviewer:   => dgoulet


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25899 [Core Tor/Tor]: Only run retry_dns() and check_dns_honesty() on exits

2018-05-10 Thread Tor Bug Tracker & Wiki
#25899: Only run retry_dns() and check_dns_honesty() on exits
-+
 Reporter:  nickm|  Owner:  dgoulet
 Type:  enhancement  | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask  |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by nickm):

 * status:  reopened => needs_revision


Comment:

 Actually, dgoulet reports a bug here.  so, not merging.

 Also it needs a changes file.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25899 [Core Tor/Tor]: Only run retry_dns() and check_dns_honesty() on exits

2018-05-10 Thread Tor Bug Tracker & Wiki
#25899: Only run retry_dns() and check_dns_honesty() on exits
-+
 Reporter:  nickm|  Owner:  dgoulet
 Type:  enhancement  | Status:  reopened
 Priority:  Medium   |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask  |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by nickm):

 * status:  closed => reopened
 * resolution:  implemented =>


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25899 [Core Tor/Tor]: Only run retry_dns() and check_dns_honesty() on exits

2018-05-10 Thread Tor Bug Tracker & Wiki
#25899: Only run retry_dns() and check_dns_honesty() on exits
-+
 Reporter:  nickm|  Owner:  dgoulet
 Type:  enhancement  | Status:  closed
 Priority:  Medium   |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  implemented
 Keywords:  034-roadmap-subtask  |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by nickm):

 * status:  needs_review => closed
 * resolution:   => implemented


Comment:

 Merged!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26065 [Webpages/Blog]: Please create a blog account for Amogh

2018-05-10 Thread Tor Bug Tracker & Wiki
#26065: Please create a blog account for Amogh
---+
 Reporter:  sukhbir|  Owner:  hiro
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Webpages/Blog  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by sukhbir):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed. Thanks.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25549 [Core Tor/Tor]: Add tor CI config for AppVeyor

2018-05-10 Thread Tor Bug Tracker & Wiki
#25549: Add tor CI config for AppVeyor
-+-
 Reporter:  isis |  Owner:  saper
 Type:  enhancement  | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-ci, tor-testing, 034-roadmap-|  Actual Points:
  subtask, 034-triage-20180328,  |
  034-included-20180328  |
Parent ID:  #25550   | Points:  2
 Reviewer:  isis, catalyst   |Sponsor:
 |  Sponsor3
-+-
Changes (by nickm):

 * status:  needs_revision => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25852 [Core Tor/Tor]: GETINFO exit-policy for tor client should return 551

2018-05-10 Thread Tor Bug Tracker & Wiki
#25852: GETINFO exit-policy for tor client should return 551
+--
 Reporter:  dmr |  Owner:  (none)
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:  Tor:
|  0.3.4.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tor-spec, tor-client, fast-fix  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  dgoulet |Sponsor:
+--
Changes (by rl1987):

 * status:  needs_revision => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25899 [Core Tor/Tor]: Only run retry_dns() and check_dns_honesty() on exits

2018-05-10 Thread Tor Bug Tracker & Wiki
#25899: Only run retry_dns() and check_dns_honesty() on exits
-+
 Reporter:  nickm|  Owner:  dgoulet
 Type:  enhancement  | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask  |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by dgoulet):

 * status:  assigned => needs_review


Comment:

 See branch: `ticket25899_034_01`.

 (It is really the original version of nickm's ticket25899 but on latest
 master).

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25899 [Core Tor/Tor]: Only run retry_dns() and check_dns_honesty() on exits

2018-05-10 Thread Tor Bug Tracker & Wiki
#25899: Only run retry_dns() and check_dns_honesty() on exits
-+
 Reporter:  nickm|  Owner:  dgoulet
 Type:  enhancement  | Status:  assigned
 Priority:  Medium   |  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask  |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by nickm):

 * owner:  nickm => dgoulet


Comment:

 David said he'd be trying this one.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25375 [Core Tor/Tor]: Remove as many items as possible from second_elapsed_callback() and run_scheduled_events()

2018-05-10 Thread Tor Bug Tracker & Wiki
#25375: Remove as many items as possible from second_elapsed_callback() and
run_scheduled_events()
-+-
 Reporter:  nickm|  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask, |  implemented
  034-triage-20180328, 034-included-20180328 |  Actual Points:
Parent ID:  #25500   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor8
-+-

Comment (by nickm):

 I've opened #26070 to cover the remaining cases here.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26070 [Core Tor/Tor]: Remove remaining items from second_elapsed_callback and run_scheduled_events.

2018-05-10 Thread Tor Bug Tracker & Wiki
#26070: Remove remaining items from second_elapsed_callback and
run_scheduled_events.
--+
 Reporter:  nickm |  Owner:  (none)
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:  Sponsor8-can  |
--+
 In #25375 we removed a bunch of stuff from these once-a-second functions,
 to the point where it's safe to disable them when the net is off.

 Still, though, it would be cool to remove even more stuff, since we have
 better mechanisms to handle most of these, and since it would help us use
 less CPU in the non-disablenetwork case.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25950 [Core Tor/Tor]: Run "accounting_run_housekeeping" with a periodic event.

2018-05-10 Thread Tor Bug Tracker & Wiki
#25950: Run "accounting_run_housekeeping" with a periodic event.
-+-
 Reporter:  nickm|  Owner:  nickm
 Type:  defect   | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  034-roadmap-subtask, |  Actual Points:
  034-triage-20180328, 034-included-20180328 |
Parent ID:  #26070   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * parent:   => #26070


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

  1   2   >