summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-03 10:45:39 -0500
committerNick Mathewson <nickm@torproject.org>2014-03-03 10:45:39 -0500
commit4050dfa320e3322beb263bff3afc1db10df5af96 (patch)
tree1fa8529e760c165c9dae8e8a8f566d748b0c0b7e /changes
parentd98f743b282a8b28ed8d2d14db3bbfee40c5e6b0 (diff)
downloadtor-4050dfa320e3322beb263bff3afc1db10df5af96.tar.gz
tor-4050dfa320e3322beb263bff3afc1db10df5af96.zip
Warn if ports are specified in {Socks,Dir}Policy
We have ignored any ports listed here since 80365b989 (0.0.7rc1), but we didn't warn the user that we were ignoring them. This patch adds a warning if you put explicit ports in any of the options {Socks,Dir}Policy or AuthDir{Reject,Invalid,BadDir,BadExit}. It also adjusts the manpage to say that ports are ignored. Fixes ticket 11108.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug111088
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug11108 b/changes/bug11108
new file mode 100644
index 0000000000..b2c1f50038
--- /dev/null
+++ b/changes/bug11108
@@ -0,0 +1,8 @@
+ o Minor features:
+ - Warn the user if they put any ports in the SocksPolicy,
+ DirPolicy, AuthDirReject, AuthDirInvalid, AuthDirBadDir, or
+ AuthDirBadExit options. Fixes ticket #11108.
+
+ o Documentation:
+ - Explain that SocksPolicy, DirPolicy, and their allies don't take
+ port arguments. Fixes ticket #11108.