]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support the SSH-2 mechanism for sending signals to a running session. Neither
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 17 Oct 2004 21:22:22 +0000 (21:22 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 17 Oct 2004 21:22:22 +0000 (21:22 +0000)
commit17b0d8c58eab72045474c621e84255afb5fec596
treeb3bd1f9e9cca8100b031665f404561618d143fa9
parent1efa60e40db4c815f54ae169314113884398ab08
Support the SSH-2 mechanism for sending signals to a running session. Neither
of the SSH servers I conveniently have access to (Debian stable OpenSSH --
3.4p1 -- and lshd) seem to take a blind bit of notice, but the channel
requests look fine to me in the packet log.

I've included all the signals explicitly defined by
draft-ietf-secsh-connect-19, but I've put the more obscure ones in a submenu
of the specials menu; there's therefore been some minor upheaval to support
such submenus.

[originally from svn r4652]
doc/using.but
putty.h
ssh.c
telnet.c
unix/pterm.c
window.c