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

Damien Miller djm at fuyu.mindrot.org
Mon Feb 24 15:57:56 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/02/24 15:57:56

Modified files:
    .               : ChangeLog readconf.c readconf.h ssh.c ssh_config.5

Log message:
   - djm at cvs.openbsd.org 2014/02/23 20:11:36
     [readconf.c readconf.h ssh.c ssh_config.5]
     reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
     the hostname. This allows users to write configurations that always
     refer to canonical hostnames, e.g.
     
     CanonicalizeHostname yes
     CanonicalDomains int.example.org example.org
     CanonicalizeFallbackLocal no
     
     Host *.int.example.org
         Compression off
     Host *.example.org
         User djm
     
     ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.6745 -r1.6746 openssh/ChangeLog
cvs -nQq rdiff -u -r1.200 -r1.201 openssh/readconf.c
cvs -nQq rdiff -u -r1.92 -r1.93 openssh/readconf.h
cvs -nQq rdiff -u -r1.396 -r1.397 openssh/ssh.c
cvs -nQq rdiff -u -r1.184 -r1.185 openssh/ssh_config.5

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6745;r2=1.6746&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.200;r2=1.201&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.92;r2=1.93&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.396;r2=1.397&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.184;r2=1.185&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