Re: [tor-bugs] #18642 [Core Tor/Tor]: Teach the OOM handler about the DNS cache

2018-07-10 Thread Tor Bug Tracker & Wiki
#18642: Teach the OOM handler about the DNS cache
---+---
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:  needs_review
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-dos oom tor-relay dns  |  Actual Points:
Parent ID: | Points:  1
 Reviewer: |Sponsor:  SponsorV-can
---+---
Changes (by teor):

 * status:  new => needs_review
 * milestone:  Tor: unspecified => Tor: 0.3.5.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

[tor-bugs] #26761 [Applications/TorBirdy]: Do not use this page! It's heavily outdated. No offense to the author(s). This article was probable written decades ago, where browser fingerprinting wasn't

2018-07-10 Thread Tor Bug Tracker & Wiki
#26761: Do not use this page! It's heavily outdated.  No offense to the 
author(s).
This article was probable written decades ago, where browser fingerprinting
wasn't well researched and frequently discussed. You shouldn't add any
optimization to the Tor Browser Bundle, because it will let you stand out
from the other Tor Browser users. Resulting in being more pseudonymous than
anonymous. The page has not been deleted, because wiping knowledge is
almost ever a bad idea. It's useful to document the history and perhaps one
or another optimization might be proposed for the Tor Browser Bundle. Are
you up to it?  Hacking Firefox for Maximum Performance with Tor
Introduction  Tor is known for being secure but slow. If you want to
improve browsing speed a bit, please follow the following simple
instructions for tweaking the Firefox web browser's settings: Procedure 1
First, open Firefox's advanced settings menu by running about:config from
the address bar. Upon entering this address, you will see a long list of
internal settings. Modify the following ones and set them to the suggested
values shown here for maximum performance:  network.http.keep-
alive.timeout:600 (300ms default is OK usually, but 600 is better.)
network.http.max-persistent-connections-per-proxy:16 (Default is 4)
network.http.pipelining:true (Default- false. Some old HTTP/1.0 servers
can't handle it.) network.http.pipelining.maxrequests:8 (No default)
network.http.proxy.keep-alive:true (Defaul
---+-
 Reporter:  cypherpunks|  Owner:  sukhbir
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Applications/TorBirdy  |Version:
 Severity:  Normal |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
---+-
 Do not use this page! It's heavily outdated.

 No offense to the author(s). This article was probable written decades
 ago, where browser fingerprinting wasn't well researched and frequently
 discussed. You shouldn't add any optimization to the Tor Browser Bundle,
 because it will let you stand out from the other Tor Browser users.
 Resulting in being more pseudonymous than anonymous. The page has not been
 deleted, because wiping knowledge is almost ever a bad idea. It's useful
 to document the history and perhaps one or another optimization might be
 proposed for the Tor Browser Bundle. Are you up to it?

 Hacking Firefox for Maximum Performance with Tor
 Introduction

 Tor is known for being secure but slow. If you want to improve browsing
 speed a bit, please follow the following simple instructions for tweaking
 the Firefox web browser's settings:
 Procedure 1

 First, open Firefox's advanced settings menu by running about:config from
 the address bar. Upon entering this address, you will see a long list of
 internal settings. Modify the following ones and set them to the suggested
 values shown here for maximum performance:

 network.http.keep-alive.timeout:600 (300ms default is OK usually, but 600
 is better.)
 network.http.max-persistent-connections-per-proxy:16 (Default is 4)
 network.http.pipelining:true (Default- false. Some old HTTP/1.0 servers
 can't handle it.)
 network.http.pipelining.maxrequests:8 (No default)
 network.http.proxy.keep-alive:true (Defaul

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26760 [Applications/Tor Browser]: alpha, Tor supports making its connections through a SOCKS 4 or 5 server. Some SSH clients can set up a SOCKS listener to perform dynamic port forwarding.

2018-07-10 Thread Tor Bug Tracker & Wiki
#26760: alpha, Tor supports making its connections through a SOCKS 4 or 5 
server.
Some SSH clients can set up a SOCKS listener to perform dynamic port
forwarding. This means that you might be able to get Tor to connect through
your shell account, which could be useful if your ISP blocks Tor traffic in
some way. Requirements  Tor >= 0.2.2.1-alpha A shell account that
supports port forwarding. A SSH client that supports dynamic port
forwarding through a SOCKS listener.   Note: Some shell providers may
disable port forwarding.  Note: You will need a secure browser to use with
Tor to prevent Fingerprinting and attacks. See TorifyHOWTO/WebBrowsers for
instructions how Tor Browser can be used separately with custom proxy
settings, without the bundled Tor/Vidalia. Using OpenSSH  The OpenSSH
client available on most Unix systems supports dynamic port forwarding with
the -D switch.  This command will place SSH in the background while it
listens for SOCKS requests on port 1080.  $ ssh -fN -D 1080
y...@yourshell.net  Using PuTTY on Windows  To make PuTTY open a SOCKS
listener on port 1080, do the following:  {{attachment:putty.jpg|PuTTY
configuration}}  Leave the destination address field blank, and select
dynamic. Configuring Tor  Edit your Tor configuration file and add the
following:
--+--
 Reporter:  cypherpunks   |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
--+--
 alpha, Tor supports making its connections through a SOCKS 4 or 5 server.
 Some SSH clients can set up a SOCKS listener to perform dynamic port
 forwarding. This means that you might be able to get Tor to connect
 through your shell account, which could be useful if your ISP blocks Tor
 traffic in some way.
 Requirements

 Tor >= 0.2.2.1-alpha
 A shell account that supports port forwarding.
 A SSH client that supports dynamic port forwarding through a SOCKS
 listener.

 Note: Some shell providers may disable port forwarding.

 Note: You will need a secure browser to use with Tor to prevent
 Fingerprinting and attacks. See TorifyHOWTO/WebBrowsers for instructions
 how Tor Browser can be used separately with custom proxy settings, without
 the bundled Tor/Vidalia.
 Using OpenSSH

 The OpenSSH client available on most Unix systems supports dynamic port
 forwarding with the -D switch.

 This command will place SSH in the background while it listens for SOCKS
 requests on port 1080.

 $ ssh -fN -D 1080 y...@yourshell.net

 Using PuTTY on Windows

 To make PuTTY open a SOCKS listener on port 1080, do the following:

 {{attachment:putty.jpg|PuTTY configuration}}

 Leave the destination address field blank, and select dynamic.
 Configuring Tor

 Edit your Tor configuration file and add the following:

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26759 [Archived/Flashproxy]: 12:47 AM Ticket #21044 (ORPort self reachability test happens also when it shouldn't) updated by teor Parent ID changed We should try to fix this issue

2018-07-10 Thread Tor Bug Tracker & Wiki
#26759: 12:47 AM Ticket #21044 (ORPort self reachability test happens also when 
it
shouldn't) updated by teor Parent ID changed We should try to fix
this issue when we rewrite this subsystem in #24403.  12:47 AM Ticket
#10519 (tor uses default IP for dirport instead of the one defined in
DirPort) updated by teor Parent ID changed We should try to fix
this issue when we rewrite this subsystem in #24403.  12:03 AM Ticket
#26641 (problema con l'apertura di siti onion) updated by Dbryrtfbcbhgf
Ciao, chiudi TorBrowser ed elimina la cartella TorBrowser-Data e …   Jul 4,
2018:  11:59 PM Ticket #26641 (problema con l'apertura di siti onion)
updated by Dbryrtfbcbhgf Owner, Priority, Component changed 11:17 PM
Ticket #26646 (add support for multiple OutboundBindAddressExit IP(ranges))
created by nusenu tor has support for dedicated outbound IP addresses
for on exit relays …  11:03 PM Ticket #26627 (HSv3 throws many "Tried
connecting to router at [IP:port], but RSA ...) updated by teor
Replying to mahrud: > First, here's some general stats: > …  10:02 PM
Ticket #26642 (Give meejah commit access to dirauth-conf git repository)
updated by dgoulet Owner, Component changed 8:24 PM Ticket #26146
(Setting `general.useragent.override` does not spoof the platform part ...)
updated by cypherpunks By the way let's smash this type of thinking
once and for all, "X can …  7:16 PM Ticket #24153 (Make DescriptorCollector
resume previously aborted downloads) updated by karsten Status changed
7:16 PM Ticket #24153 (Make DescriptorCollector resume previously aborted
downloads) updated by karsten Owner, Status changed I wrote a tiny
patch in …  7:13 PM Ticket #26445 (Firefox still crashes like a trash)
updated by cypherpunks Replying to cypherpunks: > …  7:11 PM Ticket
#26645 (right click does not work on 'insecure connection' web pages)
created by mwolfe Some (many?) web pages give the 'insecure connection'
message …  6:47 PM org/meetings/2018MexicoCity edited by ln5 (diff)
6:09 PM Ticket #26146 (Setting `general.useragent.override` does not spoof
the platform part ...) updated by cypherpunks Replying to cypherpunks:
WTF are you doing? Replying to …  5:01 PM Ticket #26615 (Backport uplifted
NativeStack.cpp patch) closed by gk fixed: Sounds good. I did the
backport actually a bit differently as this …  4:41 PM Ticket #26401
(Rebase Orfox patches onto Tor
-+-
 Reporter:  cypherpunks  |  Owner:  dcf
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Archived/Flashproxy  |Version:
 Severity:  Normal   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
-+-
 12:47 AM Ticket #21044 (ORPort self reachability test happens also when it
 shouldn't) updated by teor
 Parent ID changed
 We should try to fix this issue when we rewrite this subsystem in
 #24403.
 12:47 AM Ticket #10519 (tor uses default IP for dirport instead of the one
 defined in DirPort) updated by teor
 Parent ID changed
 We should try to fix this issue when we rewrite this subsystem in
 #24403.
 12:03 AM Ticket #26641 (problema con l'apertura di siti onion) updated by
 Dbryrtfbcbhgf
 Ciao, chiudi TorBrowser ed elimina la cartella TorBrowser-Data e …

 Jul 4, 2018:

 11:59 PM Ticket #26641 (problema con l'apertura di siti onion) updated by
 Dbryrtfbcbhgf
 Owner, Priority, Component changed
 11:17 PM Ticket #26646 (add support for multiple OutboundBindAddressExit
 IP(ranges)) created by nusenu
 tor has support for dedicated outbound IP addresses for on exit relays
 …
 11:03 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by teor
 Replying to mahrud: > First, here's some general stats: > …
 10:02 PM Ticket #26642 (Give meejah commit access to dirauth-conf git
 repository) updated by dgoulet
 Owner, Component changed
 8:24 PM Ticket #26146 (Setting `general.useragent.override` does not spoof
 the platform part ...) updated by cypherpunks
 By the way let's smash this type of thinking once and for all, "X can
 …
 7:16 PM Ticket #24153 (Make DescriptorCollector resume previously aborted
 downloads) updated by karsten
 Status changed
 7:16 PM Ticket #24153 (Make DescriptorCollector resume previously aborted
 downloads) updated by karsten
 Owner, Status changed
 I wrote a tiny patch in …
 7:13 PM Ticket #26445 (Firefox still crashes like a trash) updated by
 cypherpunks
 Replying to cypherpunks: > …
 7:11 PM Ticket #26645 (right click does not work on 'insecure connection'
 web pages) created by mwolfe
 Some (many?) web pages give the 'insecure connection' message …
 6:47 PM org/meetings/2018MexicoCity edited by ln5
 (diff)
 6:09 PM 

[tor-bugs] #26758 [- Select a component]: 12:47 AM Ticket #21044 (ORPort self reachability test happens also when it shouldn't) updated by teor Parent ID changed We should try to fix this issu

