[tor-bugs] #24383 [Applications/Tor Browser]: Window rounding is broken on Debian 9 live with mutter

2017-11-21 Thread Tor Bug Tracker & Wiki
#24383: Window rounding is broken on Debian 9 live with mutter
-+-
 Reporter:  gk   |  Owner:  tbb-team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor |Version:
  Browser|   Keywords:  tbb-fingerprinting-
 Severity:  Normal   |  resolution
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+-
 A report on the blog
 (https://blog.torproject.org/comment/272689#comment-272689) mentions that
 the rounding of the browser window is broken with Debian 9 live using
 mutter. The reported screen dimensions 915x539 using an old Toshiba
 satellite.

--
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] #23635 [Core Tor/Tor]: improve AccountingStart manual entry

2017-11-21 Thread Tor Bug Tracker & Wiki
#23635: improve AccountingStart manual entry
--+
 Reporter:  cypherpunks   |  Owner:  (none)
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  easy doc  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by teor):

 * keywords:   => easy doc


--
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] #23628 [Core Tor/Tor]: Hibernation on period roll-over

2017-11-21 Thread Tor Bug Tracker & Wiki
#23628: Hibernation on period roll-over
---+---
 Reporter:  r1610091651@…  |  Owner:  (none)
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.3.x-final
Component:  Core Tor/Tor   |Version:  Tor: 0.3.1.7
 Severity:  Major  | Resolution:
 Keywords:  hibernation accounting period  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by teor):

 Tor will hibernate for a random interval if it thinks you might exceed the
 quota in the period, even if you didn't exceed it in the last period.

 `we expect to exhaust our quota for this interval around 2017-10-21
 20:52:28; the next interval begins at 2017-10-24 00:00:00`

 It looks like that's what is happening here: I think this is a feature,
 not a bug.

--
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] #24351 [Applications/Tor Browser]: Block Global Active Adversary Cloudflare

2017-11-21 Thread Tor Bug Tracker & Wiki
#24351: Block Global Active Adversary Cloudflare
-+-
 Reporter:  nullius  |  Owner:  tbb-
 |  team
 Type:  enhancement  | Status:
 |  reopened
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  security, privacy, anonymity, mitm,  |  Actual Points:
  cloudflare |
Parent ID:  #18361   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 Why is Mozilla ignoring Cloudflare's MiTM attack? This is a security issue
 that needs to be fix in Chrome and Firefox.

--
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] #24382 [Core Tor/Nyx]: I resized my terminal window and nyx crashed.

2017-11-21 Thread Tor Bug Tracker & Wiki
#24382: I resized my terminal window and nyx crashed.
---+
 Reporter:  Dbryrtfbcbhgf  |  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  High   |  Milestone:
Component:  Core Tor/Nyx   |Version:
 Severity:  Major  |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+
 I resized my terminal window and nyx crashed. Here is the traceback.

 {{{
 Traceback (most recent call last):

   File "/usr/local/bin/nyx", line 11, in 

     sys.exit(main())

   File "/usr/local/lib/python3.5/dist-packages/nyx/__init__.py", line 176,
 in main

     nyx.starter.main()

   File "/usr/local/lib/python3.5/dist-packages/stem/util/conf.py", line
 289, in wrapped

     return func(*args, config = config, **kwargs)

   File "/usr/local/lib/python3.5/dist-packages/nyx/starter.py", line 118,
 in main

     nyx.curses.start(nyx.draw_loop, acs_support =
 config.get('acs_support', True), transparent_background = True, cursor =
 False)

   File "/usr/local/lib/python3.5/dist-packages/nyx/curses.py", line 217,
 in start

     curses.wrapper(_wrapper)

   File "/usr/lib/python3.5/curses/__init__.py", line 94, in wrapper

     return func(stdscr, *args, **kwds)

   File "/usr/local/lib/python3.5/dist-packages/nyx/curses.py", line 215,
 in _wrapper

     function()

   File "/usr/local/lib/python3.5/dist-packages/nyx/__init__.py", line 245,
 in draw_loop

     interface.redraw(force = not key.is_null())

   File "/usr/local/lib/python3.5/dist-packages/nyx/__init__.py", line 716,
 in redraw

     panel.redraw(force = force, top = occupied)

   File "/usr/local/lib/python3.5/dist-packages/nyx/panel/__init__.py",
 line 175, in redraw

     self._last_draw_size = nyx.curses.draw(self._draw, top = self._top,
 height = self.get_height(), draw_if_resized = draw_dimension)

   File "/usr/local/lib/python3.5/dist-packages/nyx/curses.py", line 740,
 in draw

     curses_subwindow = CURSES_SCREEN.subwin(subwindow_height,
 subwindow_width, top, left)

 _curses.error: curses function returned NULL
 }}}

--
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] #24381 [Metrics/Atlas]: Using back button doesn't work

2017-11-21 Thread Tor Bug Tracker & Wiki
#24381: Using back button doesn't work
---+--
 Reporter:  Sebastian  |  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+--
 When searching for a relay, then searching for another relay the back
 button doesn't work - every time the back button is clicked the search for
 the second relay is repeated. Reproduced in Tor Browser

--
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] [Tor Bug Tracker & Wiki] Batch modify: #23941, #23782, #6762, #8667

2017-11-21 Thread Tor Bug Tracker & Wiki
Batch modification to #23941, #23782, #6762, #8667 by irl:


Action: accept

Comment:
Moving these into my queue.

--
Tickets 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] #24338 [Core Tor/Tor]: DirAuths that have IPv6 addresses don't include them in their vote on themself

2017-11-21 Thread Tor Bug Tracker & Wiki
#24338: DirAuths that have IPv6 addresses don't include them in their vote on
themself
-+-
 Reporter:  tom  |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  very long term
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  needs-mandatory-IPv6, tor-dirauth,   |  Actual Points:
  easy, intro|
Parent ID:  #20916   | Points:  1
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * keywords:  IPv6, tor-dirauth, easy, intro => needs-mandatory-IPv6, tor-
 dirauth, easy, intro
 * sponsor:  SponsorV-can =>
 * milestone:  Tor: 0.3.3.x-final => Tor: very long term


Comment:

 I think this is a feature, not a bug.

 If an authority votes for its own IPv6 address, and it's the only one to
 do this, then its IPv6 address will always be in the consensus, even if
 it's actually unreachable. (A single IPv6-voting authority can determine
 an IPv6 address by voting for it.)

 When we make IPv6 mandatory on authorities, and change the consensus
 method so IPv6 votes are a simple majority, then we can fix this issue.

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

Re: [tor-bugs] #24380 [Metrics/Atlas]: Add family url to details page as well

2017-11-21 Thread Tor Bug Tracker & Wiki
#24380: Add family url to details page as well
---+
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 Fixed in c39b367.

--
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] #21619 [Metrics/Atlas]: Flag fallback directory mirrors in Atlas

2017-11-21 Thread Tor Bug Tracker & Wiki
#21619: Flag fallback directory mirrors in Atlas
---+
 Reporter:  teor   |  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 In #23518 this would become possible. Currently Relay Search is static
 HTML and JavaScript and so does require manual updates. (Sorry, I
 discussed this with teor in IRC but didn't update this ticket, but I did
 update #23518).

 It may be that in the future this information comes directly from Onionoo
 too, meaning that Relay Search doesn't need to know about it at all.

 I'll add this to the agenda for the next Metrics Team meeting to discuss.

 If there are updates before #23518 is implemented, it's just a case of
 running:

 https://gitweb.torproject.org/user/irl/atlas.git/tree/scripts/fallback_dir.py

 git add, commit, push and then deploy to the static mirrors.

--
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] #24130 [Webpages/Website]: Design/layout for support.tpo based on wireframe

2017-11-21 Thread Tor Bug Tracker & Wiki
#24130: Design/layout for support.tpo based on wireframe
--+--
 Reporter:  isabela   |  Owner:  antonela
 Type:  task  | Status:  assigned
 Priority:  Medium|  Milestone:  website redesign
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team,  |  Actual Points:
Parent ID:  #24129| Points:
 Reviewer:|Sponsor:
