]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Major destabilisation, phase 2. This time it's the backends' turn:
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Oct 2002 11:30:33 +0000 (11:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Oct 2002 11:30:33 +0000 (11:30 +0000)
commit72ff5711481bc349f3eafe2347e4ca154048ab63
tree69391132ebe2765db3d604d93da0cf1e0bc5b123
parentc2e37334a59935f0da3220aa304fd2192a6771d0
Major destabilisation, phase 2. This time it's the backends' turn:
each backend now stores all its internal variables in a big struct,
and each backend function gets a pointer to this struct passed to
it. This still isn't the end of the work - lots of subsidiary things
still use globals, notably all the cipher and compressor modules and
the X11 forwarding authentication stuff. But ssh.c itself has now
been transformed, and that was the really painful bit, so from here
on it all ought to be a sequence of much smaller and simpler pieces
of work.

[originally from svn r2127]
14 files changed:
ldisc.c
plink.c
portfwd.c
psftp.c
putty.h
raw.c
rlogin.c
scp.c
ssh.c
ssh.h
telnet.c
terminal.c
terminal.h
window.c