Re: [tor-bugs] #22371 [Core Tor/Tor]: Always send AUTHDIR_NEWDESC events in response to new descriptors

2017-06-19 Thread Tor Bug Tracker & Wiki
#22371: Always send AUTHDIR_NEWDESC events in response to new descriptors
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.1.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.7.2-alpha
 Severity:  Normal   | Resolution:  wontfix
 Keywords:  030-backport-maybe, 029-backport-|  Actual Points:  0.2
  maybe, review-group-18 |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

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


Comment:

 Going to call this wontfix based on #22377 -- instead, we just kill off
 this event in 0.3.2.x.

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

Re: [tor-bugs] #22371 [Core Tor/Tor]: Always send AUTHDIR_NEWDESC events in response to new descriptors

2017-06-16 Thread Tor Bug Tracker & Wiki
#22371: Always send AUTHDIR_NEWDESC events in response to new descriptors
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.1.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.7.2-alpha
 Severity:  Normal   | Resolution:
 Keywords:  030-backport-maybe, 029-backport-|  Actual Points:  0.2
  maybe  |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * status:  new => needs_review


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

Re: [tor-bugs] #22371 [Core Tor/Tor]: Always send AUTHDIR_NEWDESC events in response to new descriptors

2017-05-24 Thread Tor Bug Tracker & Wiki
#22371: Always send AUTHDIR_NEWDESC events in response to new descriptors
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.1.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.7.2-alpha
 Severity:  Normal   | Resolution:
 Keywords:  030-backport-maybe, 029-backport-|  Actual Points:  0.2
  maybe  |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-

Comment (by arma):

 I don't object to fixing this one.

 But see also #22377 for the now-competing proposal. :)

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

Re: [tor-bugs] #22371 [Core Tor/Tor]: Always send AUTHDIR_NEWDESC events in response to new descriptors

2017-05-24 Thread Tor Bug Tracker & Wiki
#22371: Always send AUTHDIR_NEWDESC events in response to new descriptors
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.1.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.7.2-alpha
 Severity:  Normal   | Resolution:
 Keywords:  030-backport-maybe, 029-backport-|  Actual Points:  0.2
  maybe  |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-

Comment (by teor):

 (Oh, that branch includes the memory leak fix from #22370, because they
 are next to each other.)

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

Re: [tor-bugs] #22371 [Core Tor/Tor]: Always send AUTHDIR_NEWDESC events in response to new descriptors

2017-05-24 Thread Tor Bug Tracker & Wiki
#22371: Always send AUTHDIR_NEWDESC events in response to new descriptors
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.1.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.7.2-alpha
 Severity:  Normal   | Resolution:
 Keywords:  030-backport-maybe, 029-backport-|  Actual Points:  0.2
  maybe  |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-

Comment (by teor):

 Please see my branch bug22371-029.
 We might want to backport this to 0.2.9 because it's LTS, but for a
 rarely-used feature, I'm not sure.

 Opened #22372 to try to make sure we don't do this again.

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

[tor-bugs] #22371 [Core Tor/Tor]: Always send AUTHDIR_NEWDESC events in response to new descriptors

2017-05-24 Thread Tor Bug Tracker & Wiki
#22371: Always send AUTHDIR_NEWDESC events in response to new descriptors
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor: 0.3.1.x-final
Component:  Core |Version:  Tor: 0.2.7.2-alpha
  Tor/Tor|   Keywords:  030-backport-maybe, 029-backport-
 Severity:  Normal   |  maybe
Actual Points:  0.2  |  Parent ID:
   Points:  0.2  |   Reviewer:
  Sponsor:   |
-+-
 There are two cases where we don't send an AUTHDIR_NEWDESCS event:
 * when we reject a descriptor due to keypinning, and
 * when we drop a descriptor, but not due to cosmetic differences

 This is a bug on tor-0.2.0.1-alpha and tor-0.2.7.2-alpha.

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