]> andersk Git - openssh.git/commit - serverloop.c
- djm@cvs.openbsd.org 2009/01/22 10:02:34
authordjm <djm>
Wed, 28 Jan 2009 05:31:22 +0000 (05:31 +0000)
committerdjm <djm>
Wed, 28 Jan 2009 05:31:22 +0000 (05:31 +0000)
commit5134115d58419c09b299ef96098dd08ba9b30114
tree1e60592933163596cb7b1b15bd047069e2268d2e
parent920706fdd7a3b31e35b3b90c66c9a8d772fd38fc
   - djm@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@
ChangeLog
clientloop.c
misc.c
readconf.c
readconf.h
servconf.c
servconf.h
serverloop.c
ssh-keyscan.c
ssh.c
sshd.c
This page took 0.6574 seconds and 5 git commands to generate.