summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-02-22 14:06:28 -0500
committerNick Mathewson <nickm@torproject.org>2011-02-22 14:06:28 -0500
commitcdc59c198a15195a113d68b2c4fbb270792da533 (patch)
treea203f0f49552aaf0b7840534eed3151ff3840708 /changes
parent9d5873cdaedf5bbae50bec08bb0719a1a5be403d (diff)
downloadtor-cdc59c198a15195a113d68b2c4fbb270792da533.tar.gz
tor-cdc59c198a15195a113d68b2c4fbb270792da533.zip
Don't let bad DNS make exit policy and declared exit policy get out of sync
Patch from "postman" on trac. Fixes bg 2366. Bug on 0.1.2.5-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23668
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2366 b/changes/bug2366
new file mode 100644
index 0000000000..d171be453f
--- /dev/null
+++ b/changes/bug2366
@@ -0,0 +1,8 @@
+ o Minor bugfixes
+ - When a relay decides that its DNS is too broken for it to serve
+ as an exit server, it advertised itself as a non-exit, but
+ continued to act as an exit. This could create accidental
+ partitioning opportunities for users. Instead, if a relay is
+ going to advertise reject *:* as its exit policy, it should
+ really act with exit policy "reject *:*". Fixes bug 2366.
+ Bugfix on Tor 0.1.2.5-alpha. Bugfix by user "postman" on trac.