diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-21 13:02:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-21 13:02:25 -0400 |
commit | 71bd10097677cd035bd97a6c36b85d07fdbafb62 (patch) | |
tree | c721e0bbe724ae462e46b7c44ab094c7d4fcdccb /changes | |
parent | 17d368281ad374908fb019e29f3f012659be010c (diff) | |
download | tor-71bd10097677cd035bd97a6c36b85d07fdbafb62.tar.gz tor-71bd10097677cd035bd97a6c36b85d07fdbafb62.zip |
DROPGUARDS controller command
Implements ticket 9934; patch from "ra"
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9934 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9934 b/changes/bug9934 new file mode 100644 index 0000000000..2a636dba83 --- /dev/null +++ b/changes/bug9934 @@ -0,0 +1,4 @@ + o Minor features (controller): + - New DROPGUARDS command to forget all current entry guards. Not + recommended for ordinary use, since replacing guards too frequently + makes several attacks easier. Resolves ticket #9934; patch from "ra". |