CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/10/02 06:40:07
Modified files: usr.bin/ssh : session.c session.h Log message: Add server support for signalling sessions via the SSH channel/ session protocol. Signalling is only supported to sesssions that are not subsystems and were not started with a forced command. Long requested in bz#1424 Based on a patch from markus@ and reworked by dtucker@; ok markus@ dtucker@