Re: [tor-bugs] #17188 [Tor]: Tor should warn users when traveling backwards through time

2015-10-01 Thread Tor Bug Tracker & Wiki
#17188: Tor should warn users when traveling backwards through time
-+---
 Reporter:  hdevalence   |  Owner:
 Type:  enhancement  | Status:  needs_review
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  security, 028-triaged
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+---

Comment (by teor):

 Added a fixup commit to `warn-when-time-goes-backwards` on
 ​https://github.com/teor2345/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

[tor-bugs] #17197 [Tor]: Use CRLF for all text files written on Windows, accept either CRLF or LF on all platforms

2015-10-01 Thread Tor Bug Tracker & Wiki
#17197: Use CRLF for all text files written on Windows, accept either CRLF or 
LF on
all platforms
+
 Reporter:  teor|  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
 Keywords:  |  Actual Points:
Parent ID:  | Points:
  Sponsor:  |
+
 In #17501, stem becomes confused because some text files written on
 Windows use CRLF, and others use LF.

 We could use CRLF for all text files written on Windows, and accept either
 CRLF or LF on all platforms.

 Here is a list of files from DataDirectory with their line endings on
 Windows:
 {{{
 CRLF cached-certs
 CRLF cached-consensus
 LF   cached-descriptors
 LF   cached-descriptors.new
 CRLF cached-microdesc-consensus
 LF   cached-microdescs
 LF   cached-microdescs.new
 CRLF state
 }}}

 We might want to review all files written by tor, including those only
 written by hidden services and any other components.

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


Re: [tor-bugs] #17051 [Stem]: The binary reading on Windows platforms don't resolve the "0D0A"/"0A" problem.

2015-10-01 Thread Tor Bug Tracker & Wiki
#17051: The binary reading on Windows platforms don't resolve the "0D0A"/"0A"
problem.
-+
 Reporter:  TORques  |  Owner:  atagar
 Type:  defect   | Status:  closed
 Priority:  normal   |  Milestone:
Component:  Stem |Version:
   Resolution:  fixed|   Keywords:  descriptor
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+

Comment (by teor):

 See #17197 for fixing the line endings written by tor.

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


Re: [tor-bugs] #16966 [Tor]: Better solution for an HS client descriptor cache entry to expire

2015-10-01 Thread Tor Bug Tracker & Wiki
#16966: Better solution for an HS client descriptor cache entry to expire
-+
 Reporter:  dgoulet  |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:
   Points:  medium   |Sponsor:  SponsorR
-+
Changes (by dgoulet):

 * points:   => medium


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


Re: [tor-bugs] #11542 [Tor]: Add a new logging domain for transport proxies

2015-10-01 Thread Tor Bug Tracker & Wiki
#11542: Add a new logging domain for transport proxies
+-
 Reporter:  wfn |  Owner:  yawning
 Type:  defect  | Status:  assigned
 Priority:  minor   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-pt, 028-triaged
Actual Points:  |  Parent ID:
   Points:  small   |Sponsor:  SponsorT
+-
Changes (by yawning):

 * keywords:  tor-pt, TorCoreTeam201509 => tor-pt, 028-triaged
 * points:   => small
 * sponsor:   => SponsorT
 * milestone:  Tor: 0.2.??? => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #16846 [Tor]: Include sizeof(void *) in your extrainfo.

2015-10-01 Thread Tor Bug Tracker & Wiki
#16846: Include sizeof(void *) in your extrainfo.
-+-
 Reporter:  yawning  |  Owner:
 Type:   | Status:  new
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  normal   |Version:  Tor: unspecified
Component:  Tor  |   Keywords:  tor-core, extrainfo, metrics,
   Resolution:   |  lorax, 028-triage
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+-

Comment (by mikeperry):

 FWIW, this seems OK to gather in aggregate, but I am a bit nervous about
 exposing specific platform details in individual extra-info since that
 will aid in targeted attacks. For example, ASLR is significantly weaker on
 32 bit systems. Similarly, the attacker will know that things like ASAN
 could not have been used to build the Tor binary on a 32 bit system (and
 so has much less risk of an 0day being captured by a 32 bit relay
 operator).

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


Re: [tor-bugs] #16537 [Tor]: Allow onion services to publish voluntary usage stats

2015-10-01 Thread Tor Bug Tracker & Wiki
#16537: Allow onion services to publish voluntary usage stats
-+--
 Reporter:  arma |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:
   Points:   |Sponsor:  SponsorR
-+--
Changes (by dgoulet):

 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #15557 [Tor]: Improve relaunch logic for failed rendezvous circuits

2015-10-01 Thread Tor Bug Tracker & Wiki
#15557: Improve relaunch logic for failed rendezvous circuits
+
 Reporter:  asn |  Owner:
 Type:  defect  | Status:  new
 Priority:  minor   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:  #15463
   Points:  medium  |Sponsor:  SponsorR
+
Changes (by dgoulet):

 * priority:  normal => minor
 * points:   => medium
 * milestone:  Tor: 0.2.??? => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #15513 [Tor]: Investigate lifetime of IPs on Hidden Services

2015-10-01 Thread Tor Bug Tracker & Wiki
#15513: Investigate lifetime of IPs on Hidden Services
-+--
 Reporter:  donncha  |  Owner:
 Type:  task | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by teor):

 * type:  enhancement => task
 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #15017 [Tor]: Experiment: does BIO_f_buffer help performance with read/write syscalls?

2015-10-01 Thread Tor Bug Tracker & Wiki
#15017: Experiment: does BIO_f_buffer help performance with read/write syscalls?
--+--
 Reporter:  nickm |  Owner:
 Type:  enhancement   | Status:  assigned
 Priority:  normal|  Milestone:  Tor: 0.2.???
Component:  Tor   |Version:  Tor: 0.2.7
   Resolution:|   Keywords:
Actual Points:|  Parent ID:
   Points:  medium/large  |Sponsor:  SponsorR
--+--
Changes (by dgoulet):

 * keywords:  027-triaged-1-deferrable =>
 * type:  defect => enhancement
 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #15746 [Tor]: Add a torrc option to set the value of INTRODUCE2 cells seen before rotating an intro point

2015-10-01 Thread Tor Bug Tracker & Wiki
#15746: Add a torrc option to set the value of INTRODUCE2 cells seen before
rotating an intro point
-+
 Reporter:  dgoulet  |  Owner:
 Type:  defect   | Status:  closed
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:  wontfix  |   Keywords:  tor-hs
Actual Points:   |  Parent ID:  #15714
   Points:   |Sponsor:  SponsorR
-+
Changes (by asn):

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


Comment:

 Dev meeting triage: I think we are fine with the behavior introduced by
 #15746.

 Hence we are going to close this ticket.

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


Re: [tor-bugs] #15190 [Tor]: Is rend-spec's 'service-authentication' a thing?

2015-10-01 Thread Tor Bug Tracker & Wiki
#15190: Is rend-spec's 'service-authentication' a thing?
+
 Reporter:  atagar  |  Owner:
 Type:  defect  | Status:  assigned
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:  Tor: 0.2.7
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:
   Points:  small   |Sponsor:  SponsorR
+
Changes (by dgoulet):

 * priority:  major => normal
 * keywords:  027-triaged-1-in => tor-hs


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


Re: [tor-bugs] #16255 [Tor]: Guardfraction on dirauths screws up bandwidth weights

2015-10-01 Thread Tor Bug Tracker & Wiki
#16255: Guardfraction on dirauths screws up bandwidth weights
-+-
 Reporter:  asn  |  Owner:  asn
 Type:  defect   | Status:  needs_revision
 Priority:  major|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-dirauth, tor-guard,