2018-07-10 Thread Tor Bug Tracker & Wiki
#26758: 12:47 AM Ticket #21044 (ORPort self reachability test happens also when 
it
shouldn't) updated by teor Parent ID changed We should try to fix
this issue when we rewrite this subsystem in #24403.  12:47 AM Ticket
#10519 (tor uses default IP for dirport instead of the one defined in
DirPort) updated by teor Parent ID changed We should try to fix
this issue when we rewrite this subsystem in #24403.  12:03 AM Ticket
#26641 (problema con l'apertura di siti onion) updated by Dbryrtfbcbhgf
Ciao, chiudi TorBrowser ed elimina la cartella TorBrowser-Data e …   Jul 4,
2018:  11:59 PM Ticket #26641 (problema con l'apertura di siti onion)
updated by Dbryrtfbcbhgf Owner, Priority, Component changed 11:17 PM
Ticket #26646 (add support for multiple OutboundBindAddressExit IP(ranges))
created by nusenu tor has support for dedicated outbound IP addresses
for on exit relays …  11:03 PM Ticket #26627 (HSv3 throws many "Tried
connecting to router at [IP:port], but RSA ...) updated by teor
Replying to mahrud: > First, here's some general stats: > …  10:02 PM
Ticket #26642 (Give meejah commit access to dirauth-conf git repository)
updated by dgoulet Owner, Component changed 8:24 PM Ticket #26146
(Setting `general.useragent.override` does not spoof the platform part ...)
updated by cypherpunks By the way let's smash this type of thinking
once and for all, "X can …  7:16 PM Ticket #24153 (Make DescriptorCollector
resume previously aborted downloads) updated by karsten Status changed
7:16 PM Ticket #24153 (Make DescriptorCollector resume previously aborted
downloads) updated by karsten Owner, Status changed I wrote a tiny
patch in …  7:13 PM Ticket #26445 (Firefox still crashes like a trash)
updated by cypherpunks Replying to cypherpunks: > …  7:11 PM Ticket
#26645 (right click does not work on 'insecure connection' web pages)
created by mwolfe Some (many?) web pages give the 'insecure connection'
message …  6:47 PM org/meetings/2018MexicoCity edited by ln5 (diff)
6:09 PM Ticket #26146 (Setting `general.useragent.override` does not spoof
the platform part ...) updated by cypherpunks Replying to cypherpunks:
WTF are you doing? Replying to …  5:01 PM Ticket #26615 (Backport uplifted
NativeStack.cpp patch) closed by gk fixed: Sounds good. I did the
backport actually a bit differently as this …  4:41 PM Ticket #26401
(Rebase Orfox patches onto Tor
--+
 Reporter:  cypherpunks   |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  - Select a component  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
--+
 12:47 AM Ticket #21044 (ORPort self reachability test happens also when it
 shouldn't) updated by teor
 Parent ID changed
 We should try to fix this issue when we rewrite this subsystem in
 #24403.
 12:47 AM Ticket #10519 (tor uses default IP for dirport instead of the one
 defined in DirPort) updated by teor
 Parent ID changed
 We should try to fix this issue when we rewrite this subsystem in
 #24403.
 12:03 AM Ticket #26641 (problema con l'apertura di siti onion) updated by
 Dbryrtfbcbhgf
 Ciao, chiudi TorBrowser ed elimina la cartella TorBrowser-Data e …

 Jul 4, 2018:

 11:59 PM Ticket #26641 (problema con l'apertura di siti onion) updated by
 Dbryrtfbcbhgf
 Owner, Priority, Component changed
 11:17 PM Ticket #26646 (add support for multiple OutboundBindAddressExit
 IP(ranges)) created by nusenu
 tor has support for dedicated outbound IP addresses for on exit relays
 …
 11:03 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by teor
 Replying to mahrud: > First, here's some general stats: > …
 10:02 PM Ticket #26642 (Give meejah commit access to dirauth-conf git
 repository) updated by dgoulet
 Owner, Component changed
 8:24 PM Ticket #26146 (Setting `general.useragent.override` does not spoof
 the platform part ...) updated by cypherpunks
 By the way let's smash this type of thinking once and for all, "X can
 …
 7:16 PM Ticket #24153 (Make DescriptorCollector resume previously aborted
 downloads) updated by karsten
 Status changed
 7:16 PM Ticket #24153 (Make DescriptorCollector resume previously aborted
 downloads) updated by karsten
 Owner, Status changed
 I wrote a tiny patch in …
 7:13 PM Ticket #26445 (Firefox still crashes like a trash) updated by
 cypherpunks
 Replying to cypherpunks: > …
 7:11 PM Ticket #26645 (right click does not work on 'insecure connection'
 web pages) created by mwolfe
 Some (many?) web pages give the 'insecure connection' message …
 6:47 PM org/meetings/2018MexicoCity edited by ln5
 

Re: [tor-bugs] #26688 [Core Tor/Tor]: Parse ed25519 IDs in the authority and fallback lists

2018-07-10 Thread Tor Bug Tracker & Wiki
#26688: Parse ed25519 IDs in the authority and fallback lists
-+-
 Reporter:  teor |  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  fallback, tor-ed25519, tor-security  |  Actual Points:
Parent ID:  #26685   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 12:42 AM Ticket #26675 (Incorrect ancillory data presented on Torflow
 guard relay "update" ...) updated by starlight
 Severity, Summary changed
 So this is not a serious problem. I overlooked that copy_vote does …

 Jul 7, 2018:

 11:39 PM Ticket #26688 (Parse ed25519 IDs in the authority and fallback
 lists) created by teor
 11:38 PM Ticket #26687 (Output ed25519 IDs in the authority and fallback
 lists) created by teor
 11:37 PM Ticket #26686 (Add ed25519 ids to the fallback whitelist) created
 by teor
 The fallback scripts should parse ed25519 ids from the fallback …
 11:37 PM Ticket #24818 (Make the hard-coded authorities into a separate
 include file with a ...) updated by teor
 Parent ID changed
 11:36 PM Ticket #26685 (Add ed25519 id support for the hard-coded fallback
 and authority lists) created by teor
 This is the parent ticket for getting ed25519 id support in Tor's …
 11:28 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Please base your branch for this ticket on the existing #26502 ticket,
 …
 11:27 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Keywords, Cc, Milestone changed
 Hi imnotbad, if you're looking for something to work on while #26502 …
 11:23 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by teor
 Cc, Reviewer, Parent ID, Milestone changed
 Hi phoul, would you mind running this branch to check that it works? …
 8:58 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by imnotbad
 Status changed
 https://github.com/torproject/tor/pull/215
 6:29 PM Ticket #26684 (NetinfoCell doesn't preserve unused content during
 unpacking) closed by atagar
 fixed: Thanks Dave, fixed: …
 6:24 PM Ticket #26227 (Review existing stem.client code) updated by dmr

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

Re: [tor-bugs] #26686 [Core Tor/Fallback Scripts]: Add ed25519 ids to the fallback whitelist

2018-07-10 Thread Tor Bug Tracker & Wiki
#26686: Add ed25519 ids to the fallback whitelist
-+-
 Reporter:  teor |  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Fallback Scripts|Version:
 Severity:  Normal   | Resolution:
 Keywords:  fallback, tor-ed25519, tor-security  |  Actual Points:
Parent ID:  #26685   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 12:42 AM Ticket #26675 (Incorrect ancillory data presented on Torflow
 guard relay "update" ...) updated by starlight
 Severity, Summary changed
 So this is not a serious problem. I overlooked that copy_vote does …

 Jul 7, 2018:

 11:39 PM Ticket #26688 (Parse ed25519 IDs in the authority and fallback
 lists) created by teor
 11:38 PM Ticket #26687 (Output ed25519 IDs in the authority and fallback
 lists) created by teor
 11:37 PM Ticket #26686 (Add ed25519 ids to the fallback whitelist) created
 by teor
 The fallback scripts should parse ed25519 ids from the fallback …
 11:37 PM Ticket #24818 (Make the hard-coded authorities into a separate
 include file with a ...) updated by teor
 Parent ID changed
 11:36 PM Ticket #26685 (Add ed25519 id support for the hard-coded fallback
 and authority lists) created by teor
 This is the parent ticket for getting ed25519 id support in Tor's …
 11:28 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Please base your branch for this ticket on the existing #26502 ticket,
 …
 11:27 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Keywords, Cc, Milestone changed
 Hi imnotbad, if you're looking for something to work on while #26502 …
 11:23 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by teor
 Cc, Reviewer, Parent ID, Milestone changed
 Hi phoul, would you mind running this branch to check that it works? …
 8:58 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by imnotbad
 Status changed
 https://github.com/torproject/tor/pull/215
 6:29 PM Ticket #26684 (NetinfoCell doesn't preserve unused content during
 unpacking) closed by atagar
 fixed: Thanks Dave, fixed: …
 6:24 PM Ticket #26227 (Review existing stem.client code) updated by dmr

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

Re: [tor-bugs] #26502 [Core Tor/Fallback Scripts]: Stop using the fallback blacklist, and delete it

2018-07-10 Thread Tor Bug Tracker & Wiki
#26502: Stop using the fallback blacklist, and delete it
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:
  |  needs_review
 Priority:  Medium|  Milestone:  Tor:
  |  0.3.5.x-final
Component:  Core Tor/Fallback Scripts |Version:
 Severity:  Normal| Resolution:
 Keywords:  fallback, refactor, easy, python  |  Actual Points:
Parent ID:  #24786| Points:
 Reviewer:  teor, phoul   |Sponsor:
--+

Comment (by cypherpunks):

 12:42 AM Ticket #26675 (Incorrect ancillory data presented on Torflow
 guard relay "update" ...) updated by starlight
 Severity, Summary changed
 So this is not a serious problem. I overlooked that copy_vote does …

 Jul 7, 2018:

 11:39 PM Ticket #26688 (Parse ed25519 IDs in the authority and fallback
 lists) created by teor
 11:38 PM Ticket #26687 (Output ed25519 IDs in the authority and fallback
 lists) created by teor
 11:37 PM Ticket #26686 (Add ed25519 ids to the fallback whitelist) created
 by teor
 The fallback scripts should parse ed25519 ids from the fallback …
 11:37 PM Ticket #24818 (Make the hard-coded authorities into a separate
 include file with a ...) updated by teor
 Parent ID changed
 11:36 PM Ticket #26685 (Add ed25519 id support for the hard-coded fallback
 and authority lists) created by teor
 This is the parent ticket for getting ed25519 id support in Tor's …
 11:28 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Please base your branch for this ticket on the existing #26502 ticket,
 …
 11:27 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Keywords, Cc, Milestone changed
 Hi imnotbad, if you're looking for something to work on while #26502 …
 11:23 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by teor
 Cc, Reviewer, Parent ID, Milestone changed
 Hi phoul, would you mind running this branch to check that it works? …
 8:58 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by imnotbad
 Status changed
 https://github.com/torproject/tor/pull/215
 6:29 PM Ticket #26684 (NetinfoCell doesn't preserve unused content during
 unpacking) closed by atagar
 fixed: Thanks Dave, fixed: …
 6:24 PM Ticket #26227 (Review existing stem.client code) updated by dmr

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

Re: [tor-bugs] #24838 [Core Tor/Fallback Scripts]: Ignore addresses in the fallback whitelist

2018-07-10 Thread Tor Bug Tracker & Wiki
#24838: Ignore addresses in the fallback whitelist
-+-
 Reporter:  teor |  Owner:  (none)
 Type:  enhancement  | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Fallback Scripts|Version:
 Severity:  Normal   | Resolution:
 Keywords:  easy intro fallback, |  Actual Points:
  034-triage-20180328, 034-removed-20180328, |
  fast-fix 035-roadmap-subtask   |
Parent ID:  #24786   | Points:  1
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 12:42 AM Ticket #26675 (Incorrect ancillory data presented on Torflow
 guard relay "update" ...) updated by starlight
 Severity, Summary changed
 So this is not a serious problem. I overlooked that copy_vote does …

 Jul 7, 2018:

 11:39 PM Ticket #26688 (Parse ed25519 IDs in the authority and fallback
 lists) created by teor
 11:38 PM Ticket #26687 (Output ed25519 IDs in the authority and fallback
 lists) created by teor
 11:37 PM Ticket #26686 (Add ed25519 ids to the fallback whitelist) created
 by teor
 The fallback scripts should parse ed25519 ids from the fallback …
 11:37 PM Ticket #24818 (Make the hard-coded authorities into a separate
 include file with a ...) updated by teor
 Parent ID changed
 11:36 PM Ticket #26685 (Add ed25519 id support for the hard-coded fallback
 and authority lists) created by teor
 This is the parent ticket for getting ed25519 id support in Tor's …
 11:28 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Please base your branch for this ticket on the existing #26502 ticket,
 …
 11:27 PM Ticket #24838 (Ignore addresses in the fallback whitelist)
 updated by teor
 Keywords, Cc, Milestone changed
 Hi imnotbad, if you're looking for something to work on while #26502 …
 11:23 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by teor
 Cc, Reviewer, Parent ID, Milestone changed
 Hi phoul, would you mind running this branch to check that it works? …
 8:58 PM Ticket #26502 (Stop using the fallback blacklist, and delete it)
 updated by imnotbad
 Status changed
 https://github.com/torproject/tor/pull/215
 6:29 PM Ticket #26684 (NetinfoCell doesn't preserve unused content during
 unpacking) closed by atagar
 fixed: Thanks Dave, fixed: …
 6:24 PM Ticket #26227 (Review existing stem.client code) updated by dmr

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

