Re: [PATCH] Utilize the message queue for SSH_REQUEST_GLOBAL.

2017-04-11 Thread Andreas Schneider
On Monday, 6 March 2017 12:25:59 CEST Michael Maroszek wrote: > Hi! > > This patch fixes the issue for me aswell. Any chance to get this patch > accepted? This is in master and will also be fixed with the next libssh 0.7.x release. Thanks you very much for your contribution. Andreas

Re: [PATCH] Utilize the message queue for SSH_REQUEST_GLOBAL.

2017-03-06 Thread Michael Maroszek
Hi! This patch fixes the issue for me aswell. Any chance to get this patch accepted? 2017-02-14 11:18 GMT+01:00 Max Bachmann : > Since this didn't get any reply, I'm wondering if you need additional > information. I'm using this patch to avoid having to implement a special > callback just for SS

Re: [PATCH] Utilize the message queue for SSH_REQUEST_GLOBAL.

2017-02-14 Thread Max Bachmann
Since this didn't get any reply, I'm wondering if you need additional information. I'm using this patch to avoid having to implement a special callback just for SSH_REQUEST_GLOBAL messages, while I can handle the other message types using the message queue and ssh_message_get(). Regards Max O

[PATCH] Utilize the message queue for SSH_REQUEST_GLOBAL.

2016-12-19 Thread Max Bachmann
Signed-off-by: Max Bachmann --- src/messages.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/messages.c b/src/messages.c index 2b139fb..9bbfc4c 100644 --- a/src/messages.c +++ b/src/messages.c @@ -1398,7 +1398,8 @@ SSH_PACKET_CALLBACK(ssh_packet_global_request){