Actual Points:   |  TorCoreTeam201509, 028-triage, 028-triaged
   Points:   |  Parent ID:
  medium/large   |Sponsor:
-+-
Changes (by nickm):

 * points:   => medium/large


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


Re: [tor-bugs] #15942 [Tor]: Make tor connection failures random-exponential-backoff

2015-10-01 Thread Tor Bug Tracker & Wiki
#15942: Make tor connection failures random-exponential-backoff
+--
 Reporter:  teor|  Owner:
 Type:  defect  | Status:  new
 Priority:  major   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  SponsorS, 028-triage
Actual Points:  |  Parent ID:  #15940
   Points:  medium  |Sponsor:  SponsorU
+--
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #10022 [Blog]: We need a new blogging system

2015-10-01 Thread Tor Bug Tracker & Wiki
#10022: We need a new blogging system
-+---
 Reporter:  phobos   |  Owner:
 Type:  project  | Status:  new
 Priority:  normal   |  Milestone:
Component:  Blog |Version:
   Resolution:   |   Keywords:  blog replacement upgrade www-team
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+---

Comment (by lunar):

 Given the amount of work that has already been done and how close we are
 to getting the new blog, I would *not* wait for the Tor Labs thing to be
 ready.

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


Re: [tor-bugs] #16646 [Tor]: Cannibalized intro point circuits are now 4 hops, instead of 3 (HS-side)

2015-10-01 Thread Tor Bug Tracker & Wiki
#16646: Cannibalized intro point circuits are now 4 hops, instead of 3 (HS-side)
+-
 Reporter:  asn |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:  Tor: 0.2.7
   Resolution:  |   Keywords:  tor-hs, performance
Actual Points:  |  Parent ID:
   Points:  small   |Sponsor:  SponsorR
+-
Changes (by dgoulet):

 * points:   => small
 * milestone:  Tor: 0.2.??? => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #13667 [Tor]: Prevent port scanning of hidden services

2015-10-01 Thread Tor Bug Tracker & Wiki
#13667: Prevent port scanning of hidden services
+--
 Reporter:  arma|  Owner:
 Type:  defect  | Status:  closed
 Priority:  major   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  fixed   |   Keywords:  tor-hs, 025-backport
Actual Points:  |  Parent ID:
   Points:  |Sponsor:  SponsorR
+--
Changes (by asn):

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


Comment:

 Replying to [comment:29 asn]:
 > I will reopen this for a bit, to decide whether we want to keep this
 feature in or not.
 > It was shortly discussed in the dev meeting that we might want to strip
 off this feature, so that jerks who port scan anyway don't cause extra
 damage to the network.
 >
 > This is on the SponsorR roadmap, so let's discuss this a bit over April.

 People don't seem to have strong opinions about this, and I'm personally
 OK with the current behavior.

 Feel free to reopen the ticket if you disagree.

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


Re: [tor-bugs] #15618 [Tor]: Tried to establish rendezvous on non-OR circuit with purpose Acting as rendevous (pending)

2015-10-01 Thread Tor Bug Tracker & Wiki
#15618: Tried to establish rendezvous on non-OR circuit with purpose Acting as
rendevous (pending)
+
 Reporter:  asn |  Owner:  dgoulet
 Type:  defect  | Status:  accepted
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:
   Points:  small   |Sponsor:  SponsorR
+
Changes (by dgoulet):

 * keywords:  tor-hs, TorCore201509, PostFreeze027 => tor-hs
 * points:   => small
 * milestone:  Tor: 0.2.7.x-final => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #15272 [Tor]: Think of more research questions that we can answer with statistics

2015-10-01 Thread Tor Bug Tracker & Wiki
#15272: Think of more research questions that we can answer with statistics
--+--
 Reporter:  asn   |  Owner:
 Type:  task  | Status:  assigned
 Priority:  major |  Milestone:  Tor: 0.2.???
Component:  Tor   |Version:  Tor: 0.2.7
   Resolution:|   Keywords:  research
Actual Points:|  Parent ID:
   Points:  medium/large  |Sponsor:  SponsorR
--+--
Changes (by dgoulet):

 * keywords:  027-triaged-1-in => research
 * points:  unclear => medium/large
 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #7532 [Tor]: Count unique IPs in an anonymous way

2015-10-01 Thread Tor Bug Tracker & Wiki
#7532: Count unique IPs in an anonymous way
+
 Reporter:  asn |  Owner:
 Type:  defect  | Status:  assigned
 Priority:  normal  |  Milestone:  Tor: 0.2.???
Component:  Tor |Version:  Tor: 0.2.7
   Resolution:  |   Keywords:  research, 027-triaged-1-in
Actual Points:  |  Parent ID:
   Points:  medium  |Sponsor:  SponsorR
+
Changes (by asn):

 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #16765 [Torsocks]: torsocks should allow UDP connections to localhost when AllowOutboundLocalhost is set

2015-10-01 Thread Tor Bug Tracker & Wiki
#16765: torsocks should allow UDP connections to localhost when
AllowOutboundLocalhost is set
-+--
 Reporter:  sajolida |  Owner:  dgoulet
 Type:  enhancement  | Status:  accepted
 Priority:  normal   |  Milestone:
Component:  Torsocks |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by dgoulet):

 * owner:  yawning => dgoulet
 * status:  new => accepted


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


Re: [tor-bugs] #1988 [Tor]: Add pupnp support to tor-fw-helper

2015-10-01 Thread Tor Bug Tracker & Wiki
#1988: Add pupnp support to tor-fw-helper
-+--
 Reporter:  ioerror  |  Owner:  ioerror
 Type:  enhancement  | Status:  closed
 Priority:  major|  Milestone:  Tor: unspecified
Component:  Tor  |Version:  Tor: unspecified
   Resolution:  wontfix  |   Keywords:  tor-fw-helper upnp tor-relay
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by yawning):

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


Comment:

 The C `tor-fw-helper` code is deprecated, and the replacement (written in
 Go) does not depend on 3rd party library code for uPnP or NAT-PCP support.

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


Re: [tor-bugs] #15463 [Tor]: Tor deals poorly with a very large number of incoming connection requests.

2015-10-01 Thread Tor Bug Tracker & Wiki
#15463: Tor deals poorly with a very large number of incoming connection 
requests.
-+---
 Reporter:  alberto  |  Owner:  yawning
 Type:  defect   | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:  Tor: 0.2.5.11
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:
   Points:   |Sponsor:  SponsorR
-+---
Changes (by dgoulet):

 * priority:  major => normal
 * keywords:  tor-hs, TorCoreTeam201509 => tor-hs
 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #1794 [Tor]: Finish support for AES_CTR acceleration on Solaris

2015-10-01 Thread Tor Bug Tracker & Wiki
#1794: Finish support for AES_CTR acceleration on Solaris
-+-
 Reporter:  nickm|  Owner:
 Type:  enhancement  | Status:  closed
 Priority:  normal   |  Milestone:  Tor: unspecified
Component:  Tor  |Version:
   Resolution:  wontfix  |   Keywords:  tor-relay solaris lorax
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+-
Changes (by yawning):

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


Comment:

 0.2.7.x and later *REQUIRE* OpenSSL versions that have working and
 accelerated AES support, probably even on Slowlaris.  Closing.

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


Re: [tor-bugs] #16682 [Tor]: Deploy TCP Fast Open at exits (and maybe inter-node?)

2015-10-01 Thread Tor Bug Tracker & Wiki
#16682: Deploy TCP Fast Open at exits (and maybe inter-node?)
-+--
 Reporter:  mikeperry|  Owner:
 Type:  enhancement  | Status:  reopened
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:  performance
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by teor):

 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #8453 [Tor]: Alter flag-weight balancing equations

