Re: [tor-bugs] #22346 [Metrics/Metrics website]: tor browser update URL change and the update ping metrics

2017-05-24 Thread Tor Bug Tracker & Wiki
#22346: tor browser update URL change and the update ping metrics
-+--
 Reporter:  cypherpunks  |  Owner:  metrics-team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Metrics/Metrics website  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--

Comment (by karsten):

 Fine question.  Looks like we're missing some other resource string used
 for update pings, but I don't know which.  Here's the requests we're
 including, by month, site, and resource_part up to `update_[23]`/`:

 {{{
 webstats=> SELECT '2017-0' || date_part('month', log_date) AS month, site,
 webstats-> substr(resource_string, 1,
 webstats(>   strpos(resource_string, 'update_') + 8) AS resource_part,
 webstats-> SUM(count) AS count
 webstats->   FROM files NATURAL JOIN requests NATURAL JOIN resources
 webstats->   WHERE resource_string LIKE '%/torbrowser/update\__/%'
 webstats->   AND resource_string NOT LIKE '%.xml'
 webstats->   AND response_code = 200
 webstats->   AND method = 'GET'
 webstats->   AND log_date >= '2017-01-01'
 webstats->   GROUP BY month, site, resource_part
 webstats->   ORDER BY month, count DESC;
   month  |  site  |  resource_part
 |  count
 
-++--+--
  2017-01 | dist.torproject.org| /torbrowser/update_2/
 | 4500
  2017-01 | aus1.torproject.org| /torbrowser/update_2/
 |  3576134
  2017-01 | archive.torproject.org | /tor-package-
 archive/torbrowser/update_2/|  119
  2017-01 | dist.torproject.org|
 https://dist.torproject.org/torbrowser/update_2/ |2
  2017-02 | aus1.torproject.org| /torbrowser/update_2/
 | 17695061
  2017-02 | dist.torproject.org| /torbrowser/update_2/
 |  2827113
  2017-02 | archive.torproject.org | /tor-package-
 archive/torbrowser/update_2/|  536
  2017-03 | aus1.torproject.org| /torbrowser/update_2/
 | 19250809
  2017-03 | dist.torproject.org| /torbrowser/update_2/
 |  1977765
  2017-03 | archive.torproject.org | /tor-package-
 archive/torbrowser/update_2/|  616
  2017-04 | aus1.torproject.org| /torbrowser/update_2/
 | 31079925
  2017-04 | aus1.torproject.org| /torbrowser/update_3/
 | 16694038
  2017-04 | dist.torproject.org| /torbrowser/update_2/
 |  1469608
  2017-04 | archive.torproject.org | /tor-package-
 archive/torbrowser/update_2/|  386
  2017-05 | aus1.torproject.org| /torbrowser/update_3/
 | 39459138
  2017-05 | aus1.torproject.org| /torbrowser/update_2/
 |   991946
  2017-05 | dist.torproject.org| /torbrowser/update_2/
 |   982639
  2017-05 | archive.torproject.org | /tor-package-
 archive/torbrowser/update_2/|  529
 (18 rows)
 }}}

 boklm, any ideas which other resource string we should be including?

--
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] #22360 [Core Tor/Tor]: chutney's --quiet mode could be quieter

2017-05-24 Thread Tor Bug Tracker & Wiki
#22360: chutney's --quiet mode could be quieter
--+-
 Reporter:  teor  |  Owner:
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+-
 It would be nice to get it down to just a few lines per run.

--
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] #22360 [Core Tor/Chutney]: chutney's --quiet mode could be quieter

2017-05-24 Thread Tor Bug Tracker & Wiki
#22360: chutney's --quiet mode could be quieter
--+--
 Reporter:  teor  |  Owner:  teor
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Core Tor/Chutney  |Version:
 Severity:  Normal| Resolution:
 Keywords:  easy python sh|  Actual Points:
Parent ID:| Points:  0.5
 Reviewer:|Sponsor:
--+--
Changes (by teor):

 * owner:   => teor
 * keywords:   => easy python sh
 * points:   => 0.5
 * component:  Core Tor/Tor => Core Tor/Chutney


--
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] #22346 [Metrics/Metrics website]: tor browser update URL change and the update ping metrics

2017-05-24 Thread Tor Bug Tracker & Wiki
#22346: tor browser update URL change and the update ping metrics
-+--
 Reporter:  cypherpunks  |  Owner:  metrics-team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Metrics/Metrics website  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by gk):

 * cc: gk (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] #21866 [User Experience/Website]: Download links for Tor Browser in other languages don't work

2017-05-24 Thread Tor Bug Tracker & Wiki
#21866: Download links for Tor Browser in other languages don't work
-+---
 Reporter:  xinxin   |  Owner:  hiro
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  User Experience/Website  |Version:
 Severity:  Normal   | Resolution:  duplicate
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+---
Changes (by arthuredelstein):

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


Comment:

 I only just learned about this ticket unfortunately. Duplicate of #22357.

--
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] #22357 [User Experience/Website]: Drop down menus are broken on Tor Browser download page

2017-05-24 Thread Tor Bug Tracker & Wiki
#22357: Drop down menus are broken on Tor Browser download page
-+-
 Reporter:  arthuredelstein  |  Owner:  arthuredelstein
 Type:  defect   | Status:  needs_review
 Priority:  Immediate|  Milestone:
Component:  User Experience/Website  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by arthuredelstein):

 * priority:  Medium => Immediate


--
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] #22344 [Applications/Tor Browser]: A different perspective about per site settings on Orfox

2017-05-24 Thread Tor Bug Tracker & Wiki
#22344: A different perspective about per site settings on Orfox
--+---
 Reporter:  i139  |  Owner:  tbb-team
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:  duplicate
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---
Changes (by gk):

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


Comment:

 We should discuss the UX in #21034 if we really want to do the per-site
 security thing (which we probably don't). Resolving this ticket as a
 duplicate of it.

--
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] #21034 [Applications/Tor Browser]: Per site security settings?

2017-05-24 Thread Tor Bug Tracker & Wiki
#21034: Per site security settings?
--+--
 Reporter:  arthuredelstein   |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #20843| Points:
 Reviewer:|Sponsor:
--+--
Changes (by gk):

 * cc: i139 (added)


Comment:

 #22344 has some ideas how to visualize this on an Android phone. (marking
 that one as duplicate)

--
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] #22357 [User Experience/Website]: Drop down menus are broken on Tor Browser download page

2017-05-24 Thread Tor Bug Tracker & Wiki
#22357: Drop down menus are broken on Tor Browser download page
-+-
 Reporter:  arthuredelstein  |  Owner:  arthuredelstein
 Type:  defect   | Status:  needs_review
 Priority:  Immediate|  Milestone:
Component:  User Experience/Website  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by arma):

 I merged it.

 https://www.torproject.org/download/download-easy.html.en

 how's that look?

--
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] #22357 [User Experience/Website]: Drop down menus are broken on Tor Browser download page

2017-05-24 Thread Tor Bug Tracker & Wiki
#22357: Drop down menus are broken on Tor Browser download page
-+-
 Reporter:  arthuredelstein  |  Owner:  arthuredelstein
 Type:  defect   | Status:  closed
 Priority:  Immediate|  Milestone:
Component:  User Experience/Website  |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by arma):

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


Comment:

 Arthur likes it! I'm closing. Please reopen if something is busted.

--
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] #22353 [User Experience/Blog]: Threading broken in new blog comments

2017-05-24 Thread Tor Bug Tracker & Wiki
#22353: Threading broken in new blog comments
--+
 Reporter:  arma  |  Owner:  hiro
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  User Experience/Blog  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:  #22013| Points:
 Reviewer:|Sponsor:
--+
Changes (by hiro):

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


--
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] #22021 [User Experience/Blog]: Provide an RSS feed of blog posts that is accessible at its previous URL.

2017-05-24 Thread Tor Bug Tracker & Wiki
#22021: Provide an RSS feed of blog posts that is accessible at its previous 
URL.
--+
 Reporter:  hiro  |  Owner:  hiro
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  User Experience/Blog  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:  #22013| Points:
 Reviewer:|Sponsor:
--+
Changes (by hiro):

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


--
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] #22338 [User Experience/Blog]: Missing and mismatched blog posts

2017-05-24 Thread Tor Bug Tracker & Wiki
#22338: Missing and mismatched blog posts
--+
 Reporter:  hellais   |  Owner:  hiro
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  User Experience/Blog  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:  #22013| Points:
 Reviewer:|Sponsor:
--+
Changes (by hiro):

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


--
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] #22354 [User Experience/Blog]: Blog comment titles are redundant and can be left out?

2017-05-24 Thread Tor Bug Tracker & Wiki
#22354: Blog comment titles are redundant and can be left out?
--+---
 Reporter:  arma  |  Owner:  hiro
 Type:  enhancement   | Status:  needs_information
 Priority:  Medium|  Milestone:
Component:  User Experience/Blog  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #22013| Points:
 Reviewer:|Sponsor:
--+---
Changes (by hiro):

 * status:  new => needs_information


Comment:

 Shall I remove the title also in the new comment form? I am ok w/ that. I
 thought it was requested that comments had a title.

--
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] #21779 [Applications/Tor Browser]: Non-admin users can't access Tor Browser on macOS

2017-05-24 Thread Tor Bug Tracker & Wiki
#21779: Non-admin users can't access Tor Browser on macOS
--+
 Reporter:  teor  |  Owner:  mcs
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:  TorBrowserTeam201705R |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by gk):

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


Comment:

 Done with commit 082738a4bd83943d97e084fa04045e481772b998 on `master`. The
 problem was I only did `export DATA_OUTSIDE_APP_DIR`. :( boklm: if you
 need to adapt your scripts, now would be a properly fine time to do so. :)

--
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] #22350 [User Experience/Blog]: Loading a tag leads to Drupal\Core\Database\DatabaseExceptionWrapper

2017-05-24 Thread Tor Bug Tracker & Wiki
#22350: Loading a tag leads to Drupal\Core\Database\DatabaseExceptionWrapper
--+
 Reporter:  arma  |  Owner:  hiro
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  User Experience/Blog  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:  #22013| Points:
 Reviewer:|Sponsor:
--+
Changes (by hiro):

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


--
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] #22320 [Applications/Tor Browser]: Referrer not hidden when comming from a .onion address

2017-05-24 Thread Tor Bug Tracker & Wiki
#22320: Referrer not hidden when comming from a .onion address
-+-
 Reporter:  pege |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff52-esr, tbb-7.0-must,  |  Actual Points:
  TorBrowserTeam201705R  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by arthuredelstein):

 Yes, this was an error on my part in the Firefox patch. It should have
 been "network.http.referer.hideOnionSource" in the whole patch. I will
 post a fixup here and also submit it to Mozilla. Sorry for the mistake.

 In the Mozilla patch, the decision was to hide the referrer, rather than
 spoofing it, when leaving an onion source.

--
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] #22352 [User Experience/Blog]: blog post import lost tags?

2017-05-24 Thread Tor Bug Tracker & Wiki
#22352: blog post import lost  tags?
--+--
 Reporter:  arma  |  Owner:  hiro
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  User Experience/Blog  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #22013| Points:
 Reviewer:|Sponsor:
--+--

Comment (by hiro):

 The tags are there. It is a matter of styling in the template I guess. I
 will look this over and let you 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

[tor-bugs] #22361 [Applications/Tor Browser]: Some binaries are missing RELRO in latest linux nightly builds

2017-05-24 Thread Tor Bug Tracker & Wiki
#22361: Some binaries are missing RELRO in latest linux nightly builds
-+-
 Reporter:  boklm|  Owner:  boklm
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor |Version:
  Browser|   Keywords:  TorBrowserTeam201705,
 Severity:  Normal   |  tbb-7.0-must
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+-
 In the latest nightly builds, the following binaries are missing RELRO:
 {{{
 TorBrowser/Tor/libcrypto.so.1.0.0
 TorBrowser/Tor/libevent-2.0.so.5
 TorBrowser/Tor/libgmp.so.10
 TorBrowser/Tor/libssl.so.1.0.0
 }}}

 When integrating Selfrando (#20683), we added our build of gcc and binutil
 to the PATH, to use them for building elfutils and selfrando. However, our
 gcc and binutils are now also used for the following builds that are done
 in `gitian/descriptors/linux/gitian-utils.yml`. This also means that the
 hardening wrappers are not used anymore.

 To fix that, we can either:

 - reset the PATH and LD_LIBRARY_PATH to their previous value after
 building selfrando, to keep using the system compiler (and the hardened
 wrapper) for the other components
 - use our gcc build to build the other components, but copy hardened-cc to
 our gcc build directory, in the same way that we are doing in
 `gitian/descriptors/linux/gitian-firefox.yml`, to make sure we are using
 the hardening wrapper

--
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] #22361 [Applications/Tor Browser]: Some binaries are missing RELRO in latest linux nightly builds

2017-05-24 Thread Tor Bug Tracker & Wiki
#22361: Some binaries are missing RELRO in latest linux nightly builds
+---
 Reporter:  boklm   |  Owner:  boklm
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  TorBrowserTeam201705, tbb-7.0-must  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+---

Comment (by gk):

 Replying to [ticket:22361 boklm]:
 > - use our gcc build to build the other components, but copy hardened-cc
 to our gcc build directory, in the same way that we are doing in
 `gitian/descriptors/linux/gitian-firefox.yml`, to make sure we are using
 the hardening wrapper

 That sounds like the way to go here. Oh, and this bug is also responsible
 for missing stack canaries, right?

--
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] #22362 [Applications/Tor Browser]: Tor Browser freezes when loading http://zeit.de

2017-05-24 Thread Tor Bug Tracker & Wiki
#22362: Tor Browser freezes when loading http://zeit.de
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal|   Keywords:  noscript
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+--
 Tor Browser in its default mode (i.e. with JavaScript allowed) freezes
 when loading zeit.de. This happens every time when loading
 https://www.facebook.com/tr/.

 My console output stops always with
 {{{
 [05-23 16:59:52] Torbutton INFO: tor SOCKS: https://www.facebook.com/tr/
 via
zeit.de:a137cc9014c3589a23fe6c5d354a4d7d
 }}}

 After a bit of debugging it turns out that vanilla Firefox 52 versions are
 affected as well but only if NoScript is installed. This happens with
 NoScript 5.0.4 at least.

--
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] #22362 [Applications/Tor Browser]: Tor Browser freezes when loading http://zeit.de

2017-05-24 Thread Tor Bug Tracker & Wiki
#22362: Tor Browser freezes when loading http://zeit.de
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  noscript  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by gk):

 Giorgio: let me know if you have issues with reproducing this. I have
 saved a local copy of the website and could send it to you as I can see
 the issue with that copy as well.

--
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] #22362 [Applications/Tor Browser]: Tor Browser freezes when loading http://zeit.de

2017-05-24 Thread Tor Bug Tracker & Wiki
#22362: Tor Browser freezes when loading http://zeit.de
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  noscript  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Description changed by gk:

Old description:

> Tor Browser in its default mode (i.e. with JavaScript allowed) freezes
> when loading zeit.de. This happens every time when loading
> https://www.facebook.com/tr/.
>
> My console output stops always with
> {{{
> [05-23 16:59:52] Torbutton INFO: tor SOCKS: https://www.facebook.com/tr/
> via
>zeit.de:a137cc9014c3589a23fe6c5d354a4d7d
> }}}
>
> After a bit of debugging it turns out that vanilla Firefox 52 versions
> are affected as well but only if NoScript is installed. This happens with
> NoScript 5.0.4 at least.

New description:

 Tor Browser in its default mode (i.e. with JavaScript allowed) freezes
 when loading `http://zeit.de`. This happens every time when loading
 https://www.facebook.com/tr/.

 My console output stops always with
 {{{
 [05-23 16:59:52] Torbutton INFO: tor SOCKS: https://www.facebook.com/tr/
 via
zeit.de:a137cc9014c3589a23fe6c5d354a4d7d
 }}}

 After a bit of debugging it turns out that vanilla Firefox 52 versions are
 affected as well but only if NoScript is installed. This happens with
 NoScript 5.0.4 at least.