--+--
Changes (by antonela):

 * status:  new => assigned
 * owner:  (none) => antonela


--
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] #24130 [Webpages/Website]: Design/layout for support.tpo based on wireframe

2017-11-21 Thread Tor Bug Tracker & Wiki
#24130: Design/layout for support.tpo based on wireframe
--+--
 Reporter:  isabela   |  Owner:  (none)
 Type:  task  | Status:  new
 Priority:  Medium|  Milestone:  website redesign
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team,  |  Actual Points:
Parent ID:  #24129| Points:
 Reviewer:|Sponsor:
--+--

Comment (by antonela):

 New round of iteration based on last week comments. Also, I've included a
 SERP page.

 Feel free to comment!

 Support Portal
 https://marvelapp.com/4471ig9/screen/35210130

 Support Portal - Toggle Action
 https://marvelapp.com/4471ig9/screen/35210129

 Support Portal - Search Active
 https://marvelapp.com/4471ig9/screen/35210128

 Support Portal - SERP
 https://marvelapp.com/4471ig9/screen/35210131

--
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] #22271 [Core Tor/Fallback Scripts]: Regenerate fallback list for 0.3.2 or 0.3.3

2017-11-21 Thread Tor Bug Tracker & Wiki
#22271: Regenerate fallback list for 0.3.2 or 0.3.3
---+---
 Reporter:  teor   |  Owner:  teor
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.3.x-final
Component:  Core Tor/Fallback Scripts  |Version:
 Severity:  Normal | Resolution:
 Keywords:  fallback   |  Actual Points:
Parent ID: | Points:  3
 Reviewer: |Sponsor:
---+---

Comment (by atagar):

 Hi Tim. As mentioned in #21619 no need to notify me of fallback changes.

--
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] #21619 [Metrics/Atlas]: Flag fallback directory mirrors in Atlas

2017-11-21 Thread Tor Bug Tracker & Wiki
#21619: Flag fallback directory mirrors in Atlas
---+--
 Reporter:  teor   |  Owner:  irl
 Type:  enhancement| Status:  reopened
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by atagar):

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


Comment:

 Hi Tim. Stem is able to pull the up-to-date list of fallbacks from tor...

 https://gitweb.torproject.org/stem.git/tree/stem/descriptor/remote.py#n1008

 Obviously a hack using gitweb but hey, it works.

 On Stem's side I don't really need to be notified. As for Atlas why not
 have it simply use the above method to get them. It could cache the data
 for, say, a day. Then you wouldn't need to worry about notifying folks at
 all since Atlas would auto-update itself.

 Gonna reopen to get irl's thoughts.

--
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] [Tor Bug Tracker & Wiki] Batch modify: #23061, #23323, #23414, #23415, ...

2017-11-21 Thread Tor Bug Tracker & Wiki
Batch modification to #23061, #23323, #23414, #23415, #23416, #23501, #23523 by 
teor:


Comment:
We should revise or close these tickets based on Appendix C in the latest 
privcount-shamir spec:

https://github.com/teor2345/privcount_shamir/blob/noise-limits/doc/xxx-privcount-with-shamir.txt

The good news is that we probably don't need to care about extreme values or 
binning, because properly implemented noise has known limits, and doesn't need 
binning.

--
Tickets 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] #24380 [Metrics/Atlas]: Add family url to details page as well

2017-11-21 Thread Tor Bug Tracker & Wiki
#24380: Add family url to details page as well
---+--
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * status:  assigned => accepted


Comment:

 Ok.

--
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] #24380 [Metrics/Atlas]: Add family url to details page as well

2017-11-21 Thread Tor Bug Tracker & Wiki
#24380: Add family url to details page as well
---+--
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+--
 In #24375 we added the url on the search page,
 lets add the same URL on the relay details page next to
 "Effective Family Members" ()

--
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] #22191 [Metrics/Atlas]: Replace flag and properties icons with labels

2017-11-21 Thread Tor Bug Tracker & Wiki
#22191: Replace flag and properties icons with labels
---+-
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  wontfix
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by irl):

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


Comment:

 The icons don't need to be amazing. I'll just make icons.

 Without the icons, it would be impossible to show flags in the search
 results view.

--
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] #10401 [Metrics/Atlas]: Add IPv6 icon to Atlas

2017-11-21 Thread Tor Bug Tracker & Wiki
#10401: Add IPv6 icon to Atlas
---+--
 Reporter:  hsn|  Owner:  irl
 Type:  task   | Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * owner:  metrics-team => irl
 * status:  assigned => accepted


Comment:

 I like the black red distinction for reachable/unreachable.

 I think that a v6 exit flag is also a reasonable idea.

 Note to me: I should refactor the way that additional flags are handled
 when implementing this as we now have enough that it's worth doing to
 reduce the code duplication.

--
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] #21959 [Metrics/Atlas]: Expose relays_published on search/results and relays page

2017-11-21 Thread Tor Bug Tracker & Wiki
#21959: Expose relays_published on search/results and relays page
---+
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 This is fixed in c9e5bbc.

--
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] #23856 [Core Tor/Tor]: Reduce relay bandwidth stats interval to 24 hours

2017-11-21 Thread Tor Bug Tracker & Wiki
#23856: Reduce relay bandwidth stats interval to 24 hours
+--
 Reporter:  teor|  Owner:  (none)
 Type:  defect  | Status:
|  needs_revision
 Priority:  High|  Milestone:  Tor:
|  0.3.2.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  guard-discovery-stats, easy, intro  |  Actual Points:
Parent ID:  | Points:  1
 Reviewer:  |Sponsor:  SponsorQ
+--
Changes (by teor):

 * keywords:  guard-discovery-stats => guard-discovery-stats, easy, intro
 * status:  new => needs_revision


Comment:

 The discussions on tor-dev and IRC were positive.

 Someone needs to write a patch that changes the 3 constants listed above,
 and a changes file.
 It's a nice easy patch, except maybe for the changes file.

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

Re: [tor-bugs] #23234 [Core Tor/Tor]: Possible problem with bootstrapping logic (Problem bootstrapping. Stuck at 53%: Loading relay descriptors. (No route to host; NOROUTE; count 7; recommendation war

2017-11-21 Thread Tor Bug Tracker & Wiki
#23234: Possible problem with bootstrapping logic (Problem bootstrapping. Stuck 
at
53%: Loading relay descriptors. (No route to host; NOROUTE; count 7;
recommendation warn)
-+-
 Reporter:  s7r  |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.2.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  bootstrap dirguard bridge needs- |  Actual Points:
  insight 031-backport   |
Parent ID:  #21969   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * parent:   => #21969


Comment:

 This will probably be resolved when we fix #21969.

--
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] #24366 [Core Tor/Tor]: compare_vote_rs() could check more fields for better SHA1 collision resistance

2017-11-21 Thread Tor Bug Tracker & Wiki
#24366: compare_vote_rs() could check more fields for better SHA1 collision
resistance
-+-
 Reporter:  teor |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tor-dirauth, possible-consensus- |  Actual Points:
  failure, needs-proposal|
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * keywords:  tor-dirauth, possible-consensus-failure, needs-proposal? =>
 tor-dirauth, possible-consensus-failure, needs-proposal


Comment:

 The votes already include a better hash of the microdescriptor, but that's
 probably not enough. (And they contain *multiple* microdesc hashes.)

 So yes, I think the right thing to do is to:
 * add a sha-best (are we at SHA3-256 now?) descriptor hash to votes
 * define a new consensus method
 * when using that new consensus method, use this hash as the tie-breaker

 I think this lets us remove all the other tie-breaker fields.

 Maybe we could just get away with comparing the sha3-256 hash, but let's
 stick with the existing two hashes, and the sha3, so we don't accidentally
 *reduce* security.

--
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] #23518 [Metrics/Atlas]: Turn Atlas into page on Tor Metrics

2017-11-21 Thread Tor Bug Tracker & Wiki
#23518: Turn Atlas into page on Tor Metrics
---+--
 Reporter:  karsten|  Owner:  irl
 Type:  enhancement| Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-2017   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by irl):

 We should dynamically generate the fallback_dir.js script from tor's
 source code in order to have it automatically kept up to date.
 Alternatively, this could be added to Onionoo.

 If metrics-lib does not already have a parser for this file format, it
 would probably also be a good idea to add one.

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