2015-10-01 Thread Tor Bug Tracker & Wiki
#8453: Alter flag-weight balancing equations
-+-
 Reporter:   |  Owner:  mikeperry
  mikeperry  | Status:  new
 Type:   |  Milestone:  Tor: 0.2.8.x-final
  enhancement|Version:
 Priority:  normal   |   Keywords:  performance SponsorZ needs-proposal
Component:  Tor  |  tor-client mike-0.2.5 028-triage
   Resolution:   |  Parent ID:
Actual Points:   |Sponsor:
   Points:  large|
-+-
Changes (by mikeperry):

 * points:   => large


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


Re: [tor-bugs] #8453 [Tor]: Alter flag-weight balancing equations

2015-10-01 Thread Tor Bug Tracker & Wiki
#8453: Alter flag-weight balancing equations
-+-
 Reporter:   |  Owner:  mikeperry
  mikeperry  | Status:  new
 Type:   |  Milestone:  Tor: 0.2.8.x-final
  enhancement|Version:
 Priority:  normal   |   Keywords:  performance SponsorZ needs-proposal
Component:  Tor  |  tor-client mike-0.2.5 028-triage
   Resolution:   |  Parent ID:
Actual Points:   |Sponsor:
   Points:   |
-+-
Changes (by mikeperry):

 * milestone:  Tor: 0.2.??? => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #16455 [Tor]: not all get_consensus() relays are in get_server_descriptors()

2015-10-01 Thread Tor Bug Tracker & Wiki
#16455: not all get_consensus() relays are in get_server_descriptors()
-+-
 Reporter:   |  Owner:  atagar
  cypherpunks| Status:  reopened
 Type:  defect   |  Milestone:  Tor: 0.2.???
 Priority:  minor|Version:
Component:  Tor  |   Keywords:  get_consensus
   Resolution:   |  get_server_descriptors mismatch
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+-
Changes (by teor):

 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #15775 [Tor]: Add IPv4 Fallback Directory List to tor, active by default

2015-10-01 Thread Tor Bug Tracker & Wiki
#15775: Add IPv4 Fallback Directory List to tor, active by default
-+-
 Reporter:  teor |  Owner:  teor
 Type:   | Status:  needs_revision
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  major|Version:  Tor: 0.2.4.7-alpha
Component:  Tor  |   Keywords:  0.2.8.x-triage, tor-dist,
   Resolution:   |  027-triaged-1-in, DoS, SponsorU,
Actual Points:  20   |  TorCoreTeam201510, 028-triaged
   Points:   |  Parent ID:  #15228
  medium/large   |Sponsor:  SponsorU
-+-
Changes (by nickm):

 * points:   => medium/large


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


Re: [tor-bugs] #8897 [Tor]: Faster curve25519 implementation for ntor

2015-10-01 Thread Tor Bug Tracker & Wiki
#8897: Faster curve25519 implementation for ntor
-+-
 Reporter:  nickm|  Owner:  nickm
 Type:   | Status:  needs_revision
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  major|Version:
Component:  Tor  |   Keywords:  tor-relay, performance, ntor,
   Resolution:   |  026-triaged-0, 027-triaged-1-in
Actual Points:   |  Parent ID:  #9662
   Points:  large|Sponsor:
-+-
Changes (by nickm):

 * points:   => large


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


Re: [tor-bugs] #9476 [Tor]: Completely drop support for Tor 0.2.2.x

2015-10-01 Thread Tor Bug Tracker & Wiki
#9476: Completely drop support for Tor 0.2.2.x
-+-
 Reporter:  nickm|  Owner:
 Type:  task | Status:  assigned
 Priority:  major|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-relay, tor-auth, 026-triaged-1,
Actual Points:   |  unfrozen, 027-triaged-1-out
   Points:   |  Parent ID:  #15940
  medium/large   |Sponsor:
-+-
Changes (by nickm):

 * points:   => medium/large


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


Re: [tor-bugs] #15638 [Tor]: Document the minimum HeartbeatPeriod

2015-10-01 Thread Tor Bug Tracker & Wiki
#15638: Document the minimum HeartbeatPeriod
-+
 Reporter:  qbi  |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  minor|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:  Tor: 0.2.6.6
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+
Changes (by teor):

 * milestone:   => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #14013 [Tor]: base16_decode() API is inconsistent and error-prone

2015-10-01 Thread Tor Bug Tracker & Wiki
#14013: base16_decode() API is inconsistent and error-prone
+--
 Reporter:  nickm   |  Owner:
 Type:  defect  | Status:  new
 Priority:  major   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  024-backport 025-backport tor-client
Actual Points:  |  Parent ID:
   Points:  small   |Sponsor:
+--
Changes (by nickm):

 * points:   => small


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


Re: [tor-bugs] #7986 [Tor]: Lengthen the consensus validity interval

2015-10-01 Thread Tor Bug Tracker & Wiki
#7986: Lengthen the consensus validity interval
-+-
 Reporter:  nickm|  Owner:
 Type:   | Status:  needs_revision
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  major|Version:
Component:  Tor  |   Keywords:  tor-client, 026-triaged-0, nickm-
   Resolution:   |  patch, 027-triaged-1-out, 028-triaged
Actual Points:   |  Parent ID:  #2681
   Points:  medium   |Sponsor:
-+-
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #10969 [Tor]: Set of guard nodes can act as a linkability fingerprint

2015-10-01 Thread Tor Bug Tracker & Wiki
#10969: Set of guard nodes can act as a linkability fingerprint
-+-
 Reporter:  asn  |  Owner:
 Type:  task | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-client, tor-guards,
Actual Points:  large|  026-triaged-1, XKEYSCORE
   Points:   |  Parent ID:  #11480
 |Sponsor:
-+-
Changes (by mikeperry):

 * milestone:  Tor: 0.2.??? => Tor: 0.2.8.x-final
 * actualpoints:   => large


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


Re: [tor-bugs] #16585 [Tor]: Network activity from scheduler_run() creates multiple side channel information leaks

2015-10-01 Thread Tor Bug Tracker & Wiki
#16585: Network activity from scheduler_run() creates multiple side channel
information leaks
---+---
 Reporter:  starlight  |  Owner:
 Type:  defect | Status:  new
 Priority:  major  |  Milestone:  Tor: 0.2.7.x-final
Component:  Tor|Version:  Tor: 0.2.6.10
   Resolution: |   Keywords:  PostFreeze027, 028-triage
Actual Points: |  Parent ID:
   Points: |Sponsor:
---+---

Comment (by mikeperry):

 #9241 may help with the original side channel that starlight found here,
 especially if we can pre-build many more paths than we need (or schedule
 that on different threads).

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


Re: [tor-bugs] #16529 [Tor]: stable flag calculation

2015-10-01 Thread Tor Bug Tracker & Wiki
#16529: stable flag calculation
-+---
 Reporter:  cypherpunks  |  Owner:
 Type:  defect   | Status:  needs_information
 Priority:  minor|  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+---
Changes (by teor):

 * status:  new => needs_information
 * milestone:   => Tor: 0.2.???


Comment:

 From torspec/dir-spec.txt:

"Stable" -- A router is 'Stable' if it is active, and either its
 Weighted
MTBF is at least the median for known active routers or its Weighted
 MTBF
corresponds to at least 7 days. Routers are never called Stable if they
 are