Re: [tor-bugs] #20224 [Metrics/CollecTor]: Fix `BridgeDescriptorMappingsLimit` config option

2018-07-10 Thread Tor Bug Tracker & Wiki
#20224: Fix `BridgeDescriptorMappingsLimit` config option
---+-
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  reopened
 Priority:  Low|  Milestone:  CollecTor 1.7.0
Component:  Metrics/CollecTor  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-2018   |  Actual Points:
Parent ID: | Points:
 Reviewer:  irl|Sponsor:
---+-
Changes (by cypherpunks):

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


Comment:

 (diff)
 11:08 AM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Status changed
 11:07 AM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Changes to dir-spec commented …
 10:30 AM Tickets #25242,25673,25861 batch updated by irl
 Owner, Status changed
 Working on this this week.
 10:23 AM Ticket #24153 (Make DescriptorCollector resume previously aborted
 downloads) updated by irl
 Status changed
 Looks good to me. For the new ticket: Files.createTempFile only …
 10:20 AM Ticket #3723 (Report version of bwscanners in votes) updated by
 juga
 Sorry, there were new commits on master touching parts of that code …
 10:14 AM Ticket #24546 (Use tor_addr_is_v4() rather than family, or reject
 all v6-mapped IPv4 ...) updated by ahf
 Status changed
 The patches looks good to me, but there is a big merge conflict right
 …
 10:09 AM Ticket #26374 (MacOS Sandbox) updated by ahf
 Started some early refactoring work for this to be possible in …
 10:07 AM Ticket #20224 (Fix `BridgeDescriptorMappingsLimit` config option)
 updated by irl
 Status changed
 Looks good to me.
 9:42 AM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) updated by irl
 Status changed
 Looks good to me. I don't think there is a need to combine the tar …
 9:34 AM Ticket #24291 (Rename CollecTor packages) updated by irl
 Status changed
 Looks good to me.
 9:31 AM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by irl
 Status changed

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

Re: [tor-bugs] #21377 [Core Tor/Tor]: DirAuths should expose bwauth bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#21377: DirAuths should expose bwauth bandwidth files
+--
 Reporter:  tom |  Owner:  juga
 Type:  enhancement | Status:  accepted
 Priority:  High|  Milestone:  Tor:
|  0.3.5.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tor-dirauth metrics tor-bwauth  |  Actual Points:
Parent ID:  #25925  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by cypherpunks):

 (diff)
 11:08 AM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Status changed
 11:07 AM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Changes to dir-spec commented …
 10:30 AM Tickets #25242,25673,25861 batch updated by irl
 Owner, Status changed
 Working on this this week.
 10:23 AM Ticket #24153 (Make DescriptorCollector resume previously aborted
 downloads) updated by irl
 Status changed
 Looks good to me. For the new ticket: Files.createTempFile only …
 10:20 AM Ticket #3723 (Report version of bwscanners in votes) updated by
 juga
 Sorry, there were new commits on master touching parts of that code …
 10:14 AM Ticket #24546 (Use tor_addr_is_v4() rather than family, or reject
 all v6-mapped IPv4 ...) updated by ahf
 Status changed
 The patches looks good to me, but there is a big merge conflict right
 …
 10:09 AM Ticket #26374 (MacOS Sandbox) updated by ahf
 Started some early refactoring work for this to be possible in …
 10:07 AM Ticket #20224 (Fix `BridgeDescriptorMappingsLimit` config option)
 updated by irl
 Status changed
 Looks good to me.
 9:42 AM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) updated by irl
 Status changed
 Looks good to me. I don't think there is a need to combine the tar …
 9:34 AM Ticket #24291 (Rename CollecTor packages) updated by irl
 Status changed
 Looks good to me.
 9:31 AM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by irl
 Status changed

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

Re: [tor-bugs] #21377 [Core Tor/Tor]: DirAuths should expose bwauth bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#21377: DirAuths should expose bwauth bandwidth files
+--
 Reporter:  tom |  Owner:  juga
 Type:  enhancement | Status:  accepted
 Priority:  High|  Milestone:  Tor:
|  0.3.5.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tor-dirauth metrics tor-bwauth  |  Actual Points:
Parent ID:  #25925  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by cypherpunks):

 12:34 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by teor
 Parent ID changed
 12:34 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:34 PM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) closed by karsten
 fixed: Great! Fixed in master. Closing. Thanks!
 12:33 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:24 PM Ticket #24291 (Rename CollecTor packages) closed by karsten
 fixed: Thanks for checking! Merged to master. Closing.
 12:20 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Please find …
 12:19 PM Ticket #25164 (Reproducible Tor Browser for Android builds)
 updated by boklm
 Parent ID changed
 12:18 PM Ticket #26693 (Integrate Tor Browser for Android into tor-
 browser-build) updated by boklm
 Parent ID changed
 12:16 PM Ticket #26697 (Add Android toolchain) created by boklm
 We need to add a projects/android-toolchain directory which will …
 12:10 PM Ticket #26696 (Add definition for new platform in rbm.conf)
 created by boklm
 In order to be able to integrate Tor Browser for Android into …
 12:07 PM org/meetings/2018MexicoCity edited by karsten
 (diff)
 12:06 PM Ticket #25533 (Relay properties page: Link all properties and
 flags in page) updated by irl
 Status changed
 Fixed in f439a7dc in my relaysearch-dev branch.
 12:05 PM Ticket #26695 (List components required to build Tor Browser for
 Android) created by boklm
 In order to integrate Tor Browser for Android into tor-browser-build,
 …
 12:02 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Created #26694 for the spec changes.
 12:02 PM Ticket #26694 (dir-spec: DirAuths should expose bwauth bandwidth
 files) created by juga
 This ticket is for changing dir-spec to implement #21377

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

Re: [tor-bugs] #26663 [Core Tor/Tor]: Make torrc "auto" values case insensitive?

2018-07-10 Thread Tor Bug Tracker & Wiki
#26663: Make torrc "auto" values case insensitive?
--+--
 Reporter:  arma  |  Owner:  (none)
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  easy  |  Actual Points:
Parent ID:| Points:
 Reviewer:  asn   |Sponsor:
--+--

Comment (by cypherpunks):

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #26692 [Core Tor/sbws]: sbws must not overwrite the bandwidth file, to avoid race conditions

2018-07-10 Thread Tor Bug Tracker & Wiki
#26692: sbws must not overwrite the bandwidth file, to avoid race conditions
---+-
 Reporter:  teor   |  Owner:  (none)
 Type:  defect | Status:  reopened
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID:  #25925 | Points:
 Reviewer: |Sponsor:
---+-
Changes (by cypherpunks):

 * status:  closed => reopened
 * resolution:  not a bug =>


Comment:

 12:34 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by teor
 Parent ID changed
 12:34 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:34 PM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) closed by karsten
 fixed: Great! Fixed in master. Closing. Thanks!
 12:33 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:24 PM Ticket #24291 (Rename CollecTor packages) closed by karsten
 fixed: Thanks for checking! Merged to master. Closing.
 12:20 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Please find …
 12:19 PM Ticket #25164 (Reproducible Tor Browser for Android builds)
 updated by boklm
 Parent ID changed
 12:18 PM Ticket #26693 (Integrate Tor Browser for Android into tor-
 browser-build) updated by boklm
 Parent ID changed
 12:16 PM Ticket #26697 (Add Android toolchain) created by boklm
 We need to add a projects/android-toolchain directory which will …
 12:10 PM Ticket #26696 (Add definition for new platform in rbm.conf)
 created by boklm
 In order to be able to integrate Tor Browser for Android into …
 12:07 PM org/meetings/2018MexicoCity edited by karsten
 (diff)
 12:06 PM Ticket #25533 (Relay properties page: Link all properties and
 flags in page) updated by irl
 Status changed
 Fixed in f439a7dc in my relaysearch-dev branch.
 12:05 PM Ticket #26695 (List components required to build Tor Browser for
 Android) created by boklm
 In order to integrate Tor Browser for Android into tor-browser-build,
 …
 12:02 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Created #26694 for the spec changes.
 12:02 PM Ticket #26694 (dir-spec: DirAuths should expose bwauth bandwidth
 files) created by juga
 This ticket is for changing dir-spec to implement #21377

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

Re: [tor-bugs] #25341 [Core Tor/Tor]: Remove now-unnecessary Rust linking workaround

2018-07-10 Thread Tor Bug Tracker & Wiki
#25341: Remove now-unnecessary Rust linking workaround
-+-
 Reporter:  isis |  Owner:  (none)
 Type:  enhancement  | Status:
 |  merge_ready
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.2-alpha
 Severity:  Normal   | Resolution:
 Keywords:  rust, tor-build, autoconf, review-   |  Actual Points:
  group-34, 034-triage-20180328, fast-fix,   |
  merge-deferred |
Parent ID:   | Points:  .1
 Reviewer:  catalyst |Sponsor:
-+-

Comment (by cypherpunks):

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #25164 [Applications/Tor Browser]: Reproducible Tor Browser for Android builds

2018-07-10 Thread Tor Bug Tracker & Wiki
#25164: Reproducible Tor Browser for Android builds
--+--
 Reporter:  sysrqb|  Owner:  tbb-team
 Type:  enhancement   | Status:  new
 Priority:  High  |  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-mobile, TorBrowserTeam201807  |  Actual Points:
Parent ID:  #26693| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 12:34 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by teor
 Parent ID changed
 12:34 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:34 PM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) closed by karsten
 fixed: Great! Fixed in master. Closing. Thanks!
 12:33 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:24 PM Ticket #24291 (Rename CollecTor packages) closed by karsten
 fixed: Thanks for checking! Merged to master. Closing.
 12:20 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Please find …
 12:19 PM Ticket #25164 (Reproducible Tor Browser for Android builds)
 updated by boklm
 Parent ID changed
 12:18 PM Ticket #26693 (Integrate Tor Browser for Android into tor-
 browser-build) updated by boklm
 Parent ID changed
 12:16 PM Ticket #26697 (Add Android toolchain) created by boklm
 We need to add a projects/android-toolchain directory which will …
 12:10 PM Ticket #26696 (Add definition for new platform in rbm.conf)
 created by boklm
 In order to be able to integrate Tor Browser for Android into …
 12:07 PM org/meetings/2018MexicoCity edited by karsten
 (diff)
 12:06 PM Ticket #25533 (Relay properties page: Link all properties and
 flags in page) updated by irl
 Status changed
 Fixed in f439a7dc in my relaysearch-dev branch.
 12:05 PM Ticket #26695 (List components required to build Tor Browser for
 Android) created by boklm
 In order to integrate Tor Browser for Android into tor-browser-build,
 …
 12:02 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Created #26694 for the spec changes.
 12:02 PM Ticket #26694 (dir-spec: DirAuths should expose bwauth bandwidth
 files) created by juga
 This ticket is for changing dir-spec to implement #21377

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

Re: [tor-bugs] #26492 [Core Tor/Tor]: Refactoring src/rust/protover/ffi.rs.

2018-07-10 Thread Tor Bug Tracker & Wiki
#26492: Refactoring src/rust/protover/ffi.rs.
--+
 Reporter:  frewsxcv  |  Owner:  (none)
 Type:  enhancement   | Status:  needs_revision
 Priority:  Very Low  |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Trivial   | Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:  catalyst  |Sponsor:
--+

Comment (by cypherpunks):

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #26694 [Core Tor/Tor]: dir-spec: DirAuths should expose bwauth bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#26694: dir-spec: DirAuths should expose bwauth bandwidth files
+--
 Reporter:  juga|  Owner:  juga
 Type:  enhancement | Status:  needs_review
 Priority:  Medium  |  Milestone:  Tor:
