
djm at fuyu
Feb 10, 2008, 3:24 AM
Post #7 of 91
(7934 views)
Permalink
|
CVSROOT: /var/cvs Module name: openssh Changes by: djm [at] fuyu 08/02/10 22:24:30 Modified files: . : ChangeLog ssh-keygen.c Log message: - djm [at] cvs 2008/01/19 22:22:58 [ssh-keygen.c] when hashing individual hosts (ssh-keygen -Hf hostname), make sure we hash just the specified hostname and not the entire hostspec from the keyfile. It may be of the form "hostname,ipaddr", which would lead to a hash that never matches. report and fix from jp AT devnull.cz Diff commands: cvs -nQq rdiff -u -r1.4824 -r1.4825 openssh/ChangeLog cvs -nQq rdiff -u -r1.175 -r1.176 openssh/ssh-keygen.c CVSWeb: http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4824;r2=1.4825 http://cvsweb.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.175;r2=1.176 Please note that there may be a delay before commits are available on the public CVSWeb site. _______________________________________________ openssh-commits mailing list openssh-commits [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-commits
|