--

--
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] #22362 [Applications/Tor Browser]: Tor Browser freezes when loading http://zeit.de

2017-05-24 Thread Tor Bug Tracker & Wiki
#22362: Tor Browser freezes when loading http://zeit.de
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  noscript  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Description changed by gk:

Old description:

> Tor Browser in its default mode (i.e. with JavaScript allowed) freezes
> when loading `http://zeit.de`. This happens every time when loading
> https://www.facebook.com/tr/.
>
> My console output stops always with
> {{{
> [05-23 16:59:52] Torbutton INFO: tor SOCKS: https://www.facebook.com/tr/
> via
>zeit.de:a137cc9014c3589a23fe6c5d354a4d7d
> }}}
>
> After a bit of debugging it turns out that vanilla Firefox 52 versions
> are affected as well but only if NoScript is installed. This happens with
> NoScript 5.0.4 at least.

New description:

 Tor Browser in its default mode (i.e. with JavaScript allowed) freezes
 when loading `http://zeit.de`. This happens every time when requesting
 https://www.facebook.com/tr/.

 My console output stops always with
 {{{
 [05-23 16:59:52] Torbutton INFO: tor SOCKS: https://www.facebook.com/tr/
 via
zeit.de:a137cc9014c3589a23fe6c5d354a4d7d
 }}}

 After a bit of debugging it turns out that vanilla Firefox 52 versions are
 affected as well but only if NoScript is installed. This happens with
 NoScript 5.0.4 at least.

