]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Idiot me! store_host_key() was blindly _appending_ new host keys to
authorSimon Tatham <anakin@pobox.com>
Sat, 17 Jan 2004 13:00:18 +0000 (13:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Jan 2004 13:00:18 +0000 (13:00 +0000)
commit8db8ada4c144a2982efc5d43b2158e4172a5026f
tree40d5245a3e189b2362e340b32785e5c8dcf765bd
parent7deab17098090d12b0b5b9bb49e99d5dd277b540
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.

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