Re: [tor-bugs] #22271 [Core Tor/Fallback Scripts]: Regenerate fallback list for 0.3.2 or 0.3.3

2017-11-21 Thread Tor Bug Tracker & Wiki
#22271: Regenerate fallback list for 0.3.2 or 0.3.3
---+---
 Reporter:  teor   |  Owner:  teor
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.3.x-final
Component:  Core Tor/Fallback Scripts  |Version:
 Severity:  Normal | Resolution:
 Keywords:  fallback   |  Actual Points:
Parent ID: | Points:  3
 Reviewer: |Sponsor:
---+---
Changes (by teor):

 * cc: atagar, irl (added)


Comment:

 Cc'ing the stem and relay search maintainers, because they want to know
 when the list changes.
 (For the record, probably not this year, unless I suddenly come up with
 half a day of free time, or it becomes urgent.)

--
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] #21619 [Metrics/Atlas]: Flag fallback directory mirrors in Atlas

2017-11-21 Thread Tor Bug Tracker & Wiki
#21619: Flag fallback directory mirrors in Atlas
---+
 Reporter:  teor   |  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by teor):

 I have added instructions to inform the relay search maintainers and the
 steam maintainer when the fallback directory list changes:
 
https://trac.torproject.org/projects/tor/wiki/doc/UpdatingFallbackDirectoryMirrors

 I wonder if we should automate this somehow.

--
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] #24351 [Applications/Tor Browser]: Block Global Active Adversary Cloudflare

2017-11-21 Thread Tor Bug Tracker & Wiki
#24351: Block Global Active Adversary Cloudflare
-+-
 Reporter:  nullius  |  Owner:  tbb-
 |  team
 Type:  enhancement  | Status:
 |  reopened
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  security, privacy, anonymity, mitm,  |  Actual Points:
  cloudflare |
Parent ID:  #18361   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 And also they tag EVERY SINGLE REQUEST with "RAY" ID. Every action you
 took on Cloudflare proxied sites are completely watched.

 Are they, who defend Cloudflare, an exhibitionist or something? LOL...

--
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] #24351 [Applications/Tor Browser]: Block Global Active Adversary Cloudflare

2017-11-21 Thread Tor Bug Tracker & Wiki
#24351: Block Global Active Adversary Cloudflare
-+-
 Reporter:  nullius  |  Owner:  tbb-
 |  team
 Type:  enhancement  | Status:
 |  reopened
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  security, privacy, anonymity, mitm,  |  Actual Points:
  cloudflare |
Parent ID:  #18361   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 Browser developer's ego incoming!

 >
 
https://github.com/privacytoolsIO/privacytools.io/issues/364#issuecomment-346040970
 > hugoncosta
 > Can anyone confirm if CDNs decrypt https traffic or just pass it along?

 > https://github.com/MoonchildProductions/Pale-
 Moon/issues/1486#issuecomment-345980344
 > JustOff
 > Sorry, but this is utter nonsense.

 Why these people don't understand how CLoudflare works?
 They can't handle encrypted data. It must be decrypted to check data.

 Cloudflare decrypt the incoming data, test it, (collect it), then
 reencrypt and send to original server(if "Full mode" ssl).

 Now I hate Palemoon too. I'll tell this to other people. Ty Palemoon.

--
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] #21959 [Metrics/Atlas]: Expose relays_published on search/results and relays page

2017-11-21 Thread Tor Bug Tracker & Wiki
#21959: Expose relays_published on search/results and relays page
---+--
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * owner:  metrics-team => irl
 * status:  assigned => accepted


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

Re: [tor-bugs] #21658 [Metrics/Atlas]: Do not attempt to plot graphs when the actual request for bandwidth data failed

2017-11-21 Thread Tor Bug Tracker & Wiki
#21658: Do not attempt to plot graphs when the actual request for bandwidth data
failed
---+
 Reporter:  irl|  Owner:  irl
 Type:  defect | Status:  closed
 Priority:  Low|  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  metrics-2017   |  Actual Points:
Parent ID:  #6762  | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 This was fixed in 3211eabe844ebbd0969940e5a399b0ce01c01728.

--
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] #21619 [Metrics/Atlas]: Flag fallback directory mirrors in Atlas

2017-11-21 Thread Tor Bug Tracker & Wiki
#21619: Flag fallback directory mirrors in Atlas
---+
 Reporter:  teor   |  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 This has been fixed in 0d0871c.

 Future updates to the directory mirrors will mean that a Python script
 needs to be run:

 {{{
 python3 scripts/fallback_dir.py > js/fallback_dir.js
 }}}

 This script fetches the list from the tor source code and generates a
 JavaScript file containing a function for determining whether or not there
 a relay is a fallback directory.

--
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] #21619 [Metrics/Atlas]: Flag fallback directory mirrors in Atlas

2017-11-21 Thread Tor Bug Tracker & Wiki
#21619: Flag fallback directory mirrors in Atlas
---+--
 Reporter:  teor   |  Owner:  irl
 Type:  enhancement| Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * owner:  metrics-team => irl
 * status:  assigned => accepted


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

[tor-bugs] #24379 [Applications/Tor Browser]: Make DuckDuckGo's onion service the default search engine for about:tor

2017-11-21 Thread Tor Bug Tracker & Wiki
#24379: Make DuckDuckGo's onion service  the default search engine for about:tor
--+--
 Reporter:  cypherpunks   |  Owner:  tbb-team
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+--
 This is feasible since only a very few percentage of Tor Browser users
 make initial searches on about:tor, thus, its load and performance drop-
 down should be minimal if this gets implemented.

 This is different than #21483 which only concerns itself with the default
 search engine and not about:tor.

--
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] #19654 [Metrics/Atlas]: Handle situations more gracefully when SVG is disabled (like in Tor Browser's High Security mode)

2017-11-21 Thread Tor Bug Tracker & Wiki
#19654: Handle situations more gracefully when SVG is disabled (like in Tor
Browser's High Security mode)
---+--
 Reporter:  cypherpunks|  Owner:  metrics-team
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

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


Comment:

 Fixed in 08c47d7.

--
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] #24285 [Webpages/Website]: Change "hidden services" to "onion services" on the website

2017-11-21 Thread Tor Bug Tracker & Wiki
#24285: Change "hidden services" to "onion services" on the website
--+--
 Reporter:  steph |  Owner:  kat5
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 Replying to [comment:6 cypherpunks]:
 > This kind of revisionism is one of several reasons why I won't donate to
 Tor, and talked friends out of it too.
 The term "hidden services" damaged the Tor Project branding so much
 because of all the fake news and clickbait around it. Onion services sound
 much more innocent and would help Tor Project branding. (Remember the more
 the fake news creates FUD about "hidden services" the more difficult life
 is for Tor and the Tor branding)

 I don't see why this move sounds negative to you.

--
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] #24378 [Core Tor/Tor]: Prune the list of supported consensus methods

2017-11-21 Thread Tor Bug Tracker & Wiki
#24378: Prune the list of supported consensus methods
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:  needs-proposal
Actual Points:|  Parent ID:
   Points:  2 |   Reviewer:
  Sponsor:|
--+
 We currently have 13 supported consensus methods.

 In 0.3.3, it is likely that prop282 will add 1 more, and prop283 will add
 2 more.

 Maybe we should prune this list eventually, because it will let us
 simplify our code, and make votes smaller, less expensive to calculate,
 and reduce authority RAM requirements (due to fewer microdescs).

 It has almost no impact on consensus size.

 Here's how we could work out what to prune:

 By mandatory feature:

 We are currently locked into using consensus method 16 or later in the
 public network, because 0.2.9 and later require ntor keys, and 0.2.9
 clients use microdescriptors by default.

 We may add more mandatory features in 0.3.3 and 0.3.4.

 By supported tor version:

 On May 1, 2018, we will stop supporting 0.2.5, and only support 0.2.9 and
 later. This means that all supported non-alpha versions will support
 consensus methods 25 and later. (Or, if we count 0.2.9 alpha versions,
 it's 22 and 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] #24377 [Core Tor/Tor]: Warn about networkstatus_compute_consensus() breakage in all the functions it calls

2017-11-21 Thread Tor Bug Tracker & Wiki
#24377: Warn about networkstatus_compute_consensus() breakage in all the 
functions
it calls
-+-
 Reporter:  teor |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  doc, automation-needed, tor-dirauth  |  Actual Points:
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * keywords:  doc, automation-needed => doc, automation-needed, tor-dirauth


--
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] #24377 [Core Tor/Tor]: Warn about networkstatus_compute_consensus() breakage in all the functions it calls