--

--
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] #16285 [Applications/Tor Browser]: Make sure EME is no tracking risk in Tor Browser

2017-05-24 Thread Tor Bug Tracker & Wiki
#16285: Make sure EME is no tracking risk in Tor Browser
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff59-esr, tbb-linkability,   |  Actual Points:
  GeorgKoppen201705, TorBrowserTeam201705|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by gk):

 Replying to [comment:29 gk]:
 > Seem I forgot to remove the library stripping we do in the Linux
 descriptor. This is fixed with commit
 e8d869e142439436104b8b1f8b807406fd68e104 on `master`.

 Which needed a fixup, *sigh*: commit
 c18c6f80c49d7da97d006d3fd5201b11f1312bbc.

--
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] #21757 [Core Tor/Tor]: Using Pluggable Transports on tor master is broken

2017-05-24 Thread Tor Bug Tracker & Wiki
#21757: Using Pluggable Transports on tor master is broken
--+
 Reporter:  gk|  Owner:  ahf
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:  Tor: 0.3.1.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by gk):

 FWIW the latest nightly containing tor based on
 a18b41cc776196c41cf79bdab25592a7ce8bbcc5 has this issue fixed.

--
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] #21431 [Applications/Tor Browser]: Clean-up system extensions shipped in Firefox 52

2017-05-24 Thread Tor Bug Tracker & Wiki
#21431: Clean-up system extensions shipped in Firefox 52
-+-
 Reporter:  gk   |  Owner:  mcs
 Type:  task | Status:  closed
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff52-esr, TorBrowserTeam201705R, |  Actual Points:
  tbb-7.0-must   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

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


Comment:

 Looks good to me. Applied to `tor-browser-52.1.0esr-7.0-2` (commit
 6b8a66553b3aa4a518dc4448baf11099a8df22cd) and `tor-
 browser-52.1.1est-7.0-1` (commit
 475734012b70c7515a2a105ea6584136cee57bf6).

--
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] #21746 [Applications/Tor Browser]: Have a closer eye on FlyWeb regarding proxy bypass

2017-05-24 Thread Tor Bug Tracker & Wiki
#21746: Have a closer eye on FlyWeb regarding proxy bypass
-+-
 Reporter:  gk   |  Owner:  gk
 Type:  task | Status:
 |  assigned
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff52-esr, TorBrowserTeam201705,  |  Actual Points:
  tbb-7.0-must, GeorgKoppen201705|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor4
-+-
Description changed by gk:

Old description:

> As mentioned in #19048 FlyWeb (https://wiki.mozilla.org/FlyWeb and
> https://hacks.mozilla.org/2016/09/flyweb-pure-web-cross-device-
>  interaction landed but it is behind a pref (`dom.flyweb.enabled` is set
> to `false`). Nevetherless, it is scary enough that we should make sure
> that it is really disabled.

New description:

 As mentioned in #19048 FlyWeb (https://wiki.mozilla.org/FlyWeb and
 https://hacks.mozilla.org/2016/09/flyweb-pure-web-cross-device-interaction
 landed but it is behind a pref (`dom.flyweb.enabled` is set to `false`).
 Nevetherless, it is scary enough that we should make sure that it is
 really disabled.

--

--
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] #847 [Core Tor/Tor]: Extreme values in downloading directory information

2017-05-24 Thread Tor Bug Tracker & Wiki
#847: Extreme values in downloading directory information
--+
 Reporter:  karsten   |  Owner:  nickm
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor:
  |  unspecified
Component:  Core Tor/Tor  |Version:  Tor:
  |  0.1.2.19
 Severity:  Normal| Resolution:  worksforme
 Keywords:  performance bootstrap tor-client  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * status:  assigned => closed
 * resolution:  None => worksforme
 * severity:   => Normal


Comment:

 I'm thinking that the analysis in this ticket is no longer relevant; we've
 refactored download timing a lot.

--
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] #925 [Core Tor/Tor]: Tor fails badly when accept(2) returns EMFILE or ENFILE

2017-05-24 Thread Tor Bug Tracker & Wiki
#925: Tor fails badly when accept(2) returns EMFILE or ENFILE
---+--
 Reporter:  riastradh  |  Owner:
 Type:  defect | Status:  new
 Priority:  Low|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:  0.2.0.33
 Severity:  Normal | Resolution:  None
 Keywords:  tor-relay dos oos  |  Actual Points:
Parent ID:  #19984 | Points:  medium
 Reviewer: |Sponsor:
---+--
Changes (by nickm):

 * keywords:  tor-relay => tor-relay dos oos
 * severity:   => Normal
 * parent:   => #19984


