Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sat, 17 Jan 2004 13:00:20 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Sat Jan 17 2004  13:00:20 GMT

Log message:
Idiot me! store_host_key() was blindly _appending_ new host keys to
the end of the host key file. This is perfectly all right if a host
key never changes, but it's completely useless if you need to
replace an existing entry. This version should do better.

Modified files:
    unix            : uxstore.c

Links:
http://cvs.tartarus.org//putty/unix/uxstore.c.diff?r1=1.15&r2=1.16