2017-11-21 Thread Tor Bug Tracker & Wiki
#24377: Warn about networkstatus_compute_consensus() breakage in all the 
functions
it calls
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:  doc, automation-needed
Actual Points:|  Parent ID:
   Points:  2 |   Reviewer:
  Sponsor:|
--+
 networkstatus_compute_consensus() says:
 {{{
  * WATCH OUT: You need to think before you change the
  * behavior of this function, or of the functions it calls! If some
  * authorities compute the consensus with a different algorithm than
  * others, they will not reach the same result, and they will not all
  * sign the same thing!  If you really need to change the algorithm
  * here, you should allocate a new "consensus_method" for the new
  * behavior, and make the new behavior conditional on a new-enough
  * consensus_method.
 }}}

 But its call graph is somewhat obscure, and it isn't always clear when a
 function is called by some tree of functions called by
 networkstatus_compute_consensus().

 Let's add a summary comment to each function that affects
 networkstatus_compute_consensus() output. And let's try to do this in an
 automated fashion.

 Maybe out modularity proposal is the best way to handle this?
 (Then a module-level comment would suffice.)
 But would consensus-affecting functions be a good candidate for a module?
 (Or two modules: authority-only and shared.)

 (We already have chutney "mixed" targets that pick up the most obvious
 breakage. But they can't test everything.)

--
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] #24274 [Metrics/Atlas]: Add a search box at the top right corner of the new Atlas page

2017-11-21 Thread Tor Bug Tracker & Wiki
#24274: Add a search box at the top right corner of the new Atlas page
---+
 Reporter:  dgoulet|  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  High   |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 Fixed in e3c6cd5.

--
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] #24376 [Webpages/Website]: Search backend for websites - Test and deploy Sphynx

2017-11-21 Thread Tor Bug Tracker & Wiki
#24376: Search backend for websites - Test and deploy Sphynx
--+--
 Reporter:  isabela   |  Owner:  hiro
 Type:  task  | Status:  assigned
 Priority:  Medium|  Milestone:  website redesign
Component:  Webpages/Website  |Version:
 Severity:  Normal|   Keywords:  ux-team,
Actual Points:|  Parent ID:  #21222
   Points:|   Reviewer:
  Sponsor:|
--+--


--
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] #24228 [Core Tor/Tor]: Tor keeps on creating new circuits even when it's idle

2017-11-21 Thread Tor Bug Tracker & Wiki
#24228: Tor keeps on creating new circuits even when it's idle
--+
 Reporter:  asn   |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Very High |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor  |Version:  Tor: 0.3.1.1-alpha
 Severity:  Normal| Resolution:
 Keywords:  tor-circuit   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by dgoulet):

 * keywords:  tor-circuit, regression, backport-031 => tor-circuit
 * milestone:  Tor: 0.3.2.x-final => Tor: 0.3.3.x-final


Comment:

 Seems not a bug or urgent here so postpone to 033. Removing misleading
 keywords 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] #24285 [Webpages/Website]: Change "hidden services" to "onion services" on the website

2017-11-21 Thread Tor Bug Tracker & Wiki
#24285: Change "hidden services" to "onion services" on the website
--+--
 Reporter:  steph |  Owner:  kat5
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 This kind of revisionism is one of several reasons why I won't donate to
 Tor, and talked friends out of it too.

--
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] #15608 [Applications/Tor Browser]: Sometimes, when I minimize TB 4.5a5, the window reappears

2017-11-21 Thread Tor Bug Tracker & Wiki
#15608: Sometimes, when I minimize TB 4.5a5, the window reappears
--+
 Reporter:  arma  |  Owner:  tbb-team
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:  worksforme
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by gk):

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


Comment:

 Good! Maybe that's due to the Mozilla patch we backported. Let's close
 this and please reopen if you see this issue again.

--
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] #8684 [Core Tor/Torflow]: bwauth files don't include opinions about Authorities

2017-11-21 Thread Tor Bug Tracker & Wiki
#8684: bwauth files don't include opinions about Authorities
--+-
 Reporter:  arma  |  Owner:  (none)
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Core Tor/Torflow  |Version:
 Severity:  Normal| Resolution:  wontfix
 Keywords:  tor-dirauth   |  Actual Points:
Parent ID:  #20797| Points:
 Reviewer:|Sponsor:
--+-
Changes (by teor):

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


Comment:

 See #20797 for the "stop scanning authorities" fix.

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

Re: [tor-bugs] #23524 [Core Tor/Tor]: Avoid crashing when we ask for running bridges, but UseBridges is 0

2017-11-21 Thread Tor Bug Tracker & Wiki
#23524: Avoid crashing when we ask for running bridges, but UseBridges is 0
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.2.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.0.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  dos-resistance, review-group-26  |  Actual Points:  0.1
Parent ID:  #24367   | Points:  0.1
 Reviewer:   |Sponsor:
-+-

Comment (by teor):

 Oops, I might have forgotten to push it. They are the same.

--
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] #24285 [Webpages/Website]: Change "hidden services" to "onion services" on the website

2017-11-21 Thread Tor Bug Tracker & Wiki
#24285: Change "hidden services" to "onion services" on the website
--+--
 Reporter:  steph |  Owner:  kat5
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 Thumbs down here.

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

Re: [tor-bugs] #24375 [Metrics/Atlas]: Make (effective_family) url that points to list of all family members

2017-11-21 Thread Tor Bug Tracker & Wiki
#24375: Make (effective_family) url that points to list of all family members
---+
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

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


Comment:

 I've merged a slightly modified version of this patch in 145e223.

--
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] #24363 [Core Tor/Tor]: Remove /usr/athena from search path in configure.ac

2017-11-21 Thread Tor Bug Tracker & Wiki
#24363: Remove /usr/athena from search path in configure.ac
-+
 Reporter:  nickm|  Owner:  (none)
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  review-group-26  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+

Comment (by teor):

 (For future reference, I can never remember the path to the changes
 script, I use "make check-changes")

--
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] #24342 [Core Tor]: Various spec fixes to dir-spec, rend-spec-v3

2017-11-21 Thread Tor Bug Tracker & Wiki
#24342: Various spec fixes to dir-spec, rend-spec-v3
---+---
 Reporter:  filippo|  Owner:  (none)
 Type:  defect | Status:  merge_ready
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.3.x-final
Component:  Core Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-spec, review-group-26  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by teor):

 * status:  needs_review => merge_ready


Comment:

 Seems ok to me.

 nickm, would you mind double-checking that the protover change is removing
 a spec redundancy?

 Then  we can merge.

--
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] #15608 [Applications/Tor Browser]: Sometimes, when I minimize TB 4.5a5, the window reappears

2017-11-21 Thread Tor Bug Tracker & Wiki
#15608: Sometimes, when I minimize TB 4.5a5, the window reappears
--+--
 Reporter:  arma  |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Blocker   | Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by arma):

 * severity:   => Blocker


Comment:

 I haven't seen this behavior lately.

--
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] #8684 [Core Tor/Torflow]: bwauth files don't include opinions about Authorities

2017-11-21 Thread Tor Bug Tracker & Wiki
#8684: bwauth files don't include opinions about Authorities
--+--
 Reporter:  arma  |  Owner:  (none)
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Core Tor/Torflow  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-dirauth   |  Actual Points:
Parent ID:  #20797| Points:
 Reviewer:|Sponsor:
--+--

Comment (by arma):

 Agreed.

 I think bwauths should skip over authorities, causing them to get little
 to no attention from clients.