--
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] #936 [Core Tor/Tor]: Race in picking connections for create cell

2017-05-24 Thread Tor Bug Tracker & Wiki
#936: Race in picking connections for create cell
--+--
 Reporter:  arma  |  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.0.31
 Severity:  Normal| Resolution:  worksforme
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => worksforme
 * severity:   => Normal


Comment:

 The underlying code here has changed significantly over the last 6 years;
 in particular, the recently merged "canonical connection" stuff from Mike
 in 0.3.1 has some promise to solve 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] #966 [Core Tor/Tor]: Do positive DNS tests

2017-05-24 Thread Tor Bug Tracker & Wiki
#966: Do positive DNS tests
---+--
 Reporter:  Sebastian  |  Owner:
 Type:  defect | Status:  closed
 Priority:  Low|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:  0.2.1.13-alpha
 Severity:  Normal | Resolution:  wontfix
 Keywords:  dns tor-relay  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => wontfix
 * severity:   => Normal


Comment:

 We don't seem to have any problem nowadays with relays where the DNS
 doesn't work at all, do we?

--
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] #1029 [Core Tor/Tor]: Tor relay should log message when it's working again after marking as down

2017-05-24 Thread Tor Bug Tracker & Wiki
#1029: Tor relay should log message when it's working again after marking as 
down
-+-
 Reporter:  rudis|  Owner:
 Type:  enhancement  | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 |  0.2.0.35
 Severity:  Normal   | Resolution:  None
 Keywords:  tor-relay usability bootstrapping|  Actual Points:
  logging|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay usability bootstrapping logging
 * severity:   => Normal


--
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] #1075 [Core Tor/Tor]: reachability controller status events too liberal

2017-05-24 Thread Tor Bug Tracker & Wiki
#1075: reachability controller status events too liberal
-+-
 Reporter:  arma |  Owner:
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 |  0.2.1.19
 Severity:  Normal   | Resolution:  None
 Keywords:  tor-relay bootstrap usability tor-   |  Actual Points:
  controller |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay bootstrap usability tor-controller
 * severity:   => Normal


--
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] #1099 [Core Tor/Tor]: Spurious bootstrap warnings if no-route-to-host

2017-05-24 Thread Tor Bug Tracker & Wiki
#1099: Spurious bootstrap warnings if no-route-to-host
+--
 Reporter:  arma|  Owner:
 Type:  defect  | Status:  new
 Priority:  Low |  Milestone:  Tor:
|  unspecified
Component:  Core Tor/Tor|Version:  0.2.1.19
 Severity:  Normal  | Resolution:  None
 Keywords:  tor-client bootstrap usability  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * keywords:  tor-client => tor-client bootstrap usability
 * severity:   => Normal


--
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] #1102 [Core Tor/Tor]: Queuing v3 signature for next consensus, an hour later?

2017-05-24 Thread Tor Bug Tracker & Wiki
#1102: Queuing v3 signature for next consensus, an hour later?
--+---
 Reporter:  arma  |  Owner:  nickm
 Type:  defect| Status:  needs_information
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.19
 Severity:  Normal| Resolution:  None
 Keywords:  tor-dirauth   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---
Changes (by nickm):

 * status:  assigned => needs_information
 * severity:   => Normal


Comment:

 Um, 7 years have passed.  Is this still happening? :)

--
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] #1116 [Core Tor/Tor]: 'Stable' flag assignment inconsistant

2017-05-24 Thread Tor Bug Tracker & Wiki
#1116: 'Stable' flag assignment inconsistant
--+
 Reporter:  StrangeCharm  |  Owner:
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor:
  |  unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.19
 Severity:  Normal| Resolution:  None
 Keywords:  tor-dirauth mtbf data-export  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * keywords:  tor-relay => tor-dirauth mtbf data-export
 * severity:   => Normal


--
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] #21746 [Applications/Tor Browser]: Have a closer eye on FlyWeb regarding proxy bypass

2017-05-24 Thread Tor Bug Tracker & Wiki
#21746: Have a closer eye on FlyWeb regarding proxy bypass
-+-
 Reporter:  gk   |  Owner:  gk
 Type:  task | Status:  closed
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff52-esr, TorBrowserTeam201705,  |  Actual Points:
  tbb-7.0-must, GeorgKoppen201705|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor4
-+-
Changes (by gk):

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


Comment:

 I think we are good here. As said in the description we have a preference
 `dom.flyweb.enabled` which is set to `false` and looking through the
 source code all relevant parts adhere to it. Moreover, we already patched
 parts of FlyWeb related code it in #22165 and #21431. The new mDNS bits
 will get handled in #21861.

--
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] #1121 [Core Tor/Tor]: reason unexpected while uploading descriptor

2017-05-24 Thread Tor Bug Tracker & Wiki
#1121: reason unexpected while uploading descriptor
+
 Reporter:  dragonfly   |  Owner:
 Type:  defect  | Status:  closed
 Priority:  Medium  |  Milestone:  Tor: 0.3.1.x-final
Component:  Core Tor/Tor|Version:  0.2.2.3-alpha
 Severity:  Normal  | Resolution:  fixed
 Keywords:  easy tor-relay  |  Actual Points:
Parent ID:  | Points:  small
 Reviewer:  |Sponsor:
+
Changes (by nickm):

 * status:  assigned => closed
 * resolution:  None => fixed
 * milestone:  Tor: unspecified => Tor: 0.3.1.x-final


Comment:

 Tried to clean up this message a bit with b80a35e683d636

--
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] #21861 [Applications/Tor Browser]: Make sure new mDNS code is disabled in ESR 52-based Tor Browsers

2017-05-24 Thread Tor Bug Tracker & Wiki
#21861: Make sure new mDNS code is disabled in ESR 52-based Tor Browsers
-+-
 Reporter:  gk   |  Owner:  gk
 Type:  defect   | Status:
 |  assigned
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff52-esr, TorBrowserTeam201705,  |  Actual Points:
  tbb-7.0-must   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor4
-+-
Changes (by gk):

 * status:  new => assigned
 * cc: tbb-team (added)
 * owner:  tbb-team => gk


--
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] #1127 [Core Tor/Tor]: no shutdown descriptor published when ORPort is closed but client stays up

2017-05-24 Thread Tor Bug Tracker & Wiki
#1127: no shutdown descriptor published when ORPort is closed but client stays 
up
--+
 Reporter:  nickm |  Owner:
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor:
  |  unspecified
Component:  Core Tor/Tor  |Version:  0.2.2.5-alpha
 Severity:  Normal| Resolution:  None
 Keywords:  tor-relay hibernate shutdown  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * keywords:  tor-relay => tor-relay hibernate shutdown
 * severity:   => Normal


--
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] #1136 [Core Tor/Tor]: When Tor is offline, it doesn't quite run out of relays, so doesn't realize it's offline

2017-05-24 Thread Tor Bug Tracker & Wiki
#1136: When Tor is offline, it doesn't quite run out of relays, so doesn't 
realize
it's offline
---+---
 Reporter:  arma   |  Owner:  mikeperry
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:  Tor:
   |  unspecified
Component:  Core Tor/Tor   |Version:  0.2.1.19
 Severity:  Normal | Resolution:  None
 Keywords:  tor-client shutdown bootstrap  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

 * keywords:  tor-client => tor-client shutdown bootstrap


--
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] #1181 [Core Tor/Tor]: evdns_server_request_format_response() sets TC flag wrong

