diff options
author | Roger Dingledine <arma@torproject.org> | 2011-04-11 16:51:10 -0400 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-11-16 18:14:03 +0100 |
commit | 67650a869db43f90aa8aa4b7a605afa99ddbd557 (patch) | |
tree | aef33b836a2a23c1301d0606b90b3ee6984c3bb2 /changes | |
parent | c4a4ac7de6d32482fad36ce5af9b1e932cd506cb (diff) | |
download | tor-67650a869db43f90aa8aa4b7a605afa99ddbd557.tar.gz tor-67650a869db43f90aa8aa4b7a605afa99ddbd557.zip |
allow manual control port authenticate via netcat
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2893 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2893 b/changes/bug2893 new file mode 100644 index 0000000000..f6d235cf53 --- /dev/null +++ b/changes/bug2893 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Allow manual 'authenticate' commands to the controller interface + from nc as well as telnet. We were rejecting them because they + didn't come with the expected whitespace at the end of the command. + Bugfix on 0.1.1.1-alpha; fixes bug 2893. |