--
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] #3187 [Applications/Torbutton]: When Torbutton's toggle is disabled, the mouseovers tell you clicking will work

2017-11-21 Thread Tor Bug Tracker & Wiki
#3187: When Torbutton's toggle is disabled, the mouseovers tell you clicking 
will
work
+---
 Reporter:  arma|  Owner:  mikeperry
 Type:  defect  | Status:  closed
 Priority:  Medium  |  Milestone:
Component:  Applications/Torbutton  |Version:
 Severity:  Normal  | Resolution:  wontfix
 Keywords:  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+---
Changes (by arma):

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


Comment:

 Closing since standalone Torbutton is no longer a thing.

--
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] #24274 [Metrics/Atlas]: Add a search box at the top right corner of the new Atlas page

2017-11-21 Thread Tor Bug Tracker & Wiki
#24274: Add a search box at the top right corner of the new Atlas page
---+--
 Reporter:  dgoulet|  Owner:  irl
 Type:  enhancement| Status:  accepted
 Priority:  High   |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by teor):

 When you add the search box, please don't regress #23797, which affects
 iOS and macOS autocorrect and autocapitalisation.

--
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] #24375 [Metrics/Atlas]: Make (effective_family) url that points to list of all family members

2017-11-21 Thread Tor Bug Tracker & Wiki
#24375: Make (effective_family) url that points to list of all family members
---+--
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by cypherpunks):

 this make also clear what the new number is about

--
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] #24375 [Metrics/Atlas]: Make (effective_family) url that points to list of all family members

2017-11-21 Thread Tor Bug Tracker & Wiki
#24375: Make (effective_family) url that points to list of all family members
---+--
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+--
 Thank you for implementing #21368
 https://lists.torproject.org/pipermail/tor-
 commits/2017-November/134774.html

 what do you think about making that new number a URL to the list of eff.
 family members: (untested)

 {{{
 @@ -80,6 +80,8 @@
 
  
  <%= _.escape(relay.get('nickname')) %>
 +   
 +   
  <% if (!relay.get('is_bridge')) { %>(<%=
 relay.get('effective_family') == null ? 1 :
 relay.get('effective_family').length + 1 %>)<% } %>
  
  
 }}}

--
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] #24375 [Metrics/Atlas]: Make (effective_family) url that points to list of all family members

2017-11-21 Thread Tor Bug Tracker & Wiki
#24375: Make (effective_family) url that points to list of all family members
---+--
 Reporter:  cypherpunks|  Owner:  irl
 Type:  enhancement| Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by cypherpunks):

 * status:  assigned => needs_review


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

Re: [tor-bugs] #23016 [Applications/Tor Browser]: "Print to File" does not create the expected file in non-English locales

2017-11-21 Thread Tor Bug Tracker & Wiki
#23016: "Print to File" does not create the expected file in non-English locales
-+-
 Reporter:  intrigeri|  Owner:
 |  pospeselr
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  AffectsTails, tbb-7.0-issues, tbb-   |  Actual Points:
  regression, tbb-e10s, TorBrowserTeam201711R|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by pospeselr):

 nsLocaleService no longer exists in Firefox (
 https://bugzilla.mozilla.org/show_bug.cgi?id=1356263 ) so this change does
 not need to uplifted.  Verified with latest Firefox beta in same Debian
 VM, Print to File works as expected.

--
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] #24367 [Core Tor/Tor]: Changing pluggable transports (during start-up) in Tor Browser is broken

2017-11-21 Thread Tor Bug Tracker & Wiki
#24367: Changing pluggable transports (during start-up) in Tor Browser is broken
---+---
 Reporter:  gk |  Owner:  nickm
 Type:  defect | Status:
   |  needs_revision
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.2.x-final
Component:  Core Tor/Tor   |Version:  Tor:
   |  0.3.2.1-alpha
 Severity:  Normal | Resolution:
 Keywords:  regression, tor-bridge-client  |  Actual Points:
Parent ID: | Points:  0.5
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

 * status:  accepted => needs_revision


Comment:

 taking ownership of the test fixes

--
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] #24367 [Core Tor/Tor]: Changing pluggable transports (during start-up) in Tor Browser is broken

2017-11-21 Thread Tor Bug Tracker & Wiki
#24367: Changing pluggable transports (during start-up) in Tor Browser is broken
---+---
 Reporter:  gk |  Owner:  nickm
 Type:  defect | Status:  accepted
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.2.x-final
Component:  Core Tor/Tor   |Version:  Tor:
   |  0.3.2.1-alpha
 Severity:  Normal | Resolution:
 Keywords:  regression, tor-bridge-client  |  Actual Points:
Parent ID: | Points:  0.5
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

 * owner:  (none) => nickm
 * status:  needs_revision => accepted


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

Re: [tor-bugs] #24341 [Applications/rbm]: rbm windows builds failing with target arch 386 mismatch with current arch amd64

2017-11-21 Thread Tor Bug Tracker & Wiki
#24341: rbm windows builds failing with target arch 386 mismatch with current 
arch
amd64
--+---
 Reporter:  pospeselr |  Owner:  boklm
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/rbm  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by pospeselr):

 I wasn't trying to say the kernel should be 32-bit, I meant the build
 tools ought to be 64-bit.

 ulimit -v returns unlimited both in the debug-firefox shell and for my
 system.

--
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] #24062 [Core Tor/Tor]: CPU profiling of Tor on Android device

2017-11-21 Thread Tor Bug Tracker & Wiki
#24062: CPU profiling of Tor on Android device
+
 Reporter:  ahf |  Owner:  ahf
 Type:  task| Status:  assigned
 Priority:  Medium  |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  s8-perf, s8-201710  |  Actual Points:
Parent ID:  #24061  | Points:
 Reviewer:  |Sponsor:  Sponsor8
+
Changes (by nickm):

 * keywords:  s8-perf, s8-201710, review-group-26 => s8-perf, s8-201710


--
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] #23970 [Applications/Tor Browser]: Printing to a file is broken with Linux content sandboxing enabled

2017-11-21 Thread Tor Bug Tracker & Wiki
#23970: Printing to a file is broken with Linux content sandboxing enabled
-+-
 Reporter:  gk   |  Owner:
 |  pospeselr
 Type:  defect   | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff59-esr-will-have, AffectsTails,|  Actual Points:
  tbb-regression, GeorgKoppen201711, |
  TorBrowserTeam201711   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * owner:  tbb-team => pospeselr
 * status:  new => assigned


--
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] #23524 [Core Tor/Tor]: Avoid crashing when we ask for running bridges, but UseBridges is 0

2017-11-21 Thread Tor Bug Tracker & Wiki
#23524: Avoid crashing when we ask for running bridges, but UseBridges is 0
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.2.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.0.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  dos-resistance, review-group-26  |  Actual Points:  0.1
Parent ID:  #24367   | Points:  0.1
 Reviewer:   |Sponsor:
-+-

Comment (by nickm):

 Teor, did you mean "bug24367"?  I don't see "bug24367_032".

--
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] #24062 [Core Tor/Tor]: CPU profiling of Tor on Android device

2017-11-21 Thread Tor Bug Tracker & Wiki
#24062: CPU profiling of Tor on Android device
-+-
 Reporter:  ahf  |  Owner:  ahf
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  s8-perf, s8-201710, review-group-26  |  Actual Points:
Parent ID:  #24061   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor8
-+-
Changes (by nickm):

 * status:  needs_review => assigned


Comment:

 Merged to master; returning this ticket to "assigned".

--
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] #23953 [Core Tor/Tor]: Use stdatomic counters where available

2017-11-21 Thread Tor Bug Tracker & Wiki
#23953: Use stdatomic counters where available
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  enhancement   | Status:  closed
 Priority:  Medium|  Milestone:  Tor:
  |  0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
  |  implemented
 Keywords:  review-group-25, review-group-26  |  Actual Points:
Parent ID:| Points:
 Reviewer:  dgoulet   |Sponsor:
--+
Changes (by nickm):

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


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

Re: [tor-bugs] #23953 [Core Tor/Tor]: Use stdatomic counters where available