2017-05-24 Thread Tor Bug Tracker & Wiki
#1181: evdns_server_request_format_response() sets TC flag wrong
---+--
 Reporter:  arma   |  Owner:
 Type:  defect | Status:  new
 Priority:  Low|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:  0.2.1.20
 Severity:  Normal | Resolution:  None
 Keywords:  dns tor-relay prop219  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by nickm):

 * keywords:  dns tor-relay => dns tor-relay prop219
 * severity:   => Normal


--
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] #1200 [Core Tor/Tor]: Add port share option to host HTTPS Server and Tor on same port

2017-05-24 Thread Tor Bug Tracker & Wiki
#1200: Add port share option to host HTTPS Server and Tor on same port
--+--
 Reporter:  gst   |  Owner:
 Type:  enhancement   | Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.21
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => wontfix
 * severity:   => Normal


--
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] #1200 [Core Tor/Tor]: Add port share option to host HTTPS Server and Tor on same port

2017-05-24 Thread Tor Bug Tracker & Wiki
#1200: Add port share option to host HTTPS Server and Tor on same port
--+--
 Reporter:  gst   |  Owner:
 Type:  enhancement   | Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.21
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by nickm):

 (closed because the right way to do this is as a PT)

--
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] #1238 [Core Tor/Tor]: Exit flag assigned can be assigned to nodes that don't really exit. (was: Exit flag assigned incorrectly)

2017-05-24 Thread Tor Bug Tracker & Wiki
#1238: Exit flag assigned can be assigned to nodes that don't really exit.
-+-
 Reporter:  Sebastian|  Owner:
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 |  0.2.2.7-alpha
 Severity:  Normal   | Resolution:  None
 Keywords:  tor-dirauth exit-flag flags voting   |  Actual Points:
  needs-design   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-dirauth => tor-dirauth exit-flag flags voting needs-design
 * severity:   => Normal


--
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] #1784 [Core Tor/Tor]: RELAY_TRUNCATE should give cell queues a chance to flush

2017-05-24 Thread Tor Bug Tracker & Wiki
#1784: RELAY_TRUNCATE should give cell queues a chance to flush
-+-
 Reporter:  nickm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay protocol RELAY_TRUNCATE|  Actual Points:
  queues |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay protocol RELAY_TRUNCATE queues
 * priority:  Medium => Low
 * severity:   => Normal


Comment:

 another option here is just to deprecate RELAY_TRUNCATE; I don't think we
 actually came up with a use for it in the last 7 years.

--
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] #1248 [Core Tor/Tor]: Tor bridges log their fingerprint during startup

2017-05-24 Thread Tor Bug Tracker & Wiki
#1248: Tor bridges log their fingerprint during startup
--+--
 Reporter:  Sebastian |  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.22
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-bridge|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => wontfix
 * severity:   => Normal


--
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] #1250 [Core Tor/Tor]: strange SOCKS error code when connecting to a hidden service using the wrong port

2017-05-24 Thread Tor Bug Tracker & Wiki
#1250: strange SOCKS error code when connecting to a hidden service using the
wrong port
-+-
 Reporter:  ultramage|  Owner:
 Type:  enhancement  | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  0.2.2.7-alpha
 Severity:  Normal   | Resolution:  None
 Keywords:  tor-hs needs-proposal intro  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * status:  assigned => 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] #1250 [Core Tor/Tor]: strange SOCKS error code when connecting to a hidden service using the wrong port

2017-05-24 Thread Tor Bug Tracker & Wiki
#1250: strange SOCKS error code when connecting to a hidden service using the
wrong port
-+-
 Reporter:  ultramage|  Owner:
 Type:  enhancement  | Status:  assigned
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  0.2.2.7-alpha
 Severity:  Normal   | Resolution:  None
 Keywords:  tor-hs needs-proposal intro  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-hs => tor-hs needs-proposal intro
 * severity:   => Normal
 * owner:  rransom =>


Comment:

 So, I'm not really sure we should change this; the change seems like a
 fairly big effort, especially when you consider the impact of having yet
 another feature that distinguishes newer hs versions from old ones.

--
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] #1263 [Core Tor/Tor]: ICMP and DNS problems under load

2017-05-24 Thread Tor Bug Tracker & Wiki
#1263: ICMP and DNS problems under load
--+--
 Reporter:  grumpy3   |  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.22
 Severity:  Normal| Resolution:  worksforme
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => worksforme
 * severity:   => Normal


Comment:

 Whatever this issue was, it is probably not relevant to our network
 performance 7 years 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] #1270 [Core Tor/Tor]: Spec conformance issues reported by outofwords

2017-05-24 Thread Tor Bug Tracker & Wiki
#1270: Spec conformance issues reported by outofwords
+--
 Reporter:  Sebastian   |  Owner:  nickm
 Type:  defect  | Status:  needs_review
 Priority:  Low |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor|Version:  0.2.1.22
 Severity:  Normal  | Resolution:  None
 Keywords:  tor-client parser tor-spec  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * keywords:  tor-client => tor-client parser tor-spec
 * severity:   => Normal


--
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] #1270 [Core Tor/Tor]: Spec conformance issues reported by outofwords

2017-05-24 Thread Tor Bug Tracker & Wiki
#1270: Spec conformance issues reported by outofwords
+--
 Reporter:  Sebastian   |  Owner:  nickm
 Type:  defect  | Status:  needs_revision
 Priority:  Low |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor|Version:  0.2.1.22
 Severity:  Normal  | Resolution:  None
 Keywords:  tor-client parser tor-spec  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * status:  needs_review => needs_revision


Comment:

 So, the code here is pretty darn well tested and fuzzed, even if it isn't
 conformant. At this point, we're probably better of specifying what we do.

--
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] #1288 [Core Tor/Tor]: Changing time while TOR is running causes endless new connections to be added

2017-05-24 Thread Tor Bug Tracker & Wiki
#1288: Changing time while TOR is running causes endless new connections to be
added
--+--
 Reporter:  torbugtime|  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.22
 Severity:  Normal| Resolution:  worksforme
 Keywords:  tor-client|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => worksforme
 * severity:   => Normal


--
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] #1291 [Core Tor/Tor]: Relays that aren't Valid never get Running

2017-05-24 Thread Tor Bug Tracker & Wiki
#1291: Relays that aren't Valid never get Running
--+--
 Reporter:  arma  |  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.1.22
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-dirauth   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  new => closed
 * resolution:  None => wontfix
 * severity:   => Normal


Comment:

 We don't care; the Valid flag is now deprecated, per proposal 272.

--
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] #2180 [Core Tor/Tor]: We should test for fairness on entry and exit connections

2017-05-24 Thread Tor Bug Tracker & Wiki
#2180: We should test for fairness on entry and exit connections
--+--
 Reporter:  nickm |  Owner:
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * severity:   => Normal
 * parent:  #1298 =>


Comment:

 Unparenting, but still worth doing.

--
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] #1298 [Core Tor/Tor]: Tor does not treat multiple streams fairly

2017-05-24 Thread Tor Bug Tracker & Wiki
#1298: Tor does not treat multiple streams fairly
---+---
 Reporter:  mikeperry  |  Owner:  nickm
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:  Tor:
   |  unspecified
Component:  Core Tor/Tor   |Version:  0.2.1.24
 Severity:  Normal | Resolution:  fixed
 Keywords:  performance scheduling tor-client  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

 * status:  assigned => closed
 * resolution:  None => fixed
 * severity:   => Normal


Comment:

 Closed because known cases were fixed back in 2010

