]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit0a55baae3774a85a2aa66d1b38ff3920ce803e42
treeb3bd1f9e9cca8100b031665f404561618d143fa9
parente1b06507253fee87c519429866dc2554deeca890
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@4652 cda61777-01e9-0310-a592-d414129be87e
doc/using.but
putty.h
ssh.c
telnet.c
unix/pterm.c
window.c