2017-11-21 Thread Tor Bug Tracker & Wiki
#23953: Use stdatomic counters where available
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  enhancement   | Status:
  |  merge_ready
 Priority:  Medium|  Milestone:  Tor:
  |  0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  review-group-25, review-group-26  |  Actual Points:
Parent ID:| Points:
 Reviewer:  dgoulet   |Sponsor:
--+

Comment (by nickm):

 thanks!  Merged to master, and ran the script.

--
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] #23953 [Core Tor/Tor]: Use stdatomic counters where available

2017-11-21 Thread Tor Bug Tracker & Wiki
#23953: Use stdatomic counters where available
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  enhancement   | Status:
  |  merge_ready
 Priority:  Medium|  Milestone:  Tor:
  |  0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  review-group-25, review-group-26  |  Actual Points:
Parent ID:| Points:
 Reviewer:  dgoulet   |Sponsor:
--+
Changes (by dgoulet):

 * status:  needs_review => merge_ready


Comment:

 lgtm;

 Fine with the annotate script also.

--
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] #24372 [Core Tor/Tor]: Fix a confusing comment about tie-breaking in compute_routerstatus_consensus()

2017-11-21 Thread Tor Bug Tracker & Wiki
#24372: Fix a confusing comment about tie-breaking in
compute_routerstatus_consensus()
---+---
 Reporter:  teor   |  Owner:  teor
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  comment-only, review-group-26  |  Actual Points:  0.1
Parent ID: | Points:  0.1
 Reviewer: |Sponsor:
---+---
Changes (by nickm):

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


Comment:

 Merged; thanks!

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

Re: [tor-bugs] #23760 [Core Tor/Tor]: Use node_get_curve25519_onion_key() in extend_info_from_node()

2017-11-21 Thread Tor Bug Tracker & Wiki
#23760: Use node_get_curve25519_onion_key() in extend_info_from_node()
-+-
 Reporter:  teor |  Owner:  (none)
 Type:  enhancement  | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  implemented
 Keywords:  refactor, easy, review-group-26  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

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


Comment:

 Merging to master; thanks!

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

Re: [tor-bugs] #24318 [Core Tor/Tor]: Clarify that the RelayBandwidth* options exclude directory fetches by relays

2017-11-21 Thread Tor Bug Tracker & Wiki
#24318: Clarify that the RelayBandwidth* options exclude directory fetches by
relays
+--
 Reporter:  teor|  Owner:  (none)
 Type:  defect  | Status:  merge_ready
 Priority:  Medium  |  Milestone:  Tor:
|  0.3.3.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  easy, doc, review-group-26  |  Actual Points:
Parent ID:  | Points:  0.1
 Reviewer:  |Sponsor:
+--

Comment (by nickm):

 thanks! merged to master.

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

Re: [tor-bugs] #24318 [Core Tor/Tor]: Clarify that the RelayBandwidth* options exclude directory fetches by relays

2017-11-21 Thread Tor Bug Tracker & Wiki
#24318: Clarify that the RelayBandwidth* options exclude directory fetches by
relays
+--
 Reporter:  teor|  Owner:  (none)
 Type:  defect  | Status:  closed
 Priority:  Medium  |  Milestone:  Tor:
|  0.3.3.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:  fixed
 Keywords:  easy, doc, review-group-26  |  Actual Points:
Parent ID:  | Points:  0.1
 Reviewer:  |Sponsor:
+--
Changes (by nickm):

 * status:  merge_ready => 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] #24363 [Core Tor/Tor]: Remove /usr/athena from search path in configure.ac

2017-11-21 Thread Tor Bug Tracker & Wiki
#24363: Remove /usr/athena from search path in configure.ac
-+
 Reporter:  nickm|  Owner:  (none)
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  review-group-26  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by nickm):

 * status:  needs_review => 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] #24332 [Applications/Tor Browser]: Add a script to convert code signed OSX bundles from tar to dmg

2017-11-21 Thread Tor Bug Tracker & Wiki
#24332: Add a script to convert code signed OSX bundles from tar to dmg
--+--
 Reporter:  boklm |  Owner:  tbb-team
 Type:  task  | Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-rbm   |  Actual Points:
Parent ID:  #24331| Points:
 Reviewer:|Sponsor:
--+--

Comment (by boklm):

 I created branch `bug_24332` which adds a script to convert code signed
 OSX bundles from tar to dmg:
 https://gitweb.torproject.org/user/boklm/tor-browser-
 build.git/commit/?h=bug_24332=c589b9fb3aaa7fd1dd41e388d1496065819558cd

 I still need to add it to `README.MAKEFILE` before it is ready for review.

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

Re: [tor-bugs] #24363 [Core Tor/Tor]: Remove /usr/athena from search path in configure.ac

2017-11-21 Thread Tor Bug Tracker & Wiki
#24363: Remove /usr/athena from search path in configure.ac
-+
 Reporter:  nickm|  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  review-group-26  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+

Comment (by nickm):

 looks good; merged it to master.

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

Re: [tor-bugs] #23524 [Core Tor/Tor]: Avoid crashing when we ask for running bridges, but UseBridges is 0

2017-11-21 Thread Tor Bug Tracker & Wiki
#23524: Avoid crashing when we ask for running bridges, but UseBridges is 0
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.2.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.0.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  dos-resistance, review-group-26  |  Actual Points:  0.1
Parent ID:  #24367   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * owner:  (none) => teor
 * status:  needs_review => assigned


Comment:

 setting owner

--
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] #24342 [Core Tor]: Various spec fixes to dir-spec, rend-spec-v3

2017-11-21 Thread Tor Bug Tracker & Wiki
#24342: Various spec fixes to dir-spec, rend-spec-v3
---+---
 Reporter:  filippo|  Owner:  (none)
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.3.x-final
Component:  Core Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-spec, review-group-26  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by nickm):

 (IMO, let's not break the existing 0.3.2.x Tors for this; it's a harmless
 spec change.)

--
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] #23524 [Core Tor/Tor]: Avoid crashing when we ask for running bridges, but UseBridges is 0

2017-11-21 Thread Tor Bug Tracker & Wiki
#23524: Avoid crashing when we ask for running bridges, but UseBridges is 0
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.2.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.0.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  dos-resistance, review-group-26  |  Actual Points:  0.1
Parent ID:  #24367   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * status:  assigned => needs_review


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

[tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #23760, #23826, #23828, #23870, ...

2017-11-21 Thread Tor Bug Tracker & Wiki
Batch modification to #23760, #23826, #23828, #23870, #24318, #24372, #20699, 
#13043, #22703, #23100, #23114, #23524, #23898, #23953, #24050, #24062, #24119, 
#24337, #24342, #24363, #20020 by nickm:


Comment:
Creating review-group-26.

--
Tickets 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] #10353 [Applications/Tor Browser]: Cookie Protection dialog is empty in FF24

2017-11-21 Thread Tor Bug Tracker & Wiki
#10353: Cookie Protection dialog is empty in FF24
-+-
 Reporter:  mikeperry|  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff24-esr, tbb-usability, tbb-|  Actual Points:
  helpdesk-frequent, tbb-torbutton,  |
  AffectsTails   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by tom):

 See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1381197 which adds
 an api for FPI cookies to Web Extensions.  FPI may impact this also, I
 wonder how the cookie dialog behaves in non PB windows with FPI on.

--
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] #23953 [Core Tor/Tor]: Use stdatomic counters where available

2017-11-21 Thread Tor Bug Tracker & Wiki
#23953: Use stdatomic counters where available
-+
 Reporter:  nickm|  Owner:  nickm
 Type:  enhancement  | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  review-group-25  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by nickm):

 * status:  needs_revision => needs_review


