Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2020-02-20 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  042-backport-maybe, consider-|  implemented
  backport-immediately, 043-can  |  Actual Points:  0
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
-+-
Changes (by nickm):

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


Comment:

 I've opened #33398 to address the situation with `non-builtin`

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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2020-01-15 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:  0
  -backport-maybe, consider-backport-|
  immediately 043-can|
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
 |  Sponsor31-can
-+-
Changes (by nickm):

 * keywords:
 network-team-roadmap-november, 042-backport-maybe, consider-backport-
 immediately
 =>
 network-team-roadmap-november, 042-backport-maybe, consider-backport-
 immediately 043-can


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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2020-01-14 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:  0
  -backport-maybe, consider-backport-|
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
 |  Sponsor31-can
-+-
Changes (by teor):

 * status:  reopened => needs_revision


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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2020-01-14 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:  0
  -backport-maybe, consider-backport-|
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
 |  Sponsor31-can
-+-

Comment (by teor):

 I checked master, 0.4.2, and 0.4.1, and they all behave the same. So this
 might not even be a regression. (It's hard to tell without a counter-
 example.)

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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2020-01-14 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:  0
  -backport-maybe, consider-backport-|
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
 |  Sponsor31-can
-+-
Changes (by teor):

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


Comment:

 Replying to [comment:1 nickm]:
 > Possible documentation in `ticket32467` with PR at
 https://github.com/torproject/tor/pull/1532.
 >
 > I kinda forgot what `non-builtin` did, so I had to look at the code.

 As far as I can tell, `non-builtin` and `short` are now synonyms.

 Because when `non-builtin` passes `config_dump(..., /* default_options */
 NULL, ...)`, `config_dump()` replaces `NULL` with a newly-allocated copy
 of the default options. Instead, it should replace them with a zeroed-out
 copy.

 Can you give a command-line where `non-builtin` and `short` differ?

 Here's what I tried:
 {{{
 tor --dump-config short
 tor --dump-config non-builtin
 tor --dump-config short SOCKSPort 0
 tor --dump-config non-builtin SOCKSPort 0
 tor --dump-config short SOCKSPort 1
 tor --dump-config non-builtin SOCKSPort 1
 }}}

 (Also string-based options like Nickname and ContactInfo.)

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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2019-11-12 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  implemented
  -backport-maybe, consider-backport-|  Actual Points:  0
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
 |  Sponsor31-can
-+-
Changes (by nickm):

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


Comment:

 Okay, merged to master.  Teor, please reopen if you'd like this to say
 more?

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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2019-11-12 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  merge_ready
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:  0
  -backport-maybe, consider-backport-|
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:  ahf  |Sponsor:
 |  Sponsor31-can
-+-
Changes (by ahf):

 * status:  needs_review => merge_ready
 * reviewer:   => ahf


Comment:

 Looks good to me.

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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2019-11-12 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:  0
  -backport-maybe, consider-backport-|
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:   |Sponsor:
 |  Sponsor31-can
-+-
Changes (by nickm):

 * status:  assigned => needs_review
 * actualpoints:   => 0


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

Re: [tor-bugs] #32467 [Core Tor/Tor]: Document tor's --dump-config command in the man page

2019-11-12 Thread Tor Bug Tracker & Wiki
#32467: Document tor's --dump-config command in the man page
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november, 042   |  Actual Points:
  -backport-maybe, consider-backport-|
  immediately|
Parent ID:  #29211   | Points:  0.1
 Reviewer:   |Sponsor:
 |  Sponsor31-can
-+-

Comment (by nickm):

 Possible documentation in `ticket32467` with PR at
 https://github.com/torproject/tor/pull/1532.

 I kinda forgot what `non-builtin` did, so I had to look at the code.

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