diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-14 21:49:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-14 21:49:57 -0400 |
commit | 1badef5cec84c90d0517715e09b219c7b8450c6c (patch) | |
tree | 802261a5ba67b4f560669eec8cc6a6478f352217 /changes | |
parent | 411c622906c0b6b071874634781684c65485898a (diff) | |
download | tor-1badef5cec84c90d0517715e09b219c7b8450c6c.tar.gz tor-1badef5cec84c90d0517715e09b219c7b8450c6c.zip |
Use DirPort for uploading descriptors.
When we converted the horrible set of options that previously
controlled "use ORPort or DirPort? Anonymously or Non-anonymouly?" to
a single 'indirection' argument, we missed
directory_post_to_dirservers.
The problematic code was introduced in 5cbeb6080, which went into
0.2.4.3-alpha. This is a fix for bug 11469.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11469 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug11469 b/changes/bug11469 new file mode 100644 index 0000000000..8517d388e3 --- /dev/null +++ b/changes/bug11469 @@ -0,0 +1,6 @@ + o Major bugfixes (relay): + - When uploading to the directory authorities, use a direct dirport + connection if we are a uploading an ordinary, non-anonymous directory + object. Previously, relays would used tunnel connections under a + fairly wide variety of circumstances. Fixes bug 11469; bugfix on + 0.2.4.3-alpha. |