diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-02-22 14:10:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-02-22 14:10:42 -0500 |
commit | b7f201f74606aff1f77551449bebe8783a59733a (patch) | |
tree | 70ac808a443977ca797e24dafcbda2705e9e9e4f /changes/bug2366 | |
parent | 46b07462ae636eae1e241d5596b3a1d80c82d7ef (diff) | |
parent | cdc59c198a15195a113d68b2c4fbb270792da533 (diff) | |
download | tor-b7f201f74606aff1f77551449bebe8783a59733a.tar.gz tor-b7f201f74606aff1f77551449bebe8783a59733a.zip |
Merge remote branch 'origin/maint-0.2.2'
Conflicts:
src/or/policies.c
src/or/policies.h
Diffstat (limited to 'changes/bug2366')
-rw-r--r-- | changes/bug2366 | 8 |
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. |