Comment:

 I've added a commit for the inlining changes -- but I think the (void)
 won't actually stop the compiler from optimizing stuff -- it just tells it
 not to warn us about "counter" being unused.

 For the annotations, I'd rather just run the
 `scripts/maint/annotate_ifdef_directives script from time to time, and let
 that make the changes for me?

--
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] #24062 [Core Tor/Tor]: CPU profiling of Tor on Android device

2017-11-21 Thread Tor Bug Tracker & Wiki
#24062: CPU profiling of Tor on Android device
+
 Reporter:  ahf |  Owner:  ahf
 Type:  task| Status:  needs_review
 Priority:  Medium  |  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  s8-perf, s8-201710  |  Actual Points:
Parent ID:  #24061  | Points:
 Reviewer:  |Sponsor:  Sponsor8
+
Changes (by nickm):

 * milestone:  Tor: 0.3.4.x-final => Tor: 0.3.3.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] #24360 [Core Tor/Nyx]: When I open nyx and then Immediately click "qq" it will get in a state where nix disappears

2017-11-21 Thread Tor Bug Tracker & Wiki
#24360: When I open nyx and then Immediately click "qq" it will get in a state
where nix disappears
---+---
 Reporter:  Dbryrtfbcbhgf  |  Owner:  atagar
 Type:  defect | Status:  needs_information
 Priority:  High   |  Milestone:
Component:  Core Tor/Nyx   |Version:
 Severity:  Major  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by Dbryrtfbcbhgf):

 Thank you. I captured a debug log after the bug occurred.

 {{{
 11/21/2017 12:54:46 [DEBUG] GETINFO info/names (runtime: 0.0163)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETINFO accounting/enabled

 11/21/2017 12:54:46 [TRACE] Received from tor:
 250-accounting/enabled=0\n250 OK

 11/21/2017 12:54:46 [DEBUG] GETINFO accounting/enabled (runtime: 0.0154)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETINFO features/names

 11/21/2017 12:54:46 [TRACE] Received from tor:
 250-features/names=VERBOSE_NAMES EXTENDED_EVENTS\n250 OK

 11/21/2017 12:54:46 [DEBUG] GETINFO features/names (runtime: 0.0134)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETINFO net/listeners/dir

 11/21/2017 12:54:46 [TRACE] Received from tor: 250-net/listeners/dir=\n250
 OK

 11/21/2017 12:54:46 [DEBUG] GETINFO net/listeners/dir (runtime: 0.0023)

 11/21/2017 12:54:46 [DEBUG] proc call (process command): /proc/15307/stat
 (runtime: 0.0002)

 11/21/2017 12:54:46 [TRACE] Received from tor: 250-signal/names=RELOAD HUP
 SHUTDOWN DUMP USR1 DEBUG USR2 HALT TERM INT NEWNYM CLEARDNSCACHE
 HEARTBEAT\n250 OK

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETINFO signal/names

 11/21/2017 12:54:46 [DEBUG] GETINFO signal/names (runtime: 0.0023)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETCONF disabledebuggerattachment

 11/21/2017 12:54:46 [TRACE] Received from tor: 250
 DisableDebuggerAttachment=1

 11/21/2017 12:54:46 [INFO] Terminal color support detected and enabled

 11/21/2017 12:54:46 [DEBUG] GETCONF disabledebuggerattachment (runtime:
 0.0038)

 11/21/2017 12:54:46 [INFO] Operating System: Linux, Connection Resolvers:
 by inference

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETCONF bandwidthrate

 11/21/2017 12:54:46 [TRACE] Received from tor: 250
 BandwidthRate=1572864000

 11/21/2017 12:54:46 [DEBUG] GETCONF bandwidthrate (runtime: 0.0052)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETCONF relaybandwidthrate

 11/21/2017 12:54:46 [TRACE] Received from tor: 250
 RelayBandwidthRate=1572864000

 11/21/2017 12:54:46 [DEBUG] GETCONF relaybandwidthrate (runtime: 0.0016)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETCONF maxadvertisedbandwidth

 11/21/2017 12:54:46 [TRACE] Received from tor: 250
 MaxAdvertisedBandwidth=1073741824

 11/21/2017 12:54:46 [DEBUG] GETCONF maxadvertisedbandwidth (runtime:
 0.0007)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETCONF bandwidthburst

 11/21/2017 12:54:46 [TRACE] Received from tor: 250
 BandwidthBurst=1572864000

 11/21/2017 12:54:46 [DEBUG] GETCONF bandwidthburst (runtime: 0.0015)

 11/21/2017 12:54:46 [TRACE] Sent to tor: GETCONF relaybandwidthburst

 11/21/2017 12:54:46 [TRACE] Received from tor: 250
 RelayBandwidthBurst=1572864000

 11/21/2017 12:54:46 [DEBUG] GETCONF relaybandwidthburst (runtime: 0.0014)

 11/21/2017 12:54:46 [DEBUG] redrawing the log panel with the corrected
 content height (estimate was off by 7)

 11/21/2017 12:54:47 [INFO] nyx started (initialization took 2.0 seconds)

 11/21/2017 12:54:47 [DEBUG] proc call (process start time):
 /proc/15307/stat (runtime: 0.0013)

 11/21/2017 12:54:47 [TRACE] Received from tor: 650 BW 5883554 5751887

 11/21/2017 12:54:48 [INFO] Error while receiving a control message
 (SocketClosed): received exception "read of closed file"

 11/21/2017 12:54:48 [DEBUG] proc call (connections for user debian-tor):
 /proc/net/[tcp|udp] (runtime: 1.7174)
 }}}

--
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] #24361 [Applications/rbm]: rbm gives an error if a build script contains a wide character

2017-11-21 Thread Tor Bug Tracker & Wiki
#24361: rbm gives an error if a build script contains a wide character
+--
 Reporter:  boklm   |  Owner:  boklm
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Applications/rbm|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201712R  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
Changes (by boklm):

 * status:  needs_revision => needs_review


Comment:

 Replying to [comment:2 boklm]:
 > This fix is not enough as we get an other error after that:
 > {{{
 > Wide character in syswrite at /usr/share/perl5/File/Slurp.pm line 506.
 > }}}

 I added a second commit to branch `bug_24361` fixing this error:
 
https://gitweb.torproject.org/user/boklm/rbm.git/commit/?h=bug_24361=8b6831b36becc697fc53e61cac058d18096ea4b9

 After merging this commit, we will also need to update the README file in
 `tor-browser-build` to add `Path::Tiny` / `libpath-tiny-perl` to the list
 of dependencies, and removing `File::Slurp` / `libfile-slurp-perl`.

--
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] #24160 [Metrics/Atlas]: Wrong info about bridges?

2017-11-21 Thread Tor Bug Tracker & Wiki
#24160: Wrong info about bridges?
---+--
 Reporter:  eduperez   |  Owner:  metrics-team
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

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


Comment:

 Fixed in c371ef4 and 8b45726.

--
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] #24086 [Core Tor/Tor]: consdiffmgr.c:637: consdiffmgr_find_diff_from: Non-fatal assertion !(ent->entry == NULL) failed

2017-11-21 Thread Tor Bug Tracker & Wiki
#24086: consdiffmgr.c:637: consdiffmgr_find_diff_from: Non-fatal assertion
!(ent->entry == NULL) failed
--+
 Reporter:  cypherpunks   |  Owner:  nickm
 Type:  defect| Status:  merge_ready
 Priority:  Medium|  Milestone:  Tor: 0.3.1.x-final
Component:  Core Tor/Tor  |Version:  Tor: 0.3.2.2-alpha
 Severity:  Normal| Resolution:
 Keywords:  031-backport  |  Actual Points:
Parent ID:| Points:
 Reviewer:  ahf   |Sponsor:
--+
Changes (by nickm):

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


Comment:

 Merged to 0.3.2 and forward; marking for possible backport.

--
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] #24099 [Core Tor/Tor]: tor should remove empty/invalid consensus cache files (Unable to map file from consensus cache: Numerical result out of range)

2017-11-21 Thread Tor Bug Tracker & Wiki
#24099: tor should remove empty/invalid consensus cache files (Unable to map 
file
from consensus cache: Numerical result out of range)
--+
 Reporter:  Hello71   |  Owner:  nickm
 Type:  defect| Status:  merge_ready
 Priority:  Low   |  Milestone:  Tor: 0.3.1.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Minor | Resolution:
 Keywords:  031-backport  |  Actual Points:
Parent ID:| Points:
 Reviewer:  ahf   |Sponsor:
--+
Changes (by nickm):

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


Comment:

 Merged to 0.3.2 and forward; marking for possible backport.

--
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] #24099 [Core Tor/Tor]: tor should remove empty/invalid consensus cache files (Unable to map file from consensus cache: Numerical result out of range)

2017-11-21 Thread Tor Bug Tracker & Wiki
#24099: tor should remove empty/invalid consensus cache files (Unable to map 
file
from consensus cache: Numerical result out of range)
--+
 Reporter:  Hello71   |  Owner:  nickm
 Type:  defect| Status:  merge_ready
 Priority:  Low   |  Milestone:  Tor: 0.3.2.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Minor | Resolution:
 Keywords:  031-backport  |  Actual Points:
Parent ID:| Points:
 Reviewer:  ahf   |Sponsor:
--+

Comment (by nickm):

 I've added an explanatory comment to the branch, and am now about to merge
 to 0.3.2 and forward.

 It's okay to be inconsistent about blanks at the end of changes files: our
 tools clean them up when the changelog is built.

--
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] #24374 [Core Tor/Tor]: Reduce monotime_coarse_absolute_msec() usage

2017-11-21 Thread Tor Bug Tracker & Wiki
#24374: Reduce monotime_coarse_absolute_msec() usage
--+
 Reporter:  ahf   |  Owner:  nickm
 Type:  enhancement   | Status:  accepted
 Priority:  Medium|  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  s8-perf   |  Actual Points:
Parent ID:  #24062| Points:
 Reviewer:|Sponsor:  Sponsor8
--+

Comment (by nickm):

 Note to self -- I've started work here in a branch called
 `coarse_monotime_032`. Right now the unit tests are broken and it wastes a
 bunch of RAM.

 I've also just thought of a better way: `monotime_coarse_stamps` has the
 key concept, though it isn't finished.

--
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] #21428 [Metrics/Atlas]: Move the styling of the graphs into a stylesheet

2017-11-21 Thread Tor Bug Tracker & Wiki
#21428: Move the styling of the graphs into a stylesheet
---+-
 Reporter:  cypherpunks|  Owner:  irl
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  wontfix
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by irl):

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


Comment:

 As the graphing library may be changed in the future, or at least there
 will be changes to the way the graphs are produced, it does not make sense
 to put this effort in just now.

--
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] #24348 [Internal Services/Service - lists]: Please make tor-packagers@ list

2017-11-21 Thread Tor Bug Tracker & Wiki
#24348: Please make tor-packagers@ list
---+---
 Reporter:  atagar |  Owner:  qbi
 Type:  task   | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Internal Services/Service - lists  |Version:
 Severity:  Normal | Resolution:
   |  implemented
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by atagar):

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


Comment:

 Thanks Jens. Wiki updated, I'll do the needful to configure the list this
 weekend.

--
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] #24311 [Metrics/Atlas]: Incorrect encoding frontent input -> backend request

2017-11-21 Thread Tor Bug Tracker & Wiki
#24311: Incorrect encoding frontent input -> backend request
---+--
 Reporter:  cypherpunks|  Owner:  metrics-team
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * cc: karsten (added)
 * status:  new => closed
 * resolution:   => fixed


Comment:

 karsten: Onionoo really should support % encoding.

 For Relay Search, fixed in 0bc2331.

--
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] #24360 [Core Tor/Nyx]: When I open nyx and then Immediately click "qq" it will get in a state where nix disappears

2017-11-21 Thread Tor Bug Tracker & Wiki
#24360: When I open nyx and then Immediately click "qq" it will get in a state
where nix disappears
---+---
 Reporter:  Dbryrtfbcbhgf  |  Owner:  atagar
 Type:  defect | Status:  needs_information
 Priority:  High   |  Milestone:
Component:  Core Tor/Nyx   |Version:
 Severity:  Major  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by atagar):

 Hi Dbryrtfbcbhgf. The --debug argument requires a path or filename to
 write to. In the --help it's described as...

 {{{
 -d, --debug LOG_PATHwrites all nyx logs to the given location
 }}}

 Please run 'nyx --debug debug_log.txt'.

--
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] #14940 [Metrics/Website]: Make compatible with GNU LibreJS

2017-11-21 Thread Tor Bug Tracker & Wiki
#14940: Make compatible with GNU LibreJS
-+--
 Reporter:  cypherpunks  |  Owner:  metrics-team
 Type:  enhancement  | Status:  assigned
 Priority:  Low  |  Milestone:
Component:  Metrics/Website  |Version:
 Severity:  Minor| Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by irl):

 * component:  Metrics/Atlas => Metrics/Website
 * severity:   => Minor


Comment:

 Once #23518 is complete, this is actually a bug on Metrics/Website. This
 is also blocked by #23518 so reassigning.

--
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] #24013 [Metrics/Atlas]: Improve "Outdated data!" info

2017-11-21 Thread Tor Bug Tracker & Wiki
#24013: Improve "Outdated data!" info
---+--
 Reporter:  nusenu |  Owner:  metrics-team
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

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


Comment:

 We don't expect this to happen that often anymore, and are working on new
 monitoring systems to keep an eye on Onionoo. I have updated the warning
 message to indicate what Onionoo is and you can see this in the screenshot
 above.

 This is fixed in 753b0b5.

--
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] #24013 [Metrics/Atlas]: Improve "Outdated data!" info

2017-11-21 Thread Tor Bug Tracker & Wiki
#24013: Improve "Outdated data!" info
---+--
 Reporter:  nusenu |  Owner:  metrics-team
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * Attachment "Screen Shot 2017-11-21 at 17.12.08.png" added.

 Screenshot of new warning

--
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] #24369 [Metrics/Atlas]: Relay Search Top 10 Relays has empty relay data

2017-11-21 Thread Tor Bug Tracker & Wiki
#24369: Relay Search Top 10 Relays has empty relay data
---+--
 Reporter:  teor   |  Owner:  metrics-team
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

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


Comment:

 This was an error in the way that the Onionoo query worked. I switched
 from making 11 Onionoo requests to making 1 request, but forgot to update
 the URL used for the Top Relays (this is a special case in the code).

 This is now fixed (also now gives you the top 250 relays).

--
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] #24275 [Webpages/Website]: Testing Lecktor as a possible framework to be used for all portals related to website redesign project

2017-11-21 Thread Tor Bug Tracker & Wiki
#24275: Testing Lecktor as a possible framework to be used for all portals 
related
to website redesign project
--+--
 Reporter:  isabela   |  Owner:  hiro
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:  website redesign
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ux-team,  |  Actual Points:
Parent ID:  #21222| Points:
 Reviewer:|Sponsor:
--+--

Comment (by alison):

 I tested it and it works great for me!

--
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] #23781 [Metrics/Atlas]: Sort search results by bw column by default (fast to slow)

2017-11-21 Thread Tor Bug Tracker & Wiki
#23781: Sort search results by bw column by default (fast to slow)
---+--
 Reporter:  cypherpunks|  Owner:  metrics-team
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

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


Comment:

 Fixed in ff7426e.

--
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] #24374 [Core Tor/Tor]: Reduce monotime_coarse_absolute_msec() usage

2017-11-21 Thread Tor Bug Tracker & Wiki
#24374: Reduce monotime_coarse_absolute_msec() usage
--+
 Reporter:  ahf   |  Owner:  nickm
 Type:  enhancement   | Status:  accepted
 Priority:  Medium|  Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  s8-perf   |  Actual Points:
Parent ID:  #24062| Points:
 Reviewer:|Sponsor:  Sponsor8
--+
Changes (by nickm):

 * owner:  (none) => nickm
 * status:  new => accepted
 * milestone:   => Tor: 0.3.3.x-final


Comment:

 This shouldn't be hard.  The trick will be to use monotime_coarse_t in
 more places, and only convert to msec as lazily as possible.

--
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] #21368 [Metrics/Atlas]: Add number of effective family members to search output page

2017-11-21 Thread Tor Bug Tracker & Wiki
#21368: Add number of effective family members to search output page
---+--
 Reporter:  cypherpunks|  Owner:  metrics-team
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

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


Comment:

 Fixed in 4f1d496.

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