|  0.3.5.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tor-dirauth metrics tor-bwauth  |  Actual Points:
Parent ID:  #21377  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by cypherpunks):

 12:34 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by teor
 Parent ID changed
 12:34 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:34 PM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) closed by karsten
 fixed: Great! Fixed in master. Closing. Thanks!
 12:33 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:24 PM Ticket #24291 (Rename CollecTor packages) closed by karsten
 fixed: Thanks for checking! Merged to master. Closing.
 12:20 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Please find …
 12:19 PM Ticket #25164 (Reproducible Tor Browser for Android builds)
 updated by boklm
 Parent ID changed
 12:18 PM Ticket #26693 (Integrate Tor Browser for Android into tor-
 browser-build) updated by boklm
 Parent ID changed
 12:16 PM Ticket #26697 (Add Android toolchain) created by boklm
 We need to add a projects/android-toolchain directory which will …
 12:10 PM Ticket #26696 (Add definition for new platform in rbm.conf)
 created by boklm
 In order to be able to integrate Tor Browser for Android into …
 12:07 PM org/meetings/2018MexicoCity edited by karsten
 (diff)
 12:06 PM Ticket #25533 (Relay properties page: Link all properties and
 flags in page) updated by irl
 Status changed
 Fixed in f439a7dc in my relaysearch-dev branch.
 12:05 PM Ticket #26695 (List components required to build Tor Browser for
 Android) created by boklm
 In order to integrate Tor Browser for Android into tor-browser-build,
 …
 12:02 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Created #26694 for the spec changes.
 12:02 PM Ticket #26694 (dir-spec: DirAuths should expose bwauth bandwidth
 files) created by juga
 This ticket is for changing dir-spec to implement #21377

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

Re: [tor-bugs] #26698 [Core Tor/Tor]: Authorities should put a hash of the bandwidth file in their votes

2018-07-10 Thread Tor Bug Tracker & Wiki
#26698: Authorities should put a hash of the bandwidth file in their votes
+--
 Reporter:  teor|  Owner:  (none)
 Type:  enhancement | Status:  new
 Priority:  Low |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tor-crypto tor-dirauth  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by cypherpunks):

 12:34 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by teor
 Parent ID changed
 12:34 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:34 PM Ticket #26193 (Tarballs are not compressed in a run following an
 aborted run) closed by karsten
 fixed: Great! Fixed in master. Closing. Thanks!
 12:33 PM Ticket #26692 (sbws must not overwrite the bandwidth file, to
 avoid race conditions) updated by teor
 Parent ID changed
 12:24 PM Ticket #24291 (Rename CollecTor packages) closed by karsten
 fixed: Thanks for checking! Merged to master. Closing.
 12:20 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Please find …
 12:19 PM Ticket #25164 (Reproducible Tor Browser for Android builds)
 updated by boklm
 Parent ID changed
 12:18 PM Ticket #26693 (Integrate Tor Browser for Android into tor-
 browser-build) updated by boklm
 Parent ID changed
 12:16 PM Ticket #26697 (Add Android toolchain) created by boklm
 We need to add a projects/android-toolchain directory which will …
 12:10 PM Ticket #26696 (Add definition for new platform in rbm.conf)
 created by boklm
 In order to be able to integrate Tor Browser for Android into …
 12:07 PM org/meetings/2018MexicoCity edited by karsten
 (diff)
 12:06 PM Ticket #25533 (Relay properties page: Link all properties and
 flags in page) updated by irl
 Status changed
 Fixed in f439a7dc in my relaysearch-dev branch.
 12:05 PM Ticket #26695 (List components required to build Tor Browser for
 Android) created by boklm
 In order to integrate Tor Browser for Android into tor-browser-build,
 …
 12:02 PM Ticket #21377 (DirAuths should expose bwauth bandwidth files)
 updated by juga
 Created #26694 for the spec changes.
 12:02 PM Ticket #26694 (dir-spec: DirAuths should expose bwauth bandwidth
 files) created by juga
 This ticket is for changing dir-spec to implement #21377

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

Re: [tor-bugs] #26705 [Applications/Tor Browser]: BUG Report ! Use after Free Vulnerability

2018-07-10 Thread Tor Bug Tracker & Wiki
#26705: BUG Report ! Use after Free Vulnerability
--+---
 Reporter:  t4rkd3vilz|  Owner:  tbb-team
 Type:  project   | Status:  needs_information
 Priority:  Very High |  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by cypherpunks):

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #24000 [Core Tor/Tor]: circuit_send_intermediate_onion_skin() and extend_cell_format() should check for IPv6

2018-07-10 Thread Tor Bug Tracker & Wiki
#24000: circuit_send_intermediate_onion_skin() and extend_cell_format() should
check for IPv6
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  merge_ready
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, 034-triage-20180328, merge-|  Actual Points:
  deferred   |
Parent ID:  #24403   | Points:  0.5
 Reviewer:  dgoulet  |Sponsor:
-+-

Comment (by cypherpunks):

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #26706 [Webpages/Website]: The Tor Website SMTP Open Relay - eugeni.torproject.org

2018-07-10 Thread Tor Bug Tracker & Wiki
#26706: The Tor Website SMTP Open Relay - eugeni.torproject.org
--+--
 Reporter:  t4rkd3vilz|  Owner:  (none)
 Type:  defect| Status:  reopened
 Priority:  Medium|  Milestone:
Component:  Webpages/Website  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by cypherpunks):

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


Comment:

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #25512 [Core Tor/Tor]: Tor in-process restart fails to write auth cookie

2018-07-10 Thread Tor Bug Tracker & Wiki
#25512: Tor in-process restart fails to write auth cookie
-+-
 Reporter:  tla  |  Owner:  nickm
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  tor-mobile, auth cookie, restart,|  Actual Points:
  in-process, s8-api |
Parent ID:  #25510   | Points:
 Reviewer:  ahf  |Sponsor:
 |  Sponsor8
-+-
Changes (by cypherpunks):

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


Comment:

 1:31 PM Ticket #26700 (Batch merge for Relay Search patches) closed by irl
 fixed: Thanks!
 1:31 PM Tickets #25199,25242,25533,25861,26518 batch updated by irl
 fixed: Merged in #26700.
 1:31 PM Ticket #26525 (Rename sandbox_getaddrinfo() functions.) closed by
 nickm
 fixed: merged!
 1:22 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 closed by nickm
 fixed: Cherry-picked into 0.3.3; fix should be in the next maint-0.3.3
 release.
 1:22 PM Ticket #26700 (Batch merge for Relay Search patches) updated by
 karsten
 Merged, pushed to master, and deployed. Can't close because of child …
 1:21 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Milestone changed
 Hang on -- you said that you were testing 0.3.3.7; this bug has only …
 1:17 PM Ticket #25512 (Tor in-process restart fails to write auth cookie)
 updated by nickm
 Status changed
 1:15 PM Ticket #26455 (use correct CARGO_HOME in test_rust.sh) closed by

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

Re: [tor-bugs] #22898 [Core Tor/Tor]: Help get privcount standardized and merged

2018-07-10 Thread Tor Bug Tracker & Wiki
#22898: Help get privcount standardized and merged
+
 Reporter:  nickm   |  Owner:  (none)
 Type:  task| Status:  new
 Priority:  Medium  |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor|Version:
 Severity:  Normal  | Resolution:
 Keywords:  035-roadmap-master  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:  SponsorQ-can
+

Comment (by cypherpunks):

 11:19 PM Ticket #24104 (Delay descriptor bandwidth reporting on
 established relays) updated by arma
 Replying to arma: > All the more reason to open the …
 11:18 PM Ticket #26713 (relays should explicitly dirty their descriptors
 on entering/exiting ...) created by arma
 Motivated by the #24104 fixes: Currently Tor notices that it's gone …
 11:05 PM Ticket #26336 (Update tor-browser-settings addon for Fennec 61)
 updated by igt0
 I took a look in what is needed to make it work: 1. jpm[0] generates …
 10:40 PM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) created by cypherpunks
 9:53 PM Ticket #25204 (Switch security.insecure_connection_* prefs to warn
 users about ...) updated by cypherpunks
 Chrome 68 will be released on: July 24th, 2018 …
 9:47 PM Ticket #26332 (Write up ticket triage process as algorithm or
 flowchart) closed by nickm
 implemented: Oh wait. Even a stopped clock is right 1-2 times per day
 (depending on …
 9:38 PM Ticket #23878 (Attempt rewriting buffers.c in Rust) updated by
 nickm
 Replying to cypherpunks: > Since …
 9:16 PM org/meetings/2018MexicoCity edited by leez
 (diff)
 9:10 PM Ticket #26376 (add cross compiling docs) updated by catalyst
 Status changed
 Thanks for the new documentation! I'm not sure the core team has much
 …
 8:25 PM Ticket #26367 (Consider removing tor2web mode) updated by dgoulet
 Status, Keywords, Milestone changed
 Here it is: https://github.com/torproject/tor/pull/218 Branch: …
 8:17 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Alright! Squashed those fixup co

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

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

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

Comment (by cypherpunks):

 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn
 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn

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

Re: [tor-bugs] #26708 [Internal Services/Tor Sysadmin Team]: Add emmapeel to "translation" gid

2018-07-10 Thread Tor Bug Tracker & Wiki
#26708: Add emmapeel to "translation" gid
-+-
 Reporter:  phoul|  Owner:  tpa
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by cypherpunks):

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


Comment:

 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn
 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn

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

Re: [tor-bugs] #26709 [Core Tor/Tor]: Onion V3 addresses not always working

2018-07-10 Thread Tor Bug Tracker & Wiki
#26709: Onion V3 addresses not always working
---+---
 Reporter:  time_attacker  |  Owner:  (none)
 Type:  defect | Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Tor   |Version:
 Severity:  Critical   | Resolution:
 Keywords:  onion, tor-hs  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by cypherpunks):

 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn
 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn

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

Re: [tor-bugs] #26367 [Core Tor/Tor]: Consider removing tor2web mode

