Re: [PATCH] Fix ssh_event_add_session() when session socket has two pollhandlers

2018-04-10 Thread Andreas Schneider
On Thursday, 29 March 2018 11:57:21 CEST Meng Hourk Tan wrote: > Hello, Hi Meng, > > Here's a patch to fix an issue when moving pollhandlers from a session to a > ssh_event object. > > The issue occurs when session socket has two different pollhandler (for > poll_in and poll_out, when using

Re: [PATCH] channels: add ssh_channel_request_send_break to support RFC 4335

2018-04-10 Thread Andreas Schneider
On Saturday, 7 April 2018 12:16:44 CEST Axel Eppe wrote: > Hi there, Hi Alex, > Please find attached a very simple patch that adds client support for > RFC 4335 (sending a BREAK signal). I followed README.CodingStyle re: > indentation but could not help noticing that the rest of the file isn't >