Disable GET /tor/bytes.txt and GETINFO dir-usage
commit11d52a449c61b24588c17688892e07fa395ffd0c
authorRoger Dingledine <arma@torproject.org>
Wed, 11 May 2016 19:31:48 +0000 (11 15:31 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 27 May 2016 15:15:21 +0000 (27 11:15 -0400)
treef8af0eaed1203f7a929b766b8985bf33eac20d98
parent48b7db35590afee77fb608b46328959e8a9b2d31
Disable GET /tor/bytes.txt and GETINFO dir-usage

Remove support for "GET /tor/bytes.txt" DirPort request, and
"GETINFO dir-usage" controller request, which were only available
via a compile-time option in Tor anyway.

Feature was added in 0.2.2.1-alpha. Resolves ticket 19035.
changes/task19035 [new file with mode: 0644]
configure.ac
src/or/circuitbuild.c
src/or/control.c
src/or/directory.c
src/or/or.h
src/test/test_dir_handle_get.c