]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The `socket' function in the backends is only ever checked to see if
authorSimon Tatham <anakin@pobox.com>
Sun, 27 Aug 2006 08:03:19 +0000 (08:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 27 Aug 2006 08:03:19 +0000 (08:03 +0000)
commitc353c3cc972c611a37994704bb61b0d45999b0ab
treec0ccce7767bd6b2e81e50616bc2879daa489fe8e
parentcda522186a8ca486b181a764884fd15e079783e5
The `socket' function in the backends is only ever checked to see if
it's NULL. Since we already have one back end (uxpty) which doesn't
in fact talk to a network socket, and may well have more soon, I'm
replacing this TCP/IP-centric function with a nice neutral
`connected' function returning a boolean. Nothing else about its
semantics has currently changed.

[originally from svn r6810]
pscp.c
psftp.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c
unix/uxplink.c
unix/uxpty.c
windows/winplink.c