diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-29 10:09:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-29 10:09:05 +0000 |
commit | 9678f166a8e5c48f9cd0e0b6a27dd41ce081e419 (patch) | |
tree | aba8e1c0e67ee0631f8e6b45693d69412de9f314 /ChangeLog | |
parent | c846979ab720a2f95dd7a3ef3bc10d9befa4ff3a (diff) | |
download | tor-9678f166a8e5c48f9cd0e0b6a27dd41ce081e419.tar.gz tor-9678f166a8e5c48f9cd0e0b6a27dd41ce081e419.zip |
If we have correct permissions on $datadir, we complain to stdout
and fail to start. But dangerous permissions on
$datadir/cached-status/ would cause us to open a log and complain
there. Now complain to stdout and fail to start in both cases. Fixes
bug 820, reported by seeess.
svn:r16998
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -99,6 +99,11 @@ Changes in version 0.2.1.6-alpha - 2008-09-29 circuit, then it could establish the last hop by using the existing connection. Bugfix on 0.1.2.2-alpha, exposed when we made testing circuits no longer use entry guards in 0.2.1.3-alpha. + - If we have correct permissions on $datadir, we complain to stdout + and fail to start. But dangerous permissions on + $datadir/cached-status/ would cause us to open a log and complain + there. Now complain to stdout and fail to start in both cases. Fixes + bug 820, reported by seeess. o Code simplifications and refactoring: - Revise the connection_new functions so that a more typesafe variant |