]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit8f794aa4e4b7045db77fc94b1766fc3bc360553d
treeab943e845e111f8cb5ecf19553e92f62bf33c65d
parent2b25411ca493fb665acdc5249076ec1f2f66ac59
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.)

git-svn-id: http://svn.tartarus.org/sgt/putty@8461 cda61777-01e9-0310-a592-d414129be87e
logging.c
unix/uxmisc.c