]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add the ability to close sessions. This adds *_free() functions to most
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 15 Jan 2003 23:30:21 +0000 (23:30 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 15 Jan 2003 23:30:21 +0000 (23:30 +0000)
commit694aafa07176f120436352045dc037d541c38c8d
tree2c7af8fbf7cd6227000e972f196e0b703a9d1965
parent7a9c7f3d687e1b04b2579b607d348bb4b33f5724
Add the ability to close sessions.  This adds *_free() functions to most
areas of the code.  Not all back-ends have been tested, but Telnet and SSH
behave reasonably.

Incidentally, almost all of this patch was written through Mac PuTTY,
admittedly over a Telnet connection.

[originally from svn r2615]
14 files changed:
ldisc.c
logging.c
mac/mac.c
mac/mac.h
mac/macterm.c
putty.h
raw.c
rlogin.c
ssh.c
ssh.h
telnet.c
terminal.c
testback.c
x11fwd.c