running a version of Tor known to drop circuits stupidly.
 (0.1.1.10-alpha
through 0.1.1.16-rc are stupid this way.)

 To calculate weighted MTBF, compute the weighted mean of the
 lengths
 of all intervals when the router was observed to be up, weighting
 intervals by $\alpha^n$, where $n$ is the amount of time that has
 passed since the interval ended, and $\alpha$ is chosen so that
 measurements over approximately one month old no longer influence
 the
 weighted MTBF much.

 As far as I understand, the stable flag is awarded after 7 days or 'more
 stable than the median', whichever is less. Tor's definition of median is
 the low-median, and it uses the MTBF, so the actual threshold would be
 2023456 seconds.

 Given this definition, is getting the stable flag after 5 days still an
 issue?

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


Re: [tor-bugs] #15801 [Tor]: Relay with HSDir flag but no DirPort fail to respond to BEGIN_DIR

2015-10-01 Thread Tor Bug Tracker & Wiki
#15801: Relay with HSDir flag but no DirPort fail to respond to BEGIN_DIR
-+
 Reporter:  dgoulet  |  Owner:
 Type:  defect   | Status:  assigned
 Priority:  major|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:
   Points:  medium   |Sponsor:  SponsorR
-+
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #8742 [Tor]: Byte history leaks information about local usage/hidden services

2015-10-01 Thread Tor Bug Tracker & Wiki
#8742: Byte history leaks information about local usage/hidden services
-+-
 Reporter:   |  Owner:
  alphawolf  | Status:  closed
 Type:  defect   |  Milestone:  Tor: 0.2.8.x-final
 Priority:  major|Version:  Tor: 0.2.7
Component:  Tor  |   Keywords:  byte-history, stats, tor-hs,
   Resolution:  fixed|  privacy, tor-relay, 026-triaged-1,
Actual Points:   |  027-triaged-1-in, PostFreeze027
   Points:  medium   |  Parent ID:
 |Sponsor:  SponsorR
-+-
Changes (by asn):

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


Comment:

 Replying to [comment:12 asn]:
 > Replying to [comment:9 cypherpunks]:
 > > I've got the warning
 > >
 > > `Tor is currently configured as a relay and a hidden service. That's
 not very secure: you should probably run your hidden service in a separate
 Tor process, at least -- see https://trac.torproject.org/8742`
 > >
 > > while I'm running a hidden service ''and'' a bridge. Looks like a bug
 to me, since by bandwidth graphs are not public, thus not leaking anything
 useful.
 >
 > Bridge descriptors and extrainfos get published as well. There is a
 sanitization procedure which does not clean up the bandwidth info:
 https://collector.torproject.org/formats.html#bridge-descriptors
 >
 > In any case, this warning message seems well placed. Maybe we should
 turn it into a REJECT or that's a bit too harsh? Maybe we should phrase it
 better if we can?

 I think this ticket can be closed based on the above message.

 Please reopen if you disagree.

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


Re: [tor-bugs] #16702 [Tor]: Broken INTRODUCE2 cell on an intro circ bothers Tor

2015-10-01 Thread Tor Bug Tracker & Wiki
#16702: Broken INTRODUCE2 cell on an intro circ bothers Tor
+
 Reporter:  s7r |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:  Tor: 0.2.7.2-alpha
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:
   Points:  medium  |Sponsor:  SponsorR
+
Changes (by dgoulet):

 * cc: asn, dgoulet (removed)
 * points:   => medium


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


Re: [tor-bugs] #15255 [Tor]: Add an experimental hidden-service statistics option to torrc

2015-10-01 Thread Tor Bug Tracker & Wiki
#15255: Add an experimental hidden-service statistics option to torrc
-+--
 Reporter:  dgoulet  |  Owner:
 Type:  enhancement  | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:
   Points:   |Sponsor:  SponsorR
-+--
Changes (by dgoulet):

 * keywords:  tor-hs, stats, 027-triaged-1-out => tor-hs


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


Re: [tor-bugs] #14044 [Tor]: "Authdir is rejecting routers in this range." from 146.148.0.0/17

2015-10-01 Thread Tor Bug Tracker & Wiki
#14044: "Authdir is rejecting routers in this range." from 146.148.0.0/17
-+--
 Reporter:  tmpname0934  |  Owner:
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-auth
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by teor):

 * keywords:   => tor-auth


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


[tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #14013, #8278, #13158, #925

2015-10-01 Thread Tor Bug Tracker & Wiki
Batch modification to #14013, #8278, #13158, #925 by nickm:
milestone to Tor: 0.2.8.x-final

--
Tickets URL: 

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


Re: [tor-bugs] #13339 [Tor]: Merge GSoC project - Consensus Diffs

2015-10-01 Thread Tor Bug Tracker & Wiki
#13339: Merge GSoC project - Consensus Diffs
-+-
 Reporter:  mvdan|  Owner:  nickm
 Type:   | Status:  needs_revision
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  major|Version:  Tor: 0.2.7
Component:  Tor  |   Keywords:  gsoc, merge, tor-client, prop140,
   Resolution:   |  027-triaged-1-in, TorCoreTeam201509,
Actual Points:   |  028-triaged
   Points:  medium   |  Parent ID:
 |Sponsor:
-+-
Changes (by yawning):

 * cc: yawning (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] [Tor Bug Tracker & Wiki] Batch modify: #2555, #4862, #13151, #15816, #3523, #13211, #13212, #13214, #13222, #13223, #13738, #14843, #15017

2015-10-01 Thread Tor Bug Tracker & Wiki
Batch modification to #2555, #4862, #13151, #15816, #3523, #13211, #13212, 
#13214, #13222, #13223, #13738, #14843, #15017 by dgoulet:
keywords to SponsorR
sponsor to SponsorR

--
Tickets URL: 

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


Re: [tor-bugs] #15469 [Tor]: Remove data structure containing unique IP address sets

2015-10-01 Thread Tor Bug Tracker & Wiki
#15469: Remove data structure containing unique IP address sets
-+--
 Reporter:  karsten  |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  major|  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-relay, privacy, research
Actual Points:   |  Parent ID:  #7532
   Points:   |Sponsor:  SponsorR
-+--
Changes (by dgoulet):

 * keywords:  tor-relay, privacy => tor-relay, privacy, research
 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #14846 [Tor]: Controller: retrieve an HS descriptor of a service run by a user

2015-10-01 Thread Tor Bug Tracker & Wiki
#14846: Controller: retrieve an HS descriptor of a service run by a user
-+
 Reporter:  dgoulet  |  Owner:  donncha
 Type:  enhancement  | Status:  needs_review
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:  Tor: 0.2.7
   Resolution:   |   Keywords:  tor-hs
Actual Points:   |  Parent ID:  #3521
   Points:  small|Sponsor:  SponsorR
-+
Changes (by dgoulet):

 * keywords:
 tor-hs, controller, 027-triaged-1-in, SponsorS, TorCoreTeam201509,
 028-triaged
 => tor-hs
 * priority:  trivial => normal


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


Re: [tor-bugs] #13802 [Tor]: Add instrumentation to tor

2015-10-01 Thread Tor Bug Tracker & Wiki
#13802: Add instrumentation to tor
-+
 Reporter:  dgoulet  |  Owner:
 Type:  enhancement  | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:  #13792
   Points:  medium   |Sponsor:  SponsorR
-+
Changes (by dgoulet):

 * keywords:  027-triaged-1-deferrable =>
 * points:   => medium


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


Re: [tor-bugs] #3163 [Tor]: Document that Vidalia relies on the format of the 'tor --version' output

2015-10-01 Thread Tor Bug Tracker & Wiki
#3163: Document that Vidalia relies on the format of the 'tor --version' output
-+--
 Reporter:  arma |  Owner:
 Type:  task | Status:  closed
 Priority:  normal   |  Milestone:  Tor: unspecified
Component:  Tor  |Version:
   Resolution:  wontfix  |   Keywords:  tor-client
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by nickm):

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


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


