necouchman commented on issue #228: GUACAMOLE-221: Implement guacd support for prompting URL: https://github.com/apache/guacamole-server/pull/228#issuecomment-520107674 @mike-jumper: Okay, protocol side has been reworked to act like `send_args` where the type is a `const char**` and it loops through a `NULL`-terminated array gather up everything. I retooled the RDP credential request function to leverage it - it feels a bit clunky and probably needs some work. I'm not sure how feasible it is on the SSH side to gather up all of the required credentials and send them all at once - the various requests for credentials are spread out quite a bit through different pieces of the code. Or maybe it's just an opportunity to do things differently :-).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