2018-07-10 Thread Tor Bug Tracker & Wiki
#26367: Consider removing tor2web mode
-+-
 Reporter:  ahf  |  Owner:  dgoulet
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  tor2web, 035-roadmap-master, tor-hs  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 11:19 PM Ticket #24104 (Delay descriptor bandwidth reporting on
 established relays) updated by arma
 Replying to arma: > All the more reason to open the …
 11:18 PM Ticket #26713 (relays should explicitly dirty their descriptors
 on entering/exiting ...) created by arma
 Motivated by the #24104 fixes: Currently Tor notices that it's gone …
 11:05 PM Ticket #26336 (Update tor-browser-settings addon for Fennec 61)
 updated by igt0
 I took a look in what is needed to make it work: 1. jpm[0] generates …
 10:40 PM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) created by cypherpunks
 9:53 PM Ticket #25204 (Switch security.insecure_connection_* prefs to warn
 users about ...) updated by cypherpunks
 Chrome 68 will be released on: July 24th, 2018 …
 9:47 PM Ticket #26332 (Write up ticket triage process as algorithm or
 flowchart) closed by nickm
 implemented: Oh wait. Even a stopped clock is right 1-2 times per day
 (depending on …
 9:38 PM Ticket #23878 (Attempt rewriting buffers.c in Rust) updated by
 nickm
 Replying to cypherpunks: > Since …
 9:16 PM org/meetings/2018MexicoCity edited by leez
 (diff)
 9:10 PM Ticket #26376 (add cross compiling docs) updated by catalyst
 Status changed
 Thanks for the new documentation! I'm not sure the core team has much
 …
 8:25 PM Ticket #26367 (Consider removing tor2web mode) updated by dgoulet
 Status, Keywords, Milestone changed
 Here it is: https://github.com/torproject/tor/pull/218 Branch: …
 8:17 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Alright! Squashed those fixup co

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

Re: [tor-bugs] #25204 [Applications/Tor Browser]: Switch security.insecure_connection_* prefs to warn users about insecure HTTP in FF60-esr

2018-07-10 Thread Tor Bug Tracker & Wiki
#25204: Switch security.insecure_connection_* prefs to warn users about insecure
HTTP in FF60-esr
--+--
 Reporter:  cypherpunks   |  Owner:  tbb-team
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ff60-esr, ux-team |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 11:19 PM Ticket #24104 (Delay descriptor bandwidth reporting on
 established relays) updated by arma
 Replying to arma: > All the more reason to open the …
 11:18 PM Ticket #26713 (relays should explicitly dirty their descriptors
 on entering/exiting ...) created by arma
 Motivated by the #24104 fixes: Currently Tor notices that it's gone …
 11:05 PM Ticket #26336 (Update tor-browser-settings addon for Fennec 61)
 updated by igt0
 I took a look in what is needed to make it work: 1. jpm[0] generates …
 10:40 PM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) created by cypherpunks
 9:53 PM Ticket #25204 (Switch security.insecure_connection_* prefs to warn
 users about ...) updated by cypherpunks
 Chrome 68 will be released on: July 24th, 2018 …
 9:47 PM Ticket #26332 (Write up ticket triage process as algorithm or
 flowchart) closed by nickm
 implemented: Oh wait. Even a stopped clock is right 1-2 times per day
 (depending on …
 9:38 PM Ticket #23878 (Attempt rewriting buffers.c in Rust) updated by
 nickm
 Replying to cypherpunks: > Since …
 9:16 PM org/meetings/2018MexicoCity edited by leez
 (diff)
 9:10 PM Ticket #26376 (add cross compiling docs) updated by catalyst
 Status changed
 Thanks for the new documentation! I'm not sure the core team has much
 …
 8:25 PM Ticket #26367 (Consider removing tor2web mode) updated by dgoulet
 Status, Keywords, Milestone changed
 Here it is: https://github.com/torproject/tor/pull/218 Branch: …
 8:17 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Alright! Squashed those fixup co

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

Re: [tor-bugs] #26710 [Metrics/Library]: Update list of dependencies for metrics-lib that Jenkins uses

2018-07-10 Thread Tor Bug Tracker & Wiki
#26710: Update list of dependencies for metrics-lib that Jenkins uses
-+--
 Reporter:  karsten  |  Owner:  karsten
 Type:  defect   | Status:  accepted
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--

Comment (by cypherpunks):

 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn
 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn

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

Re: [tor-bugs] #25501 [Core Tor/Tor]: Ensure WTF-Pad padding comes from the expected hop

2018-07-10 Thread Tor Bug Tracker & Wiki
#25501: Ensure WTF-Pad padding comes from the expected hop
-+-
 Reporter:  dgoulet  |  Owner:
 |  mikeperry
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  control-flow, tor-circuit, 035   |  Actual Points:
  -roadmap-master|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor2
-+-

Comment (by cypherpunks):

 6:32 PM Ticket #26709 (Onion V3 addresses not always working) created by
 time_attacker
 I have dozen of V3 onions launched via ADD_ONION control port command.
 …
 6:28 PM Ticket #26708 (Add emmapeel to "translation" gid) updated by phoul
 Cc changed
 6:27 PM Ticket #26708 (Add emmapeel to "translation" gid) created by phoul
 Our new localization coordinator[0] needs to be added to the …
 6:25 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) updated by phoul
 Description changed
 6:24 PM Ticket #26707 (Grant emmapeel access to translation-tools.git and
 translation.git) created by phoul
 Our new localization coordinator[0] needs access to translation.git[1]
 …
 5:46 PM Ticket #25574 (Eliminate "silent-drop" side channels in Tor
 protocol) updated by dmr
 Cc changed
 5:44 PM Ticket #25573 (Create a RELAY_COMMAND_END_ACK cell type) updated
 by dmr
 Cc changed
 5:40 PM org/teams/NetworkTeam/CoreTorReleases edited by nickm
 (diff)
 5:34 PM Ticket #26627 (HSv3 throws many "Tried connecting to router at
 [IP:port], but RSA ...) updated by asn
 Keywords, Reviewer changed
 Adding this as fast-fix for 035. teor let me kn

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

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-10 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error, 035-must  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 11:19 PM Ticket #24104 (Delay descriptor bandwidth reporting on
 established relays) updated by arma
 Replying to arma: > All the more reason to open the …
 11:18 PM Ticket #26713 (relays should explicitly dirty their descriptors
 on entering/exiting ...) created by arma
 Motivated by the #24104 fixes: Currently Tor notices that it's gone …
 11:05 PM Ticket #26336 (Update tor-browser-settings addon for Fennec 61)
 updated by igt0
 I took a look in what is needed to make it work: 1. jpm[0] generates …
 10:40 PM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) created by cypherpunks
 9:53 PM Ticket #25204 (Switch security.insecure_connection_* prefs to warn
 users about ...) updated by cypherpunks
 Chrome 68 will be released on: July 24th, 2018 …
 9:47 PM Ticket #26332 (Write up ticket triage process as algorithm or
 flowchart) closed by nickm
 implemented: Oh wait. Even a stopped clock is right 1-2 times per day
 (depending on …
 9:38 PM Ticket #23878 (Attempt rewriting buffers.c in Rust) updated by
 nickm
 Replying to cypherpunks: > Since …
 9:16 PM org/meetings/2018MexicoCity edited by leez
 (diff)
 9:10 PM Ticket #26376 (add cross compiling docs) updated by catalyst
 Status changed
 Thanks for the new documentation! I'm not sure the core team has much
 …
 8:25 PM Ticket #26367 (Consider removing tor2web mode) updated by dgoulet
 Status, Keywords, Milestone changed
 Here it is: https://github.com/torproject/tor/pull/218 Branch: …
 8:17 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Alright! Squashed those fixup co

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

Re: [tor-bugs] #26715 [Core Tor]: Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of undeclared identifier 'O_RDWR'

2018-07-10 Thread Tor Bug Tracker & Wiki
#26715: Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of undeclared identifier
'O_RDWR'
-+-
 Reporter:  neel |  Owner:  neel
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error, 035-must  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  nickm|Sponsor:
-+-
Changes (by cypherpunks):

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


Comment:

 11:19 PM Ticket #24104 (Delay descriptor bandwidth reporting on
 established relays) updated by arma
 Replying to arma: > All the more reason to open the …
 11:18 PM Ticket #26713 (relays should explicitly dirty their descriptors
 on entering/exiting ...) created by arma
 Motivated by the #24104 fixes: Currently Tor notices that it's gone …
 11:05 PM Ticket #26336 (Update tor-browser-settings addon for Fennec 61)
 updated by igt0
 I took a look in what is needed to make it work: 1. jpm[0] generates …
 10:40 PM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) created by cypherpunks
 9:53 PM Ticket #25204 (Switch security.insecure_connection_* prefs to warn
 users about ...) updated by cypherpunks
 Chrome 68 will be released on: July 24th, 2018 …
 9:47 PM Ticket #26332 (Write up ticket triage process as algorithm or
 flowchart) closed by nickm
 implemented: Oh wait. Even a stopped clock is right 1-2 times per day
 (depending on …
 9:38 PM Ticket #23878 (Attempt rewriting buffers.c in Rust) updated by
 nickm
 Replying to cypherpunks: > Since …
 9:16 PM org/meetings/2018MexicoCity edited by leez
 (diff)
 9:10 PM Ticket #26376 (add cross compiling docs) updated by catalyst
 Status changed
 Thanks for the new documentation! I'm not sure the core team has much
 …
 8:25 PM Ticket #26367 (Consider removing tor2web mode) updated by dgoulet
 Status, Keywords, Milestone changed
 Here it is: https://github.com/torproject/tor/pull/218 Branch: …
 8:17 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Alright! Squashed those fixup co

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

Re: [tor-bugs] #16559 [Core Tor/Torflow]: bwauth code needs to be smarter about failed circuits

2018-07-10 Thread Tor Bug Tracker & Wiki
#16559: bwauth code needs to be smarter about failed circuits
--+--
 Reporter:  TvdW  |  Owner:  juga
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Core Tor/Torflow  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-bwauth, sbws  |  Actual Points:
Parent ID:  #25925| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26655 [Applications/Tor Browser]: onion button is wrong size and color

2018-07-10 Thread Tor Bug Tracker & Wiki
#26655: onion button is wrong size and color
--+--
 Reporter:  arthuredelstein   |  Owner:  antonela
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  ff60-esr  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #25693 [Applications/Tor Browser]: Activity 1.2: Make sure Firefox Photon UI works with our style guidelines

2018-07-10 Thread Tor Bug Tracker & Wiki
#25693: Activity 1.2: Make sure Firefox Photon UI works with our style 
guidelines
-+-
 Reporter:  isabela  |  Owner:
 |  antonela
 Type:  defect   | Status:
 |  assigned
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ux-team, ff60-esr,   |  Actual Points:
  TorBrowserTeam201807   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor17
-+-

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #25574 [Core Tor/Tor]: Eliminate "silent-drop" side channels in Tor protocol

2018-07-10 Thread Tor Bug Tracker & Wiki
#25574: Eliminate "silent-drop" side channels in Tor protocol
---+--
 Reporter:  mikeperry  |  Owner:  (none)
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  guard-discovery-stats  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:  SponsorV-can
---+--

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26374 [Core Tor/Tor]: MacOS Sandbox

2018-07-10 Thread Tor Bug Tracker & Wiki
#26374: MacOS Sandbox
---+--
 Reporter:  ahf|  Owner:  ahf
 Type:  enhancement| Status:  assigned
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:  Tor: unspecified
 Severity:  Normal | Resolution:
 Keywords:  macos sandbox  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26709 [Core Tor/Tor]: Onion V3 addresses not always working

2018-07-10 Thread Tor Bug Tracker & Wiki
#26709: Onion V3 addresses not always working
---+---
 Reporter:  time_attacker  |  Owner:  (none)
 Type:  defect | Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Tor   |Version:
 Severity:  Critical   | Resolution:
 Keywords:  onion, tor-hs  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26412 [Core Tor/Stem]: KeyError in can_exit_to caused by lru_cache

2018-07-10 Thread Tor Bug Tracker & Wiki
#26412: KeyError in can_exit_to caused by lru_cache
---+
 Reporter:  juga   |  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-bwauth |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26647 [Core Tor/Tor]: defect: Spec for net/listeners/* doesn't covers HTTPTunnelPort directive or ExtORPort

2018-07-10 Thread Tor Bug Tracker & Wiki
#26647: defect: Spec for net/listeners/* doesn't covers HTTPTunnelPort 
directive or
ExtORPort
-+-
 Reporter:  pyhedgehog   |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Minor| Resolution:
 Keywords:  tor-spec controller easy intro   |  Actual Points:
  fast-fix 032-backport 033-backport |
  034-backport   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26737 [Core Tor/Tor]: File-level documentation for src/core/*/*.[ch]

2018-07-10 Thread Tor Bug Tracker & Wiki
#26737: File-level documentation for src/core/*/*.[ch]
--+
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  035-roadmap-proposed  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 4:06 PM Ticket #26376 (add cross compiling docs) updated by asn
 Status changed
 4:02 PM Ticket #26376 (add cross compiling docs) updated by Hello71
 ahf said that MXE "sounds cool" and presumably would like to not …
 3:41 PM Ticket #26492 (Refactoring src/rust/protover/ffi.rs.) updated by
 catalyst
 Replying to frewsxcv: > Oh I opened a pull request a …
 3:10 PM Ticket #26448 (Document check-includes in coding standards or
 helpful tools) closed by nickm
 implemented: Done in 4793d913503f9349ca4b57d77a47bd1bbceecfe5, which
 will be …
 3:06 PM Ticket #26736 (Stop requiring me to change the sbws version in
 more than one place) created by pastly
 When bumping the sbws version to do a release, I have to edit the …
 2:56 PM Ticket #26647 (defect: Spec for net/listeners/* doesn't covers
 HTTPTunnelPort ...) updated by nickm
 Status changed

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

Re: [tor-bugs] #26532 [Core Tor/Tor]: Combine ipv4.h and ipv6.h into address.h?

2018-07-10 Thread Tor Bug Tracker & Wiki
#26532: Combine ipv4.h and ipv6.h into address.h?
-+
 Reporter:  nickm|  Owner:  nickm
 Type:  defect   | Status:  reopened
 Priority:  Low  |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  035-roadmap-subtask  |  Actual Points:
Parent ID:  #26481   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by cypherpunks):

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