Re: [tor-bugs] #17170 [Tor]: documenation for BandwidthRate etc should mention TCP/IP overhead not included

2015-10-01 Thread Tor Bug Tracker & Wiki
#17170: documenation for BandwidthRate etc should mention TCP/IP overhead not
included
-+
 Reporter:  starlight|  Owner:
 Type:  enhancement  | Status:  new
 Priority:  minor|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  docs
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+
Changes (by teor):

 * keywords:   => docs
 * milestone:   => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #4580 [Tor]: Some Tor clients go nuts requesting the consensus if there is no recent enough consensus

2015-10-01 Thread Tor Bug Tracker & Wiki
#4580: Some Tor clients go nuts requesting the consensus if there is no recent
enough consensus
--+-
 Reporter:  arma  |  Owner:
 Type:  defect| Status:  new
 Priority:  major |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor   |Version:  Tor: unspecified
   Resolution:|   Keywords:  tor-client 024-backport
Actual Points:|  Parent ID:
   Points:  medium/large  |Sponsor:
--+-
Changes (by nickm):

 * points:   => medium/large


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


Re: [tor-bugs] #5460 [Tor]: Write proposal(s) to evaluate circuit crypto authentication

2015-10-01 Thread Tor Bug Tracker & Wiki
#5460: Write proposal(s) to evaluate circuit crypto authentication
-+-
 Reporter:   |  Owner:  nickm
  mikeperry  | Status:  assigned
 Type:  defect   |  Milestone:  Tor: 0.2.8.x-final
 Priority:  major|Version:
Component:  Tor  |   Keywords:  needs-proposal, tor-client, path-
   Resolution:   |  bias, 027-triaged-1-out, 028-triage
Actual Points:   |  Parent ID:  #5456
   Points:  medium   |Sponsor:
-+-
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2015-10-01 Thread Tor Bug Tracker & Wiki
#9241: Abstract and decouple path selection from circuit construction
-+-
 Reporter:   |  Owner:
  mikeperry  | Status:  assigned
 Type:   |  Milestone:  Tor: 0.2.8.x-final
  enhancement|Version:  Tor: 0.2.7
 Priority:  normal   |   Keywords:  tor-client, mike-0.2.5,
Component:  Tor  |  027-triaged-1-in, 028-triaged
   Resolution:   |  Parent ID:  #9001
Actual Points:   |Sponsor:  SponsorU
   Points:  large|
-+-

Comment (by mikeperry):

 This may help with the original side channel issue found in #16585. We
 should keep that in mind when designing these data structures and code. If
 we're lucky, we may be able to have a set of different types of paths pre-
 made well before a circuit needs to be built.

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


Re: [tor-bugs] #16558 [Tor]: Dir auths should vote about Invalid like they do about BadExit

2015-10-01 Thread Tor Bug Tracker & Wiki
#16558: Dir auths should vote about Invalid like they do about BadExit
+
 Reporter:  arma|  Owner:
 Type:  defect  | Status:  new
 Priority:  major   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:  #16538
   Points:  small   |Sponsor:  SponsorR
+
Changes (by dgoulet):

 * priority:  normal => major
 * points:   => small


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


[tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #8374, #15434, #15458, #15582, #15661, #16023, #16056, #16065, #16070, #16161, #16420, #16645, #15521, #15543, #15975, #16103

2015-10-01 Thread Tor Bug Tracker & Wiki
Batch modification to #8374, #15434, #15458, #15582, #15661, #16023, #16056, 
#16065, #16070, #16161, #16420, #16645, #15521, #15543, #15975, #16103 by nickm:
milestone to Tor: 0.2.8.x-final

--
Tickets URL: 

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


Re: [tor-bugs] #13202 [Tor]: Figure out a way to deal with bridges missing PT arguments.

2015-10-01 Thread Tor Bug Tracker & Wiki
#13202: Figure out a way to deal with bridges missing PT arguments.
-+-
 Reporter:  yawning  |  Owner:
 Type:  defect   | Status:  closed
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:  Tor: unspecified
   Resolution:  wontfix  |   Keywords:  bridgedb-dist, scramblesuit,
Actual Points:   |  isis2014Q3Q4, isis2015Q1Q2, bridgedb-0.3.2
   Points:   |  Parent ID:
 |Sponsor:
-+-
Changes (by yawning):

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


Comment:

 Closing this, since we're on 0.2.7.x, and we haven't had issues with this
 recently. If we have a large swath of broken bridges, the operators will
 need to upgrade Tor...

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


Re: [tor-bugs] #15516 [Tor]: Consider dropping INTRODUCE2 cells when under load

2015-10-01 Thread Tor Bug Tracker & Wiki
#15516: Consider dropping INTRODUCE2 cells when under load
-+
 Reporter:  special  |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  major|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:  #15463
   Points:  medium   |Sponsor:  SponsorU
-+
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #7870 [Tor]: Retry on a new circuit for more reasons.

2015-10-01 Thread Tor Bug Tracker & Wiki
#7870: Retry on a new circuit for more reasons.
-+-
 Reporter:  arma |  Owner:
 Type:  defect   | Status:  needs_revision
 Priority:  major|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-client, 025-backport,
Actual Points:   |  026-triaged-0, nickm-patch, 028-triaged needs-
   Points:  medium   |  analysis
 |  Parent ID:
 |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-client, 025-backport, 026-triaged-0, nickm-patch,
 028-triaged =>
 tor-client, 025-backport, 026-triaged-0, nickm-patch, 028-triaged
 needs-analysis
 * points:   => medium


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


Re: [tor-bugs] #16765 [Torsocks]: torsocks should allow UDP connections to localhost when AllowOutboundLocalhost is set

2015-10-01 Thread Tor Bug Tracker & Wiki
#16765: torsocks should allow UDP connections to localhost when
AllowOutboundLocalhost is set
-+--
 Reporter:  sajolida |  Owner:  dgoulet
 Type:  enhancement  | Status:  accepted
 Priority:  normal   |  Milestone:
Component:  Torsocks |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by yawning):

 * cc: yawning (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] [Tor Bug Tracker & Wiki] Batch modify: #8018, #12456, #12891, #12892, #13258, #15221, #7174

2015-10-01 Thread Tor Bug Tracker & Wiki
Batch modification to #8018, #12456, #12891, #12892, #13258, #15221, #7174 by 
nickm:
milestone to Tor: 0.2.8.x-final

--
Tickets URL: 

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


Re: [tor-bugs] #16706 [Tor]: Too many connection_edge_process_relay_cell warnings

2015-10-01 Thread Tor Bug Tracker & Wiki
#16706: Too many connection_edge_process_relay_cell warnings
+--
 Reporter:  s7r |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:  Tor: 0.2.6.10
   Resolution:  |   Keywords:  tor-hs, 026-backport
Actual Points:  |  Parent ID:
   Points:  medium  |Sponsor:  SponsorR
+--
Changes (by dgoulet):

 * points:   => medium


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


Re: [tor-bugs] #16943 [Tor]: Implement prop250 (Random Number Generation During Tor Voting)

2015-10-01 Thread Tor Bug Tracker & Wiki
#16943: Implement prop250 (Random Number Generation During Tor Voting)
+
 Reporter:  asn |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:  #8244
   Points:  large   |Sponsor:  SponsorR
+
Changes (by dgoulet):

 * points:   => large


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


Re: [tor-bugs] #8106 [Tor]: Make .onion addresses harder to harvest by directory servers

2015-10-01 Thread Tor Bug Tracker & Wiki
#8106: Make .onion addresses harder to harvest by directory servers
-+-
 Reporter:  asn  |  Owner:
 Type:  defect   | Status:  assigned
 Priority:  major|  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:  SponsorZ, tor-hs, 026-triaged-1,
