[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Thu Oct 17 11:47:24 EST 2013


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 13/10/17 11:47:24

Modified files:
    .               : ChangeLog readconf.c readconf.h roaming_client.c ssh.1 ssh.c ssh_config.5 sshconnect.c sshconnect.h

Log message:
   - djm at cvs.openbsd.org 2013/10/16 02:31:47
     [readconf.c readconf.h roaming_client.c ssh.1 ssh.c ssh_config.5]
     [sshconnect.c sshconnect.h]
     Implement client-side hostname canonicalisation to allow an explicit
     search path of domain suffixes to use to convert unqualified host names
     to fully-qualified ones for host key matching.
     This is particularly useful for host certificates, which would otherwise
     need to list unqualified names alongside fully-qualified ones (and this
     causes a number of problems).
     "looks fine" markus@

Diff commands:
cvs -nQq rdiff -u -r1.6504 -r1.6505 openssh/ChangeLog
cvs -nQq rdiff -u -r1.188 -r1.189 openssh/readconf.c
cvs -nQq rdiff -u -r1.89 -r1.90 openssh/readconf.h
cvs -nQq rdiff -u -r1.8 -r1.9 openssh/roaming_client.c
cvs -nQq rdiff -u -r1.296 -r1.297 openssh/ssh.1
cvs -nQq rdiff -u -r1.381 -r1.382 openssh/ssh.c
cvs -nQq rdiff -u -r1.170 -r1.171 openssh/ssh_config.5
cvs -nQq rdiff -u -r1.213 -r1.214 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.28 -r1.29 openssh/sshconnect.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6504;r2=1.6505&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.188;r2=1.189&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.89;r2=1.90&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/roaming_client.c?r1=1.8;r2=1.9&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.1?r1=1.296;r2=1.297&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.381;r2=1.382&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.170;r2=1.171&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.213;r2=1.214&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.h?r1=1.28;r2=1.29&view=patch

Please note that there may be a delay before commits are available
on the public ViewVC site.


More information about the openssh-commits mailing list