--
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] #1299 [Core Tor/Tor]: Tor should verify signatures before parsing

2017-05-24 Thread Tor Bug Tracker & Wiki
#1299: Tor should verify signatures before parsing
-+--
 Reporter:  mikeperry|  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:  0.2.1.24
 Severity:  Normal   | Resolution:  None
 Keywords:  tor-client parse safety  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by nickm):

 * priority:  High => Medium
 * keywords:  tor-client => tor-client parse safety


--
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] #1314 [Core Tor/Tor]: Problem bootstrapping. Stuck at 45%: (Connection refused; CONNECTREFUSED)

2017-05-24 Thread Tor Bug Tracker & Wiki
#1314: Problem bootstrapping. Stuck at 45%: (Connection refused; CONNECTREFUSED)
--+--
 Reporter:  narr  |  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  0.2.2.10-alpha
 Severity:  Normal| Resolution:  wontfix
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  reopened => closed
 * resolution:   => wontfix
 * severity:   => Normal


Comment:

 Closed because no current version of Tor affected; this wasn't on a
 supported version when last reported.

--
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] #1354 [Core Tor/Tor]: Configuring Tor with --with*dir gives wrong directories

2017-05-24 Thread Tor Bug Tracker & Wiki
#1354: Configuring Tor with --with*dir gives wrong directories
+--
 Reporter:  Sebastian   |  Owner:  nickm
 Type:  defect  | Status:  assigned
 Priority:  High|  Milestone:  Tor:
|  unspecified
Component:  Core Tor/Tor|Version:  0.2.1.25
 Severity:  Normal  | Resolution:  None
 Keywords:  tor-client build packages autoconf  |  Actual Points:
Parent ID:  #6311   | Points:
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * keywords:  tor-client => tor-client build packages autoconf
 * priority:  Low => High
 * severity:   => Normal


--
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] #6311 [Core Tor/Tor]: Migrate TOR_SEARCH_LIBRARY to use pkg-config

2017-05-24 Thread Tor Bug Tracker & Wiki
#6311: Migrate TOR_SEARCH_LIBRARY to use pkg-config
--+--
 Reporter:  nickm |  Owner:
 Type:  enhancement   | Status:  assigned
 Priority:  High  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-relay, build  |  Actual Points:
Parent ID:| Points:  5
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * owner:  nickm =>
 * points:   => 5


--
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] #6311 [Core Tor/Tor]: Migrate TOR_SEARCH_LIBRARY to use pkg-config

2017-05-24 Thread Tor Bug Tracker & Wiki
#6311: Migrate TOR_SEARCH_LIBRARY to use pkg-config
--+--
 Reporter:  nickm |  Owner:
 Type:  enhancement   | Status:  new
 Priority:  High  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-relay, build  |  Actual Points:
Parent ID:| Points:  5
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  assigned => 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] #1667 [Core Tor/Tor]: Give a more appropriate "I'm not an HTTP proxy" message when we get an HTTP request on the control port

2017-05-24 Thread Tor Bug Tracker & Wiki
#1667: Give a more appropriate "I'm not an HTTP proxy" message when we get an 
HTTP
request on the control port
-+
 Reporter:  nickm|  Owner:  neena
 Type:  enhancement  | Status:  needs_review
 Priority:  Very Low |  Milestone:  Tor: 0.3.2.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  easy tor-client  |  Actual Points:
Parent ID:   | Points:  small
 Reviewer:   |Sponsor:
-+
Changes (by nickm):

 * milestone:  Tor: unspecified => Tor: 0.3.2.x-final


--
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] #1690 [Core Tor/Tor]: Consensus Bandwidth Lacks Indication of Type

2017-05-24 Thread Tor Bug Tracker & Wiki
#1690: Consensus Bandwidth Lacks Indication of Type
---+---
 Reporter:  atagar |  Owner:
 Type:  enhancement| Status:  closed
 Priority:  Low|  Milestone:  Tor:
   |  0.2.4.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  consensus, bandwidth, tor-dirauth  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

 * status:  new => closed
 * resolution:   => fixed
 * severity:   => Normal
 * milestone:  Tor: unspecified => Tor: 0.2.4.x-final


Comment:

 w lines now include an Unmeasured flag, thanks to #2286 .

--
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] #1752 [Core Tor/Tor]: Make it easier for everybody to be a bridge

2017-05-24 Thread Tor Bug Tracker & Wiki
#1752: Make it easier for everybody to be a bridge
--+--
 Reporter:  nickm |  Owner:
 Type:  project   | Status:  closed
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-bridge|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

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


--
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] #1753 [Core Tor/Tor]: Make windows relays more reliable

2017-05-24 Thread Tor Bug Tracker & Wiki
#1753: Make windows relays more reliable
---+--
 Reporter:  nickm  |  Owner:
 Type:  project| Status:  closed
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  worksforme
 Keywords:  windows tor-relay  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by nickm):

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


--
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] #1776 [Core Tor/Tor]: Allow regular relays (if they have a dirport open) to be used as bridges

2017-05-24 Thread Tor Bug Tracker & Wiki
#1776: Allow regular relays (if they have a dirport open) to be used as bridges
---+---
 Reporter:  Sebastian  |  Owner:  asn
 Type:  defect | Status:  closed
 Priority:  High   |  Milestone:  Tor:
   |  unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  worksforme
 Keywords:  regression, crash, tor-bridge  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

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


Comment:

 I believe this is actually doing pretty well now, but please reopen if
 not.

--
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] #1796 [Core Tor/Tor]: write-history and read-history in extra-infos leaks the relay's used bandwith if the bandwidth limit is changed

2017-05-24 Thread Tor Bug Tracker & Wiki
#1796: write-history and read-history in extra-infos leaks the relay's used
bandwith if the bandwidth limit is changed
-+-
 Reporter:  lancelot666  |  Owner:
 Type:  defect   | Status:  closed
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:  wontfix
 Keywords:  write-history read-history tor-  |  Actual Points:
  relay  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

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


--
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] #1802 [Core Tor/Tor]: ControlPort GETCONF does not recognize command aliases

2017-05-24 Thread Tor Bug Tracker & Wiki
#1802: ControlPort GETCONF does not recognize command aliases
--+
 Reporter:  cjb   |  Owner:
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor:
  |  unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-client controller alias easy  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * keywords:  tor-client => tor-client controller alias easy
 * priority:  Medium => Low
 * severity:   => Normal


--
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] #1806 [Core Tor/Tor]: Tor warns about config abbreviations every time a controller does an ambiguous getconf

2017-05-24 Thread Tor Bug Tracker & Wiki
#1806: Tor warns about config abbreviations every time a controller does an
ambiguous getconf
--+--
 Reporter:  atagar|  Owner:
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-client|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

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


--
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

2017-05-24 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:
-+-
Changes (by nickm):

 * keywords:  tor-relay, term-project-ideas => tor-relay, term-project-
 ideas, threads, performance
 * points:   => 10
 * severity:   => Normal


--
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] #1807 [Core Tor/Tor]: Add support for displaying client Tor traffic in Wireshark and similar

2017-05-24 Thread Tor Bug Tracker & Wiki
#1807: Add support for displaying client Tor traffic in Wireshark and similar
--+--
 Reporter:  mwenge|  Owner:  mwenge
 Type:  enhancement   | Status:  closed
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-client|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

 * status:  needs_revision => closed
 * resolution:   => wontfix
 * severity:   => Normal


--
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] #1826 [Core Tor/Tor]: Sending packets after RELAY_END

