[tor-bugs] #10758 [Tor]: Stop serving version 2 directory information by default
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Jan 28 10:44:14 UTC 2014
#10758: Stop serving version 2 directory information by default
-----------------------------+--------------------------------
Reporter: karsten | Owner:
Type: enhancement | Status: needs_revision
Priority: normal | Milestone: Tor: 0.2.5.x-final
Component: Tor | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+--------------------------------
Changes (by arma):
* status: needs_review => needs_revision
Comment:
That patch will trigger this code for all non-authorities:
{{{
if (options->DisableV2DirectoryInfo_ && ! authdir_mode(options)) {
REJECT("DisableV2DirectoryInfo_ set, but we aren't an authority.");
}
}}}
so, please do not merge :)
Nick, what would you think about a more comprehensive patch that rips out
the v2 directory stuff? Is that an 0.2.5 thing or an 0.2.6 thing?
(Since there aren't that many authorities, I don't think it's so critical
to have an easily configurable "oops we'd better turn that on" option. If
for some reason we end up changing our mind down the road, we can get
patches to the directory authorities operators quickly enough.)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10758#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list