Comment:

 4:06 PM Ticket #26376 (add cross compiling docs) updated by asn
 Status changed
 4:02 PM Ticket #26376 (add cross compiling docs) updated by Hello71
 ahf said that MXE "sounds cool" and presumably would like to not …
 3:41 PM Ticket #26492 (Refactoring src/rust/protover/ffi.rs.) updated by
 catalyst
 Replying to frewsxcv: > Oh I opened a pull request a …
 3:10 PM Ticket #26448 (Document check-includes in coding standards or
 helpful tools) closed by nickm
 implemented: Done in 4793d913503f9349ca4b57d77a47bd1bbceecfe5, which
 will be …
 3:06 PM Ticket #26736 (Stop requiring me to change the sbws version in
 more than one place) created by pastly
 When bumping the sbws version to do a release, I have to edit the …
 2:56 PM Ticket #26647 (defect: Spec for net/listeners/* doesn't covers
 HTTPTunnelPort ...) updated by nickm
 Status changed

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

Re: [tor-bugs] #26526 [Core Tor/Tor]: Split all address.h functions that can invoke the resolver.

2018-07-10 Thread Tor Bug Tracker & Wiki
#26526: Split all address.h functions that can invoke the resolver.
-+
 Reporter:  nickm|  Owner:  nickm
 Type:  defect   | Status:  reopened
 Priority:  Medium   |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  035-roadmap-subtask  |  Actual Points:
Parent ID:  #26481   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by cypherpunks):

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


Comment:

 4:06 PM Ticket #26376 (add cross compiling docs) updated by asn
 Status changed
 4:02 PM Ticket #26376 (add cross compiling docs) updated by Hello71
 ahf said that MXE "sounds cool" and presumably would like to not …
 3:41 PM Ticket #26492 (Refactoring src/rust/protover/ffi.rs.) updated by
 catalyst
 Replying to frewsxcv: > Oh I opened a pull request a …
 3:10 PM Ticket #26448 (Document check-includes in coding standards or
 helpful tools) closed by nickm
 implemented: Done in 4793d913503f9349ca4b57d77a47bd1bbceecfe5, which
 will be …
 3:06 PM Ticket #26736 (Stop requiring me to change the sbws version in
 more than one place) created by pastly
 When bumping the sbws version to do a release, I have to edit the …
 2:56 PM Ticket #26647 (defect: Spec for net/listeners/* doesn't covers
 HTTPTunnelPort ...) updated by nickm
 Status changed

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

Re: [tor-bugs] #26691 [Core Tor/Tor]: add 'working DNS' to the list of mandatory requirements for the 'exit' flag

2018-07-10 Thread Tor Bug Tracker & Wiki
#26691: add 'working DNS' to the list of mandatory requirements for the 'exit' 
flag
-+-
 Reporter:  nusenu   |  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  needs-proposal, tor-exit tor-|  Actual Points:
  dirauth|
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 11:23 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 I also now have a git.tpo repository, so the changes for Onionoo are …
 11:22 AM Ticket #26734 (Please add irl as git maintainer) created by hiro
 Irl has volunteered to help out with git issues. Can you please add …
 11:17 AM Ticket #26665 (Allow searching for relays with no known
 AS/country) updated by irl
 Status changed
 Small patch for spec: …
 6:53 AM Ticket #26367 (Consider removing tor2web mode) updated by teor
 Status changed
 ENABLE_TOR2WEB_MODE sets NON_ANONYMOUS_MODE_ENABLED. I don't think …
 6:48 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) updated by teor
 Keywords changed
 6:47 AM Ticket #26715 (Tor 85d6b41 on FreeBSD 12-CURRENT: error: use of
 undeclared identifier ...) updated by teor
 Keywords changed
 4:52 AM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/

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

Re: [tor-bugs] #26734 [Internal Services/Tor Sysadmin Team]: Please add irl as git maintainer

2018-07-10 Thread Tor Bug Tracker & Wiki
#26734: Please add irl as git maintainer
-+-
 Reporter:  hiro |  Owner:  tpa
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by cypherpunks):

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


Comment:

 4:06 PM Ticket #26376 (add cross compiling docs) updated by asn
 Status changed
 4:02 PM Ticket #26376 (add cross compiling docs) updated by Hello71
 ahf said that MXE "sounds cool" and presumably would like to not …
 3:41 PM Ticket #26492 (Refactoring src/rust/protover/ffi.rs.) updated by
 catalyst
 Replying to frewsxcv: > Oh I opened a pull request a …
 3:10 PM Ticket #26448 (Document check-includes in coding standards or
 helpful tools) closed by nickm
 implemented: Done in 4793d913503f9349ca4b57d77a47bd1bbceecfe5, which
 will be …
 3:06 PM Ticket #26736 (Stop requiring me to change the sbws version in
 more than one place) created by pastly
 When bumping the sbws version to do a release, I have to edit the …
 2:56 PM Ticket #26647 (defect: Spec for net/listeners/* doesn't covers
 HTTPTunnelPort ...) updated by nickm
 Status changed

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

Re: [tor-bugs] #26647 [Core Tor/Tor]: defect: Spec for net/listeners/* doesn't covers HTTPTunnelPort directive or ExtORPort

2018-07-10 Thread Tor Bug Tracker & Wiki
#26647: defect: Spec for net/listeners/* doesn't covers HTTPTunnelPort 
directive or
ExtORPort
-+-
 Reporter:  pyhedgehog   |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Minor| Resolution:
 Keywords:  tor-spec controller easy intro   |  Actual Points:
  fast-fix 032-backport 033-backport |
  034-backport   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 4:06 PM Ticket #26376 (add cross compiling docs) updated by asn
 Status changed
 4:02 PM Ticket #26376 (add cross compiling docs) updated by Hello71
 ahf said that MXE "sounds cool" and presumably would like to not …
 3:41 PM Ticket #26492 (Refactoring src/rust/protover/ffi.rs.) updated by
 catalyst
 Replying to frewsxcv: > Oh I opened a pull request a …
 3:10 PM Ticket #26448 (Document check-includes in coding standards or
 helpful tools) closed by nickm
 implemented: Done in 4793d913503f9349ca4b57d77a47bd1bbceecfe5, which
 will be …
 3:06 PM Ticket #26736 (Stop requiring me to change the sbws version in
 more than one place) created by pastly
 When bumping the sbws version to do a release, I have to edit the …
 2:56 PM Ticket #26647 (defect: Spec for net/listeners/* doesn't covers
 HTTPTunnelPort ...) updated by nickm
 Status changed

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

Re: [tor-bugs] #26739 [Core Tor/Stem]: SyntaxError with python 3.6 and above

2018-07-10 Thread Tor Bug Tracker & Wiki
#26739: SyntaxError with python 3.6 and above
---+
 Reporter:  atagar |  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  High   |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Major  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by cypherpunks):

 4:06 PM Ticket #26376 (add cross compiling docs) updated by asn
 Status changed
 4:02 PM Ticket #26376 (add cross compiling docs) updated by Hello71
 ahf said that MXE "sounds cool" and presumably would like to not …
 3:41 PM Ticket #26492 (Refactoring src/rust/protover/ffi.rs.) updated by
 catalyst
 Replying to frewsxcv: > Oh I opened a pull request a …
 3:10 PM Ticket #26448 (Document check-includes in coding standards or
 helpful tools) closed by nickm
 implemented: Done in 4793d913503f9349ca4b57d77a47bd1bbceecfe5, which
 will be …
 3:06 PM Ticket #26736 (Stop requiring me to change the sbws version in
 more than one place) created by pastly
 When bumping the sbws version to do a release, I have to edit the …
 2:56 PM Ticket #26647 (defect: Spec for net/listeners/* doesn't covers
 HTTPTunnelPort ...) updated by nickm
 Status changed

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

Re: [tor-bugs] #26493 [Core Tor/Tor]: Split crypto_ops library from a higher level library

2018-07-10 Thread Tor Bug Tracker & Wiki
#26493: Split crypto_ops library from a higher level library
--+--
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #26743| Points:
 Reviewer:|Sponsor:  Sponsor3-can
--+--

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #s25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26743 [Core Tor/Tor]: Further refactoring follow-on tasks: split files that don't fit well within their directory

2018-07-10 Thread Tor Bug Tracker & Wiki
#26743: Further refactoring follow-on tasks: split files that don't fit well 
within
their directory
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  035-roadmap-proposed  |  Actual Points:
Parent ID:| Points:
 Reviewer:  dgoulet   |Sponsor:
--+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #s25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26512 [Core Tor/Tor]: Rename various modules and headers from the src/common refactoring.

2018-07-10 Thread Tor Bug Tracker & Wiki
#26512: Rename various modules and headers from the src/common refactoring.
-+
 Reporter:  nickm|  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  implemented
 Keywords:  035-roadmap-subtask  |  Actual Points:
Parent ID:  #26481   | Points:
 Reviewer:  dgoulet  |Sponsor:  Sponsor3-can
-+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #s25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26744 [Core Tor/Tor]: Split common/client/cache/authority parts of directory.c and dirserv.c

2018-07-10 Thread Tor Bug Tracker & Wiki
#26744: Split common/client/cache/authority parts of directory.c and dirserv.c
--+
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #26743| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #s25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26745 [Core Tor/Tor]: extract resolver functions into a new library

2018-07-10 Thread Tor Bug Tracker & Wiki
#26745: extract resolver functions into a new library
--+
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #26743| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #s25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26746 [Core Tor/Tor]: Split connection.c and connection_or.c into mainloop and "or" portions

2018-07-10 Thread Tor Bug Tracker & Wiki
#26746: Split connection.c and connection_or.c into mainloop and "or" portions
--+
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #26743| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #s25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #25050 [Metrics/Relay Search]: add sum row at the bottom of the search results

2018-07-10 Thread Tor Bug Tracker & Wiki
#25050: add sum row at the bottom of the search results
--+-
 Reporter:  cypherpunks   |  Owner:  irl
 Type:  enhancement   | Status:  merge_ready
 Priority:  Low   |  Milestone:
Component:  Metrics/Relay Search  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:
--+-

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #18642 [Core Tor/Tor]: Teach the OOM handler about the DNS cache

2018-07-10 Thread Tor Bug Tracker & Wiki
#18642: Teach the OOM handler about the DNS cache
---+--
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-dos oom tor-relay dns  |  Actual Points:
Parent ID: | Points:  1
 Reviewer: |Sponsor:  SponsorV-can
---+--

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #25669 [Core Tor/Tor]: Privcount: blinding and encryption should be finished up

2018-07-10 Thread Tor Bug Tracker & Wiki
#25669: Privcount: blinding and encryption should be finished up
---+---
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:
   |  needs_revision
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  privcount, 035-roadmap-master  |  Actual Points:
Parent ID:  #22898 | Points:
 Reviewer: |Sponsor:
---+---

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26619 [Community/Relays]: Include in Tor Relay Guide doc instructions on how to deploy relay in OpenBSD

2018-07-10 Thread Tor Bug Tracker & Wiki
#26619: Include in Tor Relay Guide doc instructions on how to deploy relay in
OpenBSD
--+--
 Reporter:  ggus  |  Owner:  ggus
 Type:  enhancement   | Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Community/Relays  |Version:
 Severity:  Normal| Resolution:
 Keywords:  openbsd   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

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

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

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26743 [Core Tor/Tor]: Further refactoring follow-on tasks: split files that don't fit well within their directory

2018-07-10 Thread Tor Bug Tracker & Wiki
#26743: Further refactoring follow-on tasks: split files that don't fit well 
within
their directory
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  035-roadmap-proposed  |  Actual Points:
Parent ID:| Points:
 Reviewer:  dgoulet   |Sponsor:
--+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26619 [Community/Relays]: Include in Tor Relay Guide doc instructions on how to deploy relay in OpenBSD

2018-07-10 Thread Tor Bug Tracker & Wiki
#26619: Include in Tor Relay Guide doc instructions on how to deploy relay in
OpenBSD
--+--
 Reporter:  ggus  |  Owner:  ggus
 Type:  enhancement   | Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Community/Relays  |Version:
 Severity:  Normal| Resolution:
 Keywords:  openbsd   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #25782 [Metrics/Consensus Health]: Bump stem for depictor

2018-07-10 Thread Tor Bug Tracker & Wiki
#25782: Bump stem for depictor
--+
 Reporter:  tom   |  Owner:  tom
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Metrics/Consensus Health  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26752 [Internal Services/Service - trac]: Give cypherpunks account and other new accounts possibility of editing title, keywords, ...etc of already filled tickets

2018-07-10 Thread Tor Bug Tracker & Wiki
#26752: Give cypherpunks account and other new accounts possibility of editing
title, keywords, ...etc of already filled tickets
--+-
 Reporter:  cypherpunks   |  Owner:  qbi
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Internal Services/Service - trac  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+-

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #25238 [Metrics/Relay Search]: Can't list all relays for a version when aggregating by version

