diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-28 12:23:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-28 12:23:18 -0400 |
commit | 4b519de5f9955cabc363b7217f869cdac5e2f757 (patch) | |
tree | ce5784a0c26f1bfe45cf5721f91e1103cb33027b /changes | |
parent | 1340bd527abafc05e15ce74752e5707cd8a8bc46 (diff) | |
download | tor-4b519de5f9955cabc363b7217f869cdac5e2f757.tar.gz tor-4b519de5f9955cabc363b7217f869cdac5e2f757.zip |
Actually put ExtORPortCookieAuthFile into config.c
Fixes bug 11635; bugfix on 0.2.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11635 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug11635 b/changes/bug11635 new file mode 100644 index 0000000000..bb5eceee30 --- /dev/null +++ b/changes/bug11635 @@ -0,0 +1,6 @@ + o Minor bugfixes (pluggable transports): + - Enable the ExtORPortCookieAuthFile option, to allow changing the + default location of the authentication token for the extended OR Port + as used by sever-side pluggable transports. We had implemented this + option before, but the code to make it settable had been omitted. + Fixes bug 11635; bugfix on 0.2.5.1-alpha. |