Actual Points:   |  027-triaged-1-out, 028-triaged
   Points:   |  Parent ID:  #12424
 |Sponsor:  SponsorR
-+-
Changes (by asn):

 * keywords:  SponsorZ, tor-hs, 026-triaged-1, 027-triaged-1-out =>
 SponsorZ, tor-hs, 026-triaged-1, 027-triaged-1-out, 028-triaged
 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #9957 [Tor]: Tor should consider stderr output of transport proxies

2015-10-01 Thread Tor Bug Tracker & Wiki
#9957: Tor should consider stderr output of transport proxies
-+-
 Reporter:  wfn  |  Owner:  yawning
 Type:   | Status:  assigned
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  trivial  |Version:  Tor: unspecified
Component:  Tor  |   Keywords:  tor-pt, 026-deferrable,
   Resolution:   |  026-triaged-1, 027-triaged-1-in,
Actual Points:   |  TorCoreTeam201509, 028-triaged
   Points:  small|  Parent ID:
 |Sponsor:  SponsorS
-+-
Changes (by yawning):

 * keywords:
 tor-pt, 026-deferrable, 026-triaged-1, 027-triaged-1-in,
 TorCoreTeam201509
 =>
 tor-pt, 026-deferrable, 026-triaged-1, 027-triaged-1-in,
 TorCoreTeam201509, 028-triaged
 * version:  Tor: 0.2.7 => Tor: unspecified
 * type:  defect => enhancement


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


Re: [tor-bugs] #15938 [Tor]: HS descriptor cache leaks timing information to local users

2015-10-01 Thread Tor Bug Tracker & Wiki
#15938: HS descriptor cache leaks timing information to local users
+--
 Reporter:  teor|  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.???
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:
   Points:  |Sponsor:  SponsorR
+--
Changes (by dgoulet):

 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #15744 [Tor]: Is 16384 introductions a sane limit for IP rotation?

2015-10-01 Thread Tor Bug Tracker & Wiki
#15744: Is 16384 introductions a sane limit for IP rotation?
-+
 Reporter:  dgoulet  |  Owner:
 Type:  defect   | Status:  closed
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:  fixed|   Keywords:  tor-hs
Actual Points:   |  Parent ID:  #15714
   Points:   |Sponsor:  SponsorR
-+
Changes (by asn):

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


Comment:

 Based on the research here, it seems that the number 16384 accomodates
 most hidden services, but there definitely are some hidden services that
 go above that limit.

 With #15745 we increased the limit to a random number between 16384 and
 2*16384. This should be fine for now (tm).

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


Re: [tor-bugs] #9662 [Tor]: Make ntor handshake faster

2015-10-01 Thread Tor Bug Tracker & Wiki
#9662: Make ntor handshake faster
-+-
 Reporter:  nickm|  Owner:  yawning
 Type:  defect   | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-relay, performance, ntor,
Actual Points:   |  027-triaged-1-in
   Points:   |  Parent ID:  #9657
 |Sponsor:  SponsorU
-+-
Changes (by nickm):

 * owner:   => yawning
 * sponsor:   => SponsorU
 * milestone:  Tor: 0.2.??? => Tor: 0.2.8.x-final


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


Re: [tor-bugs] #15714 [Tor]: Don't always ditch intro point after 16384 introductions

2015-10-01 Thread Tor Bug Tracker & Wiki
#15714: Don't always ditch intro point after 16384 introductions
+
 Reporter:  asn |  Owner:
 Type:  defect  | Status:  closed
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  fixed   |   Keywords:  tor-hs
Actual Points:  |  Parent ID:
   Points:  |Sponsor:  SponsorR
+
Changes (by asn):

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


Comment:

 All child tickets closed and I think we are happy with the current state
 of this feature.
 Closing.

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


Re: [tor-bugs] #4998 [Tor]: MyFamily as a list

2015-10-01 Thread Tor Bug Tracker & Wiki
#4998: MyFamily as a list
+-
 Reporter:  weasel  |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: unspecified
Component:  Tor |Version:  Tor: 0.2.3.11-alpha
   Resolution:  |   Keywords:  tor-relay lorax
Actual Points:  |  Parent ID:  #15060
   Points:  |Sponsor:
+-
Changes (by nickm):

 * keywords:  tor-relay => tor-relay lorax


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


Re: [tor-bugs] #8106 [Tor]: Make .onion addresses harder to harvest by directory servers

2015-10-01 Thread Tor Bug Tracker & Wiki
#8106: Make .onion addresses harder to harvest by directory servers
+--
 Reporter:  asn |  Owner:
 Type:  defect  | Status:  assigned
 Priority:  major   |  Milestone:  Tor: 0.2.???
Component:  Tor |Version:
   Resolution:  |   Keywords:  tor-hs
Actual Points:  |  Parent ID:  #12424
   Points:  |Sponsor:  SponsorR
+--
Changes (by dgoulet):

 * keywords:  SponsorZ, tor-hs, 026-triaged-1, 027-triaged-1-out,
 028-triaged => tor-hs


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


Re: [tor-bugs] #4185 [Tor]: Bridge easily detected by GFW

2015-10-01 Thread Tor Bug Tracker & Wiki
#4185: Bridge easily detected by GFW
--+
 Reporter:  hrimfaxi  |  Owner:
 Type:  defect| Status:  closed
 Priority:  normal|  Milestone:  Tor: unspecified
Component:  Tor   |Version:  Tor: 0.2.3.5-alpha
   Resolution:|   Keywords:  blocking needs-proposal tor-bridge
  worksforme  |  Parent ID:
Actual Points:|Sponsor:
   Points:|
--+
Changes (by nickm):

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


Comment:

 Pluggable transports and domain fronting seem to be working okay these
 days for now.

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


Re: [tor-bugs] #4537 [Tor]: Make tor26 not v1 dir auth anymore?

2015-10-01 Thread Tor Bug Tracker & Wiki
#4537: Make tor26 not v1 dir auth anymore?
+--
 Reporter:  arma|  Owner:
 Type:  defect  | Status:  closed
 Priority:  normal  |  Milestone:  Tor: unspecified
Component:  Tor |Version:
   Resolution:  fixed   |   Keywords:  tor-auth
Actual Points:  |  Parent ID:
   Points:  |Sponsor:
+--
Changes (by weasel):

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


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


Re: [tor-bugs] #11151 [Tor]: Drop support for 0.2.2 clients

2015-10-01 Thread Tor Bug Tracker & Wiki
#11151: Drop support for 0.2.2 clients
-+-
 Reporter:  nickm|  Owner:
 Type:  defect   | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-relay, 026-triaged-1,
Actual Points:   |  027-triaged-1-out
   Points:  medium   |  Parent ID:  #9476
 |Sponsor:
-+-
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #12377 [Tor]: get_interface_address6() behaviour iff all interface addresses are internal

2015-10-01 Thread Tor Bug Tracker & Wiki
#12377: get_interface_address6() behaviour iff all interface addresses are 
internal
-+-
 Reporter:  rl1987   |  Owner:
 Type:  defect   | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:  Tor: unspecified
   Resolution:   |   Keywords:  tor-relay, 026-triaged-1,
Actual Points:   |  026-deferrable, 027-triaged-1-out
   Points:  small|  Parent ID:
 |Sponsor:
-+-
Changes (by nickm):

 * points:   => small


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


Re: [tor-bugs] #10969 [Tor]: Set of guard nodes can act as a linkability fingerprint

