[tor-bugs] #14184 [Tor]: Control port command "getinfo entry-guards" return all guards with the "up" state

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 28 16:23:36 UTC 2015


#14184: Control port command "getinfo entry-guards" return all guards with the "up"
state
-------------------------+-----------------------------------
     Reporter:  dgoulet  |      Owner:
         Type:  defect   |     Status:  needs_review
     Priority:  normal   |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor      |    Version:  Tor: 0.2.5.10
   Resolution:           |   Keywords:  tor-client controller
Actual Points:           |  Parent ID:
       Points:           |
-------------------------+-----------------------------------

Comment (by atagar):

 Just quick food for thought that this will limit you a bit in adding
 additional fields. When you look at parsing...

 {{{
 $0C9B3C686421C5A8C20BAA0D7369CD929F43A174 unusable 2015-01-23 16:41:42
 }}}

 ... verses...

 {{{
 $E3F98C86C9E01138DD8EA06B1E660A0CDB4B2782~Finisterre up
 }}}

 The first has four space separated entries and the later two. This is fine
 for now but it means that if we want to add a new field to the end in the
 future...

 {{{
 $0C9B3C686421C5A8C20BAA0D7369CD929F43A174 unusable 2015-01-23 16:41:42
 stegosaurus
 $E3F98C86C9E01138DD8EA06B1E660A0CDB4B2782~Finisterre up triceratops
 }}}

 ... parsers will have a hassle with this optional date.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14184#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list