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

Damien Miller djm at fuyu.mindrot.org
Wed Jan 28 16:31:23 EST 2009


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 09/01/28 16:31:23

Modified files:
    .               : ChangeLog clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h serverloop.c ssh-keyscan.c ssh.c sshd.c

Log message:
   - djm at cvs.openbsd.org 2009/01/22 10:02:34
     [clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h]
     [serverloop.c ssh-keyscan.c ssh.c sshd.c]
     make a2port() return -1 when it encounters an invalid port number
     rather than 0, which it will now treat as valid (needed for future work)
     adjust current consumers of a2port() to check its return value is <= 0,
     which in turn required some things to be converted from u_short => int
     make use of int vs. u_short consistent in some other places too
     feedback & ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5174 -r1.5175 openssh/ChangeLog
cvs -nQq rdiff -u -r1.195 -r1.196 openssh/clientloop.c
cvs -nQq rdiff -u -r1.87 -r1.88 openssh/misc.c
cvs -nQq rdiff -u -r1.151 -r1.152 openssh/readconf.c
cvs -nQq rdiff -u -r1.68 -r1.69 openssh/readconf.h
cvs -nQq rdiff -u -r1.185 -r1.186 openssh/servconf.c
cvs -nQq rdiff -u -r1.78 -r1.79 openssh/servconf.h
cvs -nQq rdiff -u -r1.162 -r1.163 openssh/serverloop.c
cvs -nQq rdiff -u -r1.95 -r1.96 openssh/ssh-keyscan.c
cvs -nQq rdiff -u -r1.314 -r1.315 openssh/ssh.c
cvs -nQq rdiff -u -r1.383 -r1.384 openssh/sshd.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5174;r2=1.5175&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.195;r2=1.196&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.c?r1=1.87;r2=1.88&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.151;r2=1.152&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.68;r2=1.69&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.185;r2=1.186&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.h?r1=1.78;r2=1.79&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.162;r2=1.163&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keyscan.c?r1=1.95;r2=1.96&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.314;r2=1.315&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.383;r2=1.384&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