]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Stop attempting to make session logs private on Unix. This was introduced in
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 23 Feb 2009 22:40:09 +0000 (22:40 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 23 Feb 2009 22:40:09 +0000 (22:40 +0000)
commit40be9eeedda9e79130231180b9a02397fba015bf
treeab943e845e111f8cb5ecf19553e92f62bf33c65d
parent35e004ffeea741024affb2b167c6011ab1a6a470
Stop attempting to make session logs private on Unix. This was introduced in
r7084 at the same time as sensible permissions when writing private key files;
however, it causes an assertion failure whenever an attempt is made to append
to an existing log file on Unix, and it's not clear what "is_private" *should*
do for append, so revert to log file security being the user's responsibility.
(Fixes Ubuntu LP#212711.)

[originally from svn r8461]
[r7084 == 4fa9564c909c589bcccc95d57fae5469063c1759]
logging.c
unix/uxmisc.c