meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

support null authentication for control port #174

Closed david415 closed 8 years ago

david415 commented 8 years ago

under certain circumstances it makes sense to not have authentication for the tor control port... such as when the only listener is a unix domain socket; the unix filesystem permissions should enough to project access to the socket file!

i will be submitting a pull request shortly.

meejah commented 8 years ago

175 was merged, thanks :)