2015-10-01 Thread Tor Bug Tracker & Wiki
#10969: Set of guard nodes can act as a linkability fingerprint
-+-
 Reporter:  asn  |  Owner:  mikeperry
 Type:  task | Status:  assigned
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-client, tor-guards,
Actual Points:   |  026-triaged-1, XKEYSCORE
   Points:  large|  Parent ID:  #11480
 |Sponsor:
-+-
Changes (by nickm):

 * points:   => large
 * actualpoints:  large =>


--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #17200 [Tor Sysadmin Team]: New VM for corporate git

2015-10-01 Thread Tor Bug Tracker & Wiki
#17200: New VM for corporate git
---+-
 Reporter:  nickm  |  Owner:
 Type:  task   | Status:  new
 Priority:  normal |  Milestone:
Component:  Tor Sysadmin Team  |Version:
 Keywords: |  Actual Points:
Parent ID: | Points:
  Sponsor: |
---+-
 It's time to retire the corporate SVN repo and make a corporate Git repo.
 This won't need a lot of RAM, but it will need plenty of disk.

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


Re: [tor-bugs] #16303 [Tor]: Tor options to disable Network Connections to Authorities, IPv4, IPv6

2015-10-01 Thread Tor Bug Tracker & Wiki
#16303: Tor options to disable Network Connections to Authorities, IPv4, IPv6
--+--
 Reporter:  teor  |  Owner:
 Type:  enhancement   | Status:  new
 Priority:  normal|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor   |Version:
   Resolution:|   Keywords:  tor-test, 028-triage
Actual Points:|  Parent ID:
   Points:  small/medium  |Sponsor:  SponsorS
--+--
Changes (by nickm):

 * keywords:  tor-test, 028-triage SponsorS => tor-test, 028-triage
 * sponsor:   => SponsorS


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


Re: [tor-bugs] #16420 [Tor]: Hide number of tor clients running on a shared network

2015-10-01 Thread Tor Bug Tracker & Wiki
#16420: Hide number of tor clients running on a shared network
-+
 Reporter:  Warr1024 |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:  large|Sponsor:
-+
Changes (by nickm):

 * points:   => large


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


Re: [tor-bugs] #16382 [Tor]: man page has misleading info about the min bw rate

2015-10-01 Thread Tor Bug Tracker & Wiki
#16382: man page has misleading info about the min bw rate
-+-
 Reporter:  mrphs|  Owner:
 Type:  defect   | Status:  needs_revision
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  man, page, documentation,
Actual Points:   |  028-triaged
   Points:  small|  Parent ID:
 |Sponsor:
-+-
Changes (by nickm):

 * points:   => small


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


Re: [tor-bugs] #16081 [Tor]: Document status code consistency for multiple lines in a single reply

2015-10-01 Thread Tor Bug Tracker & Wiki
#16081: Document status code consistency for multiple lines in a single reply
-+--
 Reporter:  solatis  |  Owner:  atagar
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-spec, 028-triage
Actual Points:   |  Parent ID:
   Points:  small|Sponsor:  SponsorS
-+--
Changes (by nickm):

 * points:   => small
 * sponsor:   => SponsorS


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


Re: [tor-bugs] #16065 [Tor]: manual page is not clear about ExitPolicy accept *:port, affecting IPv4 and IPv6?

2015-10-01 Thread Tor Bug Tracker & Wiki
#16065: manual page is not clear about ExitPolicy accept *:port, affecting IPv4 
and
IPv6?
-+
 Reporter:  cypherpunks  |  Owner:
 Type:  defect   | Status:  new
 Priority:  major|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:  small|Sponsor:
-+
Changes (by nickm):

 * priority:  normal => major
 * points:   => small


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


Re: [tor-bugs] #16227 [Tor]: Document which descriptor lines can have extra fields.

2015-10-01 Thread Tor Bug Tracker & Wiki
#16227: Document which descriptor lines can have extra fields.
--+
 Reporter:  atagar|  Owner:
 Type:  defect| Status:  new
 Priority:  major |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor   |Version:
   Resolution:|   Keywords:  028-triage
Actual Points:|  Parent ID:
   Points:  small/medium  |Sponsor:
--+
Changes (by nickm):

 * priority:  normal => major
 * points:   => small/medium


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


Re: [tor-bugs] #16161 [Tor]: Tor dies on reload when swichting to 'DisableNetwork 0' when using 'DnsPort 127.0.0.1:53'

2015-10-01 Thread Tor Bug Tracker & Wiki
#16161: Tor dies on reload when swichting to 'DisableNetwork 0' when using 
'DnsPort
127.0.0.1:53'
+---
 Reporter:  proper  |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.???
Component:  Tor |Version:  Tor: 0.2.5.12
   Resolution:  |   Keywords:
Actual Points:  |  Parent ID:
   Points:  |Sponsor:
+---
Changes (by nickm):

 * milestone:  Tor: 0.2.8.x-final => Tor: 0.2.???


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


Re: [tor-bugs] #17147 [Tor]: long-running client path-selection not seeing some (fast) exit nodes

2015-10-01 Thread Tor Bug Tracker & Wiki
#17147: long-running client path-selection not seeing some (fast) exit nodes
---+---
 Reporter:  starlight  |  Owner:
 Type:  defect | Status:  needs_information
 Priority:  normal |  Milestone:  Tor: 0.2.???
Component:  Tor|Version:  Tor: 0.2.6.10
   Resolution: |   Keywords:
Actual Points: |  Parent ID:
   Points: |Sponsor:
---+---

Comment (by starlight):

 >What is EntryNodes set to?

 Not willing to reveal my guard.  Is a single high-quality, long-running
 guard running 0.2.6.10.

 >Is StrictNodes set?

 No, but don't have ExcludeNodes set so what difference would it make?

 Issue is that for days a new high-weight exit was not selected by the
 normal routing algorithm and the new exit was refused as a choice when an
 attempt was made to force it.

 Should have traced this when it happened but it so surprised me I didn't
 think of it.  Have a script to enable debug tracing for the next time I
 see it, but I turned UseMicrodescriptors back on since its misbehavior
 bothers me less than this issue.  Can put back UseMicrodescriptors 0 and
 try to reproduce with debug tracing if desired.

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


Re: [tor-bugs] #17107 [Tor]: dir auths should not include more than one (running, valid) relay per IP:port in their vote

2015-10-01 Thread Tor Bug Tracker & Wiki
#17107: dir auths should not include more than one (running,valid) relay per
IP:port in their vote
-+
 Reporter:  cypherpunks  |  Owner:
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:  Tor: unspecified
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:  small|Sponsor:
-+
Changes (by teor):

 * milestone:   => Tor: 0.2.8.x-final
 * version:   => Tor: unspecified
 * points:   => small


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


Re: [tor-bugs] #8374 [Tor]: Ship list of fallback directory mirrors on long-term fixed IPv6 addresses

2015-10-01 Thread Tor Bug Tracker & Wiki
#8374: Ship list of fallback directory mirrors on long-term fixed IPv6 addresses
-+
 Reporter:  karsten  |  Owner:  karsten
 Type:  enhancement  | Status:  accepted
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  needs-triage
Actual Points:   |  Parent ID:  #15228
   Points:  medium   |Sponsor:
-+
Changes (by nickm):

 * points:   => medium


--
Ticket URL: 
Tor Bug Tracker & Wiki 
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] #17199 [Tor]: Implement non-adaptive padding negotiation primitives

2015-10-01 Thread Tor Bug Tracker & Wiki
#17199: Implement non-adaptive padding negotiation primitives
-+
 Reporter:  mikeperry|  Owner:  mikeperry
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
 Keywords:  028-triage   |  Actual Points:
Parent ID:  #16861   | Points:  large
  Sponsor:   |
