]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove support for naming directory authorities
authorSebastian Hahn <sebastian@torproject.org>
Thu, 4 Sep 2014 21:16:51 +0000 (23:16 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2014 15:50:21 +0000 (11:50 -0400)
commit607724c696a6e1bb10c8a955dac38f0ea947ce34
tree126d7b64ea14a844b110c5e4b0ee9a0c848aaaa4
parent835672166255fd090a2fb92ccf48ec0cfd8779b7
Remove support for naming directory authorities

This implements the meat of #12899. This commit should simply remove the
parts of Tor dirauths used to check whether a relay was supposed to be
named or not, it doesn't yet convert to a new mechanism for
reject/invalid/baddir/badexiting relays.
changes/bug12899
doc/tor.1.txt
src/or/config.c
src/or/connection_or.c
src/or/dirserv.c
src/or/dirserv.h
src/or/dirvote.h
src/or/networkstatus.c
src/or/or.h
src/or/router.c
src/test/test_dir.c