2017-05-24 Thread Tor Bug Tracker & Wiki
#1826: Sending packets after RELAY_END
-+-
 Reporter:  mwenge   |  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay protocol needs-diagnosis   |  Actual Points:
  bandwidth  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay protocol needs-diagnosis bandwidth
 * severity:   => Normal


--
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] #1889 [Core Tor/Tor]: Contradictory bandwidth reports in overlapping extra-info descriptors

2017-05-24 Thread Tor Bug Tracker & Wiki
#1889: Contradictory bandwidth reports in overlapping extra-info descriptors
-+-
 Reporter:  mwenge   |  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay metrics extrainfo  |  Actual Points:
  bandwidth  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay metrics extrainfo bandwidth


--
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] #1907 [Core Tor/Tor]: Unbalanced bandwidth reported in extra-info

2017-05-24 Thread Tor Bug Tracker & Wiki
#1907: Unbalanced bandwidth reported in extra-info
-+-
 Reporter:  mwenge   |  Owner:
 Type:  defect   | Status:  new
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  post 0.2.0.x
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay metrics extrainfo  |  Actual Points:
  bandwidth  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay metrics extrainfo bandwidth
 * severity:   => Normal


--
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] #1926 [Core Tor/Tor]: Extra-info descriptors have corrupt {write, read}-history lines

2017-05-24 Thread Tor Bug Tracker & Wiki
#1926: Extra-info descriptors have corrupt {write,read}-history lines
-+-
 Reporter:  karsten  |  Owner:  karsten
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay metrics extrainfo  |  Actual Points:
  bandwidth  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay metrics extrainfo bandwidth
 * severity:   => Normal


--
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] #1936 [Core Tor/Tor]: "All nameservers have failed" eventdns message

2017-05-24 Thread Tor Bug Tracker & Wiki
#1936: "All nameservers have failed" eventdns message
+-
 Reporter:  varnav  |  Owner:
 Type:  defect  | Status:  closed
 Priority:  Medium  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor|Version:  Tor: 0.2.3.10-alpha
 Severity:  Normal  | Resolution:  worksforme
 Keywords:  eventdns tor-relay  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+-
Changes (by nickm):

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


Comment:

 We've done a lot of work to clean this up over the years; whatever's going
 on here, it is different now than it was 3 years ago.

--
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] #2003 [Core Tor/Tor]: Hibernation Soft and Hard Limits Reached Simultaneously

2017-05-24 Thread Tor Bug Tracker & Wiki
#2003: Hibernation Soft and Hard Limits Reached Simultaneously
-+-
 Reporter:  BarkerJr |  Owner:
 |  Sebastian
 Type:  enhancement  | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay bandwidth accounting   |  Actual Points:
  hibernate  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay bandwidth accounting hibernate
 * priority:  High => Medium
 * severity:   => Normal


--
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] #2005 [Core Tor/Tor]: windows torrc references @CONFDIR@/tor-exit-notice.html

2017-05-24 Thread Tor Bug Tracker & Wiki
#2005: windows torrc references @CONFDIR@/tor-exit-notice.html
---+--
 Reporter:  phobos |  Owner:
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:  Tor: unspecified
 Severity:  Normal | Resolution:  worksforme
 Keywords:  windows tor-relay  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by nickm):

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


--
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] #2005 [Core Tor/Tor]: windows torrc references @CONFDIR@/tor-exit-notice.html

2017-05-24 Thread Tor Bug Tracker & Wiki
#2005: windows torrc references @CONFDIR@/tor-exit-notice.html
---+--
 Reporter:  phobos |  Owner:
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:  Tor: unspecified
 Severity:  Normal | Resolution:  worksforme
 Keywords:  windows tor-relay  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by nickm):

 (I believe this got resolved by one of our packaging revamps)

--
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] #2006 [Core Tor/Tor]: Windows torrc references @LOCALSTATEDIR@ in torrc

2017-05-24 Thread Tor Bug Tracker & Wiki
#2006: Windows torrc references @LOCALSTATEDIR@ in torrc
-+--
 Reporter:  phobos   |  Owner:
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:  Tor: unspecified
 Severity:  Normal   | Resolution:  worksforme
 Keywords:  windows torrc tor-relay  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by nickm):

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


Comment:

 (I believe this got resolved by one of our packaging revamps)

--
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] #2045 [Core Tor/Tor]: Make tor_check_port_forwarding handle incomplete lines

2017-05-24 Thread Tor Bug Tracker & Wiki
#2045: Make tor_check_port_forwarding handle incomplete lines
--+
 Reporter:  sjmurdoch |  Owner:  sjmurdoch
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor: 0.3.1.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * status:  new => closed
 * cc: ahf (added)
 * resolution:   => fixed
 * milestone:  Tor: unspecified => Tor: 0.3.1.x-final


Comment:

 I think we fixed this when we fixed #21654

--
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] #2106 [Core Tor/Tor]: Controller can't unset httpsproxy if it doesn't resolve

2017-05-24 Thread Tor Bug Tracker & Wiki
#2106: Controller can't unset httpsproxy if it doesn't resolve
--+--
 Reporter:  arma  |  Owner:
 Type:  enhancement   | Status:  closed
 Priority:  High  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  duplicate
 Keywords:  tor-client, easy  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

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


Comment:

 Duplicate of #449

--
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] #2129 [Core Tor/Tor]: Allow Tor client functionality even when we hibernate

2017-05-24 Thread Tor Bug Tracker & Wiki
#2129: Allow Tor client functionality even when we hibernate
--+--
 Reporter:  arma  |  Owner:
 Type:  enhancement   | Status:  closed
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-relay |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

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


--
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] #2178 [Core Tor/Tor]: We launch dummy descriptor fetches more often than needed

2017-05-24 Thread Tor Bug Tracker & Wiki
#2178: We launch dummy descriptor fetches more often than needed
+--
 Reporter:  nickm   |  Owner:
 Type:  defect  | Status:  new
 Priority:  Low |  Milestone:  Tor:
|  unspecified
Component:  Core Tor/Tor|Version:  Tor:
|  0.2.1.26
 Severity:  Normal  | Resolution:
 Keywords:  tor-relay performance IP-probe  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * keywords:  tor-relay => tor-relay performance IP-probe
 * severity:   => Normal


--
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] #2179 [Core Tor/Tor]: Stream fairness: Stop packaging inbufs onto circuits greedily

2017-05-24 Thread Tor Bug Tracker & Wiki
#2179: Stream fairness: Stop packaging inbufs onto circuits greedily
-+-
 Reporter:  nickm|  Owner:
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  performance scheduling tor-relay |  Actual Points:
  fairness   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  performance scheduling tor-relay => performance scheduling
 tor-relay fairness
 * severity:   => Normal


--
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] #2180 [Core Tor/Tor]: We should test for fairness on entry and exit connections

2017-05-24 Thread Tor Bug Tracker & Wiki
#2180: We should test for fairness on entry and exit connections
---+---
 Reporter:  nickm  |  Owner:
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor:
   |  unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-relay fairness scheduling  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

 * keywords:  tor-relay => tor-relay fairness scheduling


--
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] #2191 [Core Tor/Tor]: Send all error-level log messages to controllers

2017-05-24 Thread Tor Bug Tracker & Wiki
#2191: Send all error-level log messages to controllers
--+--
 Reporter:  rransom   |  Owner:
 Type:  defect| Status:  closed
 Priority:  High  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-client|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

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


