diff options
author | Roger Dingledine <arma@torproject.org> | 2014-08-27 06:10:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-28 08:33:43 -0400 |
commit | 37a76d75dd38a1ebd45627bb6e29e40f60917188 (patch) | |
tree | 82b416e4f8f917ab7081037afad721f97415ef2b /changes/bug12948 | |
parent | b159ffb675a274b285acc55204eaf6e83cd72bf8 (diff) | |
download | tor-37a76d75dd38a1ebd45627bb6e29e40f60917188.tar.gz tor-37a76d75dd38a1ebd45627bb6e29e40f60917188.zip |
Resume expanding abbreviations for command-line options
The fix for bug 4647 accidentally removed our hack from bug 586 that
rewrote HashedControlPassword to __HashedControlSessionPassword when
it appears on the commandline (which allowed the user to set her own
HashedControlPassword in the torrc file while the controller generates
a fresh session password for each run).
Fixes bug 12948; bugfix on 0.2.5.1-alpha.
Diffstat (limited to 'changes/bug12948')
-rw-r--r-- | changes/bug12948 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug12948 b/changes/bug12948 new file mode 100644 index 0000000000..431c0a1019 --- /dev/null +++ b/changes/bug12948 @@ -0,0 +1,8 @@ + o Major bugfixes: + - Resume expanding abbreviations for command-line options. The fix + for bug 4647 accidentally removed our hack from bug 586 that rewrote + HashedControlPassword to __HashedControlSessionPassword when it + appears on the commandline (which allowed the user to set her + own HashedControlPassword in the torrc file while the controller + generates a fresh session password for each run). Fixes bug 12948; + bugfix on 0.2.5.1-alpha. |