-+
 This ticket is to cover the pieces of proposal 254
 (https://gitweb.torproject.org/torspec.git/tree/proposals/254-padding-
 negotiation.txt) other than the adaptive padding state machine (#7028).

 These will be needed for netflow padding (#16861) and hidden service
 circuit setup fingerprinting.

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


Re: [tor-bugs] #11150 [Tor]: Remove client code for connecting to and using 0.2.2 servers

2015-10-01 Thread Tor Bug Tracker & Wiki
#11150: Remove client code for connecting to and using 0.2.2 servers
-+-
 Reporter:  nickm|  Owner:  TvdW
 Type:  defect   | Status:  needs_review
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-client, 026-triaged-1,
Actual Points:   |  027-triaged-1-out, 028-triaged
   Points:  small|  Parent ID:  #9476
 |Sponsor:
-+-
Changes (by nickm):

 * points:   => small


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


Re: [tor-bugs] #16861 [Tor]: Pad Tor connections to collapse netflow records

2015-10-01 Thread Tor Bug Tracker & Wiki
#16861: Pad Tor connections to collapse netflow records
-+-
 Reporter:  mikeperry|  Owner:  mikeperry
 Type:  enhancement  | Status:  needs_revision
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  028-triage, 028-triaged
Actual Points:   |  Parent ID:
   Points:  medium   |Sponsor:
-+-
Changes (by mikeperry):

 * points:   => medium


Comment:

 The remaining work on this is probably medium, not counting #17199.

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


Re: [tor-bugs] #10186 [Tor]: Backtrace support for windows

2015-10-01 Thread Tor Bug Tracker & Wiki
#10186: Backtrace support for windows
-+-
 Reporter:  nickm|  Owner:
 Type:   | Status:  assigned
  enhancement|  Milestone:  Tor: 0.2.8.x-final
 Priority:  normal   |Version:
Component:  Tor  |   Keywords:  tor-client, windows, 026-triaged-1,
   Resolution:   |  026-deferrable, 027-triaged-1-out
Actual Points:   |  Parent ID:
   Points:  medium   |Sponsor:  SponsorS
-+-
Changes (by nickm):

 * points:   => medium


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


Re: [tor-bugs] #8625 [Tor]: Do not call networkstatus_reset_download_failures() hourly

2015-10-01 Thread Tor Bug Tracker & Wiki
#8625: Do not call networkstatus_reset_download_failures() hourly
-+-
 Reporter:  nickm|  Owner:
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  tor-client 025-backport
Actual Points:   |  026-triaged-1 026-deferrable
   Points:  large|  Parent ID:
 |Sponsor:
-+-
Changes (by nickm):

 * points:   => large


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


Re: [tor-bugs] #17127 [Tor]: Fix and re-enable --master-key option and possibly --out (for keys)

2015-10-01 Thread Tor Bug Tracker & Wiki
#17127: Fix and re-enable --master-key option and possibly --out (for keys)
--+
 Reporter:  nickm |  Owner:
 Type:  enhancement   | Status:  new
 Priority:  normal|  Milestone:  Tor: 0.2.8.x-final
Component:  Tor   |Version:
   Resolution:|   Keywords:  028-triaged
Actual Points:|  Parent ID:
   Points:  small/medium  |Sponsor:  SponsorU
--+
Changes (by nickm):

 * points:   => small/medium


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


Re: [tor-bugs] #16821 [Tor]: additional /var/run/tor/log default log

2015-10-01 Thread Tor Bug Tracker & Wiki
#16821: additional /var/run/tor/log default log
-+--
 Reporter:  proper   |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.???
Component:  Tor  |Version:
   Resolution:   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+--
Changes (by teor):

 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #12538 [Tor]: Make all relays automatically be dir caches

2015-10-01 Thread Tor Bug Tracker & Wiki
#12538: Make all relays automatically be dir caches
-+-
 Reporter:   |  Owner:
  cypherpunks| Status:  needs_review
 Type:  task |  Milestone:  Tor: 0.2.8.x-final
 Priority:  normal   |Version:  Tor: unspecified
Component:  Tor  |   Keywords:  tor-guard, tor-relay, prop237,
   Resolution:   |  026-triaged-1, sebastian-review,
Actual Points:   |  027-triaged-1-out, 028-triage, 028-triaged
   Points:   |  Parent ID:
  medium/large   |Sponsor:
-+-
Changes (by mikeperry):

 * cc: mikeperry (added)


Comment:

 If this stalls out due to needing more changes after review and sysrqb is
 unavailable, I can pick this up. I want to solve #10969, and I think it
 will depend on this.

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


[tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #17074, #17075, #17076, #17077, #17078, #17079, #17080, #17081, #17082, #17084, #17085

2015-10-01 Thread Tor Bug Tracker & Wiki
Batch modification to #17074, #17075, #17076, #17077, #17078, #17079, #17080, 
#17081, #17082, #17084, #17085 by nickm:
points to small

Comment:
mark these testing tickets in needs_review as 'small work remaining'

--
Tickets URL: 

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


Re: [tor-bugs] #16120 [Tor]: Detect if the network goes down

2015-10-01 Thread Tor Bug Tracker & Wiki
#16120: Detect if the network goes down
-+
 Reporter:  dgoulet  |  Owner:
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  network
Actual Points:   |  Parent ID:
   Points:  large|Sponsor:  SponsorU SponsorR
-+
Changes (by dgoulet):

 * points:   => large
 * sponsor:  SponsorU? => SponsorU SponsorR


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


Re: [tor-bugs] #16782 [Tor]: systemd unit file is not compatible with the AppArmorProfile= directive

2015-10-01 Thread Tor Bug Tracker & Wiki
#16782: systemd unit file is not compatible with the AppArmorProfile= directive
---+---
 Reporter:  intrigeri  |  Owner:
 Type:  defect | Status:  new
 Priority:  normal |  Milestone:  Tor: 0.2.???
Component:  Tor|Version:
   Resolution: |   Keywords:  systemd, apparmor
Actual Points: |  Parent ID:
   Points: |Sponsor:
---+---
Changes (by teor):

 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #16803 [Tor]: Unit tests for sandbox failures

2015-10-01 Thread Tor Bug Tracker & Wiki
#16803: Unit tests for sandbox failures
-+-
 Reporter:  nickm|  Owner:
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor  |Version:
   Resolution:   |   Keywords:  testing, 028-triage
Actual Points:   |  Parent ID:
   Points:  small|Sponsor:  SponsorS
-+-
Changes (by nickm):

 * points:   => small


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


Re: [tor-bugs] #15883 [Tor]: Redesign/Rewrite the BridgeAuthority

2015-10-01 Thread Tor Bug Tracker & Wiki
#15883: Redesign/Rewrite the BridgeAuthority
-+-
 Reporter:  isis |  Owner:
 Type:   | Status:  new
  enhancement|  Milestone:  Tor: 0.2.???
 Priority:  normal   |Version:
Component:  Tor  |   Keywords:  tor-bridge, bridgeauth, bridge-
   Resolution:   |  descriptors, bridgedb-parsers
Actual Points:   |  Parent ID:
   Points:   |Sponsor:
-+-
Changes (by teor):

 * milestone:   => Tor: 0.2.???


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


Re: [tor-bugs] #16801 [Tor]: Increase torgzip coverage as high as possible

2015-10-01 Thread Tor Bug Tracker & Wiki
#16801: Increase torgzip coverage as high as possible
+-
 Reporter:  nickm   |  Owner:
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  Tor: 0.2.8.x-final
Component:  Tor |Version:
   Resolution:  |   Keywords:  testing, 028-triage
Actual Points:  |  Parent ID:  #16791
   Points:  small   |Sponsor:  SponsorS
+-
Changes (by nickm):

 * points:   => small


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


  1   2   3   4   >