2018-07-10 Thread Tor Bug Tracker & Wiki
#25238: Can't list all relays for a version when aggregating by version
--+-
 Reporter:  irl   |  Owner:  irl
 Type:  defect| Status:  merge_ready
 Priority:  Medium|  Milestone:
Component:  Metrics/Relay Search  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  0.1
 Reviewer:|Sponsor:
--+-

Comment (by cypherpunks):

 etrics-lib.patch attached to Ticket #26753 by karsten
 10:04 PM Ticket #26753 (Please update build dependencies for metrics-lib)
 created by karsten
 I'll attach a Git patch in a minute.
 9:59 PM Ticket #26710 (Update list of dependencies for metrics-lib that
 Jenkins uses) updated by karsten
 Owner, Status changed
 Alright, after making less progress on an unrelated ticket I did make
 …
 9:58 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by nusenu
 thanks for adding it. this way users get tor 0.3.2.10, what is their …
 9:48 PM Ticket #25238 (Can't list all relays for a version when
 aggregating by version) updated by irl
 Status changed
 Fixed in …
 9:43 PM Ticket #26752 (Give cypherpunks account and other new accounts
 possibility of editing ...) created by cypherpunks
 seems like that's no longer the case, can we get that thing back?
 9:40 PM Ticket #25050 (add sum row at the bottom of the search results)
 updated by irl
 Status changed
 Fixed in …
 9:38 PM Ticket #26619 (Include in Tor Relay Guide doc instructions on how
 to deploy relay in ...) updated by ggus
 It's done.

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

Re: [tor-bugs] #26223 [Core Tor/Tor]: Allow longer bandwidth lines in bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#26223: Allow longer bandwidth lines in bandwidth files
---+
 Reporter:  teor   |  Owner:  nickm
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  implemented
 Keywords:  easy, intro, fast-fix  |  Actual Points:
Parent ID:  #25925 | Points:
 Reviewer:  teor   |Sponsor:
---+

Comment (by cypherpunks):

 Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
 communication
 Live CD Best Practices, for users and devs alike
 Roll your own with Debian Live!, by torrclemeelmo
 Privatix LiveCD/USB, Debian +

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

Re: [tor-bugs] #26497 [Core Tor/Tor]: set CARGO_HOME correctly or stop using it

2018-07-10 Thread Tor Bug Tracker & Wiki
#26497: set CARGO_HOME correctly or stop using it
--+
 Reporter:  catalyst  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  rust, tor-ci  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
 communication
 Live CD Best Practices, for users and devs alike
 Roll your own with Debian Live!, by torrclemeelmo
 Privatix LiveCD/USB, Debian +

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

Re: [tor-bugs] #26754 [Core Tor/Tor]: stop using BUFFERS_PRIVATE

2018-07-10 Thread Tor Bug Tracker & Wiki
#26754: stop using BUFFERS_PRIVATE
--+
 Reporter:  cypherpunks   |  Owner:  (none)
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by cypherpunks):

 Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
 communication
 Live CD Best Practices, for users and devs alike
 Roll your own with Debian Live!, by torrclemeelmo
 Privatix LiveCD/USB, Debian +

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

Re: [tor-bugs] #25669 [Core Tor/Tor]: Privcount: blinding and encryption should be finished up

2018-07-10 Thread Tor Bug Tracker & Wiki
#25669: Privcount: blinding and encryption should be finished up
---+---
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:
   |  needs_revision
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  privcount, 035-roadmap-master  |  Actual Points:
Parent ID:  #22898 | Points:
 Reviewer: |Sponsor:
---+---

Comment (by cypherpunks):

 Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
 communication
 Live CD Best Practices, for users and devs alike
 Roll your own with Debian Live!, by torrclemeelmo
 Privatix LiveCD/USB, Debian +

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

Re: [tor-bugs] #18642 [Core Tor/Tor]: Teach the OOM handler about the DNS cache

2018-07-10 Thread Tor Bug Tracker & Wiki
#18642: Teach the OOM handler about the DNS cache
---+--
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-dos oom tor-relay dns  |  Actual Points:
Parent ID: | Points:  1
 Reviewer: |Sponsor:  SponsorV-can
---+--

Comment (by cypherpunks):

 Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
 communication
 Live CD Best Practices, for users and devs alike
 Roll your own with Debian Live!, by torrclemeelmo
 Privatix LiveCD/USB, Debian +

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26755 [Applications/Tor Browser]: l images, videos, and misc files Official wiki and bugtracker for Tor Frequently Asked Questions. Meetings: Information about Tor dev meetings and hackath

2018-07-10 Thread Tor Bug Tracker & Wiki
#26755: l images, videos, and misc files Official wiki and bugtracker for Tor
Frequently Asked Questions. Meetings: Information about Tor dev meetings
and hackathons, past and future Tor News: a monthly newsletter with updates
and opportunities Check if you are currently using Tor Metrics and graphs
based on Tor network data A fine example of a
--+--
 Reporter:  cypherpunks   |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
--+--
 l images, videos, and misc files
 Official wiki and bugtracker for Tor
 Frequently Asked Questions.
 Meetings: Information about Tor dev meetings and hackathons, past and
 future
 Tor News: a monthly newsletter with updates and opportunities
 Check if you are currently using Tor
 Metrics and graphs based on Tor network data
 A fine example of a

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26756 [Archived/Agile]: volunteers from around the world. If you find a topic you want to fix, expand, or create, please either create an account or use the multi-user account cypherpunks

2018-07-10 Thread Tor Bug Tracker & Wiki
#26756: volunteers from around the world. If you find a topic you want to fix,
expand, or create, please either create an account or use the multi-user
account cypherpunks with the password writecode Note that edits will be
credited to the cypherpunks account and not you personally.
+---
 Reporter:  cypherpunks |  Owner:  mikeperry
 Type:  defect  | Status:  new
 Priority:  Medium  |  Milestone:
Component:  Archived/Agile  |Version:
 Severity:  Normal  |   Keywords:
Actual Points:  |  Parent ID:
   Points:  |   Reviewer:
+---
 volunteers from around the world. If you find a topic you want to fix,
 expand, or create, please either create an account or use the multi-user
 account cypherpunks with the password writecode Note that edits will be
 credited to the cypherpunks account and not you personally.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26757 [- Select a component]: Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth communication Live CD Best Practices, for users and devs alike Roll your own with Debian

2018-07-10 Thread Tor Bug Tracker & Wiki
#26757: Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
communication Live CD Best Practices, for users and devs alike Roll your
own with Debian Live!, by torrclemeelmo Privatix LiveCD/USB, Debian +
--+
 Reporter:  cypherpunks   |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  - Select a component  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
--+
 Liberté Linux, Gentoo-based, lightweight, USB or SD, focus on stealth
 communication
 Live CD Best Practices, for users and devs alike
 Roll your own with Debian Live!, by torrclemeelmo
 Privatix LiveCD/USB, Debian +

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26754 [Core Tor/Tor]: stop using BUFFERS_PRIVATE

2018-07-10 Thread Tor Bug Tracker & Wiki
#26754: stop using BUFFERS_PRIVATE
--+
 Reporter:  cypherpunks   |  Owner:  (none)
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+
 Move the three users to the public API of buffers.h instead.

 Patches in branch 'buffer-api-users' at https://gitgud.io/onionk/tor.git

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

Re: [tor-bugs] #25669 [Core Tor/Tor]: Privcount: blinding and encryption should be finished up

2018-07-10 Thread Tor Bug Tracker & Wiki
#25669: Privcount: blinding and encryption should be finished up
---+---
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:
   |  needs_revision
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  privcount, 035-roadmap-master  |  Actual Points:
Parent ID:  #22898 | Points:
 Reviewer: |Sponsor:
---+---

Comment (by teor):

 I found a typo in a comment, and added a note on GitHub.

 I'm not sure how to handle the i128 feature - we can rely on it on common
 platforms with rust 1.26 or later, but rare platforms may miscompile i128
 code:
 https://doc.rust-lang.org/book/second-edition/appendix-06-newest-
 features.html#a128-bit-integers
 https://github.com/rust-lang/rust/issues/45676

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

Re: [tor-bugs] #18642 [Core Tor/Tor]: Teach the OOM handler about the DNS cache

2018-07-10 Thread Tor Bug Tracker & Wiki
#18642: Teach the OOM handler about the DNS cache
---+--
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tor-dos oom tor-relay dns  |  Actual Points:
Parent ID: | Points:  1
 Reviewer: |Sponsor:  SponsorV-can
---+--

Comment (by neel):

 My PR is available here: https://github.com/torproject/tor/pull/223

 What I do for the OOM handler in this PR is that I clear the cache with
 `purge_expired_resolves()` with `now` as the current time, and increase
 the interval by an hour until either we cleared enough memory or there are
 no more entries.

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

Re: [tor-bugs] #26223 [Core Tor/Tor]: Allow longer bandwidth lines in bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#26223: Allow longer bandwidth lines in bandwidth files
---+
 Reporter:  teor   |  Owner:  nickm
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  implemented
 Keywords:  easy, intro, fast-fix  |  Actual Points:
Parent ID:  #25925 | Points:
 Reviewer:  teor   |Sponsor:
---+
Changes (by nickm):

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


Comment:

 Added comments, retabified configure.ac lists, merged!

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

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

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

Comment (by nickm):

 If it passed before in chutney, but now it fails, my first suspicion would
 be that you're not using the correct saved OPE keys.  Let me know if you
 want debugging help.

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

Re: [tor-bugs] #25669 [Core Tor/Tor]: Privcount: blinding and encryption should be finished up

2018-07-10 Thread Tor Bug Tracker & Wiki
#25669: Privcount: blinding and encryption should be finished up
---+---
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:
   |  needs_revision
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  privcount, 035-roadmap-master  |  Actual Points:
Parent ID:  #22898 | Points:
 Reviewer: |Sponsor:
---+---

Comment (by nickm):

 I've implemented the rejection-sampling logic, and noted it in torspec
 with c590145e6d3212.

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

Re: [tor-bugs] #25669 [Core Tor/Tor]: Privcount: blinding and encryption should be finished up

2018-07-10 Thread Tor Bug Tracker & Wiki
#25669: Privcount: blinding and encryption should be finished up
---+---
 Reporter:  nickm  |  Owner:  (none)
 Type:  enhancement| Status:
   |  needs_revision
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  privcount, 035-roadmap-master  |  Actual Points:
Parent ID:  #22898 | Points:
 Reviewer: |Sponsor:
---+---
Changes (by teor):

 * status:  new => needs_revision


Comment:

 The code is here:
 https://github.com/nmathewson/privcount_shamir/tree/master/rust

 It needs two changes:
 * use rejection sampling to avoid a non-uniform distribution of values,
 and amend the spec:
   *
 https://github.com/nmathewson/privcount_shamir/blob/master/rust/src/data.rs#L84
 * now that i128 is in stable, amend the i128 checks:
   *
 https://github.com/nmathewson/privcount_shamir/blob/master/rust/src/lib.rs#L1
   *
 
https://github.com/nmathewson/privcount_shamir/blob/master/rust/src/math.rs#L287
   *
 
https://github.com/nmathewson/privcount_shamir/blob/master/rust/src/math.rs#L370

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

Re: [tor-bugs] #26497 [Core Tor/Tor]: set CARGO_HOME correctly or stop using it

