Stop attempting to make session logs private on Unix. This was introduced in
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 23 Feb 2009 22:40:09 +0000 (22:40 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 23 Feb 2009 22:40:09 +0000 (22:40 +0000)
commitb078de41dfbae96dfb831e6e06df047b669adc4c
treeab943e845e111f8cb5ecf19553e92f62bf33c65d
parent5ea184d1f9e8ce59e60297f4469912722f7c722e
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: svn://svn.tartarus.org/sgt/putty@8461 cda61777-01e9-0310-a592-d414129be87e
logging.c
unix/uxmisc.c