Comment:

 Wontfix: if controllers do not have ERR events turned on, they won't get
 any.  If they can actually handle receiving ERR events, then they can
 SETEVENTS to get 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] #2221 [Core Tor/Tor]: Exit Enclave Traffic Shouldn't be Throttled by RelayBandwidthRate/Burst

2017-05-24 Thread Tor Bug Tracker & Wiki
#2221: Exit Enclave Traffic Shouldn't be Throttled by RelayBandwidthRate/Burst
+--
 Reporter:  BarkerJr|  Owner:
 Type:  enhancement | Status:  closed
 Priority:  Medium  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:  wontfix
 Keywords:  tor-relay exit-enclave  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * keywords:  tor-relay => tor-relay exit-enclave
 * status:  new => closed
 * resolution:   => wontfix
 * severity:   => Normal


Comment:

 Exit enclaves don't actually do anything; closing this until somebody
 works on 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] #2282 [Core Tor/Tor]: Publish router descriptors rejected by the authorities or omitted from the consensus

2017-05-24 Thread Tor Bug Tracker & Wiki
#2282: Publish router descriptors rejected by the authorities or omitted from 
the
consensus
-+-
 Reporter:  rransom  |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-dirauth debugging diagnostic |  Actual Points:
  easy   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-dirauth => tor-dirauth debugging diagnostic easy
 * severity:   => Normal


--
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] #2297 [Core Tor/Tor]: fetching certs for legacy keys?

2017-05-24 Thread Tor Bug Tracker & Wiki
#2297: fetching certs for legacy keys?
--+--
 Reporter:  arma  |  Owner:
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:  fixed
 Keywords:  tor-client|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by nickm):

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


--
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] #2362 [Core Tor/Tor]: "GETINFO config-text" adds spurious DataDirectory, Log entries (was: get-text always reports Log entry)

2017-05-24 Thread Tor Bug Tracker & Wiki
#2362: "GETINFO config-text" adds spurious DataDirectory, Log entries
-+-
 Reporter:  atagar   |  Owner:
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay tor-control torrc  |  Actual Points:
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay tor-control torrc
 * points:   => 2
 * severity:   => Normal


Comment:

 The current output, given an empty file with only a ControlPort, is:
 {{{
 ControlPort 
 DataDirectory /home/nickm/.tor
 Log notice stdout
 }}}

--
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] #2362 [Core Tor/Tor]: "GETINFO config-text" adds spurious DataDirectory, Log entries

2017-05-24 Thread Tor Bug Tracker & Wiki
#2362: "GETINFO config-text" adds spurious DataDirectory, Log entries
--+
 Reporter:  atagar|  Owner:
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor:
  |  unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-relay tor-control torrc easy  |  Actual Points:
Parent ID:| Points:  2
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * keywords:  tor-relay tor-control torrc => tor-relay tor-control torrc
   easy


Comment:

 The correct fix here is to apply the same pattern we apply elsewhere when
 we're thinking about changing the get_options() content depending on
 anything besides a new torrc or whatever: we have one option that
 represents the value-as-set-by-the-user, and one that represents the
 value-as-used.

--
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] #2395 [Core Tor/Tor]: Break Wed and Wee weights into two classes each

2017-05-24 Thread Tor Bug Tracker & Wiki
#2395: Break Wed and Wee weights into two classes each
-+-
 Reporter:  mikeperry|  Owner:
 |  mikeperry
 Type:  enhancement  | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  performance loadbalancing tor-   |  Actual Points:
  client needs-proposal  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  performance loadbalancing tor-client => performance
 loadbalancing tor-client needs-proposal
 * severity:   => Normal


--
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] #2455 [Core Tor/Tor]: Log IP of wrongly replying DNS-Server(s)

2017-05-24 Thread Tor Bug Tracker & Wiki
#2455: Log IP of wrongly replying DNS-Server(s)
-+-
 Reporter:  bastik   |  Owner:
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  DNS-Hijacking DNS-Provider dns tor-  |  Actual Points:
  relay needs-libevent-patch |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  DNS-Hijacking DNS-Provider dns tor-relay => DNS-Hijacking DNS-
 Provider dns tor-relay needs-libevent-patch


--
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] #2455 [Core Tor/Tor]: Log IP of wrongly replying DNS-Server(s)

2017-05-24 Thread Tor Bug Tracker & Wiki
#2455: Log IP of wrongly replying DNS-Server(s)
-+-
 Reporter:  bastik   |  Owner:
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  DNS-Hijacking DNS-Provider dns tor-  |  Actual Points:
  relay needs-libevent-patch |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by nickm):

 We can't do this with evdns as it stands; we'd have to replace it with
 something else, or extend it and do this as people upgrade their
 libevents.

--
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] #22363 [Core Tor/Tor]: Make our test network public

2017-05-24 Thread Tor Bug Tracker & Wiki
#22363: Make our test network public
--+--
 Reporter:  dgoulet   |  Owner:
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:  test-network
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+--
 It would be really great if we could have our test network public so
 people can join it to help and other projects could use its data openly.

 However, by doing so right now, the network can basically become a "Tor 2"
 or have the issue that any tor from the current network could use the
 nodes in the test network without it being in the consensus. This is
 problematic since operators signing up for the test network should not be
 receiving legitimate traffic or their Exit being used for regular traffic
 which is bad.

 Here are some ideas we can play around with:

 1) Make relay in the test network advertise that they are for "Testing" in
 their descriptor and then making the dirauth ignore that line for the real
 network consensus which would make a normal tor ignore them. However, it
 doesn't protect against a modified tor that just ignore that line in the
 descriptor and end up picking the nodes.

 2) Provide a firewall script for the Exit node operator that blocks all
 outbound connections except maybe one localhost service that could be
 setup for testing the actual Exit circuit. This is also partial because
 hidden service.

 3) Make the test network *not* connect to unknown relays but I'm not to
 sympathetic to this fix as it makes the test network behave differently
 from the real one.

 4) Do NOT make the test network public and just scrubs the data for
 IP/Port so we can put that data openly but the network stays private.

 5) ... ?

--
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] #2473 [Core Tor/Tor]: Develop a design to support multiple bridge authorities

2017-05-24 Thread Tor Bug Tracker & Wiki
#2473: Develop a design to support multiple bridge authorities
-+-
 Reporter:  arma |  Owner:
 Type:  project  | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  needs-proposal, tor-dirauth, |  Actual Points:
  bridge, bridge-authority, design-needed,   |
  decentralization   |
Parent ID:   | Points:  20
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  needs-proposal, tor-dirauth =>
 needs-proposal, tor-dirauth, bridge, bridge-authority, design-needed,
 decentralization
 * points:   => 20
 * severity:   => Normal


--
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] #2506 [Core Tor/Tor]: Design and implement a more compact GeoIP file format

2017-05-24 Thread Tor Bug Tracker & Wiki
#2506: Design and implement a more compact GeoIP file format
-+-
 Reporter:  rransom  |  Owner:
 |  endian7000
 Type:  enhancement  | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-relay memory disk download-size  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay memory disk download-size
 * severity:   => Normal


--
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] #2507 [Core Tor/Tor]: It's probably not spelled "NATD"

2017-05-24 Thread Tor Bug Tracker & Wiki
#2507: It's probably not spelled "NATD"
-+--
 Reporter:  nickm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Very Low |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-client trivial easy  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by nickm):

 * keywords:  tor-client => tor-client trivial easy
 * severity:   => Normal


--
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   3   >