2018-07-10 Thread Tor Bug Tracker & Wiki
#26497: set CARGO_HOME correctly or stop using it
--+
 Reporter:  catalyst  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  rust, tor-ci  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by catalyst):

 Replying to [ticket:26497 catalyst]:
 > The setting of `CARGO_HOME` is redundant if we `cd` to the correct
 directory first.  Or we could stop changing directories and instead set
 `CARGO_HOME` correctly.  We probably shouldn't do both because it's
 confusing and possibly inconsistent.
 These are the reasons I can think of to set `CARGO_HOME` during our build:
 * so cargo finds the correct `.cargo/config` file; this can be worked
 around by doing a `cd` to the correct directory
 * so cargo uses the desired cache directory for online crates if we're
 configured with `--enable-cargo-online-mode`; we might not actually want
 to do this (see #26038)
 * are there other reasons I'm missing here?
 I looked briefly at the source code of cargo and it seems to be consistent
 with the above.

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

Re: [tor-bugs] #26223 [Core Tor/Tor]: Allow longer bandwidth lines in bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#26223: Allow longer bandwidth lines in bandwidth files
---+
 Reporter:  teor   |  Owner:  nickm
 Type:  enhancement| Status:  needs_revision
 Priority:  Medium |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  easy, intro, fast-fix  |  Actual Points:
Parent ID:  #25925 | Points:
 Reviewer:  teor   |Sponsor:
---+
Changes (by teor):

 * reviewer:   => teor


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

Re: [tor-bugs] #26223 [Core Tor/Tor]: Allow longer bandwidth lines in bandwidth files

2018-07-10 Thread Tor Bug Tracker & Wiki
#26223: Allow longer bandwidth lines in bandwidth files
---+
 Reporter:  teor   |  Owner:  nickm
 Type:  enhancement| Status:  needs_revision
 Priority:  Medium |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  easy, intro, fast-fix  |  Actual Points:
Parent ID:  #25925 | Points:
 Reviewer: |Sponsor:
---+
Changes (by teor):

 * status:  needs_review => needs_revision


Comment:

 I reviewed the pull request.
 We can add a few extra comments if you like, or just merge it as-is.

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

Re: [tor-bugs] #16559 [Core Tor/Torflow]: bwauth code needs to be smarter about failed circuits

2018-07-10 Thread Tor Bug Tracker & Wiki
#16559: bwauth code needs to be smarter about failed circuits
--+--
 Reporter:  TvdW  |  Owner:  juga
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Core Tor/Torflow  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tor-bwauth, sbws  |  Actual Points:
Parent ID:  #25925| Points:
 Reviewer:|Sponsor:
--+--

Comment (by teor):

 Replying to [comment:13 juga]:
 > We are reporting errors in `sbws` and i think it doesn't have the
 problem described here.
 > Are there other ideas for this ticket?

 The description says:

 > In slices where exits and entries aren't well-distributed…

 sbws doesn't use slices, so its entry and exit selection is more robust.
 That might be why it doesn't have this problem.

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

Re: [tor-bugs] #24296 [Metrics/Onionoo]: Make Onionoo's document classes available as part of metrics-lib

2018-07-10 Thread Tor Bug Tracker & Wiki
#24296: Make Onionoo's document classes available as part of metrics-lib
-+--
 Reporter:  karsten  |  Owner:  metrics-team
 Type:  enhancement  | Status:  needs_review
 Priority:  Medium   |  Milestone:
Component:  Metrics/Onionoo  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by karsten):

 * status:  new => needs_review


Comment:

 I made a start here, but I'm not sure whether I'll be able to continue
 working on this in the remainder of this week. Would you mind reviewing a
 first commit that prepares this change and that seems useful to do anyway?
 It's in
 
[https://gitweb.torproject.org/user/karsten/onionoo.git/commit/?h=task-24296=e65bb3095bad404433c0224960f2891e5a399323
 commit e65bb30 in my task-24296 branch]. Thanks!

 Mote that I spent quite some time on the `ZonedDateTime` change mentioned
 above. Maybe we'll have to do that after moving things over to metrics-
 lib.

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

Re: [tor-bugs] #26710 [Metrics/Library]: Update list of dependencies for metrics-lib that Jenkins uses

2018-07-10 Thread Tor Bug Tracker & Wiki
#26710: Update list of dependencies for metrics-lib that Jenkins uses
-+--
 Reporter:  karsten  |  Owner:  karsten
 Type:  defect   | Status:  accepted
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--

Comment (by karsten):

 Admin ticket is #26753.

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

Re: [tor-bugs] #26753 [Internal Services/Service - jenkins]: Please update build dependencies for metrics-lib

2018-07-10 Thread Tor Bug Tracker & Wiki
#26753: Please update build dependencies for metrics-lib
-+
 Reporter:  karsten  |  Owner:  weasel
 Type:  task | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Service - jenkins  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by karsten):

 * Attachment "0001-Update-build-dependencies-for-metrics-lib.patch" added.


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

[tor-bugs] #26753 [Internal Services/Service - jenkins]: Please update build dependencies for metrics-lib

2018-07-10 Thread Tor Bug Tracker & Wiki
#26753: Please update build dependencies for metrics-lib
-+
 Reporter:  karsten  |  Owner:  weasel
 Type:  task | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Service - jenkins  |Version:
 Severity:  Normal   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+
 I'll attach a Git patch in a minute.

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

Re: [tor-bugs] #26710 [Metrics/Library]: Update list of dependencies for metrics-lib that Jenkins uses

2018-07-10 Thread Tor Bug Tracker & Wiki
#26710: Update list of dependencies for metrics-lib that Jenkins uses
-+--
 Reporter:  karsten  |  Owner:  karsten
 Type:  defect   | Status:  accepted
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by karsten):

 * owner:  metrics-team => karsten
 * status:  new => accepted


Comment:

 Alright, after making less progress on an unrelated ticket I did make some
 progress here. The updated package list is:

 {{{
 ant
 ant-optional
 cobertura
 default-jdk
 default-jre
 git
 junit4
 libasm4-java
 libcommons-codec-java
 libcommons-compress-java
 libjackson2-annotations-java
 libjackson2-core-java
 libjackson2-databind-java
 libhamcrest-java
 liblogback-java
 liboro-java
 libslf4j-java
 libxz-java
 }}}

 I'll create a ticket for the admins to update the list in Jenkins.

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

Re: [tor-bugs] #26619 [Community/Relays]: Include in Tor Relay Guide doc instructions on how to deploy relay in OpenBSD

2018-07-10 Thread Tor Bug Tracker & Wiki
#26619: Include in Tor Relay Guide doc instructions on how to deploy relay in
OpenBSD
--+--
 Reporter:  ggus  |  Owner:  ggus
 Type:  enhancement   | Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Community/Relays  |Version:
 Severity:  Normal| Resolution:
 Keywords:  openbsd   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by nusenu):

 thanks for adding it.

 this way users get tor 0.3.2.10, what is their upgrade path when 0.3.2.11
 shows up with important security 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] #25238 [Metrics/Relay Search]: Can't list all relays for a version when aggregating by version

2018-07-10 Thread Tor Bug Tracker & Wiki
#25238: Can't list all relays for a version when aggregating by version
--+-
 Reporter:  irl   |  Owner:  irl
 Type:  defect| Status:  merge_ready
 Priority:  Medium|  Milestone:
Component:  Metrics/Relay Search  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  0.1
 Reviewer:|Sponsor:
--+-
Changes (by irl):

 * status:  accepted => merge_ready


Comment:

 Fixed in [[https://gitweb.torproject.org/user/irl/metrics-
 
web.git/commit/?h=task/25238=9d20daa43cf28d552f3ceb387d4933cbfef9de4f|9d20daa]].

--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #26752 [Internal Services/Service - trac]: Give cypherpunks account and other new accounts possibility of editing title, keywords, ...etc of already filled tickets

2018-07-10 Thread Tor Bug Tracker & Wiki
#26752: Give cypherpunks account and other new accounts possibility of editing
title, keywords, ...etc of already filled tickets
--+-
 Reporter:  cypherpunks   |  Owner:  qbi
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Internal Services/Service - trac  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+-
 seems like that's no longer the case, can we get that thing back?

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

Re: [tor-bugs] #25050 [Metrics/Relay Search]: add sum row at the bottom of the search results

2018-07-10 Thread Tor Bug Tracker & Wiki
#25050: add sum row at the bottom of the search results
--+-
 Reporter:  cypherpunks   |  Owner:  irl
 Type:  enhancement   | Status:  merge_ready
 Priority:  Low   |  Milestone:
Component:  Metrics/Relay Search  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:
--+-
Changes (by irl):

 * status:  accepted => merge_ready


Comment:

 Fixed in [[https://gitweb.torproject.org/user/irl/metrics-
 
web.git/commit/?h=task/25050=770d829a6fcf92e7a60897a998c668a9dc4e9a1e|770d829]].

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

Re: [tor-bugs] #26619 [Community/Relays]: Include in Tor Relay Guide doc instructions on how to deploy relay in OpenBSD

2018-07-10 Thread Tor Bug Tracker & Wiki
#26619: Include in Tor Relay Guide doc instructions on how to deploy relay in
OpenBSD
--+--
 Reporter:  ggus  |  Owner:  ggus
 Type:  enhancement   | Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Community/Relays  |Version:
 Severity:  Normal| Resolution:
 Keywords:  openbsd   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by ggus):

 It's done.

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

Re: [tor-bugs] #26656 [HTTPS Everywhere/EFF-HTTPS Everywhere]: Revive HTTPS Everywhere's SSL Observatory in WebExtension?

2018-07-10 Thread Tor Bug Tracker & Wiki
#26656: Revive HTTPS Everywhere's SSL Observatory in WebExtension?
-+-
 Reporter:  cypherpunks  |  Owner:  legind
 Type:  enhancement  | Status:
 |  needs_information
 Priority:  Medium   |  Milestone:
Component:  HTTPS Everywhere/EFF-HTTPS   |Version:
  Everywhere |
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by legind):

 It seems that Firefox has decided to go with entirely their own API for
 TLS introspection instead of adopting the one we are working with Chromium
 devs on developing, and is slowly being implemented in Chrome.

 I'd like to make sure the API we pick will be standardized in all the
 browsers we support.  This divergence is a little troublesome for our own
 implementation needs, and I'd like to not develop two separate code paths
 for Firefox and Chrome.  I think it's worth waiting until the browsers
 figure this out.

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

Re: [tor-bugs] #26608 [Applications/Tor Browser]: investigate

2018-07-10 Thread Tor Bug Tracker & Wiki
#26608: investigate  
-+-
 Reporter:  mcs  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb- |  Actual Points:
  linkability,ff60-esr,TorBrowserTeam201807  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by mcs):

 Related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1222633

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

Re: [tor-bugs] #26619 [Community/Relays]: Include in Tor Relay Guide doc instructions on how to deploy relay in OpenBSD

2018-07-10 Thread Tor Bug Tracker & Wiki
#26619: Include in Tor Relay Guide doc instructions on how to deploy relay in
OpenBSD
--+--
 Reporter:  ggus  |  Owner:  ggus
 Type:  enhancement   | Status:  assigned
 Priority:  Medium|  Milestone:
Component:  Community/Relays  |Version:
 Severity:  Normal| Resolution:
 Keywords:  openbsd   |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by nusenu):

 once you are done I'll link it from
 
https://trac.torproject.org/projects/tor/wiki/TorRelayGuide#PlatformspecificInstructions
 like all other platforms

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

Re: [tor-bugs] #25782 [Metrics/Consensus Health]: Bump stem for depictor

2018-07-10 Thread Tor Bug Tracker & Wiki
#25782: Bump stem for depictor
--+
 Reporter:  tom   |  Owner:  tom
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Metrics/Consensus Health  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by tom):

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


Comment:

 I believe this is fixed now and i bumped

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

Re: [tor-bugs] #26743 [Core Tor/Tor]: Further refactoring follow-on tasks: split files that don't fit well within their directory

2018-07-10 Thread Tor Bug Tracker & Wiki
#26743: Further refactoring follow-on tasks: split files that don't fit well 
within
their directory
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  defect| Status:  assigned
 Priority:  Medium|  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  035-roadmap-proposed  |  Actual Points:
Parent ID:| Points:
 Reviewer:  dgoulet   |Sponsor:
--+
Changes (by dgoulet):

 * reviewer:   => dgoulet


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

Re: [tor-bugs] #26751 [Core Tor/sbws]: sbws should log its version and python's version on startup

2018-07-10 Thread Tor Bug Tracker & Wiki
#26751: sbws should log its version and python's version on startup
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Low|  Milestone:  sbws 1.0 (MVP nice)
Component:  Core Tor/sbws  |Version:
 Severity:  Normal | Resolution:
 Keywords:  easy   |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by pastly):

 * component:  Core Tor/Tor => Core Tor/sbws


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

Re: [tor-bugs] #26493 [Core Tor/Tor]: Split crypto_ops library from a higher level library

2018-07-10 Thread Tor Bug Tracker & Wiki
#26493: Split crypto_ops library from a higher level library
--+--
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #26743| Points:
 Reviewer:|Sponsor:  Sponsor3-can
--+--
Changes (by nickm):

 * status:  assigned => new


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

  1   2   >