summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-05 11:26:26 +1000
committerteor <teor@torproject.org>2019-11-05 11:26:26 +1000
commit96334d6f7f4751256dec2b254a075e5dd2eba48f (patch)
tree35800d886112e53f6ccabf7497d9433fd3007bf1
parent7504711510bba284e19fd53e5df27ed06edc3e1a (diff)
downloadtor-96334d6f7f4751256dec2b254a075e5dd2eba48f.tar.gz
tor-96334d6f7f4751256dec2b254a075e5dd2eba48f.zip
changes: file for 32213
-rw-r--r--changes/bug3221320
1 files changed, 20 insertions, 0 deletions
diff --git a/changes/bug32213 b/changes/bug32213
new file mode 100644
index 0000000000..9083f4286c
--- /dev/null
+++ b/changes/bug32213
@@ -0,0 +1,20 @@
+ o Minor bugfixes (dirauth module):
+ - When the dirauth module is disabled, reject attempts to set the
+ AuthoritativeDir option, rather than ignoring the value of the
+ option. Fixes bug 32213; bugfix on 0.3.4.1-alpha.
+ - Split the dirauth config code into a separate file in the dirauth
+ module. Disable this code when the dirauth module is disabled.
+ Closes ticket 32213.
+ o Minor features (relay module):
+ - When the relay module is disabled, reject attempts to set the
+ ORPort, DirPort, DirCache, BridgeRelay, ExtORPort, or
+ ServerTransport* options, rather than ignoring the values of these
+ options. Closes ticket 32213.
+ - Split the relay and server pluggable transport config code into
+ separate files in the relay module. Disable this code when the relay
+ module is disabled. Closes ticket 32213.
+ o Code simplification and refactoring:
+ - Simplify some relay and dirauth config code. Closes ticket 32213.
+ o Testing:
+ - Improve test coverage for relay and dirauth config code, focusing on
+ option validation and normalization. Closes ticket 32213.